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

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..e023a5b56c2e6d47a32cdd954caa2436eea5da1a 100644
--- a/services/preferences/BUILD.gn
+++ b/services/preferences/BUILD.gn
@@ -23,6 +23,7 @@ source_set("preferences") {
]
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