diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 21:35:41 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 21:35:41 +0000 |
commit | d7871acd1481526512521cf07920c396e09977f0 (patch) | |
tree | 4a8e98925b534c57e72363ddcfdf94592328a3cf /components/autofill.gypi | |
parent | 12079e31a9d9042511deaf8f1ce31048b76932e8 (diff) | |
download | chromium_src-d7871acd1481526512521cf07920c396e09977f0.zip chromium_src-d7871acd1481526512521cf07920c396e09977f0.tar.gz chromium_src-d7871acd1481526512521cf07920c396e09977f0.tar.bz2 |
Rename webkit_(resources|strings) targets to remove _temp infix
This is part 3 of the sequence started by https://codereview.chromium.org/17472006/.
This updates all chromium-side targets to depend on the final target names, the only
stragglers are dependencies in blink which still depend on the forwarding _temp targets
defined in webkit_resources.gyp.
R=darin
Review URL: https://chromiumcodereview.appspot.com/18209009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index 45f740d..021163a 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -110,7 +110,7 @@ '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', - '../webkit/webkit_resources.gyp:webkit_temp_resources', + '../webkit/webkit_resources.gyp:webkit_resources', 'component_strings.gyp:component_strings', ], @@ -265,7 +265,7 @@ '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', '../ui/ui.gyp:ui', '../url/url.gyp:url_lib', - '../webkit/webkit_resources.gyp:webkit_temp_resources', + '../webkit/webkit_resources.gyp:webkit_resources', 'component_strings.gyp:component_strings', ], |