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

Unified Diff: webkit/fileapi/webkit_fileapi.gypi

Issue 7470037: [Refactor] to rename and re-layer the file_util stack layers. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased on the svn tree. Created 9 years, 3 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
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index e8708c121b5e334bf781aaa47169b0b5d92e454b..2f81151c793e7116d9beb9d88c9ff5869676139e 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -50,10 +50,12 @@
'file_system_util.h',
'file_writer_delegate.cc',
'file_writer_delegate.h',
- 'local_file_system_file_util.cc',
- 'local_file_system_file_util.h',
- 'obfuscated_file_system_file_util.cc',
- 'obfuscated_file_system_file_util.h',
+ 'local_file_util.cc',
+ 'local_file_util.h',
+ 'native_file_util.cc',
+ 'native_file_util.h',
+ 'obfuscated_file_util.cc',
+ 'obfuscated_file_util.h',
'quota_file_util.cc',
'quota_file_util.h',
'sandbox_mount_point_provider.cc',
« 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