summaryrefslogtreecommitdiffstats
path: root/net/net_lib.scons
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-18 00:22:08 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-18 00:22:08 +0000
commitdf4825733e94311ffdefbbed6fecc93203886243 (patch)
tree5dd5fbe5a2d3163cff7752a5abf647bfcb2ffb0e /net/net_lib.scons
parent4364d3ed5abb7fc2788508cac79ecd8a8703289a (diff)
downloadchromium_src-df4825733e94311ffdefbbed6fecc93203886243.zip
chromium_src-df4825733e94311ffdefbbed6fecc93203886243.tar.gz
chromium_src-df4825733e94311ffdefbbed6fecc93203886243.tar.bz2
Disk cache: move eviction code to a separate file.
There should be no change in behavior with this CL. Review URL: http://codereview.chromium.org/14183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_lib.scons')
-rw-r--r--net/net_lib.scons1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net_lib.scons b/net/net_lib.scons
index 61a8a10..4f96264 100644
--- a/net/net_lib.scons
+++ b/net/net_lib.scons
@@ -54,6 +54,7 @@ input_files = [
'disk_cache/backend_impl.cc',
'disk_cache/block_files.cc',
'disk_cache/entry_impl.cc',
+ 'disk_cache/eviction.cc',
'disk_cache/file_lock.cc',
'disk_cache/hash.cc',
'disk_cache/mem_backend_impl.cc',