Remove Syzygy from deps
It is unused;
it was removed in 96d692b3f7
and this is blocking DEPS roll.
Bug: None
Change-Id: Idb4ae4e43c35787e2f34111356b68e41f0bdd201
Reviewed-on: https://webrtc-review.googlesource.com/92388
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24186}
This commit is contained in:
12
DEPS
12
DEPS
@ -956,18 +956,6 @@ hooks = [
|
||||
'-d', 'src/tools/luci-go/linux64',
|
||||
],
|
||||
},
|
||||
# Pull the Syzygy binaries, used for optimization and instrumentation.
|
||||
{
|
||||
'name': 'syzygy-binaries',
|
||||
'pattern': '.',
|
||||
'condition': 'host_os == "win"',
|
||||
'action': ['python',
|
||||
'src/build/get_syzygy_binaries.py',
|
||||
'--output-dir=src/third_party/syzygy/binaries',
|
||||
'--revision=a8456d9248a126881dcfb8707ca7dcdae56e1ac7',
|
||||
'--overwrite',
|
||||
],
|
||||
},
|
||||
{
|
||||
'name': 'msan_chained_origins',
|
||||
'pattern': '.',
|
||||
|
||||
Reference in New Issue
Block a user