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

Unified Diff: Source/modules/modules.gypi

Issue 14192043: Web MIDI: implement MIDIMessageEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: layout test 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 0a0fc75464fcc7be5582e7d7013a93e228b0e6f7..b6f92ec4c2d44efd731e3cec6031dcbf721ec3f2 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -17,6 +17,7 @@
'webaudio',
'webdatabase',
'webdatabase/chromium',
+ 'webmidi',
'websockets',
],
'modules_idl_files': [
@@ -172,6 +173,8 @@
'webdatabase/SQLTransactionSync.idl',
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WorkerContextWebDatabase.idl',
+ 'webmidi/DOMWindowMIDI.idl',
abarth-chromium 2013/04/22 17:55:39 Generally we try to match the name of the module w
Chris Rogers 2013/04/22 19:31:57 I'd recommend changing the .idl to DOMWindowWebMID
Takashi Toyoshima 2013/04/23 04:24:46 Done.
+ 'webmidi/MIDIMessageEvent.idl',
'websockets/CloseEvent.idl',
'websockets/DOMWindowWebSocket.idl',
'websockets/WebSocket.idl',
@@ -608,6 +611,7 @@
'webdatabase/chromium/QuotaTracker.cpp',
'webdatabase/chromium/QuotaTracker.h',
'webdatabase/chromium/SQLTransactionClientChromium.cpp',
+ 'webmidi/MIDIMessageEvent.h',
'websockets/CloseEvent.h',
'websockets/MainThreadWebSocketChannel.cpp',
'websockets/MainThreadWebSocketChannel.h',

Powered by Google App Engine
This is Rietveld 408576698