| Index: blimp/BUILD.gn
|
| diff --git a/blimp/BUILD.gn b/blimp/BUILD.gn
|
| index 8b2c83297db92f92767370f92f93e4a2c3a39e9a..ced999854b0858862add1a7f3de11f45b42baa2e 100644
|
| --- a/blimp/BUILD.gn
|
| +++ b/blimp/BUILD.gn
|
| @@ -58,12 +58,3 @@ test("blimp_unittests") {
|
| deps += [ "//blimp/engine:unit_tests" ]
|
| }
|
| }
|
| -
|
| -# TODO(GYP): Delete this after we've converted everything to GN.
|
| -# The _run targets exist only for compatibility w/ GYP.
|
| -group("blimp_unittests_run") {
|
| - testonly = true
|
| - deps = [
|
| - ":blimp_unittests",
|
| - ]
|
| -}
|
|
|