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

Unified Diff: Source/modules/modules.gypi

Issue 14520002: Web MIDI: implement MIDIInput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 9e75ea0190a0a961e6ad1bf12cec1578a81cbe40..b232b551086e02913accb1f3d68d9fbd91ca812b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -178,6 +178,7 @@
'webmidi/DOMWindowWebMIDI.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
+ 'webmidi/MIDIInput.idl',
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIPort.idl',
'websockets/CloseEvent.idl',
@@ -621,6 +622,8 @@
'webmidi/MIDIConnectionEvent.h',
'webmidi/MIDIErrorCallback.cpp',
'webmidi/MIDIErrorCallback.h',
+ 'webmidi/MIDIInput.cpp',
+ 'webmidi/MIDIInput.h',
'webmidi/MIDIMessageEvent.h',
'webmidi/MIDIPort.cpp',
'webmidi/MIDIPort.h',

Powered by Google App Engine
This is Rietveld 408576698