mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
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:
parent
e428b3ad13
commit
9e8334fd28
10
DEPS
10
DEPS
@ -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': [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user