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

Unified Diff: webkit/webkit.gyp

Issue 243108: Enable WebSocket in test_shell (Closed)
Patch Set: add +net/socket_stream in webkit/DEPS Created 11 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 | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 3ef4f5a6ccc31074940962978f6bd331a4aadbfd..927463aff3aebfbc864f74e2deef4185b1e95e14 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -137,6 +137,9 @@
'api/public/WebSecurityOrigin.h',
'api/public/WebSettings.h',
'api/public/WebSize.h',
+ 'api/public/WebSocketStreamError.h',
+ 'api/public/WebSocketStreamHandle.h',
+ 'api/public/WebSocketStreamHandleClient.h',
'api/public/WebStorageArea.h',
'api/public/WebStorageEventDispatcher.h',
'api/public/WebStorageNamespace.h',
@@ -645,6 +648,10 @@
'glue/webpopupmenu_impl.h',
'glue/webpreferences.cc',
'glue/webpreferences.h',
+ 'glue/websocketstreamhandle_bridge.h',
+ 'glue/websocketstreamhandle_delegate.h',
+ 'glue/websocketstreamhandle_impl.cc',
+ 'glue/websocketstreamhandle_impl.h',
'glue/webthemeengine_impl_win.cc',
'glue/weburlloader_impl.cc',
'glue/weburlloader_impl.h',
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698