summaryrefslogtreecommitdiffstats
path: root/media/midi/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'media/midi/BUILD.gn')
-rw-r--r--media/midi/BUILD.gn9
1 files changed, 0 insertions, 9 deletions
diff --git a/media/midi/BUILD.gn b/media/midi/BUILD.gn
index 59a8e9c..1f9a433 100644
--- a/media/midi/BUILD.gn
+++ b/media/midi/BUILD.gn
@@ -150,15 +150,6 @@ component("midi") {
}
}
-# 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",