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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'encoding/TextEncoder.cpp', | 289 'encoding/TextEncoder.cpp', |
290 'encoding/TextEncoder.h', | 290 'encoding/TextEncoder.h', |
291 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', | 291 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp', |
292 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', | 292 'encryptedmedia/HTMLMediaElementEncryptedMedia.h', |
293 'encryptedmedia/MediaKeyMessageEvent.cpp', | 293 'encryptedmedia/MediaKeyMessageEvent.cpp', |
294 'encryptedmedia/MediaKeyMessageEvent.h', | 294 'encryptedmedia/MediaKeyMessageEvent.h', |
295 'encryptedmedia/MediaKeyNeededEvent.cpp', | 295 'encryptedmedia/MediaKeyNeededEvent.cpp', |
296 'encryptedmedia/MediaKeyNeededEvent.h', | 296 'encryptedmedia/MediaKeyNeededEvent.h', |
297 'encryptedmedia/MediaKeys.cpp', | 297 'encryptedmedia/MediaKeys.cpp', |
298 'encryptedmedia/MediaKeys.h', | 298 'encryptedmedia/MediaKeys.h', |
| 299 'encryptedmedia/MediaKeysClient.h', |
| 300 'encryptedmedia/MediaKeysController.cpp', |
| 301 'encryptedmedia/MediaKeysController.h', |
299 'encryptedmedia/MediaKeySession.cpp', | 302 'encryptedmedia/MediaKeySession.cpp', |
300 'encryptedmedia/MediaKeySession.h', | 303 'encryptedmedia/MediaKeySession.h', |
301 'filesystem/DOMFilePath.cpp', | 304 'filesystem/DOMFilePath.cpp', |
302 'filesystem/DOMFilePath.h', | 305 'filesystem/DOMFilePath.h', |
303 'filesystem/DOMFileSystem.cpp', | 306 'filesystem/DOMFileSystem.cpp', |
304 'filesystem/DOMFileSystem.h', | 307 'filesystem/DOMFileSystem.h', |
305 'filesystem/DOMFileSystemBase.cpp', | 308 'filesystem/DOMFileSystemBase.cpp', |
306 'filesystem/DOMFileSystemBase.h', | 309 'filesystem/DOMFileSystemBase.h', |
307 'filesystem/DOMFileSystemSync.cpp', | 310 'filesystem/DOMFileSystemSync.cpp', |
308 'filesystem/DOMFileSystemSync.h', | 311 'filesystem/DOMFileSystemSync.h', |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 'indexeddb/IDBKeyPathTest.cpp', | 878 'indexeddb/IDBKeyPathTest.cpp', |
876 'indexeddb/IDBRequestTest.cpp', | 879 'indexeddb/IDBRequestTest.cpp', |
877 'indexeddb/IDBTransactionTest.cpp', | 880 'indexeddb/IDBTransactionTest.cpp', |
878 'websockets/WebSocketDeflaterTest.cpp', | 881 'websockets/WebSocketDeflaterTest.cpp', |
879 'websockets/WebSocketExtensionDispatcherTest.cpp', | 882 'websockets/WebSocketExtensionDispatcherTest.cpp', |
880 'websockets/WebSocketExtensionParserTest.cpp', | 883 'websockets/WebSocketExtensionParserTest.cpp', |
881 'websockets/WebSocketPerMessageDeflateTest.cpp', | 884 'websockets/WebSocketPerMessageDeflateTest.cpp', |
882 ], | 885 ], |
883 }, | 886 }, |
884 } | 887 } |
OLD | NEW |