| Index: services/ui/common/BUILD.gn
|
| diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
|
| index 803f8595afcbcfffec94d0c3c3386c27850a488f..25c60c2c2b0d334dab526622a59a17395b863b96 100644
|
| --- a/services/ui/common/BUILD.gn
|
| +++ b/services/ui/common/BUILD.gn
|
| @@ -57,23 +57,6 @@ source_set("server_gpu") {
|
| ]
|
| }
|
|
|
| -source_set("run_all_service_tests") {
|
| - testonly = true
|
| -
|
| - sources = [
|
| - "run_all_service_tests.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base/test:test_support",
|
| - "//mojo/edk/system",
|
| - ]
|
| -
|
| - if (use_ozone) {
|
| - deps += [ "//ui/ozone" ]
|
| - }
|
| -}
|
| -
|
| source_set("task_runner_test_base") {
|
| testonly = true
|
|
|
|
|