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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 'quota/StorageQuotaClient.h', | 621 'quota/StorageQuotaClient.h', |
622 'quota/StorageUsageCallback.h', | 622 'quota/StorageUsageCallback.h', |
623 'quota/WorkerNavigatorStorageQuota.cpp', | 623 'quota/WorkerNavigatorStorageQuota.cpp', |
624 'quota/WorkerNavigatorStorageQuota.h', | 624 'quota/WorkerNavigatorStorageQuota.h', |
625 'screen_orientation/LockOrientationCallback.cpp', | 625 'screen_orientation/LockOrientationCallback.cpp', |
626 'screen_orientation/LockOrientationCallback.h', | 626 'screen_orientation/LockOrientationCallback.h', |
627 'screen_orientation/ScreenOrientation.cpp', | 627 'screen_orientation/ScreenOrientation.cpp', |
628 'screen_orientation/ScreenOrientation.h', | 628 'screen_orientation/ScreenOrientation.h', |
629 'screen_orientation/ScreenOrientationController.cpp', | 629 'screen_orientation/ScreenOrientationController.cpp', |
630 'screen_orientation/ScreenOrientationController.h', | 630 'screen_orientation/ScreenOrientationController.h', |
631 'screen_orientation/ScreenOrientationDispatcher.cpp', | |
632 'screen_orientation/ScreenOrientationDispatcher.h', | |
633 'serviceworkers/Cache.cpp', | 631 'serviceworkers/Cache.cpp', |
634 'serviceworkers/Cache.h', | 632 'serviceworkers/Cache.h', |
635 'serviceworkers/Client.cpp', | 633 'serviceworkers/Client.cpp', |
636 'serviceworkers/Client.h', | 634 'serviceworkers/Client.h', |
637 'serviceworkers/FetchEvent.cpp', | 635 'serviceworkers/FetchEvent.cpp', |
638 'serviceworkers/FetchEvent.h', | 636 'serviceworkers/FetchEvent.h', |
639 'serviceworkers/InstallEvent.cpp', | 637 'serviceworkers/InstallEvent.cpp', |
640 'serviceworkers/InstallEvent.h', | 638 'serviceworkers/InstallEvent.h', |
641 'serviceworkers/InstallPhaseEvent.cpp', | 639 'serviceworkers/InstallPhaseEvent.cpp', |
642 'serviceworkers/InstallPhaseEvent.h', | 640 'serviceworkers/InstallPhaseEvent.h', |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 'indexeddb/IDBKeyPathTest.cpp', | 942 'indexeddb/IDBKeyPathTest.cpp', |
945 'indexeddb/IDBRequestTest.cpp', | 943 'indexeddb/IDBRequestTest.cpp', |
946 'indexeddb/IDBTransactionTest.cpp', | 944 'indexeddb/IDBTransactionTest.cpp', |
947 'websockets/WebSocketDeflaterTest.cpp', | 945 'websockets/WebSocketDeflaterTest.cpp', |
948 'websockets/WebSocketExtensionDispatcherTest.cpp', | 946 'websockets/WebSocketExtensionDispatcherTest.cpp', |
949 'websockets/WebSocketExtensionParserTest.cpp', | 947 'websockets/WebSocketExtensionParserTest.cpp', |
950 'websockets/WebSocketPerMessageDeflateTest.cpp', | 948 'websockets/WebSocketPerMessageDeflateTest.cpp', |
951 ], | 949 ], |
952 }, | 950 }, |
953 } | 951 } |
OLD | NEW |