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

Unified Diff: components/autofill.gypi

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert for ios Created 6 years, 9 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 3feb6d6e3046f80b9368079d382302dd67ccbc81..b5f70894e53f3509c9ef3f8eccdc50f93dfb5da5 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -86,12 +86,6 @@
'..',
],
'dependencies': [
- 'autofill_core_common',
- 'autofill_regexes',
- 'component_strings.gyp:component_strings',
- 'encryptor',
- 'user_prefs',
- 'webdata_common',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:base_prefs',
@@ -105,6 +99,13 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
+ 'autofill_core_common',
+ 'autofill_regexes',
+ 'component_resources.gyp:component_resources',
+ 'component_strings.gyp:component_strings',
+ 'encryptor',
+ 'user_prefs',
+ 'webdata_common',
],
'sources': [
'autofill/core/browser/address.cc',
@@ -218,7 +219,7 @@
# crbug.com/328150
['OS != "ios"', {
'dependencies': [
- '../webkit/webkit_resources.gyp:webkit_resources',
+ 'component_resources.gyp:component_resources',
],
}],
['autofill_enable_sync == 1', {
@@ -331,14 +332,6 @@
'..',
],
'dependencies': [
- 'autofill_content_common',
- 'autofill_content_risk_proto',
- 'autofill_core_browser',
- 'autofill_core_common',
- 'autofill_regexes',
- 'encryptor',
- 'user_prefs',
- 'webdata_common',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:base_prefs',
@@ -356,9 +349,16 @@
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/ui.gyp:ui',
'../url/url.gyp:url_lib',
- '../webkit/webkit_resources.gyp:webkit_resources',
-
+ 'autofill_content_common',
+ 'autofill_content_risk_proto',
+ 'autofill_core_browser',
+ 'autofill_core_common',
+ 'autofill_regexes',
+ 'component_resources.gyp:component_resources',
'component_strings.gyp:component_strings',
+ 'encryptor',
+ 'user_prefs',
+ 'webdata_common',
],
'sources': [
'autofill/content/browser/autofill_driver_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698