diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 19:59:23 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 19:59:23 +0000 |
commit | 983a1da3308b3a4605afdf09c301a01c635004e7 (patch) | |
tree | 706622f65d3d801b15a16170ce8ecf50713109c5 /net/net.gyp | |
parent | 0d85ea6e9786806964ec2a05a12dd2e0a05bdb0c (diff) | |
download | chromium_src-983a1da3308b3a4605afdf09c301a01c635004e7.zip chromium_src-983a1da3308b3a4605afdf09c301a01c635004e7.tar.gz chromium_src-983a1da3308b3a4605afdf09c301a01c635004e7.tar.bz2 |
Http Cache: Split HttpCache::Transaction to its own set
of files.
No real code change... I'm just moving code around.
BUG=26729
TEST=none
Review URL: http://codereview.chromium.org/387017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index fc0b5b1..9678a3a 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -335,6 +335,8 @@ 'http/http_byte_range.h', 'http/http_cache.cc', 'http/http_cache.h', + 'http/http_cache_transaction.cc', + 'http/http_cache_transaction.h', 'http/http_chunked_decoder.cc', 'http/http_chunked_decoder.h', 'http/http_network_layer.cc', |