| 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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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/MIDIConnectionEvent.idl', | 179 'webmidi/MIDIConnectionEvent.idl', |
| 180 'webmidi/MIDIErrorCallback.idl', | 180 'webmidi/MIDIErrorCallback.idl', |
| 181 'webmidi/MIDIInput.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': [ |
| 189 'battery/BatteryClient.h', | 190 'battery/BatteryClient.h', |
| 190 'battery/BatteryController.cpp', | 191 'battery/BatteryController.cpp', |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', |
| 621 'webmidi/MIDIConnectionEvent.h', | 622 'webmidi/MIDIConnectionEvent.h', |
| 622 'webmidi/MIDIErrorCallback.cpp', | 623 'webmidi/MIDIErrorCallback.cpp', |
| 623 'webmidi/MIDIErrorCallback.h', | 624 'webmidi/MIDIErrorCallback.h', |
| 625 'webmidi/MIDIInput.cpp', |
| 626 'webmidi/MIDIInput.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', |
| 631 'websockets/ThreadableWebSocketChannelClientWrapper.h', | 634 'websockets/ThreadableWebSocketChannelClientWrapper.h', |
| 632 'websockets/WebSocket.cpp', | 635 'websockets/WebSocket.cpp', |
| 633 'websockets/WebSocket.h', | 636 'websockets/WebSocket.h', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 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 } |
| OLD | NEW |