mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-10 06:36:02 +00:00
Add >nul to editbin command to suppress \n in build output
R=mark@chromium.org Change-Id: Ie22b12e42196f3fa3ce797ad04ffc38981f6e9ac Reviewed-on: https://chromium-review.googlesource.com/374084 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
b35ee1fca1
commit
866e60749c
@ -125,7 +125,7 @@
|
|||||||
'copy <(PRODUCT_DIR)\crashpad_handler.exe '
|
'copy <(PRODUCT_DIR)\crashpad_handler.exe '
|
||||||
'<(PRODUCT_DIR)\crashpad_handler.com >nul && '
|
'<(PRODUCT_DIR)\crashpad_handler.com >nul && '
|
||||||
'editbin -nologo -subsystem:console '
|
'editbin -nologo -subsystem:console '
|
||||||
'<(PRODUCT_DIR)\crashpad_handler.com',
|
'<(PRODUCT_DIR)\crashpad_handler.com >nul',
|
||||||
],
|
],
|
||||||
'msvs_cygwin_shell': '0',
|
'msvs_cygwin_shell': '0',
|
||||||
'quote_cmd': '0',
|
'quote_cmd': '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user