summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 19:12:15 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-08 19:12:15 +0000
commit3fd7933a5e06cc4c64bea3e61d1114cb895e3d0e (patch)
treec5edd75ad837ac0ce2f9a3cbc53a9b1d961bcfee /net/net.gyp
parenta74aa93cf049d625875d215c8cbea46313f827c5 (diff)
downloadchromium_src-3fd7933a5e06cc4c64bea3e61d1114cb895e3d0e.zip
chromium_src-3fd7933a5e06cc4c64bea3e61d1114cb895e3d0e.tar.gz
chromium_src-3fd7933a5e06cc4c64bea3e61d1114cb895e3d0e.tar.bz2
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
Add an InFlightBackendIO class that handles posting of cacheoperations back and forth between the IO thread and the cachethread. BUG=26730 TEST=unit tests Review URL: http://codereview.chromium.org/2827043 TBR=rvargas@google.com Review URL: http://codereview.chromium.org/2944002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/net.gyp b/net/net.gyp
index 24fed6b..d6f1921 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -265,10 +265,6 @@
'disk_cache/hash.cc',
'disk_cache/hash.h',
'disk_cache/histogram_macros.h',
- 'disk_cache/in_flight_backend_io.cc',
- 'disk_cache/in_flight_backend_io.h',
- 'disk_cache/in_flight_io.cc',
- 'disk_cache/in_flight_io.h',
'disk_cache/mapped_file.h',
'disk_cache/mapped_file_posix.cc',
'disk_cache/mapped_file_win.cc',