| 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 | 10 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'encryptedmedia/MediaKeyNeededEvent.idl', | 31 'encryptedmedia/MediaKeyNeededEvent.idl', |
| 32 'encryptedmedia/MediaKeys.idl', | 32 'encryptedmedia/MediaKeys.idl', |
| 33 'encryptedmedia/MediaKeySession.idl', | 33 'encryptedmedia/MediaKeySession.idl', |
| 34 'filesystem/DOMFileSystem.idl', | 34 'filesystem/DOMFileSystem.idl', |
| 35 'filesystem/DOMFileSystemSync.idl', | 35 'filesystem/DOMFileSystemSync.idl', |
| 36 'filesystem/DirectoryEntry.idl', | 36 'filesystem/DirectoryEntry.idl', |
| 37 'filesystem/DirectoryEntrySync.idl', | 37 'filesystem/DirectoryEntrySync.idl', |
| 38 'filesystem/DirectoryReader.idl', | 38 'filesystem/DirectoryReader.idl', |
| 39 'filesystem/DirectoryReaderSync.idl', | 39 'filesystem/DirectoryReaderSync.idl', |
| 40 'filesystem/Entry.idl', | 40 'filesystem/Entry.idl', |
| 41 'filesystem/EntryArraySync.idl', | |
| 42 'filesystem/EntrySync.idl', | 41 'filesystem/EntrySync.idl', |
| 43 'filesystem/FileEntry.idl', | 42 'filesystem/FileEntry.idl', |
| 44 'filesystem/FileEntrySync.idl', | 43 'filesystem/FileEntrySync.idl', |
| 45 'filesystem/FileWriter.idl', | 44 'filesystem/FileWriter.idl', |
| 46 'filesystem/FileWriterSync.idl', | 45 'filesystem/FileWriterSync.idl', |
| 47 'filesystem/Metadata.idl', | 46 'filesystem/Metadata.idl', |
| 48 'gamepad/Gamepad.idl', | 47 'gamepad/Gamepad.idl', |
| 49 'gamepad/GamepadList.idl', | 48 'gamepad/GamepadList.idl', |
| 50 'geolocation/Coordinates.idl', | 49 'geolocation/Coordinates.idl', |
| 51 'geolocation/Geolocation.idl', | 50 'geolocation/Geolocation.idl', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'filesystem/DirectoryReader.cpp', | 291 'filesystem/DirectoryReader.cpp', |
| 293 'filesystem/DirectoryReader.h', | 292 'filesystem/DirectoryReader.h', |
| 294 'filesystem/DirectoryReaderBase.h', | 293 'filesystem/DirectoryReaderBase.h', |
| 295 'filesystem/DirectoryReaderSync.cpp', | 294 'filesystem/DirectoryReaderSync.cpp', |
| 296 'filesystem/DirectoryReaderSync.h', | 295 'filesystem/DirectoryReaderSync.h', |
| 297 'filesystem/DraggedIsolatedFileSystem.cpp', | 296 'filesystem/DraggedIsolatedFileSystem.cpp', |
| 298 'filesystem/DraggedIsolatedFileSystem.h', | 297 'filesystem/DraggedIsolatedFileSystem.h', |
| 299 'filesystem/EntriesCallback.h', | 298 'filesystem/EntriesCallback.h', |
| 300 'filesystem/Entry.cpp', | 299 'filesystem/Entry.cpp', |
| 301 'filesystem/Entry.h', | 300 'filesystem/Entry.h', |
| 302 'filesystem/EntryArraySync.cpp', | |
| 303 'filesystem/EntryArraySync.h', | |
| 304 'filesystem/EntryBase.cpp', | 301 'filesystem/EntryBase.cpp', |
| 305 'filesystem/EntryBase.h', | 302 'filesystem/EntryBase.h', |
| 306 'filesystem/EntryCallback.h', | 303 'filesystem/EntryCallback.h', |
| 307 'filesystem/EntrySync.cpp', | 304 'filesystem/EntrySync.cpp', |
| 308 'filesystem/EntrySync.h', | 305 'filesystem/EntrySync.h', |
| 309 'filesystem/ErrorCallback.h', | 306 'filesystem/ErrorCallback.h', |
| 310 'filesystem/FileCallback.h', | 307 'filesystem/FileCallback.h', |
| 311 'filesystem/FileEntry.cpp', | 308 'filesystem/FileEntry.cpp', |
| 312 'filesystem/FileEntry.h', | 309 'filesystem/FileEntry.h', |
| 313 'filesystem/FileEntrySync.cpp', | 310 'filesystem/FileEntrySync.cpp', |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 'indexeddb/IDBKeyPathTest.cpp', | 753 'indexeddb/IDBKeyPathTest.cpp', |
| 757 'indexeddb/IDBRequestTest.cpp', | 754 'indexeddb/IDBRequestTest.cpp', |
| 758 'indexeddb/IDBTransactionTest.cpp', | 755 'indexeddb/IDBTransactionTest.cpp', |
| 759 'websockets/WebSocketDeflaterTest.cpp', | 756 'websockets/WebSocketDeflaterTest.cpp', |
| 760 'websockets/WebSocketExtensionDispatcherTest.cpp', | 757 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 761 'websockets/WebSocketExtensionParserTest.cpp', | 758 'websockets/WebSocketExtensionParserTest.cpp', |
| 762 'websockets/WebSocketPerMessageDeflateTest.cpp', | 759 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 763 ], | 760 ], |
| 764 }, | 761 }, |
| 765 } | 762 } |
| OLD | NEW |