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

Unified 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: Add back fix for shutdown crash 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 e9dd040987d11e5ad49cc6554fdc86dab7d974a8..89b1edc45e6039676f7119d958fc64b92f4b866c 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -1971,6 +1971,9 @@
'websockets/WebSocketChannelClient.h',
'websockets/WebSocketFrame.cpp',
'websockets/WebSocketFrame.h',
+ 'websockets/WebSocketHandle.cpp',
+ 'websockets/WebSocketHandle.h',
+ 'websockets/WebSocketHandleClient.h',
'websockets/WorkerWebSocketChannel.cpp',
'websockets/WorkerWebSocketChannel.h',
'webusb/NavigatorUSB.cpp',
@@ -2090,6 +2093,7 @@
'webdatabase/QuotaTrackerTest.cpp',
'websockets/DOMWebSocketTest.cpp',
'websockets/DocumentWebSocketChannelTest.cpp',
+ 'websockets/WebSocketHandle.cpp',
darin (slow to review) 2016/08/22 17:28:33 This is here because DocumentWebSocketChannelTest
],
},
}
« 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