| 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",
|
| ]
|
| }
|
|
|