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

Unified Diff: third_party/crashpad/crashpad/handler/handler.gyp

Issue 2349083002: Update Crashpad to 23d31c4fea61962e156f992889c6b041ad757d12 (Closed)
Patch Set: Created 4 years, 3 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: third_party/crashpad/crashpad/handler/handler.gyp
diff --git a/third_party/crashpad/crashpad/handler/handler.gyp b/third_party/crashpad/crashpad/handler/handler.gyp
index a180c933cefe1d0fe83a4ad67b60ce2699104013..cb219fb7aaef54418a6179dceab4c21569bd18fa 100644
--- a/third_party/crashpad/crashpad/handler/handler.gyp
+++ b/third_party/crashpad/crashpad/handler/handler.gyp
@@ -125,7 +125,7 @@
'copy <(PRODUCT_DIR)\crashpad_handler.exe '
'<(PRODUCT_DIR)\crashpad_handler.com >nul && '
'editbin -nologo -subsystem:console '
- '<(PRODUCT_DIR)\crashpad_handler.com',
+ '<(PRODUCT_DIR)\crashpad_handler.com >nul',
],
'msvs_cygwin_shell': '0',
'quote_cmd': '0',

Powered by Google App Engine
This is Rietveld 408576698