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

Unified Diff: components/signin.gypi

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix 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/proxy_config.gypi ('k') | components/ssl_config.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin.gypi
diff --git a/components/signin.gypi b/components/signin.gypi
index 5682bd7695bea5788b09e6d1f3ef7c7789a26ee9..5ce36bf72ba13352b27f5137705230929ebcda45 100644
--- a/components/signin.gypi
+++ b/components/signin.gypi
@@ -39,7 +39,6 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../base/base.gyp:base_prefs',
'../crypto/crypto.gyp:crypto',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
@@ -54,6 +53,7 @@
'keyed_service_core',
'metrics',
'os_crypt',
+ 'prefs/prefs.gyp:prefs',
'signin_core_common',
'signin_core_account_id',
'webdata_common',
« no previous file with comments | « components/proxy_config.gypi ('k') | components/ssl_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698