win: Add crashpad_handler_console as a dependency of crashpad_client_test

The binary crashpad_handler.com is used by crashpad_client_win_test.cc,
but is not currently built when building crashpad_client_test.

Bug: crashpad:
Change-Id: I7a440774e49be9e821bca57c154a67b968a4bfbd
Reviewed-on: https://chromium-review.googlesource.com/695832
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Joshua Peraza <jperaza@chromium.org>
This commit is contained in:
Joshua Peraza 2017-10-02 13:50:13 -07:00 committed by Commit Bot
parent 9e07a7148c
commit cea0671011

View File

@ -44,6 +44,13 @@
'simple_string_dictionary_test.cc',
'simulate_crash_mac_test.cc',
],
'conditions': [
['OS=="win"', {
'dependencies': [
'../handler/handler.gyp:crashpad_handler_console',
],
}],
],
},
],
}