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

Unified Diff: Source/modules/modules.gypi

Issue 16331005: Web MIDI: implement MIDISuccessCallback and MIDIOptions (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: --similarity 90 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/MIDIOptions.h » ('j') | Source/modules/webmidi/MIDIOptions.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 6ca1fa42b7bb21043de04a224e64d91aa2fc15e2..fb602653ba76c06ce8bdcb38f4b5d1002edff0da 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -164,6 +164,7 @@
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIOutput.idl',
'webmidi/MIDIPort.idl',
+ 'webmidi/MIDISuccessCallback.idl',
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
'websockets/WorkerContextWebSocket.idl',
@@ -628,10 +629,13 @@
'webmidi/MIDIInput.cpp',
'webmidi/MIDIInput.h',
'webmidi/MIDIMessageEvent.h',
+ 'webmidi/MIDIOptions.h',
'webmidi/MIDIOutput.cpp',
'webmidi/MIDIOutput.h',
'webmidi/MIDIPort.cpp',
'webmidi/MIDIPort.h',
+ 'webmidi/MIDISuccessCallback.cpp',
+ 'webmidi/MIDISuccessCallback.h',
'websockets/CloseEvent.h',
'websockets/MainThreadWebSocketChannel.cpp',
'websockets/MainThreadWebSocketChannel.h',
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIOptions.h » ('j') | Source/modules/webmidi/MIDIOptions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698