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

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: remove redundant includes Created 7 years, 6 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/MIDIErrorCallback.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 93eda61c101d9dc507abbec34ad2937e08a4708d..721035dd62b4e4dd504142b1d7f7f8bcad3a2e1b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -165,6 +165,7 @@
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIOutput.idl',
'webmidi/MIDIPort.idl',
+ 'webmidi/MIDISuccessCallback.idl',
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
'websockets/WorkerContextWebSocket.idl',
@@ -610,15 +611,16 @@
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
'webmidi/MIDIConnectionEvent.h',
- 'webmidi/MIDIErrorCallback.cpp',
'webmidi/MIDIErrorCallback.h',
'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.h',
'websockets/CloseEvent.h',
'websockets/MainThreadWebSocketChannel.cpp',
'websockets/MainThreadWebSocketChannel.h',
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIErrorCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698