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

Unified Diff: services/preferences/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 | « chrome/browser/profiles/profile_impl.cc ('k') | services/preferences/pref_service_factory_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/BUILD.gn
diff --git a/services/preferences/BUILD.gn b/services/preferences/BUILD.gn
index bdf33128c57df917c9bbdffa9504ed4bf3f88795..024a79e1a6fc33a3bdf7575d4f10f45dac7c505f 100644
--- a/services/preferences/BUILD.gn
+++ b/services/preferences/BUILD.gn
@@ -12,17 +12,22 @@ service_manifest("manifest") {
}
source_set("preferences") {
- public_deps = [
- "//services/preferences/public/interfaces",
+ visibility = [
+ ":*",
+ "//services/preferences/public/cpp:service_main",
]
deps = [
"//components/prefs",
+ "//services/preferences/public/interfaces",
+ "//services/service_manager/public/cpp",
]
sources = [
"persistent_pref_store_factory.cc",
"persistent_pref_store_factory.h",
"persistent_pref_store_impl.cc",
"persistent_pref_store_impl.h",
+ "pref_store_manager_impl.cc",
+ "pref_store_manager_impl.h",
]
}
@@ -35,6 +40,7 @@ source_set("tests") {
"//components/prefs:test_support",
"//mojo/public/cpp/bindings:bindings",
"//services/preferences/public/cpp",
+ "//services/preferences/public/cpp:service_main",
"//services/preferences/public/cpp/tests",
"//services/preferences/public/interfaces",
"//services/service_manager/public/cpp",
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | services/preferences/pref_service_factory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698