Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: components/autofill.gypi

Issue 15018020: Separate component resources into their own .grd file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge and fix docs Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/autofill/browser/autofill_country.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index daf6c832256755eed760292b95d528f303f50981..ece3a68e19a82bdc36abe2b3f4c374178f62e82f 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',
@@ -272,9 +270,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',
« no previous file with comments | « chrome/tools/build/repack_locales.py ('k') | components/autofill/browser/autofill_country.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698