Chromium Code Reviews| 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', |