From 827c63a5d7dbc3ef02951c644beff7e46e450b51 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Fri, 3 Aug 2018 15:07:02 +0200 Subject: [PATCH] Remove Syzygy from deps It is unused; it was removed in https://chromium.googlesource.com/chromium/src/+/96d692b3f755e51519b4d7c37dc0ea2491b6ac68 and this is blocking DEPS roll. Bug: None Change-Id: Idb4ae4e43c35787e2f34111356b68e41f0bdd201 Reviewed-on: https://webrtc-review.googlesource.com/92388 Reviewed-by: Mirko Bonadei Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#24186} --- DEPS | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/DEPS b/DEPS index 4941404f08..a12a7a673d 100644 --- a/DEPS +++ b/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': '.',