Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: media/media.gyp

Issue 107513012: [WebMIDI] Introduce UsbMidi{Input, Output}Stream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@usb-midi-parser
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/renderer_host/media/midi_host.cc ('k') | media/midi/midi_message_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index a983499765f8f70643c8feb40aa26b34f97db556..6e5d89be0f13158331eab9b6d9b24fe1594ecc91 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -427,7 +427,12 @@
'midi/midi_port_info.h',
'midi/usb_midi_descriptor_parser.cc',
'midi/usb_midi_descriptor_parser.h',
+ 'midi/usb_midi_device.h',
+ 'midi/usb_midi_input_stream.cc',
+ 'midi/usb_midi_input_stream.h',
'midi/usb_midi_jack.h',
+ 'midi/usb_midi_output_stream.cc',
+ 'midi/usb_midi_output_stream.h',
'video/capture/android/video_capture_device_android.cc',
'video/capture/android/video_capture_device_android.h',
'video/capture/fake_video_capture_device.cc',
@@ -1019,6 +1024,8 @@
'midi/midi_message_queue_unittest.cc',
'midi/midi_message_util_unittest.cc',
'midi/usb_midi_descriptor_parser_unittest.cc',
+ 'midi/usb_midi_input_stream_unittest.cc',
+ 'midi/usb_midi_output_stream_unittest.cc',
'video/capture/video_capture_device_unittest.cc',
'webm/cluster_builder.cc',
'webm/cluster_builder.h',
« no previous file with comments | « content/browser/renderer_host/media/midi_host.cc ('k') | media/midi/midi_message_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698