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 'ballista/Actions.idl', | |
22 'battery/BatteryManager.idl', | 21 'battery/BatteryManager.idl', |
23 'bluetooth/Bluetooth.idl', | 22 'bluetooth/Bluetooth.idl', |
24 'bluetooth/BluetoothAdvertisingData.idl', | 23 'bluetooth/BluetoothAdvertisingData.idl', |
25 'bluetooth/BluetoothDevice.idl', | 24 'bluetooth/BluetoothDevice.idl', |
26 'bluetooth/BluetoothCharacteristicProperties.idl', | 25 'bluetooth/BluetoothCharacteristicProperties.idl', |
27 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', | 26 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', |
28 'bluetooth/BluetoothRemoteGATTServer.idl', | 27 'bluetooth/BluetoothRemoteGATTServer.idl', |
29 'bluetooth/BluetoothRemoteGATTService.idl', | 28 'bluetooth/BluetoothRemoteGATTService.idl', |
30 'bluetooth/BluetoothUUID.idl', | 29 'bluetooth/BluetoothUUID.idl', |
31 'cachestorage/Cache.idl', | 30 'cachestorage/Cache.idl', |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 'webusb/USBIsochronousOutTransferResult.idl', | 324 'webusb/USBIsochronousOutTransferResult.idl', |
326 'webusb/USBOutTransferResult.idl', | 325 'webusb/USBOutTransferResult.idl', |
327 'worklet/Worklet.idl', | 326 'worklet/Worklet.idl', |
328 'worklet/WorkletGlobalScope.idl', | 327 'worklet/WorkletGlobalScope.idl', |
329 ], | 328 ], |
330 # 'partial interface' or target (right side of) 'implements' | 329 # 'partial interface' or target (right side of) 'implements' |
331 'modules_dependency_idl_files': [ | 330 'modules_dependency_idl_files': [ |
332 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', | 331 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', |
333 'background_sync/ServiceWorkerGlobalScopeSync.idl', | 332 'background_sync/ServiceWorkerGlobalScopeSync.idl', |
334 'background_sync/ServiceWorkerRegistrationSync.idl', | 333 'background_sync/ServiceWorkerRegistrationSync.idl', |
335 'ballista/NavigatorActions.idl', | |
336 'battery/NavigatorBattery.idl', | 334 'battery/NavigatorBattery.idl', |
337 'beacon/NavigatorBeacon.idl', | 335 'beacon/NavigatorBeacon.idl', |
338 'bluetooth/NavigatorBluetooth.idl', | 336 'bluetooth/NavigatorBluetooth.idl', |
339 'cachestorage/WindowCacheStorage.idl', | 337 'cachestorage/WindowCacheStorage.idl', |
340 'cachestorage/WorkerCacheStorage.idl', | 338 'cachestorage/WorkerCacheStorage.idl', |
341 'canvas/HTMLCanvasElementModule.idl', | 339 'canvas/HTMLCanvasElementModule.idl', |
342 'canvas2d/CanvasPathMethods.idl', | 340 'canvas2d/CanvasPathMethods.idl', |
343 'credentialmanager/NavigatorCredentials.idl', | 341 'credentialmanager/NavigatorCredentials.idl', |
344 'crypto/WindowCrypto.idl', | 342 'crypto/WindowCrypto.idl', |
345 'crypto/WorkerGlobalScopeCrypto.idl', | 343 'crypto/WorkerGlobalScopeCrypto.idl', |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
822 'background_sync/ServiceWorkerRegistrationSync.cpp', | 820 'background_sync/ServiceWorkerRegistrationSync.cpp', |
823 'background_sync/ServiceWorkerRegistrationSync.h', | 821 'background_sync/ServiceWorkerRegistrationSync.h', |
824 'background_sync/SyncCallbacks.cpp', | 822 'background_sync/SyncCallbacks.cpp', |
825 'background_sync/SyncCallbacks.h', | 823 'background_sync/SyncCallbacks.h', |
826 'background_sync/SyncError.cpp', | 824 'background_sync/SyncError.cpp', |
827 'background_sync/SyncError.h', | 825 'background_sync/SyncError.h', |
828 'background_sync/SyncEvent.cpp', | 826 'background_sync/SyncEvent.cpp', |
829 'background_sync/SyncEvent.h', | 827 'background_sync/SyncEvent.h', |
830 'background_sync/SyncManager.cpp', | 828 'background_sync/SyncManager.cpp', |
831 'background_sync/SyncManager.h', | 829 'background_sync/SyncManager.h', |
832 'ballista/Actions.cpp', | |
833 'ballista/Actions.h', | |
834 'ballista/NavigatorActions.cpp', | |
835 'ballista/NavigatorActions.h', | |
836 'battery/BatteryDispatcher.cpp', | 830 'battery/BatteryDispatcher.cpp', |
837 'battery/BatteryDispatcher.h', | 831 'battery/BatteryDispatcher.h', |
838 'battery/BatteryManager.cpp', | 832 'battery/BatteryManager.cpp', |
839 'battery/BatteryManager.h', | 833 'battery/BatteryManager.h', |
840 'battery/NavigatorBattery.cpp', | 834 'battery/NavigatorBattery.cpp', |
841 'battery/NavigatorBattery.h', | 835 'battery/NavigatorBattery.h', |
842 'battery/battery_status.h', | 836 'battery/battery_status.h', |
843 'beacon/NavigatorBeacon.cpp', | 837 'beacon/NavigatorBeacon.cpp', |
844 'beacon/NavigatorBeacon.h', | 838 'beacon/NavigatorBeacon.h', |
845 'bluetooth/Bluetooth.cpp', | 839 'bluetooth/Bluetooth.cpp', |
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2009 'webaudio/ConvolverNodeTest.cpp', | 2003 'webaudio/ConvolverNodeTest.cpp', |
2010 'webaudio/DynamicsCompressorNodeTest.cpp', | 2004 'webaudio/DynamicsCompressorNodeTest.cpp', |
2011 'webaudio/ScriptProcessorNodeTest.cpp', | 2005 'webaudio/ScriptProcessorNodeTest.cpp', |
2012 'webaudio/StereoPannerNodeTest.cpp', | 2006 'webaudio/StereoPannerNodeTest.cpp', |
2013 'webdatabase/QuotaTrackerTest.cpp', | 2007 'webdatabase/QuotaTrackerTest.cpp', |
2014 'websockets/DOMWebSocketTest.cpp', | 2008 'websockets/DOMWebSocketTest.cpp', |
2015 'websockets/DocumentWebSocketChannelTest.cpp', | 2009 'websockets/DocumentWebSocketChannelTest.cpp', |
2016 ], | 2010 ], |
2017 }, | 2011 }, |
2018 } | 2012 } |
OLD | NEW |