Index: gpu/BUILD.gn |
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
index 7748ababf4eacc9a6a4e9e7ee55543e7a1f20fca..865ae8b7513a196ec300825f4d5a65d02134c3b2 100644 |
--- a/gpu/BUILD.gn |
+++ b/gpu/BUILD.gn |
@@ -130,6 +130,15 @@ test("gl_tests") { |
} |
} |
+# TODO(GYP): Delete this after we've converted everything to GN. |
+# The _run targets exist only for compatibility w/ GYP. |
+group("gpu_unittests_run") { |
+ testonly = true |
+ deps = [ |
+ ":gpu_unittests", |
+ ] |
+} |
+ |
test("gpu_unittests") { |
sources = [ |
"command_buffer/client/buffer_tracker_unittest.cc", |