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

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

Issue 14044022: Web MIDI: implement MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: haraken review Created 7 years, 8 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/SQLResultSetRowList.idl', 169 'webdatabase/SQLResultSetRowList.idl',
170 'webdatabase/SQLStatementCallback.idl', 170 'webdatabase/SQLStatementCallback.idl',
171 'webdatabase/SQLStatementErrorCallback.idl', 171 'webdatabase/SQLStatementErrorCallback.idl',
172 'webdatabase/SQLTransaction.idl', 172 'webdatabase/SQLTransaction.idl',
173 'webdatabase/SQLTransactionCallback.idl', 173 'webdatabase/SQLTransactionCallback.idl',
174 'webdatabase/SQLTransactionErrorCallback.idl', 174 'webdatabase/SQLTransactionErrorCallback.idl',
175 'webdatabase/SQLTransactionSync.idl', 175 'webdatabase/SQLTransactionSync.idl',
176 'webdatabase/SQLTransactionSyncCallback.idl', 176 'webdatabase/SQLTransactionSyncCallback.idl',
177 'webdatabase/WorkerContextWebDatabase.idl', 177 'webdatabase/WorkerContextWebDatabase.idl',
178 'webmidi/DOMWindowWebMIDI.idl', 178 'webmidi/DOMWindowWebMIDI.idl',
179 'webmidi/MIDIAccess.idl',
179 'webmidi/MIDIConnectionEvent.idl', 180 'webmidi/MIDIConnectionEvent.idl',
180 'webmidi/MIDIErrorCallback.idl', 181 'webmidi/MIDIErrorCallback.idl',
181 'webmidi/MIDIMessageEvent.idl', 182 'webmidi/MIDIMessageEvent.idl',
182 'webmidi/MIDIPort.idl', 183 'webmidi/MIDIPort.idl',
183 'websockets/CloseEvent.idl', 184 'websockets/CloseEvent.idl',
184 'websockets/DOMWindowWebSocket.idl', 185 'websockets/DOMWindowWebSocket.idl',
185 'websockets/WebSocket.idl', 186 'websockets/WebSocket.idl',
186 'websockets/WorkerContextWebSocket.idl', 187 'websockets/WorkerContextWebSocket.idl',
187 ], 188 ],
188 'modules_files': [ 189 'modules_files': [
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'webdatabase/SQLTransactionSync.cpp', 612 'webdatabase/SQLTransactionSync.cpp',
612 'webdatabase/SQLTransactionSync.h', 613 'webdatabase/SQLTransactionSync.h',
613 'webdatabase/SQLTransactionSyncCallback.h', 614 'webdatabase/SQLTransactionSyncCallback.h',
614 'webdatabase/WorkerContextWebDatabase.cpp', 615 'webdatabase/WorkerContextWebDatabase.cpp',
615 'webdatabase/WorkerContextWebDatabase.h', 616 'webdatabase/WorkerContextWebDatabase.h',
616 'webdatabase/chromium/DatabaseObserver.h', 617 'webdatabase/chromium/DatabaseObserver.h',
617 'webdatabase/chromium/DatabaseTrackerChromium.cpp', 618 'webdatabase/chromium/DatabaseTrackerChromium.cpp',
618 'webdatabase/chromium/QuotaTracker.cpp', 619 'webdatabase/chromium/QuotaTracker.cpp',
619 'webdatabase/chromium/QuotaTracker.h', 620 'webdatabase/chromium/QuotaTracker.h',
620 'webdatabase/chromium/SQLTransactionClientChromium.cpp', 621 'webdatabase/chromium/SQLTransactionClientChromium.cpp',
622 'webmidi/MIDIAccess.cpp',
623 'webmidi/MIDIAccess.h',
621 'webmidi/MIDIConnectionEvent.h', 624 'webmidi/MIDIConnectionEvent.h',
622 'webmidi/MIDIErrorCallback.cpp', 625 'webmidi/MIDIErrorCallback.cpp',
623 'webmidi/MIDIErrorCallback.h', 626 'webmidi/MIDIErrorCallback.h',
624 'webmidi/MIDIMessageEvent.h', 627 'webmidi/MIDIMessageEvent.h',
625 'webmidi/MIDIPort.cpp', 628 'webmidi/MIDIPort.cpp',
626 'webmidi/MIDIPort.h', 629 'webmidi/MIDIPort.h',
627 'websockets/CloseEvent.h', 630 'websockets/CloseEvent.h',
628 'websockets/MainThreadWebSocketChannel.cpp', 631 'websockets/MainThreadWebSocketChannel.cpp',
629 'websockets/MainThreadWebSocketChannel.h', 632 'websockets/MainThreadWebSocketChannel.h',
630 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', 633 'websockets/ThreadableWebSocketChannelClientWrapper.cpp',
(...skipping 18 matching lines...) Expand all
649 'websockets/WebSocketHandshake.h', 652 'websockets/WebSocketHandshake.h',
650 'websockets/WebSocketHandshakeRequest.cpp', 653 'websockets/WebSocketHandshakeRequest.cpp',
651 'websockets/WebSocketHandshakeRequest.h', 654 'websockets/WebSocketHandshakeRequest.h',
652 'websockets/WebSocketHandshakeResponse.cpp', 655 'websockets/WebSocketHandshakeResponse.cpp',
653 'websockets/WebSocketHandshakeResponse.h', 656 'websockets/WebSocketHandshakeResponse.h',
654 'websockets/WorkerThreadableWebSocketChannel.cpp', 657 'websockets/WorkerThreadableWebSocketChannel.cpp',
655 'websockets/WorkerThreadableWebSocketChannel.h', 658 'websockets/WorkerThreadableWebSocketChannel.h',
656 ], 659 ],
657 }, 660 },
658 } 661 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698