diff options
author | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 19:41:46 +0000 |
---|---|---|
committer | caitkp@chromium.org <caitkp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-13 19:41:46 +0000 |
commit | 1271f7485a1b9cb5ccda6c24d75f8904dce61d91 (patch) | |
tree | 214fcee2edb15644a4fe21152a075ee98d1dd060 /components/autofill.gypi | |
parent | 74ddad79929d7c929665324607705ce915fa83f7 (diff) | |
download | chromium_src-1271f7485a1b9cb5ccda6c24d75f8904dce61d91.zip chromium_src-1271f7485a1b9cb5ccda6c24d75f8904dce61d91.tar.gz chromium_src-1271f7485a1b9cb5ccda6c24d75f8904dce61d91.tar.bz2 |
Separate component resources into their own .grd file
TBR=ben@chromium.org (gyp changes)
BUG=140037
Review URL: https://chromiumcodereview.appspot.com/15018020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r-- | components/autofill.gypi | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi index b1faf29..03138cc 100644 --- a/components/autofill.gypi +++ b/components/autofill.gypi @@ -123,9 +123,7 @@ '../ui/ui.gyp:ui', '../webkit/support/webkit_support.gyp:webkit_resources', - # For grip/generated_resources.h and grit/chromium_strings.h - # TODO(kaiwang): Remove this dependency on chrome. - '../chrome/chrome_resources.gyp:chrome_strings', + 'component_resources.gyp:component_resources', ], 'sources': [ 'autofill/browser/address.cc', @@ -271,9 +269,7 @@ '../ipc/ipc.gyp:ipc', '../skia/skia.gyp:skia', - # For grip/generated_resources.h and grit/chromium_strings.h - # TODO(kaiwang): Remove this dependency on chrome. - '../chrome/chrome_resources.gyp:chrome_strings', + 'component_resources.gyp:component_resources', ], 'sources': [ 'autofill/renderer/autofill_agent.cc', |