| 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 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 'websockets/DOMWebSocket.h', | 1964 'websockets/DOMWebSocket.h', |
| 1965 'websockets/DocumentWebSocketChannel.cpp', | 1965 'websockets/DocumentWebSocketChannel.cpp', |
| 1966 'websockets/DocumentWebSocketChannel.h', | 1966 'websockets/DocumentWebSocketChannel.h', |
| 1967 'websockets/InspectorWebSocketEvents.cpp', | 1967 'websockets/InspectorWebSocketEvents.cpp', |
| 1968 'websockets/InspectorWebSocketEvents.h', | 1968 'websockets/InspectorWebSocketEvents.h', |
| 1969 'websockets/WebSocketChannel.cpp', | 1969 'websockets/WebSocketChannel.cpp', |
| 1970 'websockets/WebSocketChannel.h', | 1970 'websockets/WebSocketChannel.h', |
| 1971 'websockets/WebSocketChannelClient.h', | 1971 'websockets/WebSocketChannelClient.h', |
| 1972 'websockets/WebSocketFrame.cpp', | 1972 'websockets/WebSocketFrame.cpp', |
| 1973 'websockets/WebSocketFrame.h', | 1973 'websockets/WebSocketFrame.h', |
| 1974 'websockets/WebSocketHandle.cpp', |
| 1975 'websockets/WebSocketHandle.h', |
| 1976 'websockets/WebSocketHandleClient.h', |
| 1974 'websockets/WorkerWebSocketChannel.cpp', | 1977 'websockets/WorkerWebSocketChannel.cpp', |
| 1975 'websockets/WorkerWebSocketChannel.h', | 1978 'websockets/WorkerWebSocketChannel.h', |
| 1976 'webusb/NavigatorUSB.cpp', | 1979 'webusb/NavigatorUSB.cpp', |
| 1977 'webusb/NavigatorUSB.h', | 1980 'webusb/NavigatorUSB.h', |
| 1978 'webusb/USB.cpp', | 1981 'webusb/USB.cpp', |
| 1979 'webusb/USB.h', | 1982 'webusb/USB.h', |
| 1980 'webusb/USBAlternateInterface.cpp', | 1983 'webusb/USBAlternateInterface.cpp', |
| 1981 'webusb/USBAlternateInterface.h', | 1984 'webusb/USBAlternateInterface.h', |
| 1982 'webusb/USBConfiguration.cpp', | 1985 'webusb/USBConfiguration.cpp', |
| 1983 'webusb/USBConfiguration.h', | 1986 'webusb/USBConfiguration.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2083 'push_messaging/PushMessageDataTest.cpp', | 2086 'push_messaging/PushMessageDataTest.cpp', |
| 2084 'serviceworkers/ServiceWorkerContainerTest.cpp', | 2087 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 2085 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2088 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2086 'webaudio/ConvolverNodeTest.cpp', | 2089 'webaudio/ConvolverNodeTest.cpp', |
| 2087 'webaudio/DynamicsCompressorNodeTest.cpp', | 2090 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2088 'webaudio/ScriptProcessorNodeTest.cpp', | 2091 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2089 'webaudio/StereoPannerNodeTest.cpp', | 2092 'webaudio/StereoPannerNodeTest.cpp', |
| 2090 'webdatabase/QuotaTrackerTest.cpp', | 2093 'webdatabase/QuotaTrackerTest.cpp', |
| 2091 'websockets/DOMWebSocketTest.cpp', | 2094 'websockets/DOMWebSocketTest.cpp', |
| 2092 'websockets/DocumentWebSocketChannelTest.cpp', | 2095 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2096 'websockets/WebSocketHandle.cpp', |
| 2093 ], | 2097 ], |
| 2094 }, | 2098 }, |
| 2095 } | 2099 } |
| OLD | NEW |