OLD | NEW |
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'webdatabase/SQLResultSetRowList.idl', | 167 'webdatabase/SQLResultSetRowList.idl', |
168 'webdatabase/SQLStatementCallback.idl', | 168 'webdatabase/SQLStatementCallback.idl', |
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/MIDIConnectionEvent.idl', |
177 'webmidi/MIDIErrorCallback.idl', | 178 'webmidi/MIDIErrorCallback.idl', |
178 'webmidi/MIDIMessageEvent.idl', | 179 'webmidi/MIDIMessageEvent.idl', |
179 'webmidi/MIDIPort.idl', | 180 'webmidi/MIDIPort.idl', |
180 'websockets/CloseEvent.idl', | 181 'websockets/CloseEvent.idl', |
181 'websockets/DOMWindowWebSocket.idl', | 182 'websockets/DOMWindowWebSocket.idl', |
182 'websockets/WebSocket.idl', | 183 'websockets/WebSocket.idl', |
183 'websockets/WorkerContextWebSocket.idl', | 184 'websockets/WorkerContextWebSocket.idl', |
184 ], | 185 ], |
185 'modules_files': [ | 186 'modules_files': [ |
186 'battery/BatteryClient.h', | 187 'battery/BatteryClient.h', |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 'webdatabase/SQLTransactionSync.cpp', | 607 'webdatabase/SQLTransactionSync.cpp', |
607 'webdatabase/SQLTransactionSync.h', | 608 'webdatabase/SQLTransactionSync.h', |
608 'webdatabase/SQLTransactionSyncCallback.h', | 609 'webdatabase/SQLTransactionSyncCallback.h', |
609 'webdatabase/WorkerContextWebDatabase.cpp', | 610 'webdatabase/WorkerContextWebDatabase.cpp', |
610 'webdatabase/WorkerContextWebDatabase.h', | 611 'webdatabase/WorkerContextWebDatabase.h', |
611 'webdatabase/chromium/DatabaseObserver.h', | 612 'webdatabase/chromium/DatabaseObserver.h', |
612 'webdatabase/chromium/DatabaseTrackerChromium.cpp', | 613 'webdatabase/chromium/DatabaseTrackerChromium.cpp', |
613 'webdatabase/chromium/QuotaTracker.cpp', | 614 'webdatabase/chromium/QuotaTracker.cpp', |
614 'webdatabase/chromium/QuotaTracker.h', | 615 'webdatabase/chromium/QuotaTracker.h', |
615 'webdatabase/chromium/SQLTransactionClientChromium.cpp', | 616 'webdatabase/chromium/SQLTransactionClientChromium.cpp', |
| 617 'webmidi/MIDIConnectionEvent.h', |
616 'webmidi/MIDIErrorCallback.cpp', | 618 'webmidi/MIDIErrorCallback.cpp', |
617 'webmidi/MIDIErrorCallback.h', | 619 'webmidi/MIDIErrorCallback.h', |
618 'webmidi/MIDIMessageEvent.h', | 620 'webmidi/MIDIMessageEvent.h', |
619 'webmidi/MIDIPort.cpp', | 621 'webmidi/MIDIPort.cpp', |
620 'webmidi/MIDIPort.h', | 622 'webmidi/MIDIPort.h', |
621 'websockets/CloseEvent.h', | 623 'websockets/CloseEvent.h', |
622 'websockets/MainThreadWebSocketChannel.cpp', | 624 'websockets/MainThreadWebSocketChannel.cpp', |
623 'websockets/MainThreadWebSocketChannel.h', | 625 'websockets/MainThreadWebSocketChannel.h', |
624 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', | 626 'websockets/ThreadableWebSocketChannelClientWrapper.cpp', |
625 'websockets/ThreadableWebSocketChannelClientWrapper.h', | 627 'websockets/ThreadableWebSocketChannelClientWrapper.h', |
(...skipping 17 matching lines...) Expand all Loading... |
643 'websockets/WebSocketHandshake.h', | 645 'websockets/WebSocketHandshake.h', |
644 'websockets/WebSocketHandshakeRequest.cpp', | 646 'websockets/WebSocketHandshakeRequest.cpp', |
645 'websockets/WebSocketHandshakeRequest.h', | 647 'websockets/WebSocketHandshakeRequest.h', |
646 'websockets/WebSocketHandshakeResponse.cpp', | 648 'websockets/WebSocketHandshakeResponse.cpp', |
647 'websockets/WebSocketHandshakeResponse.h', | 649 'websockets/WebSocketHandshakeResponse.h', |
648 'websockets/WorkerThreadableWebSocketChannel.cpp', | 650 'websockets/WorkerThreadableWebSocketChannel.cpp', |
649 'websockets/WorkerThreadableWebSocketChannel.h', | 651 'websockets/WorkerThreadableWebSocketChannel.h', |
650 ], | 652 ], |
651 }, | 653 }, |
652 } | 654 } |
OLD | NEW |