| 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 'indexeddb/IDBPendingTransactionMonitor.cpp', | 382 'indexeddb/IDBPendingTransactionMonitor.cpp', |
| 383 'indexeddb/IDBPendingTransactionMonitor.h', | 383 'indexeddb/IDBPendingTransactionMonitor.h', |
| 384 'indexeddb/IDBRequest.cpp', | 384 'indexeddb/IDBRequest.cpp', |
| 385 'indexeddb/IDBRequest.h', | 385 'indexeddb/IDBRequest.h', |
| 386 'indexeddb/IDBTracing.h', | 386 'indexeddb/IDBTracing.h', |
| 387 'indexeddb/IDBTransaction.cpp', | 387 'indexeddb/IDBTransaction.cpp', |
| 388 'indexeddb/IDBTransaction.h', | 388 'indexeddb/IDBTransaction.h', |
| 389 'indexeddb/IDBVersionChangeEvent.cpp', | 389 'indexeddb/IDBVersionChangeEvent.cpp', |
| 390 'indexeddb/IDBVersionChangeEvent.h', | 390 'indexeddb/IDBVersionChangeEvent.h', |
| 391 'indexeddb/IndexedDB.h', | 391 'indexeddb/IndexedDB.h', |
| 392 'indexeddb/InspectorIndexedDBAgent.cpp', |
| 393 'indexeddb/InspectorIndexedDBAgent.h', |
| 392 'indexeddb/PageGroupIndexedDatabase.cpp', | 394 'indexeddb/PageGroupIndexedDatabase.cpp', |
| 393 'indexeddb/PageGroupIndexedDatabase.h', | 395 'indexeddb/PageGroupIndexedDatabase.h', |
| 394 'indexeddb/WebIDBCallbacksImpl.cpp', | 396 'indexeddb/WebIDBCallbacksImpl.cpp', |
| 395 'indexeddb/WebIDBCallbacksImpl.h', | 397 'indexeddb/WebIDBCallbacksImpl.h', |
| 396 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', | 398 'indexeddb/WebIDBDatabaseCallbacksImpl.cpp', |
| 397 'indexeddb/WebIDBDatabaseCallbacksImpl.h', | 399 'indexeddb/WebIDBDatabaseCallbacksImpl.h', |
| 398 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', | 400 'indexeddb/WorkerGlobalScopeIndexedDatabase.cpp', |
| 399 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', | 401 'indexeddb/WorkerGlobalScopeIndexedDatabase.h', |
| 400 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', | 402 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.cpp', |
| 401 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', | 403 'indexeddb/chromium/IDBFactoryBackendInterfaceChromium.h', |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 'indexeddb/IDBKeyPathTest.cpp', | 827 'indexeddb/IDBKeyPathTest.cpp', |
| 826 'indexeddb/IDBRequestTest.cpp', | 828 'indexeddb/IDBRequestTest.cpp', |
| 827 'indexeddb/IDBTransactionTest.cpp', | 829 'indexeddb/IDBTransactionTest.cpp', |
| 828 'websockets/WebSocketDeflaterTest.cpp', | 830 'websockets/WebSocketDeflaterTest.cpp', |
| 829 'websockets/WebSocketExtensionDispatcherTest.cpp', | 831 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 830 'websockets/WebSocketExtensionParserTest.cpp', | 832 'websockets/WebSocketExtensionParserTest.cpp', |
| 831 'websockets/WebSocketPerMessageDeflateTest.cpp', | 833 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 832 ], | 834 ], |
| 833 }, | 835 }, |
| 834 } | 836 } |
| OLD | NEW |