| 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 |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'websockets/WebSocket.idl', | 292 'websockets/WebSocket.idl', |
| 293 ], | 293 ], |
| 294 # 'partial interface' or target (right side of) 'implements' | 294 # 'partial interface' or target (right side of) 'implements' |
| 295 'modules_dependency_idl_files': [ | 295 'modules_dependency_idl_files': [ |
| 296 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', | 296 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl', |
| 297 'background_sync/ServiceWorkerGlobalScopeSync.idl', | 297 'background_sync/ServiceWorkerGlobalScopeSync.idl', |
| 298 'background_sync/ServiceWorkerRegistrationSync.idl', | 298 'background_sync/ServiceWorkerRegistrationSync.idl', |
| 299 'battery/NavigatorBattery.idl', | 299 'battery/NavigatorBattery.idl', |
| 300 'beacon/NavigatorBeacon.idl', | 300 'beacon/NavigatorBeacon.idl', |
| 301 'bluetooth/NavigatorBluetooth.idl', | 301 'bluetooth/NavigatorBluetooth.idl', |
| 302 'cachestorage/CompositorWorkerCacheStorage.idl', | |
| 303 'cachestorage/DedicatedWorkerCacheStorage.idl', | |
| 304 'cachestorage/ServiceWorkerCacheStorage.idl', | |
| 305 'cachestorage/SharedWorkerCacheStorage.idl', | |
| 306 'cachestorage/WindowCacheStorage.idl', | 302 'cachestorage/WindowCacheStorage.idl', |
| 307 'cachestorage/WorkerCacheStorage.idl', | 303 'cachestorage/WorkerCacheStorage.idl', |
| 308 'canvas2d/CanvasPathMethods.idl', | 304 'canvas2d/CanvasPathMethods.idl', |
| 309 'canvas2d/MouseEventHitRegion.idl', | 305 'canvas2d/MouseEventHitRegion.idl', |
| 310 'credentialmanager/NavigatorCredentials.idl', | 306 'credentialmanager/NavigatorCredentials.idl', |
| 311 'crypto/WindowCrypto.idl', | 307 'crypto/WindowCrypto.idl', |
| 312 'crypto/WorkerGlobalScopeCrypto.idl', | 308 'crypto/WorkerGlobalScopeCrypto.idl', |
| 313 'device_light/WindowDeviceLight.idl', | 309 'device_light/WindowDeviceLight.idl', |
| 314 'device_orientation/WindowDeviceMotion.idl', | 310 'device_orientation/WindowDeviceMotion.idl', |
| 315 'device_orientation/WindowDeviceOrientation.idl', | 311 'device_orientation/WindowDeviceOrientation.idl', |
| (...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1726 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1722 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1727 'webaudio/ConvolverNodeTest.cpp', | 1723 'webaudio/ConvolverNodeTest.cpp', |
| 1728 'webaudio/DynamicsCompressorNodeTest.cpp', | 1724 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1729 'webaudio/ScriptProcessorNodeTest.cpp', | 1725 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1730 'webaudio/StereoPannerNodeTest.cpp', | 1726 'webaudio/StereoPannerNodeTest.cpp', |
| 1731 'websockets/DOMWebSocketTest.cpp', | 1727 'websockets/DOMWebSocketTest.cpp', |
| 1732 'websockets/DocumentWebSocketChannelTest.cpp', | 1728 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1733 ], | 1729 ], |
| 1734 }, | 1730 }, |
| 1735 } | 1731 } |
| OLD | NEW |