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

Unified 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, 4 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
Index: third_party/WebKit/Source/modules/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 8b8be42b713e774aaa5d28049cd8d6c4a389320f..fb3990743b5efc11d2fdad8175146b7608df494b 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1984,6 +1984,10 @@
'websockets/WebSocketChannelClient.h',
'websockets/WebSocketFrame.cpp',
'websockets/WebSocketFrame.h',
+ 'websockets/WebSocketHandle.h',
+ 'websockets/WebSocketHandleImpl.cpp',
+ 'websockets/WebSocketHandleImpl.h',
+ 'websockets/WebSocketHandleClient.h',
'websockets/WorkerWebSocketChannel.cpp',
'websockets/WorkerWebSocketChannel.h',
'webusb/NavigatorUSB.cpp',

Powered by Google App Engine
This is Rietveld 408576698