| 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 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 604 'quota/StorageQuotaCallbacksImpl.h', | 604 'quota/StorageQuotaCallbacksImpl.h', |
| 605 'quota/StorageQuotaClient.cpp', | 605 'quota/StorageQuotaClient.cpp', |
| 606 'quota/StorageQuotaClient.h', | 606 'quota/StorageQuotaClient.h', |
| 607 'quota/StorageUsageCallback.h', | 607 'quota/StorageUsageCallback.h', |
| 608 'quota/WorkerNavigatorStorageQuota.cpp', | 608 'quota/WorkerNavigatorStorageQuota.cpp', |
| 609 'quota/WorkerNavigatorStorageQuota.h', | 609 'quota/WorkerNavigatorStorageQuota.h', |
| 610 'screen_orientation/ScreenOrientation.cpp', | 610 'screen_orientation/ScreenOrientation.cpp', |
| 611 'screen_orientation/ScreenOrientation.h', | 611 'screen_orientation/ScreenOrientation.h', |
| 612 'screen_orientation/ScreenOrientationController.cpp', | 612 'screen_orientation/ScreenOrientationController.cpp', |
| 613 'screen_orientation/ScreenOrientationController.h', | 613 'screen_orientation/ScreenOrientationController.h', |
| 614 'screen_orientation/ScreenOrientationDispatcher.cpp', | |
| 615 'screen_orientation/ScreenOrientationDispatcher.h', | |
| 616 'serviceworkers/Cache.cpp', | 614 'serviceworkers/Cache.cpp', |
| 617 'serviceworkers/Cache.h', | 615 'serviceworkers/Cache.h', |
| 618 'serviceworkers/Client.cpp', | 616 'serviceworkers/Client.cpp', |
| 619 'serviceworkers/Client.h', | 617 'serviceworkers/Client.h', |
| 620 'serviceworkers/FetchEvent.cpp', | 618 'serviceworkers/FetchEvent.cpp', |
| 621 'serviceworkers/FetchEvent.h', | 619 'serviceworkers/FetchEvent.h', |
| 622 'serviceworkers/InstallEvent.cpp', | 620 'serviceworkers/InstallEvent.cpp', |
| 623 'serviceworkers/InstallEvent.h', | 621 'serviceworkers/InstallEvent.h', |
| 624 'serviceworkers/InstallPhaseEvent.cpp', | 622 'serviceworkers/InstallPhaseEvent.cpp', |
| 625 'serviceworkers/InstallPhaseEvent.h', | 623 'serviceworkers/InstallPhaseEvent.h', |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 'indexeddb/IDBKeyPathTest.cpp', | 925 'indexeddb/IDBKeyPathTest.cpp', |
| 928 'indexeddb/IDBRequestTest.cpp', | 926 'indexeddb/IDBRequestTest.cpp', |
| 929 'indexeddb/IDBTransactionTest.cpp', | 927 'indexeddb/IDBTransactionTest.cpp', |
| 930 'websockets/WebSocketDeflaterTest.cpp', | 928 'websockets/WebSocketDeflaterTest.cpp', |
| 931 'websockets/WebSocketExtensionDispatcherTest.cpp', | 929 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 932 'websockets/WebSocketExtensionParserTest.cpp', | 930 'websockets/WebSocketExtensionParserTest.cpp', |
| 933 'websockets/WebSocketPerMessageDeflateTest.cpp', | 931 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 934 ], | 932 ], |
| 935 }, | 933 }, |
| 936 } | 934 } |
| OLD | NEW |