diff --git a/DEPS b/DEPS index 8a6ee243..8ecd52e3 100644 --- a/DEPS +++ b/DEPS @@ -106,7 +106,7 @@ deps = { 'packages': [ { 'package': 'chrome_internal/third_party/sdk/windows', - 'version': 'uploaded:2021-04-28' + 'version': 'uploaded:2018-06-13' }, ], 'condition': 'checkout_win and pull_win_toolchain', diff --git a/infra/config/generated/cr-buildbucket.cfg b/infra/config/generated/cr-buildbucket.cfg index 0eb8c621..d34621cd 100644 --- a/infra/config/generated/cr-buildbucket.cfg +++ b/infra/config/generated/cr-buildbucket.cfg @@ -450,11 +450,6 @@ buckets { } properties: '{' - ' "$depot_tools/windows_sdk": {' - ' "sdk_properties": {' - ' "version": "uploaded:2021-04-28"' - ' }' - ' },' ' "$gatekeeper": {' ' "group": "client.crashpad"' ' },' @@ -488,11 +483,6 @@ buckets { } properties: '{' - ' "$depot_tools/windows_sdk": {' - ' "sdk_properties": {' - ' "version": "uploaded:2021-04-28"' - ' }' - ' },' ' "$gatekeeper": {' ' "group": "client.crashpad"' ' },' @@ -932,11 +922,6 @@ buckets { } properties: '{' - ' "$depot_tools/windows_sdk": {' - ' "sdk_properties": {' - ' "version": "uploaded:2021-04-28"' - ' }' - ' },' ' "$kitchen": {' ' "devshell": true,' ' "git_auth": true' @@ -967,11 +952,6 @@ buckets { } properties: '{' - ' "$depot_tools/windows_sdk": {' - ' "sdk_properties": {' - ' "version": "uploaded:2021-04-28"' - ' }' - ' },' ' "$kitchen": {' ' "devshell": true,' ' "git_auth": true' diff --git a/infra/config/main.star b/infra/config/main.star index 94f06210..f51ef23e 100755 --- a/infra/config/main.star +++ b/infra/config/main.star @@ -183,13 +183,6 @@ def crashpad_properties(platform, cpu, config, bucket): if cpu != "x64": properties["target_cpu"] = cpu - if platform == "win": - properties["$depot_tools/windows_sdk"] = { - "sdk_properties": { - "version": "uploaded:2021-04-28", - }, - } - if bucket == "ci": properties["$gatekeeper"] = { "group": "client.crashpad",