Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 6603034: Stop returning the true root path of each filesystem from openFileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/webkit_fileapi.gypi
===================================================================
--- webkit/fileapi/webkit_fileapi.gypi (revision 79142)
+++ webkit/fileapi/webkit_fileapi.gypi (working copy)
@@ -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',
],
« no previous file with comments | « webkit/fileapi/sandbox_mount_point_provider_unittest.cc ('k') | webkit/tools/test_shell/simple_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698