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

Unified Diff: components/user_manager.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/syncable_prefs.gypi ('k') | components/user_prefs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
index 3ea388b652b9ff47cc2a0be644a8360f15034fb8..9cb57d213fab2b4d273b5df952340e739c46d41d 100644
--- a/components/user_manager.gypi
+++ b/components/user_manager.gypi
@@ -51,8 +51,8 @@
'conditions': [
['chromeos == 1', {
'dependencies': [
- '<(DEPTH)/base/base.gyp:base_prefs',
'<(DEPTH)/components/components.gyp:session_manager_component',
+ '<(DEPTH)/components/prefs/prefs.gyp:prefs',
'<(DEPTH)/google_apis/google_apis.gyp:google_apis',
'<(DEPTH)/url/url.gyp:url_lib',
],
« no previous file with comments | « components/syncable_prefs.gypi ('k') | components/user_prefs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698