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:
Oleh Prypin
2018-08-03 15:07:02 +02:00
committed by Commit Bot
parent 688f7f8fc2
commit 827c63a5d7

12
DEPS
View File

@ -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': '.',