summaryrefslogtreecommitdiffstats
path: root/webkit/storage_browser.gyp
diff options
context:
space:
mode:
authornhiroki@chromium.org <nhiroki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 09:25:47 +0000
committernhiroki@chromium.org <nhiroki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-10 09:25:47 +0000
commitcacf4e2d364d72ac9b58279c22a8fa9f279e35ba (patch)
tree287434ca1da5d8e8dd9bfe66efca0128f465f8d0 /webkit/storage_browser.gyp
parent085934ac4351ce89279bf313e74e57461a6f2835 (diff)
downloadchromium_src-cacf4e2d364d72ac9b58279c22a8fa9f279e35ba.zip
chromium_src-cacf4e2d364d72ac9b58279c22a8fa9f279e35ba.tar.gz
chromium_src-cacf4e2d364d72ac9b58279c22a8fa9f279e35ba.tar.bz2
FileAPI: Add SandboxContext
This change introduces SandboxContext class which keeps and provides a sandbox filesystem context so that we can share the context among multiple FS backends. BUG=242422 TEST=content_unittests Review URL: https://chromiumcodereview.appspot.com/18378005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210790 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 d70447c..7440ff3 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -179,6 +179,8 @@
'browser/fileapi/remote_file_system_proxy.h',
'browser/fileapi/remove_operation_delegate.cc',
'browser/fileapi/remove_operation_delegate.h',
+ 'browser/fileapi/sandbox_context.cc',
+ 'browser/fileapi/sandbox_context.h',
'browser/fileapi/sandbox_directory_database.cc',
'browser/fileapi/sandbox_directory_database.h',
'browser/fileapi/sandbox_file_stream_writer.cc',