Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2284473002: Move WebSocketHandleImpl into Blink (take 2) (Closed)
Patch Set: Extract WebSocketHandle as pure interface Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
2095 'webaudio/ConvolverNodeTest.cpp', 2099 'webaudio/ConvolverNodeTest.cpp',
2096 'webaudio/DynamicsCompressorNodeTest.cpp', 2100 'webaudio/DynamicsCompressorNodeTest.cpp',
2097 'webaudio/ScriptProcessorNodeTest.cpp', 2101 'webaudio/ScriptProcessorNodeTest.cpp',
2098 'webaudio/StereoPannerNodeTest.cpp', 2102 'webaudio/StereoPannerNodeTest.cpp',
2099 'webdatabase/QuotaTrackerTest.cpp', 2103 'webdatabase/QuotaTrackerTest.cpp',
2100 'websockets/DOMWebSocketTest.cpp', 2104 'websockets/DOMWebSocketTest.cpp',
2101 'websockets/DocumentWebSocketChannelTest.cpp', 2105 'websockets/DocumentWebSocketChannelTest.cpp',
2102 ], 2106 ],
2103 }, 2107 },
2104 } 2108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698