| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Experimental hooks for embedder to provide extra IDL and source files. | 3 # Experimental hooks for embedder to provide extra IDL and source files. |
| 4 # | 4 # |
| 5 # Note: this is not a supported API. If you rely on this, you will be broken | 5 # Note: this is not a supported API. If you rely on this, you will be broken |
| 6 # from time to time as the code generator changes in backward incompatible | 6 # from time to time as the code generator changes in backward incompatible |
| 7 # ways. | 7 # ways. |
| 8 'extra_blink_module_idl_files': [], | 8 'extra_blink_module_idl_files': [], |
| 9 'extra_blink_module_files': [], | 9 'extra_blink_module_files': [], |
| 10 'modules_idl_files': [ | 10 'modules_idl_files': [ |
| (...skipping 707 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 718 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', | 718 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', |
| 719 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', | 719 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', |
| 720 'webdatabase/sqlite/SQLiteStatement.cpp', | 720 'webdatabase/sqlite/SQLiteStatement.cpp', |
| 721 'webdatabase/sqlite/SQLiteStatement.h', | 721 'webdatabase/sqlite/SQLiteStatement.h', |
| 722 'webdatabase/sqlite/SQLiteTransaction.cpp', | 722 'webdatabase/sqlite/SQLiteTransaction.cpp', |
| 723 'webdatabase/sqlite/SQLiteTransaction.h', | 723 'webdatabase/sqlite/SQLiteTransaction.h', |
| 724 'webmidi/MIDIAccess.cpp', | 724 'webmidi/MIDIAccess.cpp', |
| 725 'webmidi/MIDIAccess.h', | 725 'webmidi/MIDIAccess.h', |
| 726 'webmidi/MIDIAccessPromise.cpp', | 726 'webmidi/MIDIAccessPromise.cpp', |
| 727 'webmidi/MIDIAccessPromise.h', | 727 'webmidi/MIDIAccessPromise.h', |
| 728 'webmidi/MIDIAccessor.cpp', |
| 729 'webmidi/MIDIAccessor.h', |
| 730 'webmidi/MIDIAccessorClient.h', |
| 728 'webmidi/MIDIClient.h', | 731 'webmidi/MIDIClient.h', |
| 729 'webmidi/MIDIClientMock.cpp', | 732 'webmidi/MIDIClientMock.cpp', |
| 730 'webmidi/MIDIClientMock.h', | 733 'webmidi/MIDIClientMock.h', |
| 731 'webmidi/MIDIConnectionEvent.h', | 734 'webmidi/MIDIConnectionEvent.h', |
| 732 'webmidi/MIDIController.cpp', | 735 'webmidi/MIDIController.cpp', |
| 733 'webmidi/MIDIController.h', | 736 'webmidi/MIDIController.h', |
| 734 'webmidi/MIDIErrorCallback.h', | 737 'webmidi/MIDIErrorCallback.h', |
| 735 'webmidi/MIDIInput.cpp', | 738 'webmidi/MIDIInput.cpp', |
| 736 'webmidi/MIDIInput.h', | 739 'webmidi/MIDIInput.h', |
| 737 'webmidi/MIDIMessageEvent.h', | 740 'webmidi/MIDIMessageEvent.h', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 'indexeddb/IDBKeyPathTest.cpp', | 785 'indexeddb/IDBKeyPathTest.cpp', |
| 783 'indexeddb/IDBRequestTest.cpp', | 786 'indexeddb/IDBRequestTest.cpp', |
| 784 'indexeddb/IDBTransactionTest.cpp', | 787 'indexeddb/IDBTransactionTest.cpp', |
| 785 'websockets/WebSocketDeflaterTest.cpp', | 788 'websockets/WebSocketDeflaterTest.cpp', |
| 786 'websockets/WebSocketExtensionDispatcherTest.cpp', | 789 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 787 'websockets/WebSocketExtensionParserTest.cpp', | 790 'websockets/WebSocketExtensionParserTest.cpp', |
| 788 'websockets/WebSocketPerMessageDeflateTest.cpp', | 791 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 789 ], | 792 ], |
| 790 }, | 793 }, |
| 791 } | 794 } |
| OLD | NEW |