summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-28 21:23:39 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-28 21:23:39 +0000
commitfc48db85fecb5889fbfc5de5c9b8951dce547546 (patch)
treed7a0e01a06404219af4c05da4a2833ed9072859e /net/net.gyp
parent4684b1223a711baa9b4e37996c797600060b6f2e (diff)
downloadchromium_src-fc48db85fecb5889fbfc5de5c9b8951dce547546.zip
chromium_src-fc48db85fecb5889fbfc5de5c9b8951dce547546.tar.gz
chromium_src-fc48db85fecb5889fbfc5de5c9b8951dce547546.tar.bz2
Implement a parser that parses the "Range" HTTP header
Parses "Range" HTTP request header so this request information can be used in URLRequestFileJob and HttpCache. Review URL: http://codereview.chromium.org/92006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14784 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 a377e9c..1e25fd1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -216,6 +216,8 @@
'http/http_auth_handler_digest.h',
'http/http_auth_handler_ntlm.cc',
'http/http_auth_handler_ntlm.h',
+ 'http/http_byte_range.cc',
+ 'http/http_byte_range.h',
'http/http_cache.cc',
'http/http_cache.h',
'http/http_chunked_decoder.cc',
@@ -432,6 +434,7 @@
'http/http_auth_handler_basic_unittest.cc',
'http/http_auth_handler_digest_unittest.cc',
'http/http_auth_unittest.cc',
+ 'http/http_byte_range_unittest.cc',
'http/http_cache_unittest.cc',
'http/http_chunked_decoder_unittest.cc',
'http/http_network_layer_unittest.cc',