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

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: 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
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index b1faf29d23d18a34ce53917fe3c67f0c34c15d02..03138ccd655d7de148dfd05cfea029f9326ce5c2 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',

Powered by Google App Engine
This is Rietveld 408576698