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

Unified Diff: base/base.gypi

Issue 93513002: Base: Move platform_file.* to files/file.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/files/file.h » ('j') | base/files/file.h » ('J')
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 6807a38eccc67fa58e85c166bc88b4c2b30f64fc..1049149a26c59b456630cdb67e176f4be541b1b0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -181,6 +181,8 @@
'files/dir_reader_fallback.h',
'files/dir_reader_linux.h',
'files/dir_reader_posix.h',
+ 'files/file.cc',
+ 'files/file.h',
'files/file_enumerator.cc',
'files/file_enumerator.h',
'files/file_enumerator_posix.cc',
@@ -194,8 +196,10 @@
'files/file_path_watcher_linux.cc',
'files/file_path_watcher_stub.cc',
'files/file_path_watcher_win.cc',
+ 'files/file_posix.cc',
'files/file_util_proxy.cc',
'files/file_util_proxy.h',
+ 'files/file_win.cc',
'files/important_file_writer.h',
'files/important_file_writer.cc',
'files/memory_mapped_file.cc',
« no previous file with comments | « base/base.gyp ('k') | base/files/file.h » ('j') | base/files/file.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698