| 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 'quota/StorageQuotaCallback.h', | 535 'quota/StorageQuotaCallback.h', |
| 536 'quota/StorageQuotaCallbacksImpl.cpp', | 536 'quota/StorageQuotaCallbacksImpl.cpp', |
| 537 'quota/StorageQuotaCallbacksImpl.h', | 537 'quota/StorageQuotaCallbacksImpl.h', |
| 538 'quota/StorageQuotaClient.cpp', | 538 'quota/StorageQuotaClient.cpp', |
| 539 'quota/StorageQuotaClient.h', | 539 'quota/StorageQuotaClient.h', |
| 540 'quota/StorageUsageCallback.h', | 540 'quota/StorageUsageCallback.h', |
| 541 'quota/WorkerNavigatorStorageQuota.cpp', | 541 'quota/WorkerNavigatorStorageQuota.cpp', |
| 542 'quota/WorkerNavigatorStorageQuota.h', | 542 'quota/WorkerNavigatorStorageQuota.h', |
| 543 'screen_orientation/ScreenOrientation.cpp', | 543 'screen_orientation/ScreenOrientation.cpp', |
| 544 'screen_orientation/ScreenOrientation.h', | 544 'screen_orientation/ScreenOrientation.h', |
| 545 'screen_orientation/ScreenOrientationController.cpp', |
| 546 'screen_orientation/ScreenOrientationController.h', |
| 545 'serviceworkers/InstallEvent.cpp', | 547 'serviceworkers/InstallEvent.cpp', |
| 546 'serviceworkers/InstallEvent.h', | 548 'serviceworkers/InstallEvent.h', |
| 547 'serviceworkers/InstallPhaseEvent.cpp', | 549 'serviceworkers/InstallPhaseEvent.cpp', |
| 548 'serviceworkers/InstallPhaseEvent.h', | 550 'serviceworkers/InstallPhaseEvent.h', |
| 549 'serviceworkers/NavigatorServiceWorker.cpp', | 551 'serviceworkers/NavigatorServiceWorker.cpp', |
| 550 'serviceworkers/NavigatorServiceWorker.h', | 552 'serviceworkers/NavigatorServiceWorker.h', |
| 551 'serviceworkers/RegistrationOptionList.h', | 553 'serviceworkers/RegistrationOptionList.h', |
| 552 'serviceworkers/ServiceWorker.cpp', | 554 'serviceworkers/ServiceWorker.cpp', |
| 553 'serviceworkers/ServiceWorker.h', | 555 'serviceworkers/ServiceWorker.h', |
| 554 'serviceworkers/ServiceWorkerContainer.cpp', | 556 'serviceworkers/ServiceWorkerContainer.cpp', |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 'indexeddb/IDBKeyPathTest.cpp', | 845 'indexeddb/IDBKeyPathTest.cpp', |
| 844 'indexeddb/IDBRequestTest.cpp', | 846 'indexeddb/IDBRequestTest.cpp', |
| 845 'indexeddb/IDBTransactionTest.cpp', | 847 'indexeddb/IDBTransactionTest.cpp', |
| 846 'websockets/WebSocketDeflaterTest.cpp', | 848 'websockets/WebSocketDeflaterTest.cpp', |
| 847 'websockets/WebSocketExtensionDispatcherTest.cpp', | 849 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 848 'websockets/WebSocketExtensionParserTest.cpp', | 850 'websockets/WebSocketExtensionParserTest.cpp', |
| 849 'websockets/WebSocketPerMessageDeflateTest.cpp', | 851 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 850 ], | 852 ], |
| 851 }, | 853 }, |
| 852 } | 854 } |
| OLD | NEW |