win: Fix build after 60be5a66a0
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:
Родитель
60be5a66a0
Коммит
9660a1b66e
|
@ -127,7 +127,6 @@
|
|||
'link_settings': {
|
||||
'libraries': [
|
||||
'-lpowrprof.lib',
|
||||
'-lversion.lib',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
|
|
@ -273,6 +273,7 @@
|
|||
'link_settings': {
|
||||
'libraries': [
|
||||
'-luser32.lib',
|
||||
'-lversion.lib',
|
||||
'-lwinhttp.lib',
|
||||
],
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче