Index: net/BUILD.gn |
diff --git a/net/BUILD.gn b/net/BUILD.gn |
index 102c703bb536711eaed8d4fdef2f46f9069fae08..7d9dd890cac8be193e4f9507b5c6070d62397282 100644 |
--- a/net/BUILD.gn |
+++ b/net/BUILD.gn |
@@ -1369,15 +1369,6 @@ if (!is_ios) { |
} |
} |
-# TODO(GYP): Delete this after we've converted everything to GN. |
-# The _run targets exist only for compatibility w/ GYP. |
-group("net_unittests_run") { |
- testonly = true |
- deps = [ |
- ":net_unittests", |
- ] |
-} |
- |
test("net_unittests") { |
sources = gypi_values.net_test_sources |