| 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 845 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 'bluetooth/BluetoothRemoteGATTServer.cpp', | 885 'bluetooth/BluetoothRemoteGATTServer.cpp', |
| 885 'bluetooth/BluetoothRemoteGATTServer.h', | 886 'bluetooth/BluetoothRemoteGATTServer.h', |
| 886 'bluetooth/BluetoothRemoteGATTService.cpp', | 887 'bluetooth/BluetoothRemoteGATTService.cpp', |
| 887 'bluetooth/BluetoothRemoteGATTService.h', | 888 'bluetooth/BluetoothRemoteGATTService.h', |
| 888 'bluetooth/BluetoothSupplement.cpp', | 889 'bluetooth/BluetoothSupplement.cpp', |
| 889 'bluetooth/BluetoothSupplement.h', | 890 'bluetooth/BluetoothSupplement.h', |
| 890 'bluetooth/BluetoothUUID.cpp', | 891 'bluetooth/BluetoothUUID.cpp', |
| 891 'bluetooth/BluetoothUUID.h', | 892 'bluetooth/BluetoothUUID.h', |
| 892 'bluetooth/NavigatorBluetooth.cpp', | 893 'bluetooth/NavigatorBluetooth.cpp', |
| 893 'bluetooth/NavigatorBluetooth.h', | 894 'bluetooth/NavigatorBluetooth.h', |
| 895 'broadcastchannel/BroadcastChannel.cpp', |
| 896 'broadcastchannel/BroadcastChannel.h', |
| 894 'cachestorage/Cache.cpp', | 897 'cachestorage/Cache.cpp', |
| 895 'cachestorage/Cache.h', | 898 'cachestorage/Cache.h', |
| 896 'cachestorage/CacheStorage.cpp', | 899 'cachestorage/CacheStorage.cpp', |
| 897 'cachestorage/CacheStorage.h', | 900 'cachestorage/CacheStorage.h', |
| 898 'cachestorage/CacheStorageError.cpp', | 901 'cachestorage/CacheStorageError.cpp', |
| 899 'cachestorage/CacheStorageError.h', | 902 'cachestorage/CacheStorageError.h', |
| 900 'cachestorage/GlobalCacheStorage.cpp', | 903 'cachestorage/GlobalCacheStorage.cpp', |
| 901 'cachestorage/GlobalCacheStorage.h', | 904 'cachestorage/GlobalCacheStorage.h', |
| 902 'cachestorage/InspectorCacheStorageAgent.cpp', | 905 'cachestorage/InspectorCacheStorageAgent.cpp', |
| 903 'cachestorage/InspectorCacheStorageAgent.h', | 906 'cachestorage/InspectorCacheStorageAgent.h', |
| (...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2051 'webaudio/ConvolverNodeTest.cpp', | 2054 'webaudio/ConvolverNodeTest.cpp', |
| 2052 'webaudio/DynamicsCompressorNodeTest.cpp', | 2055 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2053 'webaudio/ScriptProcessorNodeTest.cpp', | 2056 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2054 'webaudio/StereoPannerNodeTest.cpp', | 2057 'webaudio/StereoPannerNodeTest.cpp', |
| 2055 'webdatabase/QuotaTrackerTest.cpp', | 2058 'webdatabase/QuotaTrackerTest.cpp', |
| 2056 'websockets/DOMWebSocketTest.cpp', | 2059 'websockets/DOMWebSocketTest.cpp', |
| 2057 'websockets/DocumentWebSocketChannelTest.cpp', | 2060 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2058 ], | 2061 ], |
| 2059 }, | 2062 }, |
| 2060 } | 2063 } |
| OLD | NEW |