Always pull clang on Windows

Not used for anything yet.

Bug: chromium:384682775
Change-Id: I00a379756633b0edc849fa1d8bbd6e81f44a6ab1
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/6214931
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
This commit is contained in:
Nico Weber 2025-01-29 09:42:51 -08:00 committed by Crashpad LUCI CQ
parent e428b3ad13
commit 9e8334fd28

10
DEPS
View File

@ -126,6 +126,16 @@ deps = {
'condition': 'checkout_fuchsia and host_os == "linux"',
'dep_type': 'cipd'
},
'crashpad/third_party/windows/clang/windows-amd64': {
'packages': [
{
'package': 'fuchsia/third_party/clang/windows-amd64',
'version': 'XiBHLTa8HHj9lYwC-ArymS75s792s0_ANNvLOfsILqMC',
},
],
'condition': 'checkout_win and host_os == "win"',
'dep_type': 'cipd'
},
'crashpad/third_party/fuchsia-gn-sdk': {
'packages': [
{