diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 00:49:40 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 00:49:40 +0000 |
commit | 073a04f0599beb27670d8a6738fcbbc22fa97bcf (patch) | |
tree | d7393b3cd3463dbfaf4bbdc02fdd0a4de0c83995 /webkit/fileapi/webkit_fileapi.gypi | |
parent | 6bcd5f36cd94649887eff0c87df4f4496001984a (diff) | |
download | chromium_src-073a04f0599beb27670d8a6738fcbbc22fa97bcf.zip chromium_src-073a04f0599beb27670d8a6738fcbbc22fa97bcf.tar.gz chromium_src-073a04f0599beb27670d8a6738fcbbc22fa97bcf.tar.bz2 |
Stop returning the true root path of each filesystem from openFileSystem.
Instead, return the FileSystem URI of the root. This will make it easier
to swap in different filesystem implementations.
BUG=71635
TEST=Just a couple in FileSystemUtilTests, but a bunch of existing ones [this doesn't add much new functionality].
Review URL: http://codereview.chromium.org/6603034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79228 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/webkit_fileapi.gypi')
-rw-r--r-- | webkit/fileapi/webkit_fileapi.gypi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi index f1191c6..1b0e127 100644 --- a/webkit/fileapi/webkit_fileapi.gypi +++ b/webkit/fileapi/webkit_fileapi.gypi @@ -23,8 +23,11 @@ 'file_system_file_util.h', 'file_system_file_util_proxy.cc', 'file_system_file_util_proxy.h', + 'file_system_mount_point_provider.h', 'file_system_operation.cc', 'file_system_operation.h', + 'file_system_operation_context.cc', + 'file_system_operation_context.h', 'file_system_path_manager.cc', 'file_system_path_manager.h', 'file_system_types.h', @@ -38,6 +41,10 @@ 'file_system_usage_cache.cc', 'file_writer_delegate.cc', 'file_writer_delegate.h', + 'local_file_system_file_util.cc', + 'local_file_system_file_util.h', + 'sandbox_mount_point_provider.cc', + 'sandbox_mount_point_provider.h', 'webfilewriter_base.cc', 'webfilewriter_base.h', ], |