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

Unified Diff: services/preferences/public/cpp/tests/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
Index: services/preferences/public/cpp/tests/BUILD.gn
diff --git a/services/preferences/public/cpp/tests/BUILD.gn b/services/preferences/public/cpp/tests/BUILD.gn
index bbe7e02055a052295c88b364b83644040aaa74a7..3f0a9c2c0e88fda6dead6495ef334245d77001b3 100644
--- a/services/preferences/public/cpp/tests/BUILD.gn
+++ b/services/preferences/public/cpp/tests/BUILD.gn
@@ -5,6 +5,7 @@
source_set("tests") {
testonly = true
sources = [
+ "persistent_pref_store_client_unittest.cc",
"pref_store_client_unittest.cc",
"pref_store_impl_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698