Change FileArg syntax
commit2d4a5ab6aa498f2a371441b25a9905af1a594d71
authorcjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 16 Jul 2014 20:24:45 +0000 (16 20:24 +0000)
committercjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 16 Jul 2014 20:24:45 +0000 (16 20:24 +0000)
tree1729886ae250ab222a512e4701bc3544ff3814d3
parent7ee85d62a62726b2e86dc78efb8e89df6c44643e
Change FileArg syntax

This changes the syntax from:
 @(filepath:key0:key1)
to:
 @FileArg(filepath:key0:key1)

This should make it much easier for someone who encounters this syntax
to figure out what it is (currently a `git grep FileArg` returns only
results about/using this feature).

Also changes it to use a simple regex search instead of adhoc stuff.

BUG=359249

Review URL: https://codereview.chromium.org/377803003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283484 0039d316-1c4b-4281-b951-d872f2087c98
build/android/gyp/util/build_utils.py
build/android/gyp/write_build_config.py
build/config/android/internal_rules.gni