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

Unified Diff: Source/modules/modules.gypi

Issue 14192043: Web MIDI: implement MIDIMessageEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: OWNERS 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/EventNames.in ('k') | Source/modules/webmidi/MIDIMessageEvent.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 0a0fc75464fcc7be5582e7d7013a93e228b0e6f7..e7240aad6fe9cd9fec0e1abee1298451645415dc 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/DOMWindowWebMIDI.idl',
tkent 2013/04/23 06:15:58 There is no DOMWindowMIDI.idl in the patch.
Takashi Toyoshima 2013/04/23 06:22:53 Sorry, I missed to include it after renaming. I la
+ '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',
« no previous file with comments | « Source/core/dom/EventNames.in ('k') | Source/modules/webmidi/MIDIMessageEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698