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

Side by Side Diff: Source/modules/modules.gypi

Issue 14044022: Web MIDI: implement MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: https://github.com/WebAudio/web-midi-api/issues/2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'modules_idl_files': [ 3 'modules_idl_files': [
4 'battery/BatteryManager.idl', 4 'battery/BatteryManager.idl',
5 'battery/NavigatorBattery.idl', 5 'battery/NavigatorBattery.idl',
6 'device_orientation/DeviceAcceleration.idl', 6 'device_orientation/DeviceAcceleration.idl',
7 'device_orientation/DeviceMotionEvent.idl', 7 'device_orientation/DeviceMotionEvent.idl',
8 'device_orientation/DeviceRotationRate.idl', 8 'device_orientation/DeviceRotationRate.idl',
9 'donottrack/NavigatorDoNotTrack.idl', 9 'donottrack/NavigatorDoNotTrack.idl',
10 'filesystem/DOMFileSystem.idl', 10 'filesystem/DOMFileSystem.idl',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'webdatabase/SQLResultSet.idl', 146 'webdatabase/SQLResultSet.idl',
147 'webdatabase/SQLResultSetRowList.idl', 147 'webdatabase/SQLResultSetRowList.idl',
148 'webdatabase/SQLStatementCallback.idl', 148 'webdatabase/SQLStatementCallback.idl',
149 'webdatabase/SQLStatementErrorCallback.idl', 149 'webdatabase/SQLStatementErrorCallback.idl',
150 'webdatabase/SQLTransaction.idl', 150 'webdatabase/SQLTransaction.idl',
151 'webdatabase/SQLTransactionCallback.idl', 151 'webdatabase/SQLTransactionCallback.idl',
152 'webdatabase/SQLTransactionErrorCallback.idl', 152 'webdatabase/SQLTransactionErrorCallback.idl',
153 'webdatabase/SQLTransactionSync.idl', 153 'webdatabase/SQLTransactionSync.idl',
154 'webdatabase/SQLTransactionSyncCallback.idl', 154 'webdatabase/SQLTransactionSyncCallback.idl',
155 'webdatabase/WorkerContextWebDatabase.idl', 155 'webdatabase/WorkerContextWebDatabase.idl',
156 'webmidi/MIDIAccess.idl',
156 'webmidi/MIDIConnectionEvent.idl', 157 'webmidi/MIDIConnectionEvent.idl',
157 'webmidi/MIDIErrorCallback.idl', 158 'webmidi/MIDIErrorCallback.idl',
158 'webmidi/MIDIInput.idl', 159 'webmidi/MIDIInput.idl',
159 'webmidi/MIDIMessageEvent.idl', 160 'webmidi/MIDIMessageEvent.idl',
160 'webmidi/MIDIOutput.idl', 161 'webmidi/MIDIOutput.idl',
161 'webmidi/MIDIPort.idl', 162 'webmidi/MIDIPort.idl',
162 'websockets/CloseEvent.idl', 163 'websockets/CloseEvent.idl',
163 'websockets/WebSocket.idl', 164 'websockets/WebSocket.idl',
164 'websockets/WorkerContextWebSocket.idl', 165 'websockets/WorkerContextWebSocket.idl',
165 ], 166 ],
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'webdatabase/SQLTransactionSync.cpp', 597 'webdatabase/SQLTransactionSync.cpp',
597 'webdatabase/SQLTransactionSync.h', 598 'webdatabase/SQLTransactionSync.h',
598 'webdatabase/SQLTransactionSyncCallback.h', 599 'webdatabase/SQLTransactionSyncCallback.h',
599 'webdatabase/WorkerContextWebDatabase.cpp', 600 'webdatabase/WorkerContextWebDatabase.cpp',
600 'webdatabase/WorkerContextWebDatabase.h', 601 'webdatabase/WorkerContextWebDatabase.h',
601 'webdatabase/chromium/DatabaseObserver.h', 602 'webdatabase/chromium/DatabaseObserver.h',
602 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 603 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
603 'webdatabase/chromium/QuotaTracker.cpp', 604 'webdatabase/chromium/QuotaTracker.cpp',
604 'webdatabase/chromium/QuotaTracker.h', 605 'webdatabase/chromium/QuotaTracker.h',
605 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 606 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
607 'webmidi/MIDIAccess.cpp',
608 'webmidi/MIDIAccess.h',
606 'webmidi/MIDIConnectionEvent.h', 609 'webmidi/MIDIConnectionEvent.h',
607 'webmidi/MIDIErrorCallback.cpp', 610 'webmidi/MIDIErrorCallback.cpp',
608 'webmidi/MIDIErrorCallback.h', 611 'webmidi/MIDIErrorCallback.h',
609 'webmidi/MIDIInput.cpp', 612 'webmidi/MIDIInput.cpp',
610 'webmidi/MIDIInput.h', 613 'webmidi/MIDIInput.h',
611 'webmidi/MIDIMessageEvent.h', 614 'webmidi/MIDIMessageEvent.h',
612 'webmidi/MIDIOutput.cpp', 615 'webmidi/MIDIOutput.cpp',
613 'webmidi/MIDIOutput.h', 616 'webmidi/MIDIOutput.h',
614 'webmidi/MIDIPort.cpp', 617 'webmidi/MIDIPort.cpp',
615 'webmidi/MIDIPort.h', 618 'webmidi/MIDIPort.h',
(...skipping 24 matching lines...) Expand all
640 'websockets/WebSocketHandshakeRequest.h', 643 'websockets/WebSocketHandshakeRequest.h',
641 'websockets/WebSocketHandshakeResponse.cpp', 644 'websockets/WebSocketHandshakeResponse.cpp',
642 'websockets/WebSocketHandshakeResponse.h', 645 'websockets/WebSocketHandshakeResponse.h',
643 'websockets/WebSocketPerMessageDeflate.cpp', 646 'websockets/WebSocketPerMessageDeflate.cpp',
644 'websockets/WebSocketPerMessageDeflate.h', 647 'websockets/WebSocketPerMessageDeflate.h',
645 'websockets/WorkerThreadableWebSocketChannel.cpp', 648 'websockets/WorkerThreadableWebSocketChannel.cpp',
646 'websockets/WorkerThreadableWebSocketChannel.h', 649 'websockets/WorkerThreadableWebSocketChannel.h',
647 ], 650 ],
648 }, 651 },
649 } 652 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698