mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Reland x6 "Bump Windows SDK to 10.0.19041.0"
Reland of cfb5c846745a3f3f28c63a1d74345fc965d2bac9. CL configures crashpad builders to use cipd packaged Windows SDK version 10.0.19041 and updates mini_chromium to account for new SDK layout[0]. [0] https://chromium-review.googlesource.com/c/chromium/mini_chromium/+/3328284 Bug: 1250098 Change-Id: Ie8ea11497e31d51478041829c872b47f5c982ab8 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3334271 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org>
This commit is contained in:
parent
398908903e
commit
a8683138db
4
DEPS
4
DEPS
@ -39,7 +39,7 @@ deps = {
|
||||
'7bde79cc274d06451bf65ae82c012a5d3e476b5a',
|
||||
'crashpad/third_party/mini_chromium/mini_chromium':
|
||||
Var('chromium_git') + '/chromium/mini_chromium@' +
|
||||
'0e22eed71eec97dacbe80822a14c5cd0b580d793',
|
||||
'4c50bd67f8db485f9cdd887b4bf7f498eaf49c17',
|
||||
'crashpad/third_party/libfuzzer/src':
|
||||
Var('chromium_git') + '/chromium/llvm-project/compiler-rt/lib/fuzzer.git@' +
|
||||
'fda403cf93ecb8792cb1d061564d89a6553ca020',
|
||||
@ -106,7 +106,7 @@ deps = {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chrome_internal/third_party/sdk/windows',
|
||||
'version': 'uploaded:2018-06-13'
|
||||
'version': 'uploaded:2021-04-28'
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_win and pull_win_toolchain',
|
||||
|
@ -450,6 +450,9 @@ buckets {
|
||||
}
|
||||
properties:
|
||||
'{'
|
||||
' "$depot_tools/windows_sdk": {'
|
||||
' "version": "uploaded:2021-04-28"'
|
||||
' },'
|
||||
' "$gatekeeper": {'
|
||||
' "group": "client.crashpad"'
|
||||
' },'
|
||||
@ -483,6 +486,9 @@ buckets {
|
||||
}
|
||||
properties:
|
||||
'{'
|
||||
' "$depot_tools/windows_sdk": {'
|
||||
' "version": "uploaded:2021-04-28"'
|
||||
' },'
|
||||
' "$gatekeeper": {'
|
||||
' "group": "client.crashpad"'
|
||||
' },'
|
||||
@ -922,6 +928,9 @@ buckets {
|
||||
}
|
||||
properties:
|
||||
'{'
|
||||
' "$depot_tools/windows_sdk": {'
|
||||
' "version": "uploaded:2021-04-28"'
|
||||
' },'
|
||||
' "$kitchen": {'
|
||||
' "devshell": true,'
|
||||
' "git_auth": true'
|
||||
@ -952,6 +961,9 @@ buckets {
|
||||
}
|
||||
properties:
|
||||
'{'
|
||||
' "$depot_tools/windows_sdk": {'
|
||||
' "version": "uploaded:2021-04-28"'
|
||||
' },'
|
||||
' "$kitchen": {'
|
||||
' "devshell": true,'
|
||||
' "git_auth": true'
|
||||
|
@ -183,6 +183,11 @@ def crashpad_properties(platform, cpu, config, bucket):
|
||||
if cpu != "x64":
|
||||
properties["target_cpu"] = cpu
|
||||
|
||||
if platform == "win":
|
||||
properties["$depot_tools/windows_sdk"] = {
|
||||
"version": "uploaded:2021-04-28",
|
||||
}
|
||||
|
||||
if bucket == "ci":
|
||||
properties["$gatekeeper"] = {
|
||||
"group": "client.crashpad",
|
||||
|
Loading…
x
Reference in New Issue
Block a user