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

Unified Diff: Source/modules/modules.gypi

Issue 13843021: Web MIDI: implement MIDIPort (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) 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 78c0d3321e5c3959de96f7380d6d36bcd638e29a..83160cd1153ccfae61b3c3aa5b749238d768c353 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -176,6 +176,7 @@
'webmidi/DOMWindowWebMIDI.idl',
'webmidi/MIDIErrorCallback.idl',
'webmidi/MIDIMessageEvent.idl',
+ 'webmidi/MIDIPort.idl',
'websockets/CloseEvent.idl',
'websockets/DOMWindowWebSocket.idl',
'websockets/WebSocket.idl',
@@ -615,6 +616,8 @@
'webmidi/MIDIErrorCallback.cpp',
'webmidi/MIDIErrorCallback.h',
'webmidi/MIDIMessageEvent.h',
+ 'webmidi/MIDIPort.cpp',
+ 'webmidi/MIDIPort.h',
'websockets/CloseEvent.h',
'websockets/MainThreadWebSocketChannel.cpp',
'websockets/MainThreadWebSocketChannel.h',

Powered by Google App Engine
This is Rietveld 408576698