| Index: services/ui/public/cpp/tests/BUILD.gn
|
| diff --git a/services/ui/public/cpp/tests/BUILD.gn b/services/ui/public/cpp/tests/BUILD.gn
|
| index fee578207d1a3c409639384609330e3638206489..3d147d9636cc5b7875bc612b7e5055caeafbb1c6 100644
|
| --- a/services/ui/public/cpp/tests/BUILD.gn
|
| +++ b/services/ui/public/cpp/tests/BUILD.gn
|
| @@ -5,10 +5,11 @@
|
| import("//build/config/ui.gni")
|
| import("//testing/test.gni")
|
|
|
| -test("mus_public_unittests") {
|
| +source_set("tests") {
|
| + testonly = true
|
| +
|
| sources = [
|
| "property_type_converters_unittest.cc",
|
| - "run_all_unittests.cc",
|
| "window_server_test_suite.cc",
|
| "window_server_test_suite.h",
|
| ]
|
|
|