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

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

Issue 13843021: Web MIDI: implement MIDIPort (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebase) 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_include_dirs': [ 3 'modules_include_dirs': [
4 'battery', 4 'battery',
5 'donottrack', 5 'donottrack',
6 'filesystem', 6 'filesystem',
7 'gamepad', 7 'gamepad',
8 'geolocation', 8 'geolocation',
9 'indexeddb', 9 'indexeddb',
10 'indexeddb/chromium', 10 'indexeddb/chromium',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'webdatabase/SQLStatementErrorCallback.idl', 169 'webdatabase/SQLStatementErrorCallback.idl',
170 'webdatabase/SQLTransaction.idl', 170 'webdatabase/SQLTransaction.idl',
171 'webdatabase/SQLTransactionCallback.idl', 171 'webdatabase/SQLTransactionCallback.idl',
172 'webdatabase/SQLTransactionErrorCallback.idl', 172 'webdatabase/SQLTransactionErrorCallback.idl',
173 'webdatabase/SQLTransactionSync.idl', 173 'webdatabase/SQLTransactionSync.idl',
174 'webdatabase/SQLTransactionSyncCallback.idl', 174 'webdatabase/SQLTransactionSyncCallback.idl',
175 'webdatabase/WorkerContextWebDatabase.idl', 175 'webdatabase/WorkerContextWebDatabase.idl',
176 'webmidi/DOMWindowWebMIDI.idl', 176 'webmidi/DOMWindowWebMIDI.idl',
177 'webmidi/MIDIErrorCallback.idl', 177 'webmidi/MIDIErrorCallback.idl',
178 'webmidi/MIDIMessageEvent.idl', 178 'webmidi/MIDIMessageEvent.idl',
179 'webmidi/MIDIPort.idl',
179 'websockets/CloseEvent.idl', 180 'websockets/CloseEvent.idl',
180 'websockets/DOMWindowWebSocket.idl', 181 'websockets/DOMWindowWebSocket.idl',
181 'websockets/WebSocket.idl', 182 'websockets/WebSocket.idl',
182 'websockets/WorkerContextWebSocket.idl', 183 'websockets/WorkerContextWebSocket.idl',
183 ], 184 ],
184 'modules_files': [ 185 'modules_files': [
185 'battery/BatteryClient.h', 186 'battery/BatteryClient.h',
186 'battery/BatteryController.cpp', 187 'battery/BatteryController.cpp',
187 'battery/BatteryController.h', 188 'battery/BatteryController.h',
188 'battery/BatteryManager.cpp', 189 'battery/BatteryManager.cpp',
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'webdatabase/WorkerContextWebDatabase.cpp', 609 'webdatabase/WorkerContextWebDatabase.cpp',
609 'webdatabase/WorkerContextWebDatabase.h', 610 'webdatabase/WorkerContextWebDatabase.h',
610 'webdatabase/chromium/DatabaseObserver.h', 611 'webdatabase/chromium/DatabaseObserver.h',
611 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 612 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
612 'webdatabase/chromium/QuotaTracker.cpp', 613 'webdatabase/chromium/QuotaTracker.cpp',
613 'webdatabase/chromium/QuotaTracker.h', 614 'webdatabase/chromium/QuotaTracker.h',
614 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 615 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
615 'webmidi/MIDIErrorCallback.cpp', 616 'webmidi/MIDIErrorCallback.cpp',
616 'webmidi/MIDIErrorCallback.h', 617 'webmidi/MIDIErrorCallback.h',
617 'webmidi/MIDIMessageEvent.h', 618 'webmidi/MIDIMessageEvent.h',
619 'webmidi/MIDIPort.cpp',
620 'webmidi/MIDIPort.h',
618 'websockets/CloseEvent.h', 621 'websockets/CloseEvent.h',
619 'websockets/MainThreadWebSocketChannel.cpp', 622 'websockets/MainThreadWebSocketChannel.cpp',
620 'websockets/MainThreadWebSocketChannel.h', 623 'websockets/MainThreadWebSocketChannel.h',
621 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 624 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
622 'websockets/ThreadableWebSocketChannelClientWrapper.h', 625 'websockets/ThreadableWebSocketChannelClientWrapper.h',
623 'websockets/WebSocket.cpp', 626 'websockets/WebSocket.cpp',
624 'websockets/WebSocket.h', 627 'websockets/WebSocket.h',
625 'websockets/WebSocketChannel.cpp', 628 'websockets/WebSocketChannel.cpp',
626 'websockets/WebSocketChannel.h', 629 'websockets/WebSocketChannel.h',
627 'websockets/WebSocketChannelClient.h', 630 'websockets/WebSocketChannelClient.h',
(...skipping 12 matching lines...) Expand all
640 'websockets/WebSocketHandshake.h', 643 'websockets/WebSocketHandshake.h',
641 'websockets/WebSocketHandshakeRequest.cpp', 644 'websockets/WebSocketHandshakeRequest.cpp',
642 'websockets/WebSocketHandshakeRequest.h', 645 'websockets/WebSocketHandshakeRequest.h',
643 'websockets/WebSocketHandshakeResponse.cpp', 646 'websockets/WebSocketHandshakeResponse.cpp',
644 'websockets/WebSocketHandshakeResponse.h', 647 'websockets/WebSocketHandshakeResponse.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