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

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

Issue 14520002: Web MIDI: implement MIDIInput (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: reviewed 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
« no previous file with comments | « Source/core/dom/EventTargetFactory.in ('k') | Source/modules/webmidi/MIDIInput.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 '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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/DOMWindowWebMIDI.idl', 160 'webmidi/DOMWindowWebMIDI.idl',
161 'webmidi/MIDIConnectionEvent.idl', 161 'webmidi/MIDIConnectionEvent.idl',
162 'webmidi/MIDIErrorCallback.idl', 162 'webmidi/MIDIErrorCallback.idl',
163 'webmidi/MIDIInput.idl',
163 'webmidi/MIDIMessageEvent.idl', 164 'webmidi/MIDIMessageEvent.idl',
164 'webmidi/MIDIPort.idl', 165 'webmidi/MIDIPort.idl',
165 'websockets/CloseEvent.idl', 166 'websockets/CloseEvent.idl',
166 'websockets/DOMWindowWebSocket.idl', 167 'websockets/DOMWindowWebSocket.idl',
167 'websockets/WebSocket.idl', 168 'websockets/WebSocket.idl',
168 'websockets/WorkerContextWebSocket.idl', 169 'websockets/WorkerContextWebSocket.idl',
169 ], 170 ],
170 'modules_files': [ 171 'modules_files': [
171 'battery/BatteryClient.h', 172 'battery/BatteryClient.h',
172 'battery/BatteryController.cpp', 173 'battery/BatteryController.cpp',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 'webdatabase/WorkerContextWebDatabase.cpp', 608 'webdatabase/WorkerContextWebDatabase.cpp',
608 'webdatabase/WorkerContextWebDatabase.h', 609 'webdatabase/WorkerContextWebDatabase.h',
609 'webdatabase/chromium/DatabaseObserver.h', 610 'webdatabase/chromium/DatabaseObserver.h',
610 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 611 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
611 'webdatabase/chromium/QuotaTracker.cpp', 612 'webdatabase/chromium/QuotaTracker.cpp',
612 'webdatabase/chromium/QuotaTracker.h', 613 'webdatabase/chromium/QuotaTracker.h',
613 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 614 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
614 'webmidi/MIDIConnectionEvent.h', 615 'webmidi/MIDIConnectionEvent.h',
615 'webmidi/MIDIErrorCallback.cpp', 616 'webmidi/MIDIErrorCallback.cpp',
616 'webmidi/MIDIErrorCallback.h', 617 'webmidi/MIDIErrorCallback.h',
618 'webmidi/MIDIInput.cpp',
619 'webmidi/MIDIInput.h',
617 'webmidi/MIDIMessageEvent.h', 620 'webmidi/MIDIMessageEvent.h',
618 'webmidi/MIDIPort.cpp', 621 'webmidi/MIDIPort.cpp',
619 'webmidi/MIDIPort.h', 622 'webmidi/MIDIPort.h',
620 'websockets/CloseEvent.h', 623 'websockets/CloseEvent.h',
621 'websockets/MainThreadWebSocketChannel.cpp', 624 'websockets/MainThreadWebSocketChannel.cpp',
622 'websockets/MainThreadWebSocketChannel.h', 625 'websockets/MainThreadWebSocketChannel.h',
623 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 626 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
624 'websockets/ThreadableWebSocketChannelClientWrapper.h', 627 'websockets/ThreadableWebSocketChannelClientWrapper.h',
625 'websockets/WebSocket.cpp', 628 'websockets/WebSocket.cpp',
626 'websockets/WebSocket.h', 629 'websockets/WebSocket.h',
(...skipping 17 matching lines...) Expand all
644 'websockets/WebSocketHandshakeRequest.h', 647 'websockets/WebSocketHandshakeRequest.h',
645 'websockets/WebSocketHandshakeResponse.cpp', 648 'websockets/WebSocketHandshakeResponse.cpp',
646 'websockets/WebSocketHandshakeResponse.h', 649 'websockets/WebSocketHandshakeResponse.h',
647 'websockets/WebSocketPerMessageDeflate.cpp', 650 'websockets/WebSocketPerMessageDeflate.cpp',
648 'websockets/WebSocketPerMessageDeflate.h', 651 'websockets/WebSocketPerMessageDeflate.h',
649 'websockets/WorkerThreadableWebSocketChannel.cpp', 652 'websockets/WorkerThreadableWebSocketChannel.cpp',
650 'websockets/WorkerThreadableWebSocketChannel.h', 653 'websockets/WorkerThreadableWebSocketChannel.h',
651 ], 654 ],
652 }, 655 },
653 } 656 }
OLDNEW
« no previous file with comments | « Source/core/dom/EventTargetFactory.in ('k') | Source/modules/webmidi/MIDIInput.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698