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

Unified Diff: Source/modules/modules.gypi

Issue 16288002: Web MIDI API (work in progress) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: minor compile fix 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 | « Source/core/platform/midi/MIDIAccessorChromium.cpp ('k') | Source/modules/webaudio/AudioContext.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 6ca1fa42b7bb21043de04a224e64d91aa2fc15e2..6783cebc80c48948840bdaf85ace3de01efb8ed9 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -157,13 +157,18 @@
'webdatabase/SQLTransactionSync.idl',
'webdatabase/SQLTransactionSyncCallback.idl',
'webdatabase/WorkerContextWebDatabase.idl',
+
+ 'webmidi/NavigatorMIDIAccess.idl',
+ 'webmidi/MIDIAccessFuture.idl',
'webmidi/MIDIAccess.idl',
'webmidi/MIDIConnectionEvent.idl',
'webmidi/MIDIErrorCallback.idl',
+ 'webmidi/MIDISuccessCallback.idl',
'webmidi/MIDIInput.idl',
'webmidi/MIDIMessageEvent.idl',
'webmidi/MIDIOutput.idl',
'webmidi/MIDIPort.idl',
+
'websockets/CloseEvent.idl',
'websockets/WebSocket.idl',
'websockets/WorkerContextWebSocket.idl',
@@ -620,11 +625,17 @@
'webdatabase/chromium/QuotaTracker.cpp',
'webdatabase/chromium/QuotaTracker.h',
'webdatabase/chromium/SQLTransactionClientChromium.cpp',
+
+ 'webmidi/NavigatorMIDIAccess.cpp',
+ 'webmidi/NavigatorMIDIAccess.h',
+ 'webmidi/MIDIAccessFuture.cpp',
+ 'webmidi/MIDIAccessFuture.h',
'webmidi/MIDIAccess.cpp',
'webmidi/MIDIAccess.h',
'webmidi/MIDIConnectionEvent.h',
'webmidi/MIDIErrorCallback.cpp',
'webmidi/MIDIErrorCallback.h',
+ 'webmidi/MIDISuccessCallback.h',
'webmidi/MIDIInput.cpp',
'webmidi/MIDIInput.h',
'webmidi/MIDIMessageEvent.h',
@@ -632,6 +643,7 @@
'webmidi/MIDIOutput.h',
'webmidi/MIDIPort.cpp',
'webmidi/MIDIPort.h',
+
'websockets/CloseEvent.h',
'websockets/MainThreadWebSocketChannel.cpp',
'websockets/MainThreadWebSocketChannel.h',
« no previous file with comments | « Source/core/platform/midi/MIDIAccessorChromium.cpp ('k') | Source/modules/webaudio/AudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698