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