| 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',
|
| + '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',
|
|
|