diff options
author | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-25 02:29:24 +0000 |
---|---|---|
committer | rvargas@chromium.org <rvargas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-25 02:29:24 +0000 |
commit | 6f80cc112049019b9531cb7a53fcf4ec6738a8a6 (patch) | |
tree | 7ac1743998905c623a433fed4aa455d936ad2204 /net/net.gyp | |
parent | db3be76f4ac9295155341798366eb049273698aa (diff) | |
download | chromium_src-6f80cc112049019b9531cb7a53fcf4ec6738a8a6.zip chromium_src-6f80cc112049019b9531cb7a53fcf4ec6738a8a6.tar.gz chromium_src-6f80cc112049019b9531cb7a53fcf4ec6738a8a6.tar.bz2 |
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
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 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', |