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

Unified Diff: net/net.gyp

Issue 3020068: WebSocket over SPDY. (Closed)
Patch Set: fix unittests Created 10 years 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 | net/socket_stream/socket_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index bf4e2d6c48f92dd3199018cdef17daef7c8fd62a..0f3ca310c4c29e90016e80053ffbf31d15ee00dd 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -644,6 +644,9 @@
'spdy/spdy_settings_storage.h',
'spdy/spdy_stream.cc',
'spdy/spdy_stream.h',
+ 'spdy/spdy_transaction_factory.h',
+ 'spdy/spdy_websocket_stream.cc',
+ 'spdy/spdy_websocket_stream.h',
'url_request/https_prober.h',
'url_request/https_prober.cc',
'url_request/url_request.cc',
@@ -958,6 +961,7 @@
'spdy/spdy_test_util.cc',
'spdy/spdy_test_util.h',
'test/python_utils_unittest.cc',
+ 'spdy/spdy_websocket_stream_unittest.cc',
'tools/dump_cache/url_to_filename_encoder.cc',
'tools/dump_cache/url_to_filename_encoder.h',
'tools/dump_cache/url_to_filename_encoder_unittest.cc',
« no previous file with comments | « no previous file | net/socket_stream/socket_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698