Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 6ee6369007e528403aa1493234a28b64b0f148b4..c2467a7da733522b5036436c3040cbc899d6a6f1 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -339,15 +339,6 @@ if (is_android) { |
} |
} |
-# TODO(GYP): Delete this after we've converted everything to GN. |
-# The _run targets exist only for compatibility w/ GYP. |
-group("content_browsertests_run") { |
- testonly = true |
- deps = [ |
- ":content_browsertests", |
- ] |
-} |
- |
test("content_browsertests") { |
sources = rebase_path(content_tests_gypi_values.content_browsertests_sources, |
".", |
@@ -560,15 +551,6 @@ test("content_browsertests") { |
} |
} |
-# TODO(GYP): Delete this after we've converted everything to GN. |
-# The _run targets exist only for compatibility w/ GYP. |
-group("content_unittests_run") { |
- testonly = true |
- deps = [ |
- ":content_unittests", |
- ] |
-} |
- |
test("content_unittests") { |
defines = [] |
sources = rebase_path(content_tests_gypi_values.content_unittests_sources, |
@@ -835,15 +817,6 @@ test("content_perftests") { |
} |
} |
-# TODO(GYP): Delete this after we've converted everything to GN. |
-# The _run targets exist only for compatibility w/ GYP. |
-group("content_gl_tests_run") { |
- testonly = true |
- deps = [ |
- ":content_gl_tests", |
- ] |
-} |
- |
test("content_gl_tests") { |
sources = [ |
"../common/gpu/client/gl_helper_unittest.cc", |