summaryrefslogtreecommitdiffstats
path: root/tools/gn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn')
-rw-r--r--tools/gn/BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index e643f97..eb60e08 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -241,15 +241,6 @@ executable("gn") {
]
}
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("gn_unittests_run") {
- testonly = true
- deps = [
- ":gn_unittests",
- ]
-}
-
test("gn_unittests") {
sources = [
"action_target_generator_unittest.cc",