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
Родитель 60be5a66a0
Коммит 9660a1b66e
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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

Просмотреть файл

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