From 74ef940d798010b8e7b6a965736cc1ec7476efbe Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Fri, 8 May 2020 20:11:35 +0200 Subject: [PATCH] Stop pulling binutils from WebRTC DEPS. TBR: titovartem@webrtc.org Bug: None Change-Id: If417a7c9dc952325076a5d75f38ac8e984285f9e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174755 Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31194} --- DEPS | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/DEPS b/DEPS index 853cf5c20a..2cda0d3ed6 100644 --- a/DEPS +++ b/DEPS @@ -2555,18 +2555,6 @@ hooks = [ 'condition': 'checkout_mac', 'action': ['python', 'src/build/mac_toolchain.py'], }, - # Pull binutils for linux, enabled debug fission for faster linking / - # debugging when used with clang on Ubuntu Precise. - # https://code.google.com/p/chromium/issues/detail?id=352046 - { - 'name': 'binutils', - 'pattern': 'src/third_party/binutils', - 'condition': 'host_os == "linux"', - 'action': [ - 'python', - 'src/third_party/binutils/download.py', - ], - }, { # Note: On Win, this should run after win_toolchain, as it may use it. 'name': 'clang',