| 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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'webdatabase/SQLTransactionCoordinator.cpp', | 702 'webdatabase/SQLTransactionCoordinator.cpp', |
| 703 'webdatabase/SQLTransactionCoordinator.h', | 703 'webdatabase/SQLTransactionCoordinator.h', |
| 704 'webdatabase/SQLTransactionState.h', | 704 'webdatabase/SQLTransactionState.h', |
| 705 'webdatabase/SQLTransactionStateMachine.cpp', | 705 'webdatabase/SQLTransactionStateMachine.cpp', |
| 706 'webdatabase/SQLTransactionStateMachine.h', | 706 'webdatabase/SQLTransactionStateMachine.h', |
| 707 'webdatabase/SQLTransactionSync.cpp', | 707 'webdatabase/SQLTransactionSync.cpp', |
| 708 'webdatabase/SQLTransactionSync.h', | 708 'webdatabase/SQLTransactionSync.h', |
| 709 'webdatabase/SQLTransactionSyncCallback.h', | 709 'webdatabase/SQLTransactionSyncCallback.h', |
| 710 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', | 710 'webdatabase/WorkerGlobalScopeWebDatabase.cpp', |
| 711 'webdatabase/WorkerGlobalScopeWebDatabase.h', | 711 'webdatabase/WorkerGlobalScopeWebDatabase.h', |
| 712 'webdatabase/sqlite/SQLValue.cpp', |
| 713 'webdatabase/sqlite/SQLiteAuthorizer.cpp', |
| 714 'webdatabase/sqlite/SQLiteDatabase.cpp', |
| 715 'webdatabase/sqlite/SQLiteDatabase.h', |
| 716 'webdatabase/sqlite/SQLiteFileSystem.cpp', |
| 717 'webdatabase/sqlite/SQLiteFileSystem.h', |
| 718 'webdatabase/sqlite/SQLiteFileSystemPosix.cpp', |
| 719 'webdatabase/sqlite/SQLiteFileSystemWin.cpp', |
| 720 'webdatabase/sqlite/SQLiteStatement.cpp', |
| 721 'webdatabase/sqlite/SQLiteStatement.h', |
| 722 'webdatabase/sqlite/SQLiteTransaction.cpp', |
| 723 'webdatabase/sqlite/SQLiteTransaction.h', |
| 712 'webmidi/MIDIAccess.cpp', | 724 'webmidi/MIDIAccess.cpp', |
| 713 'webmidi/MIDIAccess.h', | 725 'webmidi/MIDIAccess.h', |
| 714 'webmidi/MIDIAccessPromise.cpp', | 726 'webmidi/MIDIAccessPromise.cpp', |
| 715 'webmidi/MIDIAccessPromise.h', | 727 'webmidi/MIDIAccessPromise.h', |
| 716 'webmidi/MIDIClient.h', | 728 'webmidi/MIDIClient.h', |
| 717 'webmidi/MIDIClientMock.cpp', | 729 'webmidi/MIDIClientMock.cpp', |
| 718 'webmidi/MIDIClientMock.h', | 730 'webmidi/MIDIClientMock.h', |
| 719 'webmidi/MIDIConnectionEvent.h', | 731 'webmidi/MIDIConnectionEvent.h', |
| 720 'webmidi/MIDIController.cpp', | 732 'webmidi/MIDIController.cpp', |
| 721 'webmidi/MIDIController.h', | 733 'webmidi/MIDIController.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 'indexeddb/IDBKeyPathTest.cpp', | 782 'indexeddb/IDBKeyPathTest.cpp', |
| 771 'indexeddb/IDBRequestTest.cpp', | 783 'indexeddb/IDBRequestTest.cpp', |
| 772 'indexeddb/IDBTransactionTest.cpp', | 784 'indexeddb/IDBTransactionTest.cpp', |
| 773 'websockets/WebSocketDeflaterTest.cpp', | 785 'websockets/WebSocketDeflaterTest.cpp', |
| 774 'websockets/WebSocketExtensionDispatcherTest.cpp', | 786 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 775 'websockets/WebSocketExtensionParserTest.cpp', | 787 'websockets/WebSocketExtensionParserTest.cpp', |
| 776 'websockets/WebSocketPerMessageDeflateTest.cpp', | 788 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 777 ], | 789 ], |
| 778 }, | 790 }, |
| 779 } | 791 } |
| OLD | NEW |