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

Unified Diff: base/base.gypi

Issue 468253002: Move file_util to base/files/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to add forwarding header to patch Created 6 years, 4 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 | « base/base.gyp ('k') | base/base_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index fd64aefd007647b5d4a89fcf8c3ddb961178a722..bf8bd59d9371bdd614b3e65d13cae50f0fcaf2a9 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -176,13 +176,6 @@
'environment.cc',
'environment.h',
'file_descriptor_posix.h',
- 'file_util.cc',
- 'file_util.h',
- 'file_util_android.cc',
- 'file_util_linux.cc',
- 'file_util_mac.mm',
- 'file_util_posix.cc',
- 'file_util_win.cc',
'file_version_info.h',
'file_version_info_mac.h',
'file_version_info_mac.mm',
@@ -213,8 +206,15 @@
'files/file_posix.cc',
'files/file_proxy.cc',
'files/file_proxy.h',
+ 'files/file_util.cc',
+ 'files/file_util.h',
+ 'files/file_util_android.cc',
+ 'files/file_util_linux.cc',
+ 'files/file_util_mac.mm',
+ 'files/file_util_posix.cc',
'files/file_util_proxy.cc',
'files/file_util_proxy.h',
+ 'files/file_util_win.cc',
'files/file_win.cc',
'files/important_file_writer.h',
'files/important_file_writer.cc',
@@ -756,14 +756,14 @@
'base_paths.cc',
'cpu.cc',
'debug/stack_trace_posix.cc',
- 'file_util.cc',
- 'file_util_posix.cc',
'files/file_enumerator_posix.cc',
'files/file_path_watcher_fsevents.cc',
'files/file_path_watcher_fsevents.h',
'files/file_path_watcher_kqueue.cc',
'files/file_path_watcher_kqueue.h',
'files/file_proxy.cc',
+ 'files/file_util.cc',
+ 'files/file_util_posix.cc',
'files/file_util_proxy.cc',
'memory/shared_memory_posix.cc',
'native_library_posix.cc',
@@ -839,7 +839,7 @@
# by file name rules).
['include', '^atomicops_internals_mac\\.'],
['include', '^base_paths_mac\\.'],
- ['include', '^file_util_mac\\.'],
+ ['include', '^files/file_util_mac\\.'],
['include', '^file_version_info_mac\\.'],
['include', '^mac/bundle_locations\\.'],
['include', '^mac/foundation_util\\.'],
@@ -943,7 +943,7 @@
'sources/': [
['exclude', '^files/file_path_watcher_linux\\.cc$'],
['exclude', '^files/file_path_watcher_stub\\.cc$'],
- ['exclude', '^file_util_linux\\.cc$'],
+ ['exclude', '^files/file_util_linux\\.cc$'],
['exclude', '^process/process_linux\\.cc$'],
['exclude', '^sys_info_linux\\.cc$'],
],
« no previous file with comments | « base/base.gyp ('k') | base/base_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698