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

Unified Diff: services/preferences/public/cpp/BUILD.gn

Issue 2601873002: Add a mojo bridge for PersistentPrefStore. (Closed)
Patch Set: rebase 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/public/cpp/BUILD.gn
diff --git a/services/preferences/public/cpp/BUILD.gn b/services/preferences/public/cpp/BUILD.gn
index 727169326a4e21e6b4ad0ea8dd97ba63e829e57e..4c41913da1a29a933bfebcc07387b335b87aa695 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -4,13 +4,18 @@
source_set("cpp") {
sources = [
+ "persistent_pref_store_mojo.cc",
+ "persistent_pref_store_mojo.h",
"pref_client_store.cc",
"pref_client_store.h",
+ "user_prefs_impl.cc",
+ "user_prefs_impl.h",
]
public_deps = [
"//base",
- "//components/prefs:prefs",
+ "//components/prefs",
+ "//components/user_prefs/tracked:user_prefs_tracked",
"//services/preferences/public/interfaces",
"//services/service_manager/public/cpp",
]

Powered by Google App Engine
This is Rietveld 408576698