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

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

Issue 2635153002: Pref service: expose all read-only PrefStores through Mojo (Closed)
Patch Set: Address bauerb's review comments 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 | « components/prefs/pref_value_store.h ('k') | services/preferences/public/cpp/pref_store_adapter.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 727169326a4e21e6b4ad0ea8dd97ba63e829e57e..08518bd87e6177c8612a63eae6e9b847c046f72e 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -6,6 +6,14 @@ source_set("cpp") {
sources = [
"pref_client_store.cc",
"pref_client_store.h",
+ "pref_store_adapter.cc",
+ "pref_store_adapter.h",
+ "pref_store_client.cc",
+ "pref_store_client.h",
+ "pref_store_impl.cc",
+ "pref_store_impl.h",
+ "pref_store_manager_impl.cc",
+ "pref_store_manager_impl.h",
]
public_deps = [
« no previous file with comments | « components/prefs/pref_value_store.h ('k') | services/preferences/public/cpp/pref_store_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698