Index: media/BUILD.gn |
diff --git a/media/BUILD.gn b/media/BUILD.gn |
index 3180c7ac12320371f7cab2cf9d12f356816420fb..b0bf9d64a9af08733530840511e558071dcecf33 100644 |
--- a/media/BUILD.gn |
+++ b/media/BUILD.gn |
@@ -821,6 +821,15 @@ test("media_perftests") { |
} |
} |
+# TODO(GYP): Delete this after we've converted everything to GN. |
+# The _run targets exist only for compatibility w/ GYP. |
+group("audio_unittests_run") { |
+ testonly = true |
+ deps = [ |
+ ":audio_unittests", |
+ ] |
+} |
+ |
# For running the subset of media_unittests that might require audio hardware |
# separately on GPU bots. media_unittests includes these too. |
test("audio_unittests") { |