win: Fix build after 60be5a66a050

crashpad_util should already have been the target to depend on
version.lib, but this wasn’t caught until something that depends on
crashpad_util but not crashpad_snapshot used that code, as
crashpad_util_test now does.

Change-Id: I1b7ced72c657946b297a328c0f89f51190d7d708
Reviewed-on: https://chromium-review.googlesource.com/448203
Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Mark Mentovai 2017-03-01 12:56:41 -05:00
parent 60be5a66a0
commit 9660a1b66e
2 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,6 @@
'link_settings': { 'link_settings': {
'libraries': [ 'libraries': [
'-lpowrprof.lib', '-lpowrprof.lib',
'-lversion.lib',
], ],
}, },
}], }],

View File

@ -273,6 +273,7 @@
'link_settings': { 'link_settings': {
'libraries': [ 'libraries': [
'-luser32.lib', '-luser32.lib',
'-lversion.lib',
'-lwinhttp.lib', '-lwinhttp.lib',
], ],
}, },