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

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

Issue 2812863002: Pref service: Add a ScopedDictionaryPrefUpdate to track value changes. (Closed)
Patch Set: rebase Created 3 years, 8 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_service_factory_unittest.cc ('k') | services/preferences/public/cpp/lib/BUILD.gn » ('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 1499131617cf3f0b8a6dba44ce29109cb53d4934..8c676072133d5fa3a904499d0005f833497fbc0e 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -18,6 +18,8 @@ source_set("cpp") {
"pref_store_client_mixin.h",
"pref_store_impl.cc",
"pref_store_impl.h",
+ "scoped_pref_update.cc",
+ "scoped_pref_update.h",
]
public_deps = [
@@ -29,6 +31,7 @@ source_set("cpp") {
deps = [
"//mojo/public/cpp/bindings",
+ "//services/preferences/public/cpp/lib",
]
}
« no previous file with comments | « services/preferences/pref_service_factory_unittest.cc ('k') | services/preferences/public/cpp/lib/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698