| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 'crypto/WorkerGlobalScopeCrypto.idl', | 337 'crypto/WorkerGlobalScopeCrypto.idl', |
| 338 'device_light/WindowDeviceLight.idl', | 338 'device_light/WindowDeviceLight.idl', |
| 339 'device_orientation/WindowDeviceMotion.idl', | 339 'device_orientation/WindowDeviceMotion.idl', |
| 340 'device_orientation/WindowDeviceOrientation.idl', | 340 'device_orientation/WindowDeviceOrientation.idl', |
| 341 'donottrack/NavigatorDoNotTrack.idl', | 341 'donottrack/NavigatorDoNotTrack.idl', |
| 342 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', | 342 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', |
| 343 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', | 343 'encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl', |
| 344 'fetch/WindowFetch.idl', | 344 'fetch/WindowFetch.idl', |
| 345 'fetch/WorkerFetch.idl', | 345 'fetch/WorkerFetch.idl', |
| 346 'filesystem/DataTransferItemFileSystem.idl', | 346 'filesystem/DataTransferItemFileSystem.idl', |
| 347 'filesystem/DedicatedWorkerGlobalScopeFileSystem.idl', |
| 347 'filesystem/DevToolsHostFileSystem.idl', | 348 'filesystem/DevToolsHostFileSystem.idl', |
| 348 'filesystem/HTMLInputElementFileSystem.idl', | 349 'filesystem/HTMLInputElementFileSystem.idl', |
| 350 'filesystem/SharedWorkerGlobalScopeFileSystem.idl', |
| 349 'filesystem/WindowFileSystem.idl', | 351 'filesystem/WindowFileSystem.idl', |
| 350 'filesystem/WorkerGlobalScopeFileSystem.idl', | |
| 351 'gamepad/NavigatorGamepad.idl', | 352 'gamepad/NavigatorGamepad.idl', |
| 352 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', | 353 'geofencing/ServiceWorkerGlobalScopeGeofencing.idl', |
| 353 'geofencing/ServiceWorkerRegistrationGeofencing.idl', | 354 'geofencing/ServiceWorkerRegistrationGeofencing.idl', |
| 354 'geofencing/WorkerNavigatorGeofencing.idl', | 355 'geofencing/WorkerNavigatorGeofencing.idl', |
| 355 'geolocation/NavigatorGeolocation.idl', | 356 'geolocation/NavigatorGeolocation.idl', |
| 356 'indexeddb/WindowIndexedDatabase.idl', | 357 'indexeddb/WindowIndexedDatabase.idl', |
| 357 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', | 358 'indexeddb/WorkerGlobalScopeIndexedDatabase.idl', |
| 358 'mediacapturefromelement/HTMLCanvasElementCapture.idl', | 359 'mediacapturefromelement/HTMLCanvasElementCapture.idl', |
| 359 'mediacapturefromelement/HTMLMediaElementCapture.idl', | 360 'mediacapturefromelement/HTMLMediaElementCapture.idl', |
| 360 'mediasession/HTMLMediaElementMediaSession.idl', | 361 'mediasession/HTMLMediaElementMediaSession.idl', |
| (...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1926 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1927 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1927 'webaudio/ConvolverNodeTest.cpp', | 1928 'webaudio/ConvolverNodeTest.cpp', |
| 1928 'webaudio/DynamicsCompressorNodeTest.cpp', | 1929 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1929 'webaudio/ScriptProcessorNodeTest.cpp', | 1930 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1930 'webaudio/StereoPannerNodeTest.cpp', | 1931 'webaudio/StereoPannerNodeTest.cpp', |
| 1931 'websockets/DOMWebSocketTest.cpp', | 1932 'websockets/DOMWebSocketTest.cpp', |
| 1932 'websockets/DocumentWebSocketChannelTest.cpp', | 1933 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1933 ], | 1934 ], |
| 1934 }, | 1935 }, |
| 1935 } | 1936 } |
| OLD | NEW |