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

Unified Diff: components/sync_sessions.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/startup_metric_utils.gypi ('k') | components/syncable_prefs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_sessions.gypi
diff --git a/components/sync_sessions.gypi b/components/sync_sessions.gypi
index 5b0e1a744c65801b9aa355b9f9cce3e03e3905f7..c5a22b55480e15dedac996e86ed95ee72429dd74 100644
--- a/components/sync_sessions.gypi
+++ b/components/sync_sessions.gypi
@@ -13,11 +13,11 @@
],
'dependencies': [
'../base/base.gyp:base',
- '../base/base.gyp:base_prefs',
'../sync/sync.gyp:sync',
'../url/url.gyp:url_lib',
'bookmarks_browser',
'history_core_browser',
+ 'prefs/prefs.gyp:prefs',
'sync_driver',
],
'sources': [
« no previous file with comments | « components/startup_metric_utils.gypi ('k') | components/syncable_prefs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698