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

Unified Diff: services/preferences/BUILD.gn

Issue 2745563005: Pref service: add support for tracked prefs. (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
Index: services/preferences/BUILD.gn
diff --git a/services/preferences/BUILD.gn b/services/preferences/BUILD.gn
index 524b6bd8a28ed2f6b959f0688e8bc833f017b029..d435e8f24c9d0cf0151e16102a8fc5a20214ce0d 100644
--- a/services/preferences/BUILD.gn
+++ b/services/preferences/BUILD.gn
@@ -18,11 +18,16 @@ service_manifest("manifest") {
}
source_set("preferences") {
+ visibility = [
+ ":*",
+ "//services/preferences/public/cpp",
+ ]
public_deps = [
"//services/preferences/public/interfaces",
]
deps = [
"//components/prefs",
+ "//components/user_prefs/tracked:user_prefs_tracked",
]
sources = [
"persistent_pref_store_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698