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

Unified Diff: components/sync_preferences/BUILD.gn

Issue 2740493002: Pref service: create service at browser startup (Closed)
Patch Set: Merge 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/profiles/profile_impl.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..e8786777f6cd57f8de7f59bd085b82d0431f3118 100644
--- a/components/sync_preferences/BUILD.gn
+++ b/components/sync_preferences/BUILD.gn
@@ -24,6 +24,7 @@ static_library("sync_preferences") {
"//components/pref_registry",
"//components/prefs",
"//components/sync",
+ "//services/preferences/public/cpp",
]
if (!is_ios) {
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | components/sync_preferences/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698