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

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

Issue 2635153002: Pref service: expose all read-only PrefStores through Mojo (Closed)
Patch Set: Address bauerb's review comments 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
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 1c818cbff4dcc02c799c87fd275bca070a981bf9..8262f89a3488b52f10d0ef7e423c5144885fb486 100644
--- a/services/preferences/public/cpp/tests/BUILD.gn
+++ b/services/preferences/public/cpp/tests/BUILD.gn
@@ -15,6 +15,7 @@ group("tests") {
test("preferences_unittests") {
sources = [
"pref_client_store_unittest.cc",
+ "pref_store_client_unittest.cc",
]
deps = [
"//base",
@@ -24,6 +25,7 @@ test("preferences_unittests") {
"//mojo/public/cpp/bindings:bindings",
"//services/preferences/public/cpp",
"//services/preferences/public/interfaces",
+ "//testing/gmock",
"//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698