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

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: --similarity 90 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
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 'encryptedmedia/MediaKeyMessageEvent.idl', 10 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'webdatabase/SQLResultSetRowList.idl', 151 'webdatabase/SQLResultSetRowList.idl',
152 'webdatabase/SQLStatementCallback.idl', 152 'webdatabase/SQLStatementCallback.idl',
153 'webdatabase/SQLStatementErrorCallback.idl', 153 'webdatabase/SQLStatementErrorCallback.idl',
154 'webdatabase/SQLTransaction.idl', 154 'webdatabase/SQLTransaction.idl',
155 'webdatabase/SQLTransactionCallback.idl', 155 'webdatabase/SQLTransactionCallback.idl',
156 'webdatabase/SQLTransactionErrorCallback.idl', 156 'webdatabase/SQLTransactionErrorCallback.idl',
157 'webdatabase/SQLTransactionSync.idl', 157 'webdatabase/SQLTransactionSync.idl',
158 'webdatabase/SQLTransactionSyncCallback.idl', 158 'webdatabase/SQLTransactionSyncCallback.idl',
159 'webdatabase/WorkerContextWebDatabase.idl', 159 'webdatabase/WorkerContextWebDatabase.idl',
160 'webmidi/MIDIAccess.idl', 160 'webmidi/MIDIAccess.idl',
161 'webmidi/MIDIAccessFuture.idl',
161 'webmidi/MIDIConnectionEvent.idl', 162 'webmidi/MIDIConnectionEvent.idl',
162 'webmidi/MIDIErrorCallback.idl', 163 'webmidi/MIDIErrorCallback.idl',
163 'webmidi/MIDIInput.idl', 164 'webmidi/MIDIInput.idl',
164 'webmidi/MIDIMessageEvent.idl', 165 'webmidi/MIDIMessageEvent.idl',
165 'webmidi/MIDIOutput.idl', 166 'webmidi/MIDIOutput.idl',
166 'webmidi/MIDIPort.idl', 167 'webmidi/MIDIPort.idl',
167 'webmidi/MIDISuccessCallback.idl', 168 'webmidi/MIDISuccessCallback.idl',
168 'websockets/CloseEvent.idl', 169 'websockets/CloseEvent.idl',
169 'websockets/WebSocket.idl', 170 'websockets/WebSocket.idl',
170 'websockets/WorkerContextWebSocket.idl', 171 'websockets/WorkerContextWebSocket.idl',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'webdatabase/SQLTransactionSyncCallback.h', 617 'webdatabase/SQLTransactionSyncCallback.h',
617 'webdatabase/WorkerContextWebDatabase.cpp', 618 'webdatabase/WorkerContextWebDatabase.cpp',
618 'webdatabase/WorkerContextWebDatabase.h', 619 'webdatabase/WorkerContextWebDatabase.h',
619 'webdatabase/chromium/DatabaseObserver.h', 620 'webdatabase/chromium/DatabaseObserver.h',
620 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 621 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
621 'webdatabase/chromium/QuotaTracker.cpp', 622 'webdatabase/chromium/QuotaTracker.cpp',
622 'webdatabase/chromium/QuotaTracker.h', 623 'webdatabase/chromium/QuotaTracker.h',
623 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 624 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
624 'webmidi/MIDIAccess.cpp', 625 'webmidi/MIDIAccess.cpp',
625 'webmidi/MIDIAccess.h', 626 'webmidi/MIDIAccess.h',
627 'webmidi/MIDIAccessFuture.cpp',
628 'webmidi/MIDIAccessFuture.h',
626 'webmidi/MIDIConnectionEvent.h', 629 'webmidi/MIDIConnectionEvent.h',
627 'webmidi/MIDIErrorCallback.cpp', 630 'webmidi/MIDIErrorCallback.cpp',
628 'webmidi/MIDIErrorCallback.h', 631 'webmidi/MIDIErrorCallback.h',
629 'webmidi/MIDIInput.cpp', 632 'webmidi/MIDIInput.cpp',
630 'webmidi/MIDIInput.h', 633 'webmidi/MIDIInput.h',
631 'webmidi/MIDIMessageEvent.h', 634 'webmidi/MIDIMessageEvent.h',
632 'webmidi/MIDIOptions.h', 635 'webmidi/MIDIOptions.h',
633 'webmidi/MIDIOutput.cpp', 636 'webmidi/MIDIOutput.cpp',
634 'webmidi/MIDIOutput.h', 637 'webmidi/MIDIOutput.h',
635 'webmidi/MIDIPort.cpp', 638 'webmidi/MIDIPort.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'websockets/WorkerThreadableWebSocketChannel.cpp', 671 'websockets/WorkerThreadableWebSocketChannel.cpp',
669 'websockets/WorkerThreadableWebSocketChannel.h', 672 'websockets/WorkerThreadableWebSocketChannel.h',
670 ], 673 ],
671 'modules_unittest_files': [ 674 'modules_unittest_files': [
672 'websockets/WebSocketDeflaterTest.cpp', 675 'websockets/WebSocketDeflaterTest.cpp',
673 'websockets/WebSocketExtensionDispatcherTest.cpp', 676 'websockets/WebSocketExtensionDispatcherTest.cpp',
674 'websockets/WebSocketPerMessageDeflateTest.cpp', 677 'websockets/WebSocketPerMessageDeflateTest.cpp',
675 ], 678 ],
676 }, 679 },
677 } 680 }
OLDNEW
« no previous file with comments | « no previous file | Source/modules/webmidi/MIDIAccessFuture.h » ('j') | Source/modules/webmidi/MIDIAccessFuture.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698