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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2284473002: Move WebSocketHandleImpl into Blink (take 2) (Closed)
Patch Set: Rebase 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 487a28a766307fb16f2aae205aa441bfe46383b1..20f032db6277a4695332e8199b782dbc40fed6f6 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',
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoaderClient.h ('k') | third_party/WebKit/Source/modules/websockets/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698