From fb2622f6816ed20ffd8a35994f7372b67613ba92 Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Tue, 13 Jul 2010 18:00:56 +0000 Subject: 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/2945002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52185 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index 908e17d..6bbde7f 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -265,6 +265,10 @@ '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', -- cgit v1.1