| 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 1962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1973 'websockets/DOMWebSocket.h', | 1973 'websockets/DOMWebSocket.h', |
| 1974 'websockets/DocumentWebSocketChannel.cpp', | 1974 'websockets/DocumentWebSocketChannel.cpp', |
| 1975 'websockets/DocumentWebSocketChannel.h', | 1975 'websockets/DocumentWebSocketChannel.h', |
| 1976 'websockets/InspectorWebSocketEvents.cpp', | 1976 'websockets/InspectorWebSocketEvents.cpp', |
| 1977 'websockets/InspectorWebSocketEvents.h', | 1977 'websockets/InspectorWebSocketEvents.h', |
| 1978 'websockets/WebSocketChannel.cpp', | 1978 'websockets/WebSocketChannel.cpp', |
| 1979 'websockets/WebSocketChannel.h', | 1979 'websockets/WebSocketChannel.h', |
| 1980 'websockets/WebSocketChannelClient.h', | 1980 'websockets/WebSocketChannelClient.h', |
| 1981 'websockets/WebSocketFrame.cpp', | 1981 'websockets/WebSocketFrame.cpp', |
| 1982 'websockets/WebSocketFrame.h', | 1982 'websockets/WebSocketFrame.h', |
| 1983 'websockets/WebSocketHandle.cpp', | |
| 1984 'websockets/WebSocketHandle.h', | |
| 1985 'websockets/WebSocketHandleClient.h', | |
| 1986 'websockets/WorkerWebSocketChannel.cpp', | 1983 'websockets/WorkerWebSocketChannel.cpp', |
| 1987 'websockets/WorkerWebSocketChannel.h', | 1984 'websockets/WorkerWebSocketChannel.h', |
| 1988 'webusb/NavigatorUSB.cpp', | 1985 'webusb/NavigatorUSB.cpp', |
| 1989 'webusb/NavigatorUSB.h', | 1986 'webusb/NavigatorUSB.h', |
| 1990 'webusb/USB.cpp', | 1987 'webusb/USB.cpp', |
| 1991 'webusb/USB.h', | 1988 'webusb/USB.h', |
| 1992 'webusb/USBAlternateInterface.cpp', | 1989 'webusb/USBAlternateInterface.cpp', |
| 1993 'webusb/USBAlternateInterface.h', | 1990 'webusb/USBAlternateInterface.h', |
| 1994 'webusb/USBConfiguration.cpp', | 1991 'webusb/USBConfiguration.cpp', |
| 1995 'webusb/USBConfiguration.h', | 1992 'webusb/USBConfiguration.h', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2090 'push_messaging/PushMessageDataTest.cpp', | 2087 'push_messaging/PushMessageDataTest.cpp', |
| 2091 'serviceworkers/ServiceWorkerContainerTest.cpp', | 2088 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 2092 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2089 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2093 'webaudio/ConvolverNodeTest.cpp', | 2090 'webaudio/ConvolverNodeTest.cpp', |
| 2094 'webaudio/DynamicsCompressorNodeTest.cpp', | 2091 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2095 'webaudio/ScriptProcessorNodeTest.cpp', | 2092 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2096 'webaudio/StereoPannerNodeTest.cpp', | 2093 'webaudio/StereoPannerNodeTest.cpp', |
| 2097 'webdatabase/QuotaTrackerTest.cpp', | 2094 'webdatabase/QuotaTrackerTest.cpp', |
| 2098 'websockets/DOMWebSocketTest.cpp', | 2095 'websockets/DOMWebSocketTest.cpp', |
| 2099 'websockets/DocumentWebSocketChannelTest.cpp', | 2096 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2100 'websockets/WebSocketHandle.cpp', | |
| 2101 ], | 2097 ], |
| 2102 }, | 2098 }, |
| 2103 } | 2099 } |
| OLD | NEW |