| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index ad1e9cad21416c889eb556aaa10853d2f55d8e0a..aeebf5a44680325cd2f044ab10b09309f9051297 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -161,6 +161,7 @@
|
| 'webmidi/MIDIConnectionEvent.idl',
|
| 'webmidi/MIDIErrorCallback.idl',
|
| 'webmidi/MIDIMessageEvent.idl',
|
| + 'webmidi/MIDIOutput.idl',
|
| 'webmidi/MIDIPort.idl',
|
| 'websockets/CloseEvent.idl',
|
| 'websockets/DOMWindowWebSocket.idl',
|
| @@ -615,6 +616,8 @@
|
| 'webmidi/MIDIErrorCallback.cpp',
|
| 'webmidi/MIDIErrorCallback.h',
|
| 'webmidi/MIDIMessageEvent.h',
|
| + 'webmidi/MIDIOutput.cpp',
|
| + 'webmidi/MIDIOutput.h',
|
| 'webmidi/MIDIPort.cpp',
|
| 'webmidi/MIDIPort.h',
|
| 'websockets/CloseEvent.h',
|
|
|