| 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 8262f89a3488b52f10d0ef7e423c5144885fb486..44fcc8f39ed8e7b5d447c80f5f1bc723124616d1 100644
|
| --- a/services/preferences/public/cpp/tests/BUILD.gn
|
| +++ b/services/preferences/public/cpp/tests/BUILD.gn
|
| @@ -2,17 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("//build/config/ui.gni")
|
| -import("//testing/test.gni")
|
| -
|
| -group("tests") {
|
| +source_set("tests") {
|
| testonly = true
|
| - deps = [
|
| - ":preferences_unittests",
|
| - ]
|
| -}
|
| -
|
| -test("preferences_unittests") {
|
| sources = [
|
| "pref_client_store_unittest.cc",
|
| "pref_store_client_unittest.cc",
|
| @@ -21,7 +12,6 @@ test("preferences_unittests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//components/prefs:test_support",
|
| - "//mojo/edk/test:run_all_unittests",
|
| "//mojo/public/cpp/bindings:bindings",
|
| "//services/preferences/public/cpp",
|
| "//services/preferences/public/interfaces",
|
|
|