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

Unified Diff: util/util.gyp

Issue 936153002: Add FileReaderInterface. Move StringFileWriter to StringFile and (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Remove unused #include Created 5 years, 10 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 | « util/file/string_file_writer_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 adea50661218ded08ef0129d1cd0d1415c3c82cc..95ba729dcea06b91a89f6c82959c02029645fff3 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -30,10 +30,13 @@
'file/file_io.h',
'file/file_io_posix.cc',
'file/file_io_win.cc',
+ 'file/file_reader.cc',
+ 'file/file_reader.h',
+ 'file/file_seeker.h',
'file/file_writer.cc',
'file/file_writer.h',
- 'file/string_file_writer.cc',
- 'file/string_file_writer.h',
+ 'file/string_file.cc',
+ 'file/string_file.h',
'mac/checked_mach_address_range.cc',
'mac/checked_mach_address_range.h',
'mac/launchd.h',
@@ -258,7 +261,7 @@
'..',
],
'sources': [
- 'file/string_file_writer_test.cc',
+ 'file/string_file_test.cc',
'mac/checked_mach_address_range_test.cc',
'mac/launchd_test.mm',
'mac/mac_util_test.mm',
« no previous file with comments | « util/file/string_file_writer_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698