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

Unified Diff: net/net.gyp

Issue 1108002: Implement new websocket handshake based on draft-hixie-thewebsocketprotocol-76 (Closed)
Patch Set: fix for review comments Created 10 years, 9 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 | « chrome/browser/net/websocket_experiment/websocket_experiment_task.cc ('k') | net/websockets/websocket.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 8d6097758510d9e4b8de612e316188f8b5c64af1..a6ed78de86df2330e85eae359b6e2d3d45401aa2 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -509,6 +509,8 @@
'websockets/websocket.h',
'websockets/websocket_handshake.cc',
'websockets/websocket_handshake.h',
+ 'websockets/websocket_handshake_draft75.cc',
+ 'websockets/websocket_handshake_draft75.h',
'websockets/websocket_job.cc',
'websockets/websocket_job.h',
'websockets/websocket_throttle.cc',
@@ -699,6 +701,7 @@
'spdy/spdy_stream_unittest.cc',
'url_request/url_request_unittest.cc',
'url_request/url_request_unittest.h',
+ 'websockets/websocket_handshake_draft75_unittest.cc',
'websockets/websocket_handshake_unittest.cc',
'websockets/websocket_job_unittest.cc',
'websockets/websocket_throttle_unittest.cc',
« no previous file with comments | « chrome/browser/net/websocket_experiment/websocket_experiment_task.cc ('k') | net/websockets/websocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698