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

Unified Diff: util/util.gyp

Issue 1120383003: Get generate_dump compiling on Windows (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@tools
Patch Set: Created 5 years, 8 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: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index e1bb129994c3f831f9fd38ef63d47dee28570d3b..f4f223254ab475e9922b595bc0fffa64c4dc0acb 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -29,6 +29,9 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
+ 'file/basename.h',
+ 'file/basename_posix.cc',
+ 'file/basename_win.cc',
'file/file_io.cc',
'file/file_io.h',
'file/file_io_posix.cc',
« no previous file with comments | « util/file/basename_win.cc ('k') | util/win/process_info.cc » ('j') | util/win/process_info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698