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

Unified Diff: base/base.gypi

Issue 12035111: Move file_util_proxy to base/files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « base/base.gyp ('k') | base/file_util_proxy.h » ('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 17b76293460245b80e00759136b8600c78645d81..a1ce30b7517f0ac414da5bb12d691fd9ffc092e2 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -149,8 +149,6 @@
'file_util_mac.mm',
'file_util_posix.cc',
'file_util_win.cc',
- 'file_util_proxy.cc',
- 'file_util_proxy.h',
'file_version_info.h',
'file_version_info_mac.h',
'file_version_info_mac.mm',
@@ -165,6 +163,8 @@
'files/file_path_watcher_linux.cc',
'files/file_path_watcher_stub.cc',
'files/file_path_watcher_win.cc',
+ 'files/file_util_proxy.cc',
+ 'files/file_util_proxy.h',
'files/important_file_writer.h',
'files/important_file_writer.cc',
'files/scoped_temp_dir.cc',
« no previous file with comments | « base/base.gyp ('k') | base/file_util_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698