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