summaryrefslogtreecommitdiffstats
path: root/webkit/storage_browser.gyp
diff options
context:
space:
mode:
authornhiroki@chromium.org <nhiroki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 07:42:25 +0000
committernhiroki@chromium.org <nhiroki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-08 07:42:25 +0000
commited222dfc734a95dcfb33ba8d99fcf7841b28a24a (patch)
tree3c9d3b1b570f27826f7dc069d3517b8002179879 /webkit/storage_browser.gyp
parenta07346b59280824c8623115ce2f396cca43e4a69 (diff)
downloadchromium_src-ed222dfc734a95dcfb33ba8d99fcf7841b28a24a.zip
chromium_src-ed222dfc734a95dcfb33ba8d99fcf7841b28a24a.tar.gz
chromium_src-ed222dfc734a95dcfb33ba8d99fcf7841b28a24a.tar.bz2
Quota: Implement QuotaBackendImpl
This introduces QuotaBackendImpl working as bridge among FileSystemUsageCache, QuotaManager and QuotaReservationManager. The backend will be created by FileSystemContext and retained by QuotaReservationManager. BUG=303443 TEST=content_unittests --gtest_filter=QuotaBackendImplTest.* TEST=content_unittests --gtest_filter=QuotaReservationManagerTest.* TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/61593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233815 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/storage_browser.gyp')
-rw-r--r--webkit/storage_browser.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/storage_browser.gyp b/webkit/storage_browser.gyp
index 9a71f1a..c474c56 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -156,6 +156,8 @@
'browser/fileapi/quota/open_file_handle.h',
'browser/fileapi/quota/open_file_handle_context.cc',
'browser/fileapi/quota/open_file_handle_context.h',
+ 'browser/fileapi/quota/quota_backend_impl.cc',
+ 'browser/fileapi/quota/quota_backend_impl.h',
'browser/fileapi/quota/quota_reservation.cc',
'browser/fileapi/quota/quota_reservation.h',
'browser/fileapi/quota/quota_reservation_buffer.cc',