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

Side by Side 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 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'webdatabase/SQLResultSet.idl', 150 'webdatabase/SQLResultSet.idl',
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
161 'webmidi/NavigatorMIDIAccess.idl',
162 'webmidi/MIDIAccessFuture.idl',
160 'webmidi/MIDIAccess.idl', 163 'webmidi/MIDIAccess.idl',
161 'webmidi/MIDIConnectionEvent.idl', 164 'webmidi/MIDIConnectionEvent.idl',
162 'webmidi/MIDIErrorCallback.idl', 165 'webmidi/MIDIErrorCallback.idl',
166 'webmidi/MIDISuccessCallback.idl',
163 'webmidi/MIDIInput.idl', 167 'webmidi/MIDIInput.idl',
164 'webmidi/MIDIMessageEvent.idl', 168 'webmidi/MIDIMessageEvent.idl',
165 'webmidi/MIDIOutput.idl', 169 'webmidi/MIDIOutput.idl',
166 'webmidi/MIDIPort.idl', 170 'webmidi/MIDIPort.idl',
171
167 'websockets/CloseEvent.idl', 172 'websockets/CloseEvent.idl',
168 'websockets/WebSocket.idl', 173 'websockets/WebSocket.idl',
169 'websockets/WorkerContextWebSocket.idl', 174 'websockets/WorkerContextWebSocket.idl',
170 ], 175 ],
171 'modules_files': [ 176 'modules_files': [
172 'battery/BatteryClient.h', 177 'battery/BatteryClient.h',
173 'battery/BatteryController.cpp', 178 'battery/BatteryController.cpp',
174 'battery/BatteryController.h', 179 'battery/BatteryController.h',
175 'battery/BatteryManager.cpp', 180 'battery/BatteryManager.cpp',
176 'battery/BatteryManager.h', 181 'battery/BatteryManager.h',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 'webdatabase/SQLTransactionSync.cpp', 618 'webdatabase/SQLTransactionSync.cpp',
614 'webdatabase/SQLTransactionSync.h', 619 'webdatabase/SQLTransactionSync.h',
615 'webdatabase/SQLTransactionSyncCallback.h', 620 'webdatabase/SQLTransactionSyncCallback.h',
616 'webdatabase/WorkerContextWebDatabase.cpp', 621 'webdatabase/WorkerContextWebDatabase.cpp',
617 'webdatabase/WorkerContextWebDatabase.h', 622 'webdatabase/WorkerContextWebDatabase.h',
618 'webdatabase/chromium/DatabaseObserver.h', 623 'webdatabase/chromium/DatabaseObserver.h',
619 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 624 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
620 'webdatabase/chromium/QuotaTracker.cpp', 625 'webdatabase/chromium/QuotaTracker.cpp',
621 'webdatabase/chromium/QuotaTracker.h', 626 'webdatabase/chromium/QuotaTracker.h',
622 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 627 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
628
629 'webmidi/NavigatorMIDIAccess.cpp',
630 'webmidi/NavigatorMIDIAccess.h',
631 'webmidi/MIDIAccessFuture.cpp',
632 'webmidi/MIDIAccessFuture.h',
623 'webmidi/MIDIAccess.cpp', 633 'webmidi/MIDIAccess.cpp',
624 'webmidi/MIDIAccess.h', 634 'webmidi/MIDIAccess.h',
625 'webmidi/MIDIConnectionEvent.h', 635 'webmidi/MIDIConnectionEvent.h',
626 'webmidi/MIDIErrorCallback.cpp', 636 'webmidi/MIDIErrorCallback.cpp',
627 'webmidi/MIDIErrorCallback.h', 637 'webmidi/MIDIErrorCallback.h',
638 'webmidi/MIDISuccessCallback.h',
628 'webmidi/MIDIInput.cpp', 639 'webmidi/MIDIInput.cpp',
629 'webmidi/MIDIInput.h', 640 'webmidi/MIDIInput.h',
630 'webmidi/MIDIMessageEvent.h', 641 'webmidi/MIDIMessageEvent.h',
631 'webmidi/MIDIOutput.cpp', 642 'webmidi/MIDIOutput.cpp',
632 'webmidi/MIDIOutput.h', 643 'webmidi/MIDIOutput.h',
633 'webmidi/MIDIPort.cpp', 644 'webmidi/MIDIPort.cpp',
634 'webmidi/MIDIPort.h', 645 'webmidi/MIDIPort.h',
646
635 'websockets/CloseEvent.h', 647 'websockets/CloseEvent.h',
636 'websockets/MainThreadWebSocketChannel.cpp', 648 'websockets/MainThreadWebSocketChannel.cpp',
637 'websockets/MainThreadWebSocketChannel.h', 649 'websockets/MainThreadWebSocketChannel.h',
638 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 650 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
639 'websockets/ThreadableWebSocketChannelClientWrapper.h', 651 'websockets/ThreadableWebSocketChannelClientWrapper.h',
640 'websockets/WebSocket.cpp', 652 'websockets/WebSocket.cpp',
641 'websockets/WebSocket.h', 653 'websockets/WebSocket.h',
642 'websockets/WebSocketChannel.cpp', 654 'websockets/WebSocketChannel.cpp',
643 'websockets/WebSocketChannel.h', 655 'websockets/WebSocketChannel.h',
644 'websockets/WebSocketChannelClient.h', 656 'websockets/WebSocketChannelClient.h',
(...skipping 19 matching lines...) Expand all
664 'websockets/WorkerThreadableWebSocketChannel.cpp', 676 'websockets/WorkerThreadableWebSocketChannel.cpp',
665 'websockets/WorkerThreadableWebSocketChannel.h', 677 'websockets/WorkerThreadableWebSocketChannel.h',
666 ], 678 ],
667 'modules_unittest_files': [ 679 'modules_unittest_files': [
668 'websockets/WebSocketDeflaterTest.cpp', 680 'websockets/WebSocketDeflaterTest.cpp',
669 'websockets/WebSocketExtensionDispatcherTest.cpp', 681 'websockets/WebSocketExtensionDispatcherTest.cpp',
670 'websockets/WebSocketPerMessageDeflateTest.cpp', 682 'websockets/WebSocketPerMessageDeflateTest.cpp',
671 ], 683 ],
672 }, 684 },
673 } 685 }
OLDNEW
« 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