| 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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 'quota/StorageQuota.cpp', | 610 'quota/StorageQuota.cpp', |
| 611 'quota/StorageQuota.h', | 611 'quota/StorageQuota.h', |
| 612 'quota/StorageQuotaCallback.h', | 612 'quota/StorageQuotaCallback.h', |
| 613 'quota/StorageQuotaCallbacksImpl.cpp', | 613 'quota/StorageQuotaCallbacksImpl.cpp', |
| 614 'quota/StorageQuotaCallbacksImpl.h', | 614 'quota/StorageQuotaCallbacksImpl.h', |
| 615 'quota/StorageQuotaClient.cpp', | 615 'quota/StorageQuotaClient.cpp', |
| 616 'quota/StorageQuotaClient.h', | 616 'quota/StorageQuotaClient.h', |
| 617 'quota/StorageUsageCallback.h', | 617 'quota/StorageUsageCallback.h', |
| 618 'quota/WorkerNavigatorStorageQuota.cpp', | 618 'quota/WorkerNavigatorStorageQuota.cpp', |
| 619 'quota/WorkerNavigatorStorageQuota.h', | 619 'quota/WorkerNavigatorStorageQuota.h', |
| 620 'screen_orientation/LockOrientationCallback.cpp', |
| 621 'screen_orientation/LockOrientationCallback.h', |
| 620 'screen_orientation/ScreenOrientation.cpp', | 622 'screen_orientation/ScreenOrientation.cpp', |
| 621 'screen_orientation/ScreenOrientation.h', | 623 'screen_orientation/ScreenOrientation.h', |
| 622 'screen_orientation/ScreenOrientationController.cpp', | 624 'screen_orientation/ScreenOrientationController.cpp', |
| 623 'screen_orientation/ScreenOrientationController.h', | 625 'screen_orientation/ScreenOrientationController.h', |
| 624 'screen_orientation/ScreenOrientationDispatcher.cpp', | 626 'screen_orientation/ScreenOrientationDispatcher.cpp', |
| 625 'screen_orientation/ScreenOrientationDispatcher.h', | 627 'screen_orientation/ScreenOrientationDispatcher.h', |
| 626 'serviceworkers/Cache.cpp', | 628 'serviceworkers/Cache.cpp', |
| 627 'serviceworkers/Cache.h', | 629 'serviceworkers/Cache.h', |
| 628 'serviceworkers/Client.cpp', | 630 'serviceworkers/Client.cpp', |
| 629 'serviceworkers/Client.h', | 631 'serviceworkers/Client.h', |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 'indexeddb/IDBKeyPathTest.cpp', | 939 'indexeddb/IDBKeyPathTest.cpp', |
| 938 'indexeddb/IDBRequestTest.cpp', | 940 'indexeddb/IDBRequestTest.cpp', |
| 939 'indexeddb/IDBTransactionTest.cpp', | 941 'indexeddb/IDBTransactionTest.cpp', |
| 940 'websockets/WebSocketDeflaterTest.cpp', | 942 'websockets/WebSocketDeflaterTest.cpp', |
| 941 'websockets/WebSocketExtensionDispatcherTest.cpp', | 943 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 942 'websockets/WebSocketExtensionParserTest.cpp', | 944 'websockets/WebSocketExtensionParserTest.cpp', |
| 943 'websockets/WebSocketPerMessageDeflateTest.cpp', | 945 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 944 ], | 946 ], |
| 945 }, | 947 }, |
| 946 } | 948 } |
| OLD | NEW |