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

Unified Diff: Source/modules/modules.gypi

Issue 14520002: Web MIDI: implement MIDIInput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: reviewed 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
« no previous file with comments | « Source/core/dom/EventTargetFactory.in ('k') | Source/modules/webmidi/MIDIInput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index ad1e9cad21416c889eb556aaa10853d2f55d8e0a..5e8e59c3184f0704212ad9922c8bd11ba000a18a 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -160,6 +160,7 @@
'webmidi/DOMWindowWebMIDI.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
+ 'webmidi/MIDIInput.idl',
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIPort.idl',
'websockets/CloseEvent.idl',
@@ -614,6 +615,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',
« no previous file with comments | « Source/core/dom/EventTargetFactory.in ('k') | Source/modules/webmidi/MIDIInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698