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

Unified Diff: webkit/storage_browser.gyp

Issue 21370003: Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 5 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/browser/fileapi/test_file_system_backend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage_browser.gyp
diff --git a/webkit/storage_browser.gyp b/webkit/storage_browser.gyp
index c5d8b866f2fff0aec05b7b45c2ebbb80af9b7584..b72e0aa75045de00c3a5dfb09c25793cc55e69f3 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -135,6 +135,8 @@
'browser/fileapi/file_system_operation.h',
'browser/fileapi/file_system_operation_context.cc',
'browser/fileapi/file_system_operation_context.h',
+ 'browser/fileapi/file_system_operation_impl.cc',
+ 'browser/fileapi/file_system_operation_impl.h',
'browser/fileapi/file_system_operation_runner.cc',
'browser/fileapi/file_system_operation_runner.h',
'browser/fileapi/file_system_options.cc',
@@ -162,8 +164,6 @@
'browser/fileapi/isolated_file_util.h',
'browser/fileapi/local_file_stream_writer.cc',
'browser/fileapi/local_file_stream_writer.h',
- 'browser/fileapi/local_file_system_operation.cc',
- 'browser/fileapi/local_file_system_operation.h',
'browser/fileapi/local_file_util.cc',
'browser/fileapi/local_file_util.h',
'browser/fileapi/mount_points.cc',
« no previous file with comments | « webkit/browser/fileapi/test_file_system_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698