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

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

Issue 2743463002: WIP: Pref service user 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
« no previous file with comments | « services/preferences/manifest.json ('k') | services/preferences/public/cpp/persistent_pref_store_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/cpp/BUILD.gn
diff --git a/services/preferences/public/cpp/BUILD.gn b/services/preferences/public/cpp/BUILD.gn
index 08518bd87e6177c8612a63eae6e9b847c046f72e..72bc27d01c64b491a2231542a2650b2b420ec99e 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -4,6 +4,8 @@
source_set("cpp") {
sources = [
+ "persistent_pref_store_client.cc",
+ "persistent_pref_store_client.h",
"pref_client_store.cc",
"pref_client_store.h",
"pref_store_adapter.cc",
@@ -18,12 +20,13 @@ source_set("cpp") {
public_deps = [
"//base",
- "//components/prefs:prefs",
+ "//components/prefs",
"//services/preferences/public/interfaces",
"//services/service_manager/public/cpp",
]
deps = [
"//mojo/public/cpp/bindings:bindings",
+ "//services/preferences",
]
}
« no previous file with comments | « services/preferences/manifest.json ('k') | services/preferences/public/cpp/persistent_pref_store_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698