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

Unified Diff: components/prefs/BUILD.gn

Issue 2092453002: Mojom interface for Preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | components/prefs/DEPS » ('j') | components/prefs/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/BUILD.gn
diff --git a/components/prefs/BUILD.gn b/components/prefs/BUILD.gn
index 032ed18e172c2049d29e04c2989769443a23d513..02ccaaf1bc93f474e621adda1a865a0fea9e25f5 100644
--- a/components/prefs/BUILD.gn
+++ b/components/prefs/BUILD.gn
@@ -18,6 +18,8 @@ component("prefs") {
"pref_member.h",
"pref_notifier_impl.cc",
"pref_notifier_impl.h",
+ "pref_observer_store.cc",
+ "pref_observer_store.h",
"pref_registry.cc",
"pref_registry.h",
"pref_registry_simple.cc",
@@ -52,6 +54,8 @@ component("prefs") {
deps = [
"//base",
+ "//components/prefs/public/interfaces",
+ "//services/shell/public/cpp",
]
}
@@ -88,6 +92,7 @@ source_set("unit_tests") {
"pref_change_registrar_unittest.cc",
"pref_member_unittest.cc",
"pref_notifier_impl_unittest.cc",
+ "pref_observer_store_unittest.cc",
"pref_service_unittest.cc",
"pref_value_map_unittest.cc",
"pref_value_store_unittest.cc",
@@ -98,6 +103,7 @@ source_set("unit_tests") {
":test_support",
"//base",
"//base/test:test_support",
+ "//components/prefs/public/interfaces",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « no previous file | components/prefs/DEPS » ('j') | components/prefs/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698