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

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: . 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/file/file_io.h ('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 0264f63f72b77c0c00e8b49821e9f5978a9a4284..e1b59813999a8bd986cb94ffae9b052dade6d39c 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/file/file_io.h ('K') | « util/test/multiprocess_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698