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

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

Issue 2224713002: Move WebSocketHandleImpl into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue w/ Java bindings missing a dependency 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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after
1963 'websockets/DOMWebSocket.h', 1963 'websockets/DOMWebSocket.h',
1964 'websockets/DocumentWebSocketChannel.cpp', 1964 'websockets/DocumentWebSocketChannel.cpp',
1965 'websockets/DocumentWebSocketChannel.h', 1965 'websockets/DocumentWebSocketChannel.h',
1966 'websockets/InspectorWebSocketEvents.cpp', 1966 'websockets/InspectorWebSocketEvents.cpp',
1967 'websockets/InspectorWebSocketEvents.h', 1967 'websockets/InspectorWebSocketEvents.h',
1968 'websockets/WebSocketChannel.cpp', 1968 'websockets/WebSocketChannel.cpp',
1969 'websockets/WebSocketChannel.h', 1969 'websockets/WebSocketChannel.h',
1970 'websockets/WebSocketChannelClient.h', 1970 'websockets/WebSocketChannelClient.h',
1971 'websockets/WebSocketFrame.cpp', 1971 'websockets/WebSocketFrame.cpp',
1972 'websockets/WebSocketFrame.h', 1972 'websockets/WebSocketFrame.h',
1973 'websockets/WebSocketHandle.cpp',
1974 'websockets/WebSocketHandle.h',
1975 'websockets/WebSocketHandleClient.h',
1973 'websockets/WorkerWebSocketChannel.cpp', 1976 'websockets/WorkerWebSocketChannel.cpp',
1974 'websockets/WorkerWebSocketChannel.h', 1977 'websockets/WorkerWebSocketChannel.h',
1975 'webusb/NavigatorUSB.cpp', 1978 'webusb/NavigatorUSB.cpp',
1976 'webusb/NavigatorUSB.h', 1979 'webusb/NavigatorUSB.h',
1977 'webusb/USB.cpp', 1980 'webusb/USB.cpp',
1978 'webusb/USB.h', 1981 'webusb/USB.h',
1979 'webusb/USBAlternateInterface.cpp', 1982 'webusb/USBAlternateInterface.cpp',
1980 'webusb/USBAlternateInterface.h', 1983 'webusb/USBAlternateInterface.h',
1981 'webusb/USBConfiguration.cpp', 1984 'webusb/USBConfiguration.cpp',
1982 'webusb/USBConfiguration.h', 1985 'webusb/USBConfiguration.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
2077 'push_messaging/PushMessageDataTest.cpp', 2080 'push_messaging/PushMessageDataTest.cpp',
2078 'serviceworkers/ServiceWorkerContainerTest.cpp', 2081 'serviceworkers/ServiceWorkerContainerTest.cpp',
2079 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2082 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2080 'webaudio/ConvolverNodeTest.cpp', 2083 'webaudio/ConvolverNodeTest.cpp',
2081 'webaudio/DynamicsCompressorNodeTest.cpp', 2084 'webaudio/DynamicsCompressorNodeTest.cpp',
2082 'webaudio/ScriptProcessorNodeTest.cpp', 2085 'webaudio/ScriptProcessorNodeTest.cpp',
2083 'webaudio/StereoPannerNodeTest.cpp', 2086 'webaudio/StereoPannerNodeTest.cpp',
2084 'webdatabase/QuotaTrackerTest.cpp', 2087 'webdatabase/QuotaTrackerTest.cpp',
2085 'websockets/DOMWebSocketTest.cpp', 2088 'websockets/DOMWebSocketTest.cpp',
2086 'websockets/DocumentWebSocketChannelTest.cpp', 2089 'websockets/DocumentWebSocketChannelTest.cpp',
2090 'websockets/WebSocketHandle.cpp',
2087 ], 2091 ],
2088 }, 2092 },
2089 } 2093 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698