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

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

Issue 15995010: Web MIDI: implement MIDIAccessPromise (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'modules_idl_files': [ 3 'modules_idl_files': [
4 'device_orientation/DeviceAcceleration.idl', 4 'device_orientation/DeviceAcceleration.idl',
5 'device_orientation/DeviceMotionEvent.idl', 5 'device_orientation/DeviceMotionEvent.idl',
6 'device_orientation/DeviceRotationRate.idl', 6 'device_orientation/DeviceRotationRate.idl',
7 'donottrack/NavigatorDoNotTrack.idl', 7 'donottrack/NavigatorDoNotTrack.idl',
8 'encryptedmedia/MediaKeyMessageEvent.idl', 8 'encryptedmedia/MediaKeyMessageEvent.idl',
9 'encryptedmedia/MediaKeyNeededEvent.idl', 9 'encryptedmedia/MediaKeyNeededEvent.idl',
10 'encryptedmedia/MediaKeys.idl', 10 'encryptedmedia/MediaKeys.idl',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'webdatabase/SQLResultSetRowList.idl', 150 'webdatabase/SQLResultSetRowList.idl',
151 'webdatabase/SQLStatementCallback.idl', 151 'webdatabase/SQLStatementCallback.idl',
152 'webdatabase/SQLStatementErrorCallback.idl', 152 'webdatabase/SQLStatementErrorCallback.idl',
153 'webdatabase/SQLTransaction.idl', 153 'webdatabase/SQLTransaction.idl',
154 'webdatabase/SQLTransactionCallback.idl', 154 'webdatabase/SQLTransactionCallback.idl',
155 'webdatabase/SQLTransactionErrorCallback.idl', 155 'webdatabase/SQLTransactionErrorCallback.idl',
156 'webdatabase/SQLTransactionSync.idl', 156 'webdatabase/SQLTransactionSync.idl',
157 'webdatabase/SQLTransactionSyncCallback.idl', 157 'webdatabase/SQLTransactionSyncCallback.idl',
158 'webdatabase/WorkerContextWebDatabase.idl', 158 'webdatabase/WorkerContextWebDatabase.idl',
159 'webmidi/MIDIAccess.idl', 159 'webmidi/MIDIAccess.idl',
160 'webmidi/MIDIAccessPromise.idl',
160 'webmidi/MIDIConnectionEvent.idl', 161 'webmidi/MIDIConnectionEvent.idl',
161 'webmidi/MIDIErrorCallback.idl', 162 'webmidi/MIDIErrorCallback.idl',
162 'webmidi/MIDIInput.idl', 163 'webmidi/MIDIInput.idl',
163 'webmidi/MIDIMessageEvent.idl', 164 'webmidi/MIDIMessageEvent.idl',
164 'webmidi/MIDIOutput.idl', 165 'webmidi/MIDIOutput.idl',
165 'webmidi/MIDIPort.idl', 166 'webmidi/MIDIPort.idl',
166 'webmidi/MIDISuccessCallback.idl', 167 'webmidi/MIDISuccessCallback.idl',
167 'websockets/CloseEvent.idl', 168 'websockets/CloseEvent.idl',
168 'websockets/WebSocket.idl', 169 'websockets/WebSocket.idl',
169 'websockets/WorkerContextWebSocket.idl', 170 'websockets/WorkerContextWebSocket.idl',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 'webdatabase/SQLTransactionSyncCallback.h', 595 'webdatabase/SQLTransactionSyncCallback.h',
595 'webdatabase/WorkerContextWebDatabase.cpp', 596 'webdatabase/WorkerContextWebDatabase.cpp',
596 'webdatabase/WorkerContextWebDatabase.h', 597 'webdatabase/WorkerContextWebDatabase.h',
597 'webdatabase/chromium/DatabaseObserver.h', 598 'webdatabase/chromium/DatabaseObserver.h',
598 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 599 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
599 'webdatabase/chromium/QuotaTracker.cpp', 600 'webdatabase/chromium/QuotaTracker.cpp',
600 'webdatabase/chromium/QuotaTracker.h', 601 'webdatabase/chromium/QuotaTracker.h',
601 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 602 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
602 'webmidi/MIDIAccess.cpp', 603 'webmidi/MIDIAccess.cpp',
603 'webmidi/MIDIAccess.h', 604 'webmidi/MIDIAccess.h',
605 'webmidi/MIDIAccessPromise.cpp',
606 'webmidi/MIDIAccessPromise.h',
604 'webmidi/MIDIConnectionEvent.h', 607 'webmidi/MIDIConnectionEvent.h',
605 'webmidi/MIDIErrorCallback.h', 608 'webmidi/MIDIErrorCallback.h',
606 'webmidi/MIDIInput.cpp', 609 'webmidi/MIDIInput.cpp',
607 'webmidi/MIDIInput.h', 610 'webmidi/MIDIInput.h',
608 'webmidi/MIDIMessageEvent.h', 611 'webmidi/MIDIMessageEvent.h',
609 'webmidi/MIDIOptions.h', 612 'webmidi/MIDIOptions.h',
610 'webmidi/MIDIOutput.cpp', 613 'webmidi/MIDIOutput.cpp',
611 'webmidi/MIDIOutput.h', 614 'webmidi/MIDIOutput.h',
612 'webmidi/MIDIPort.cpp', 615 'webmidi/MIDIPort.cpp',
613 'webmidi/MIDIPort.h', 616 'webmidi/MIDIPort.h',
(...skipping 30 matching lines...) Expand all
644 'websockets/WorkerThreadableWebSocketChannel.cpp', 647 'websockets/WorkerThreadableWebSocketChannel.cpp',
645 'websockets/WorkerThreadableWebSocketChannel.h', 648 'websockets/WorkerThreadableWebSocketChannel.h',
646 ], 649 ],
647 'modules_unittest_files': [ 650 'modules_unittest_files': [
648 'websockets/WebSocketDeflaterTest.cpp', 651 'websockets/WebSocketDeflaterTest.cpp',
649 'websockets/WebSocketExtensionDispatcherTest.cpp', 652 'websockets/WebSocketExtensionDispatcherTest.cpp',
650 'websockets/WebSocketPerMessageDeflateTest.cpp', 653 'websockets/WebSocketPerMessageDeflateTest.cpp',
651 ], 654 ],
652 }, 655 },
653 } 656 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698