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

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

Issue 2759413002: Move PrefStoreManagerImpl into //services/preferences. (Closed)
Patch Set: Update newly-added test. 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/pref_store_manager_impl.cc ('k') | services/preferences/public/cpp/DEPS » ('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 dd54f570ad8622dc250cd30832d1ec250a391343..a672c5325678c67b4bea412621920530688c2007 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -18,19 +18,29 @@ source_set("cpp") {
"pref_store_client_mixin.h",
"pref_store_impl.cc",
"pref_store_impl.h",
- "pref_store_manager_impl.cc",
- "pref_store_manager_impl.h",
]
public_deps = [
"//base",
- "//components/prefs:prefs",
+ "//components/prefs",
"//services/preferences/public/interfaces",
"//services/service_manager/public/cpp",
]
deps = [
- "//mojo/public/cpp/bindings:bindings",
+ "//mojo/public/cpp/bindings",
+ ]
+}
+
+source_set("service_main") {
+ deps = [
+ "//base",
+ "//components/prefs",
"//services/preferences",
+ "//services/service_manager/public/cpp",
+ ]
+ sources = [
+ "pref_service_main.cc",
+ "pref_service_main.h",
]
}
« no previous file with comments | « services/preferences/pref_store_manager_impl.cc ('k') | services/preferences/public/cpp/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698