Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index e02fa1af477df492cc087a8f782451924a93d78a..63447f15ebd7f465d732437c5168314c95c1d188 100644 |
--- a/gpu/BUILD.gn |
+++ b/gpu/BUILD.gn |
@@ -101,13 +101,6 @@ source_set("test_support") { |
] |
} |
-group("gl_tests_run") { |
- testonly = true |
- deps = [ |
- ":gl_tests", |
- ] |
-} |
- |
test("gl_tests") { |
sources = [ |
"command_buffer/tests/compressed_texture_test.cc", |
@@ -177,15 +170,6 @@ test("gl_tests") { |
} |
} |
-# TODO(GYP): Delete this after we've converted everything to GN. |
-# The _run targets exist only for compatibility w/ GYP. |
-group("gpu_unittests_run") { |
- testonly = true |
- deps = [ |
- ":gpu_unittests", |
- ] |
-} |
- |
test("gpu_unittests") { |
sources = [ |
"command_buffer/client/buffer_tracker_unittest.cc", |
@@ -328,23 +312,3 @@ test("gpu_perftests") { |
"//ui/gl", |
] |
} |
- |
-# TODO(GYP): Delete this after we've converted everything to GN. |
-# The _run targets exist only for compatibility w/ GYP. |
-group("angle_unittests_run") { |
- testonly = true |
- deps = [ |
- "//third_party/angle/src/tests:angle_unittests", |
- ] |
-} |
- |
-if (is_win || is_linux || is_mac) { |
- # TODO(GYP): Delete this after we've converted everything to GN. |
- # The _run targets exist only for compatibility w/ GYP. |
- group("angle_end2end_tests_run") { |
- testonly = true |
- deps = [ |
- "//third_party/angle/src/tests:angle_end2end_tests", |
- ] |
- } |
-} |