Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index 565b4d962b625487cacc00b95cc553af56847ec8..1ae5399d63cb838a111115ce7ee4a1e5e1ebf18d 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -12,15 +12,6 @@ if (is_android) { |
import("//build/config/android/rules.gni") |
} |
-# TODO(GYP): Delete this after we've converted everything to GN. |
-# The _run targets exist only for compatibility w/ GYP. |
-group("components_unittests_run") { |
- testonly = true |
- deps = [ |
- ":components_unittests", |
- ] |
-} |
- |
# To add a unit test to this target, make a "unit_test" source_set in your |
# component (it's important to use a source_set instead of a static library or |
# no tests will run) and add a reference here. You can add more than one unit |
@@ -330,15 +321,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("components_browsertests_run") { |
- testonly = true |
- deps = [ |
- ":components_browsertests", |
- ] |
-} |
- |
test("components_browsertests") { |
sources = [] |
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |