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

Unified Diff: components/keyed_service.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/invalidation.gypi ('k') | components/metrics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/keyed_service.gypi
diff --git a/components/keyed_service.gypi b/components/keyed_service.gypi
index 26bfc05c21d8510594e83d4a3ea20a67cb7399bb..5bfef7023c92550129a4f909d5a6170a6e56210e 100644
--- a/components/keyed_service.gypi
+++ b/components/keyed_service.gypi
@@ -18,7 +18,7 @@
'msvs_disabled_warnings': [ 4267, ],
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
+ 'prefs/prefs.gyp:prefs',
'user_prefs',
],
'sources': [
« no previous file with comments | « components/invalidation.gypi ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698