| 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 # Files for which bindings (.cpp and .h files) will be generated | 10 # Files for which bindings (.cpp and .h files) will be generated |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'encoding/TextEncoder.cpp', | 294 'encoding/TextEncoder.cpp', |
| 295 'encoding/TextEncoder.h', | 295 'encoding/TextEncoder.h', |
| 296 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', | 296 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', |
| 297 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', | 297 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', |
| 298 'encryptedmedia/MediaKeyMessageEvent.cpp', | 298 'encryptedmedia/MediaKeyMessageEvent.cpp', |
| 299 'encryptedmedia/MediaKeyMessageEvent.h', | 299 'encryptedmedia/MediaKeyMessageEvent.h', |
| 300 'encryptedmedia/MediaKeyNeededEvent.cpp', | 300 'encryptedmedia/MediaKeyNeededEvent.cpp', |
| 301 'encryptedmedia/MediaKeyNeededEvent.h', | 301 'encryptedmedia/MediaKeyNeededEvent.h', |
| 302 'encryptedmedia/MediaKeys.cpp', | 302 'encryptedmedia/MediaKeys.cpp', |
| 303 'encryptedmedia/MediaKeys.h', | 303 'encryptedmedia/MediaKeys.h', |
| 304 'encryptedmedia/MediaKeysClient.h', |
| 305 'encryptedmedia/MediaKeysController.cpp', |
| 306 'encryptedmedia/MediaKeysController.h', |
| 304 'encryptedmedia/MediaKeySession.cpp', | 307 'encryptedmedia/MediaKeySession.cpp', |
| 305 'encryptedmedia/MediaKeySession.h', | 308 'encryptedmedia/MediaKeySession.h', |
| 306 'filesystem/DOMFilePath.cpp', | 309 'filesystem/DOMFilePath.cpp', |
| 307 'filesystem/DOMFilePath.h', | 310 'filesystem/DOMFilePath.h', |
| 308 'filesystem/DOMFileSystem.cpp', | 311 'filesystem/DOMFileSystem.cpp', |
| 309 'filesystem/DOMFileSystem.h', | 312 'filesystem/DOMFileSystem.h', |
| 310 'filesystem/DOMFileSystemBase.cpp', | 313 'filesystem/DOMFileSystemBase.cpp', |
| 311 'filesystem/DOMFileSystemBase.h', | 314 'filesystem/DOMFileSystemBase.h', |
| 312 'filesystem/DOMFileSystemSync.cpp', | 315 'filesystem/DOMFileSystemSync.cpp', |
| 313 'filesystem/DOMFileSystemSync.h', | 316 'filesystem/DOMFileSystemSync.h', |
| (...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 881 'indexeddb/IDBKeyPathTest.cpp', | 884 'indexeddb/IDBKeyPathTest.cpp', |
| 882 'indexeddb/IDBRequestTest.cpp', | 885 'indexeddb/IDBRequestTest.cpp', |
| 883 'indexeddb/IDBTransactionTest.cpp', | 886 'indexeddb/IDBTransactionTest.cpp', |
| 884 'websockets/WebSocketDeflaterTest.cpp', | 887 'websockets/WebSocketDeflaterTest.cpp', |
| 885 'websockets/WebSocketExtensionDispatcherTest.cpp', | 888 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 886 'websockets/WebSocketExtensionParserTest.cpp', | 889 'websockets/WebSocketExtensionParserTest.cpp', |
| 887 'websockets/WebSocketPerMessageDeflateTest.cpp', | 890 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 888 ], | 891 ], |
| 889 }, | 892 }, |
| 890 } | 893 } |
| OLD | NEW |