summaryrefslogtreecommitdiffstats
path: root/gin/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gin/BUILD.gn')
-rw-r--r--gin/BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 4531cd1..1ceeb60 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -202,12 +202,3 @@ test("gin_unittests") {
":gin_shell",
]
}
-
-# TODO(GYP): Delete this after we've converted everything to GN.
-# The _run targets exist only for compatibility w/ GYP.
-group("gin_unittests_run") {
- testonly = true
- deps = [
- ":gin_unittests",
- ]
-}