summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorvandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 19:48:34 +0000
committervandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 19:48:34 +0000
commit878d73010d3e415857730205d0892ad6ecf1a26d (patch)
tree76a5be7369270360ad61cd8954e81f651ead3fe8 /net/net.gyp
parent5829e67b3a7492d92ed202c0cd53268723afce87 (diff)
downloadchromium_src-878d73010d3e415857730205d0892ad6ecf1a26d.zip
chromium_src-878d73010d3e415857730205d0892ad6ecf1a26d.tar.gz
chromium_src-878d73010d3e415857730205d0892ad6ecf1a26d.tar.bz2
Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing the Http traffic. HttpBasicStream delegates parsing to HttpStreamParser in preparation for HttpPipelinedStream.
BUG=13289 TEST=unittests Review URL: http://codereview.chromium.org/249031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29316 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 2d0b342..00c5661 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -240,6 +240,7 @@
'http/http_auth_handler_ntlm.h',
'http/http_auth_handler_ntlm_portable.cc',
'http/http_auth_handler_ntlm_win.cc',
+ 'http/http_basic_stream.cc',
'http/http_basic_stream.h',
'http/http_byte_range.cc',
'http/http_byte_range.h',
@@ -259,6 +260,8 @@
'http/http_response_info.cc',
'http/http_response_info.h',
'http/http_stream.h',
+ 'http/http_stream_parser.cc',
+ 'http/http_stream_parser.h',
'http/http_transaction.h',
'http/http_transaction_factory.h',
'http/http_util.cc',