Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1413)

Unified Diff: Source/modules/modules.gypi

Issue 14442004: Web MIDI: implement MIDIOutput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NoInterfaceObject Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIOutput.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIOutput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698