Commit 2aa98609 authored by kbr's avatar kbr Committed by Commit bot

Add audio_unittests_run compatibility target.

BUG=542370
TBR=dalecurtis@chromium.org

Review URL: https://codereview.chromium.org/1555753002

Cr-Commit-Position: refs/heads/master@{#367218}
parent 27ac566b
...@@ -821,6 +821,15 @@ test("media_perftests") { ...@@ -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 # For running the subset of media_unittests that might require audio hardware
# separately on GPU bots. media_unittests includes these too. # separately on GPU bots. media_unittests includes these too.
test("audio_unittests") { test("audio_unittests") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment