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

Unified Diff: components/sync_preferences/BUILD.gn

Issue 2722483005: Change configuration of user prefs to use mojo. (Closed)
Patch Set: Created 3 years, 9 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 | « chrome/browser/prefs/profile_pref_store_manager_unittest.cc ('k') | components/sync_preferences/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_preferences/BUILD.gn
diff --git a/components/sync_preferences/BUILD.gn b/components/sync_preferences/BUILD.gn
index d04fbd8274424a1c3686886784eabd5f6d7d166f..3a8148ddfd6d535e9a6d94afcf75dacec2fdee92 100644
--- a/components/sync_preferences/BUILD.gn
+++ b/components/sync_preferences/BUILD.gn
@@ -24,6 +24,8 @@ static_library("sync_preferences") {
"//components/pref_registry",
"//components/prefs",
"//components/sync",
+ "//services/preferences/public/cpp",
+ "//services/preferences/public/interfaces",
]
if (!is_ios) {
« no previous file with comments | « chrome/browser/prefs/profile_pref_store_manager_unittest.cc ('k') | components/sync_preferences/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698