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

Unified Diff: base/base.gypi

Issue 180243015: Base: Introduce a new version of FileUtilProxy that works with File. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add some times to GetInfo test Created 6 years, 9 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: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 0861dacfbb68e427c0d509600066bb6ff0336d01..1f014c3e03579e3da8fb7afadfd72d09e3e82f4d 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -210,6 +210,8 @@
'files/file_path_watcher_stub.cc',
'files/file_path_watcher_win.cc',
'files/file_posix.cc',
+ 'files/file_proxy.cc',
+ 'files/file_proxy.h',
'files/file_util_proxy.cc',
'files/file_util_proxy.h',
'files/file_win.cc',
@@ -773,6 +775,7 @@
'file_util_posix.cc',
'files/file_enumerator_posix.cc',
'files/file_path_watcher_kqueue.cc',
+ 'files/file_proxy.cc',
'files/file_util_proxy.cc',
'memory/shared_memory_posix.cc',
'native_library_posix.cc',
« no previous file with comments | « base/base.gyp ('k') | base/files/file_proxy.h » ('j') | base/files/file_proxy_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698