| 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 1966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1977 'websockets/DOMWebSocket.h', | 1977 'websockets/DOMWebSocket.h', |
| 1978 'websockets/DocumentWebSocketChannel.cpp', | 1978 'websockets/DocumentWebSocketChannel.cpp', |
| 1979 'websockets/DocumentWebSocketChannel.h', | 1979 'websockets/DocumentWebSocketChannel.h', |
| 1980 'websockets/InspectorWebSocketEvents.cpp', | 1980 'websockets/InspectorWebSocketEvents.cpp', |
| 1981 'websockets/InspectorWebSocketEvents.h', | 1981 'websockets/InspectorWebSocketEvents.h', |
| 1982 'websockets/WebSocketChannel.cpp', | 1982 'websockets/WebSocketChannel.cpp', |
| 1983 'websockets/WebSocketChannel.h', | 1983 'websockets/WebSocketChannel.h', |
| 1984 'websockets/WebSocketChannelClient.h', | 1984 'websockets/WebSocketChannelClient.h', |
| 1985 'websockets/WebSocketFrame.cpp', | 1985 'websockets/WebSocketFrame.cpp', |
| 1986 'websockets/WebSocketFrame.h', | 1986 'websockets/WebSocketFrame.h', |
| 1987 'websockets/WebSocketHandle.h', |
| 1988 'websockets/WebSocketHandleImpl.cpp', |
| 1989 'websockets/WebSocketHandleImpl.h', |
| 1990 'websockets/WebSocketHandleClient.h', |
| 1987 'websockets/WorkerWebSocketChannel.cpp', | 1991 'websockets/WorkerWebSocketChannel.cpp', |
| 1988 'websockets/WorkerWebSocketChannel.h', | 1992 'websockets/WorkerWebSocketChannel.h', |
| 1989 'webusb/NavigatorUSB.cpp', | 1993 'webusb/NavigatorUSB.cpp', |
| 1990 'webusb/NavigatorUSB.h', | 1994 'webusb/NavigatorUSB.h', |
| 1991 'webusb/USB.cpp', | 1995 'webusb/USB.cpp', |
| 1992 'webusb/USB.h', | 1996 'webusb/USB.h', |
| 1993 'webusb/USBAlternateInterface.cpp', | 1997 'webusb/USBAlternateInterface.cpp', |
| 1994 'webusb/USBAlternateInterface.h', | 1998 'webusb/USBAlternateInterface.h', |
| 1995 'webusb/USBConfiguration.cpp', | 1999 'webusb/USBConfiguration.cpp', |
| 1996 'webusb/USBConfiguration.h', | 2000 'webusb/USBConfiguration.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 2014 'accessibility/testing/InternalsAccessibility.idl', | 2018 'accessibility/testing/InternalsAccessibility.idl', |
| 2015 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', | 2019 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', |
| 2016 'peerconnection/testing/InternalsRTCCertificate.idl', | 2020 'peerconnection/testing/InternalsRTCCertificate.idl', |
| 2017 'serviceworkers/testing/InternalsServiceWorker.idl', | 2021 'serviceworkers/testing/InternalsServiceWorker.idl', |
| 2018 'speech/testing/InternalsSpeechSynthesis.idl', | 2022 'speech/testing/InternalsSpeechSynthesis.idl', |
| 2019 'vibration/testing/InternalsVibration.idl', | 2023 'vibration/testing/InternalsVibration.idl', |
| 2020 'webaudio/testing/InternalsWebAudio.idl', | 2024 'webaudio/testing/InternalsWebAudio.idl', |
| 2021 ], | 2025 ], |
| 2022 }, | 2026 }, |
| 2023 } | 2027 } |
| OLD | NEW |