From 6f80cc112049019b9531cb7a53fcf4ec6738a8a6 Mon Sep 17 00:00:00 2001 From: "rvargas@chromium.org" Date: Tue, 25 Mar 2014 02:29:24 +0000 Subject: Disk cache: Some cleanup for the skeleton of the backend worker. This adds the backend worker to net.gyp and deletes/disables code so that the file compiles but does nothing else than construct/destroy an object. This is the last skeleton needed to start building the infrastructure to create and destroy the backend. The actual description of the class will be added when some functionality is added: this class will be in charge of proxying work to the cache thread. BUG=241277 Review URL: https://codereview.chromium.org/205623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259107 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index 3dc081e..c82d8f8 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -355,6 +355,8 @@ 'disk_cache/blockfile/backend_impl.h', 'disk_cache/blockfile/backend_impl_v3.cc', 'disk_cache/blockfile/backend_impl_v3.h', + 'disk_cache/blockfile/backend_worker_v3.cc', + 'disk_cache/blockfile/backend_worker_v3.h', 'disk_cache/blockfile/bitmap.cc', 'disk_cache/blockfile/bitmap.h', 'disk_cache/blockfile/block_bitmaps_v3.cc', -- cgit v1.1