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:
Scott Graham 2016-08-23 08:56:44 -07:00
parent b35ee1fca1
commit 866e60749c

View File

@ -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',