| Index: media/midi/BUILD.gn
|
| diff --git a/media/midi/BUILD.gn b/media/midi/BUILD.gn
|
| index 1f9a433a8dca01ae0372298b41e25f8749f1a729..59a8e9c8667e5d05e706ad828990dcd2758d5c12 100644
|
| --- a/media/midi/BUILD.gn
|
| +++ b/media/midi/BUILD.gn
|
| @@ -150,6 +150,15 @@
|
| }
|
| }
|
|
|
| +# TODO(GYP): Delete this after we've converted everything to GN.
|
| +# The _run targets exist only for compatibility w/ GYP.
|
| +group("midi_unittests_run") {
|
| + testonly = true
|
| + deps = [
|
| + ":midi_unittests",
|
| + ]
|
| +}
|
| +
|
| test("midi_unittests") {
|
| sources = [
|
| "midi_manager_unittest.cc",
|
|
|