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

Unified Diff: Source/modules/modules.gypi

Issue 639333003: Delete the old WebSocket implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/modules/websockets/MainThreadWebSocketChannel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 12f1562f571afff1072cfa7a7f754e4ebb78bafb..70a68fe20690a8e47cbe42d4385fc17023244070 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -995,28 +995,13 @@
'websockets/CloseEvent.h',
'websockets/DOMWebSocket.cpp',
'websockets/DOMWebSocket.h',
- 'websockets/MainThreadWebSocketChannel.cpp',
- 'websockets/MainThreadWebSocketChannel.h',
'websockets/NewWebSocketChannelImpl.cpp',
'websockets/NewWebSocketChannelImpl.h',
'websockets/WebSocketChannel.cpp',
'websockets/WebSocketChannel.h',
'websockets/WebSocketChannelClient.h',
- 'websockets/WebSocketDeflateFramer.cpp',
- 'websockets/WebSocketDeflateFramer.h',
- 'websockets/WebSocketDeflater.cpp',
- 'websockets/WebSocketDeflater.h',
- 'websockets/WebSocketExtensionDispatcher.cpp',
- 'websockets/WebSocketExtensionDispatcher.h',
- 'websockets/WebSocketExtensionParser.cpp',
- 'websockets/WebSocketExtensionParser.h',
- 'websockets/WebSocketExtensionProcessor.h',
'websockets/WebSocketFrame.cpp',
'websockets/WebSocketFrame.h',
- 'websockets/WebSocketHandshake.cpp',
- 'websockets/WebSocketHandshake.h',
- 'websockets/WebSocketPerMessageDeflate.cpp',
- 'websockets/WebSocketPerMessageDeflate.h',
'websockets/WorkerThreadableWebSocketChannel.cpp',
'websockets/WorkerThreadableWebSocketChannel.h',
],
@@ -1055,10 +1040,6 @@
'serviceworkers/ServiceWorkerContainerTest.cpp',
'websockets/DOMWebSocketTest.cpp',
'websockets/NewWebSocketChannelImplTest.cpp',
- 'websockets/WebSocketDeflaterTest.cpp',
- 'websockets/WebSocketExtensionDispatcherTest.cpp',
- 'websockets/WebSocketExtensionParserTest.cpp',
- 'websockets/WebSocketPerMessageDeflateTest.cpp',
],
},
}
« no previous file with comments | « no previous file | Source/modules/websockets/MainThreadWebSocketChannel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698