OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
5 ], | 5 ], |
6 'variables': { | 6 'variables': { |
7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
8 # | 8 # |
9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
11 # ways. | 11 # ways. |
12 'extra_blink_module_idl_files': [], | 12 'extra_blink_module_idl_files': [], |
13 'extra_blink_module_files': [], | 13 'extra_blink_module_files': [], |
14 # Files for which bindings (.cpp and .h files) will be generated | 14 # Files for which bindings (.cpp and .h files) will be generated |
15 'modules_idl_files': [ | 15 'modules_idl_files': [ |
16 '<@(extra_blink_module_idl_files)', | 16 '<@(extra_blink_module_idl_files)', |
17 'app_banner/AppBannerPromptResult.idl', | 17 'app_banner/AppBannerPromptResult.idl', |
18 'app_banner/BeforeInstallPromptEvent.idl', | 18 'app_banner/BeforeInstallPromptEvent.idl', |
19 'background_sync/SyncEvent.idl', | 19 'background_sync/SyncEvent.idl', |
20 'background_sync/SyncManager.idl', | 20 'background_sync/SyncManager.idl', |
21 'battery/BatteryManager.idl', | 21 'battery/BatteryManager.idl', |
22 'bluetooth/Bluetooth.idl', | 22 'bluetooth/Bluetooth.idl', |
23 'bluetooth/BluetoothDevice.idl', | 23 'bluetooth/BluetoothDevice.idl', |
24 'bluetooth/BluetoothCharacteristicProperties.idl', | 24 'bluetooth/BluetoothCharacteristicProperties.idl', |
25 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', | 25 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', |
26 'bluetooth/BluetoothRemoteGATTServer.idl', | 26 'bluetooth/BluetoothRemoteGATTServer.idl', |
27 'bluetooth/BluetoothRemoteGATTService.idl', | 27 'bluetooth/BluetoothRemoteGATTService.idl', |
28 'bluetooth/BluetoothUUID.idl', | 28 'bluetooth/BluetoothUUID.idl', |
| 29 'broadcastchannel/BroadcastChannel.idl', |
29 'cachestorage/Cache.idl', | 30 'cachestorage/Cache.idl', |
30 'cachestorage/CacheStorage.idl', | 31 'cachestorage/CacheStorage.idl', |
31 'canvas2d/CanvasGradient.idl', | 32 'canvas2d/CanvasGradient.idl', |
32 'canvas2d/CanvasPattern.idl', | 33 'canvas2d/CanvasPattern.idl', |
33 'canvas2d/CanvasRenderingContext2D.idl', | 34 'canvas2d/CanvasRenderingContext2D.idl', |
34 'canvas2d/Path2D.idl', | 35 'canvas2d/Path2D.idl', |
35 'compositorworker/CompositorWorker.idl', | 36 'compositorworker/CompositorWorker.idl', |
36 'compositorworker/CompositorWorkerGlobalScope.idl', | 37 'compositorworker/CompositorWorkerGlobalScope.idl', |
37 'credentialmanager/Credential.idl', | 38 'credentialmanager/Credential.idl', |
38 'credentialmanager/CredentialsContainer.idl', | 39 'credentialmanager/CredentialsContainer.idl', |
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 'bluetooth/BluetoothRemoteGATTServer.cpp', | 852 'bluetooth/BluetoothRemoteGATTServer.cpp', |
852 'bluetooth/BluetoothRemoteGATTServer.h', | 853 'bluetooth/BluetoothRemoteGATTServer.h', |
853 'bluetooth/BluetoothRemoteGATTService.cpp', | 854 'bluetooth/BluetoothRemoteGATTService.cpp', |
854 'bluetooth/BluetoothRemoteGATTService.h', | 855 'bluetooth/BluetoothRemoteGATTService.h', |
855 'bluetooth/BluetoothSupplement.cpp', | 856 'bluetooth/BluetoothSupplement.cpp', |
856 'bluetooth/BluetoothSupplement.h', | 857 'bluetooth/BluetoothSupplement.h', |
857 'bluetooth/BluetoothUUID.cpp', | 858 'bluetooth/BluetoothUUID.cpp', |
858 'bluetooth/BluetoothUUID.h', | 859 'bluetooth/BluetoothUUID.h', |
859 'bluetooth/NavigatorBluetooth.cpp', | 860 'bluetooth/NavigatorBluetooth.cpp', |
860 'bluetooth/NavigatorBluetooth.h', | 861 'bluetooth/NavigatorBluetooth.h', |
| 862 'broadcastchannel/BroadcastChannel.cpp', |
| 863 'broadcastchannel/BroadcastChannel.h', |
861 'cachestorage/Cache.cpp', | 864 'cachestorage/Cache.cpp', |
862 'cachestorage/Cache.h', | 865 'cachestorage/Cache.h', |
863 'cachestorage/CacheStorage.cpp', | 866 'cachestorage/CacheStorage.cpp', |
864 'cachestorage/CacheStorage.h', | 867 'cachestorage/CacheStorage.h', |
865 'cachestorage/CacheStorageError.cpp', | 868 'cachestorage/CacheStorageError.cpp', |
866 'cachestorage/CacheStorageError.h', | 869 'cachestorage/CacheStorageError.h', |
867 'cachestorage/GlobalCacheStorage.cpp', | 870 'cachestorage/GlobalCacheStorage.cpp', |
868 'cachestorage/GlobalCacheStorage.h', | 871 'cachestorage/GlobalCacheStorage.h', |
869 'cachestorage/InspectorCacheStorageAgent.cpp', | 872 'cachestorage/InspectorCacheStorageAgent.cpp', |
870 'cachestorage/InspectorCacheStorageAgent.h', | 873 'cachestorage/InspectorCacheStorageAgent.h', |
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1995 'webaudio/ConvolverNodeTest.cpp', | 1998 'webaudio/ConvolverNodeTest.cpp', |
1996 'webaudio/DynamicsCompressorNodeTest.cpp', | 1999 'webaudio/DynamicsCompressorNodeTest.cpp', |
1997 'webaudio/ScriptProcessorNodeTest.cpp', | 2000 'webaudio/ScriptProcessorNodeTest.cpp', |
1998 'webaudio/StereoPannerNodeTest.cpp', | 2001 'webaudio/StereoPannerNodeTest.cpp', |
1999 'webdatabase/QuotaTrackerTest.cpp', | 2002 'webdatabase/QuotaTrackerTest.cpp', |
2000 'websockets/DOMWebSocketTest.cpp', | 2003 'websockets/DOMWebSocketTest.cpp', |
2001 'websockets/DocumentWebSocketChannelTest.cpp', | 2004 'websockets/DocumentWebSocketChannelTest.cpp', |
2002 ], | 2005 ], |
2003 }, | 2006 }, |
2004 } | 2007 } |
OLD | NEW |