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

Unified Diff: util/util.gyp

Issue 811823003: Cross platform low level file IO wrappers (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: whitespace Created 6 years 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
« util/mach/scoped_task_suspend_test.cc ('K') | « util/test/multiprocess_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index 2882b04637f3a86383db8d3063e0aa4c02ea37a1..b77b4620a9de981cc7bd8e0e07b4255364fee75a 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -26,8 +26,10 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
- 'file/fd_io.cc',
- 'file/fd_io.h',
+ 'file/file_io.cc',
+ 'file/file_io.h',
+ 'file/file_io_posix.cc',
+ 'file/file_io_win.cc',
'file/file_writer.cc',
'file/file_writer.h',
'file/string_file_writer.cc',
« util/mach/scoped_task_suspend_test.cc ('K') | « util/test/multiprocess_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698