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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 12036022: Split recursive Copy/Move into async tasks and support cross operation (in local case) (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_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 ec9f7ad6f31b3564c2f1e9ff619e1248f19aec72..15a7a6b842f7b0d4029db3e142ab47a0ff800faa 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -5,6 +5,8 @@
{
'variables': {
'webkit_fileapi_sources': [
+ '../fileapi/cross_operation_delegate.cc',
+ '../fileapi/cross_operation_delegate.h',
'../fileapi/external_mount_points.cc',
'../fileapi/external_mount_points.h',
'../fileapi/file_observers.h',
@@ -78,6 +80,8 @@
'../fileapi/native_file_util.h',
'../fileapi/obfuscated_file_util.cc',
'../fileapi/obfuscated_file_util.h',
+ '../fileapi/recursive_operation_delegate.cc',
+ '../fileapi/recursive_operation_delegate.h',
'../fileapi/remote_file_system_proxy.h',
'../fileapi/remove_operation_delegate.cc',
'../fileapi/remove_operation_delegate.h',
« no previous file with comments | « webkit/fileapi/syncable/syncable_file_system_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698