| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index e624eaacaef14edbc8d76d45f595d19dab8f7477..7c7723c3e3345879de079f6beea46d2f9e42ae3d 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -156,6 +156,7 @@
|
| 'webmidi/MIDIErrorCallback.idl',
|
| 'webmidi/MIDIInput.idl',
|
| 'webmidi/MIDIMessageEvent.idl',
|
| + 'webmidi/MIDIOutput.idl',
|
| 'webmidi/MIDIPort.idl',
|
| 'websockets/CloseEvent.idl',
|
| 'websockets/WebSocket.idl',
|
| @@ -607,6 +608,8 @@
|
| 'webmidi/MIDIInput.cpp',
|
| 'webmidi/MIDIInput.h',
|
| 'webmidi/MIDIMessageEvent.h',
|
| + 'webmidi/MIDIOutput.cpp',
|
| + 'webmidi/MIDIOutput.h',
|
| 'webmidi/MIDIPort.cpp',
|
| 'webmidi/MIDIPort.h',
|
| 'websockets/CloseEvent.h',
|
|
|