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

Unified Diff: Source/modules/modules.gypi

Issue 14442004: Web MIDI: implement MIDIOutput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: crogers review Created 7 years, 8 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') | Source/modules/webmidi/MIDIOutput.h » ('J')
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 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',
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIOutput.h » ('j') | Source/modules/webmidi/MIDIOutput.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698