| 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 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 'srcobject/HTMLMediaElementSrcObject.idl', | 403 'srcobject/HTMLMediaElementSrcObject.idl', |
| 404 'storage/WindowStorage.idl', | 404 'storage/WindowStorage.idl', |
| 405 'vibration/NavigatorVibration.idl', | 405 'vibration/NavigatorVibration.idl', |
| 406 'vr/NavigatorVR.idl', | 406 'vr/NavigatorVR.idl', |
| 407 'wake_lock/ScreenWakeLock.idl', | 407 'wake_lock/ScreenWakeLock.idl', |
| 408 'webaudio/WindowWebAudio.idl', | 408 'webaudio/WindowWebAudio.idl', |
| 409 'webdatabase/WindowWebDatabase.idl', | 409 'webdatabase/WindowWebDatabase.idl', |
| 410 'webgl/WebGL2RenderingContextBase.idl', | 410 'webgl/WebGL2RenderingContextBase.idl', |
| 411 'webgl/WebGLRenderingContextBase.idl', | 411 'webgl/WebGLRenderingContextBase.idl', |
| 412 'webmidi/NavigatorWebMIDI.idl', | 412 'webmidi/NavigatorWebMIDI.idl', |
| 413 'webshare/NavigatorShare.idl', |
| 413 'webusb/NavigatorUSB.idl', | 414 'webusb/NavigatorUSB.idl', |
| 414 ], | 415 ], |
| 415 # interfaces that inherit from Event | 416 # interfaces that inherit from Event |
| 416 'modules_event_idl_files': [ | 417 'modules_event_idl_files': [ |
| 417 'app_banner/BeforeInstallPromptEvent.idl', | 418 'app_banner/BeforeInstallPromptEvent.idl', |
| 418 'background_sync/SyncEvent.idl', | 419 'background_sync/SyncEvent.idl', |
| 419 'device_light/DeviceLightEvent.idl', | 420 'device_light/DeviceLightEvent.idl', |
| 420 'device_orientation/DeviceMotionEvent.idl', | 421 'device_orientation/DeviceMotionEvent.idl', |
| 421 'device_orientation/DeviceOrientationEvent.idl', | 422 'device_orientation/DeviceOrientationEvent.idl', |
| 422 'encryptedmedia/MediaEncryptedEvent.idl', | 423 'encryptedmedia/MediaEncryptedEvent.idl', |
| (...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1929 'webmidi/MIDIMessageEvent.h', | 1930 'webmidi/MIDIMessageEvent.h', |
| 1930 'webmidi/MIDIPortMap.h', | 1931 'webmidi/MIDIPortMap.h', |
| 1931 'webmidi/MIDIOutput.cpp', | 1932 'webmidi/MIDIOutput.cpp', |
| 1932 'webmidi/MIDIOutput.h', | 1933 'webmidi/MIDIOutput.h', |
| 1933 'webmidi/MIDIOutputMap.cpp', | 1934 'webmidi/MIDIOutputMap.cpp', |
| 1934 'webmidi/MIDIOutputMap.h', | 1935 'webmidi/MIDIOutputMap.h', |
| 1935 'webmidi/MIDIPort.cpp', | 1936 'webmidi/MIDIPort.cpp', |
| 1936 'webmidi/MIDIPort.h', | 1937 'webmidi/MIDIPort.h', |
| 1937 'webmidi/NavigatorWebMIDI.cpp', | 1938 'webmidi/NavigatorWebMIDI.cpp', |
| 1938 'webmidi/NavigatorWebMIDI.h', | 1939 'webmidi/NavigatorWebMIDI.h', |
| 1940 'webshare/NavigatorShare.cpp', |
| 1941 'webshare/NavigatorShare.h', |
| 1939 'websockets/CloseEvent.cpp', | 1942 'websockets/CloseEvent.cpp', |
| 1940 'websockets/CloseEvent.h', | 1943 'websockets/CloseEvent.h', |
| 1941 'websockets/DOMWebSocket.cpp', | 1944 'websockets/DOMWebSocket.cpp', |
| 1942 'websockets/DOMWebSocket.h', | 1945 'websockets/DOMWebSocket.h', |
| 1943 'websockets/DocumentWebSocketChannel.cpp', | 1946 'websockets/DocumentWebSocketChannel.cpp', |
| 1944 'websockets/DocumentWebSocketChannel.h', | 1947 'websockets/DocumentWebSocketChannel.h', |
| 1945 'websockets/InspectorWebSocketEvents.cpp', | 1948 'websockets/InspectorWebSocketEvents.cpp', |
| 1946 'websockets/InspectorWebSocketEvents.h', | 1949 'websockets/InspectorWebSocketEvents.h', |
| 1947 'websockets/WebSocketChannel.cpp', | 1950 'websockets/WebSocketChannel.cpp', |
| 1948 'websockets/WebSocketChannel.h', | 1951 'websockets/WebSocketChannel.h', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2059 'webaudio/ConvolverNodeTest.cpp', | 2062 'webaudio/ConvolverNodeTest.cpp', |
| 2060 'webaudio/DynamicsCompressorNodeTest.cpp', | 2063 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2061 'webaudio/ScriptProcessorNodeTest.cpp', | 2064 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2062 'webaudio/StereoPannerNodeTest.cpp', | 2065 'webaudio/StereoPannerNodeTest.cpp', |
| 2063 'webdatabase/QuotaTrackerTest.cpp', | 2066 'webdatabase/QuotaTrackerTest.cpp', |
| 2064 'websockets/DOMWebSocketTest.cpp', | 2067 'websockets/DOMWebSocketTest.cpp', |
| 2065 'websockets/DocumentWebSocketChannelTest.cpp', | 2068 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2066 ], | 2069 ], |
| 2067 }, | 2070 }, |
| 2068 } | 2071 } |
| OLD | NEW |