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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 11648027: Extract external file systems handling from isolated context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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
« no previous file with comments | « webkit/fileapi/syncable/syncable_file_system_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/webkit_fileapi.gypi
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index 39288ee9468c85a1e9e9fccf12c45007fe9370f0..324f9e5d8f90d41ff193c04211717bbb44fdef45 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -5,6 +5,8 @@
{
'variables': {
'webkit_fileapi_sources': [
+ '../fileapi/external_mount_points.cc',
+ '../fileapi/external_mount_points.h',
'../fileapi/file_observers.h',
'../fileapi/file_permission_policy.cc',
'../fileapi/file_permission_policy.h',
@@ -70,10 +72,13 @@
'../fileapi/media/mtp_device_file_system_config.h',
'../fileapi/media/native_media_file_util.cc',
'../fileapi/media/native_media_file_util.h',
+ '../fileapi/mount_points.cc',
+ '../fileapi/mount_points.h',
'../fileapi/native_file_util.cc',
'../fileapi/native_file_util.h',
'../fileapi/obfuscated_file_util.cc',
'../fileapi/obfuscated_file_util.h',
+ '../fileapi/remote_file_system_proxy.h',
'../fileapi/sandbox_file_stream_writer.cc',
'../fileapi/sandbox_file_stream_writer.h',
'../fileapi/sandbox_mount_point_provider.cc',
@@ -120,7 +125,6 @@
'../chromeos/fileapi/file_util_async.h',
'../chromeos/fileapi/remote_file_system_operation.cc',
'../chromeos/fileapi/remote_file_system_operation.h',
- '../chromeos/fileapi/remote_file_system_proxy.h',
'../chromeos/fileapi/remote_file_stream_writer.cc',
'../chromeos/fileapi/remote_file_stream_writer.h',
],
« no previous file with comments | « webkit/fileapi/syncable/syncable_file_system_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698