summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-01 03:11:16 +0000
committerukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-01 03:11:16 +0000
commit3985966ad82dc8ac7094698bc1e598a6d072c93e (patch)
treec5e22e38883a3d7ba8eb0708d959f5e64cffb70b /net/net.gyp
parent1bdaa60c309250932259402cc8abe0a1bb3f5b2d (diff)
downloadchromium_src-3985966ad82dc8ac7094698bc1e598a6d072c93e.zip
chromium_src-3985966ad82dc8ac7094698bc1e598a6d072c93e.tar.gz
chromium_src-3985966ad82dc8ac7094698bc1e598a6d072c93e.tar.bz2
Factor out WebSocket frame handler out of WebSocketJob.
WebSocket frame handler might be used to count number of frames, variance of type or length of frame. It might be also used to compress/decompress message in websocket frame. BUG=none TEST=none Review URL: http://codereview.chromium.org/2078002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 06dc29e..85cdb01 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -531,6 +531,8 @@
'url_request/view_cache_helper.h',
'websockets/websocket.cc',
'websockets/websocket.h',
+ 'websockets/websocket_frame_handler.cc',
+ 'websockets/websocket_frame_handler.h',
'websockets/websocket_handshake.cc',
'websockets/websocket_handshake.h',
'websockets/websocket_handshake_draft75.cc',
@@ -734,6 +736,7 @@
'url_request/url_request_unittest.cc',
'url_request/url_request_unittest.h',
'url_request/view_cache_helper_unittest.cc',
+ 'websockets/websocket_frame_handler_unittest.cc',
'websockets/websocket_handshake_draft75_unittest.cc',
'websockets/websocket_handshake_unittest.cc',
'websockets/websocket_job_unittest.cc',