| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index 9e75ea0190a0a961e6ad1bf12cec1578a81cbe40..1765303209591af2a4fb56f86d6d2bf1443fedce 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -179,6 +179,7 @@
|
| 'webmidi/MIDIConnectionEvent.idl',
|
| 'webmidi/MIDIErrorCallback.idl',
|
| 'webmidi/MIDIMessageEvent.idl',
|
| + 'webmidi/MIDIOutput.idl',
|
| 'webmidi/MIDIPort.idl',
|
| 'websockets/CloseEvent.idl',
|
| 'websockets/DOMWindowWebSocket.idl',
|
| @@ -622,6 +623,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',
|
|
|