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

Unified Diff: net/net.gyp

Issue 9956013: Add WebSocketFrameParser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | net/websockets/websocket_frame.h » ('j') | net/websockets/websocket_frame.h » ('J')
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 f9844a16d4625ea3afa59ddebab073364804153f..1b058cbd9b206605ecdb94ffe9b7449879c5b21f 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -757,6 +757,10 @@
'url_request/url_request_throttler_manager.h',
'url_request/view_cache_helper.cc',
'url_request/view_cache_helper.h',
+ 'websockets/websocket_frame.cc',
+ 'websockets/websocket_frame.h',
+ 'websockets/websocket_frame_parser.cc',
+ 'websockets/websocket_frame_parser.h',
'websockets/websocket_handshake_handler.cc',
'websockets/websocket_handshake_handler.h',
'websockets/websocket_job.cc',
@@ -1260,6 +1264,7 @@
'url_request/url_request_throttler_unittest.cc',
'url_request/url_request_unittest.cc',
'url_request/view_cache_helper_unittest.cc',
+ 'websockets/websocket_frame_parser_unittest.cc',
'websockets/websocket_handshake_handler_unittest.cc',
'websockets/websocket_job_spdy2_unittest.cc',
'websockets/websocket_job_spdy3_unittest.cc',
« no previous file with comments | « no previous file | net/websockets/websocket_frame.h » ('j') | net/websockets/websocket_frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698