| Index: services/ui/display/BUILD.gn
|
| diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
|
| index 11a22557bd76cc6ddfe587946254b856f2c0886a..482a1106cd8c43fa5087403547d48be1b76eedb9 100644
|
| --- a/services/ui/display/BUILD.gn
|
| +++ b/services/ui/display/BUILD.gn
|
| @@ -55,9 +55,10 @@ source_set("display") {
|
| }
|
|
|
| if (use_ozone && is_chromeos) {
|
| - test("display_service_unittests") {
|
| + source_set("tests") {
|
| + testonly = true
|
| +
|
| sources = [
|
| - "run_all_unittests.cc",
|
| "screen_manager_ozone_internal_unittests.cc",
|
| ]
|
|
|
|
|