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 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « components/BUILD.gn ('k') | components/components_tests.gyp » ('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 93d634f5b3b4b9013a40162eab9e5bfe65c6ad4d..ca9e8e0af960a990a9d21341e008839070c52dff 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -65,7 +65,6 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../base/base.gyp:base_prefs',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
@@ -91,6 +90,7 @@
'keyed_service_core',
'os_crypt',
'pref_registry',
+ 'prefs/prefs.gyp:prefs',
'rappor',
'signin_core_browser',
'signin_core_common',
@@ -277,7 +277,6 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
@@ -285,6 +284,7 @@
'autofill_core_browser',
'os_crypt',
'pref_registry',
+ 'prefs/prefs.gyp:prefs',
'rappor',
'signin_core_browser_test_support',
],
@@ -380,7 +380,6 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../base/base.gyp:base_prefs',
'../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
'../google_apis/google_apis.gyp:google_apis',
@@ -403,6 +402,7 @@
'components_resources.gyp:components_resources',
'components_strings.gyp:components_strings',
'os_crypt',
+ 'prefs/prefs.gyp:prefs',
'user_prefs',
'webdata_common',
],
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698