Chromium Code Reviews| Index: gpu/BUILD.gn |
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn |
| index 214dadefe4e92d14957d759a725690ecdb9f0379..36b1ced2df3ac96ca1e3097d46e3acb248909ce5 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", |