From cdfeb4f7922f05007d88c8263842998ec79b6dd6 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Thu, 23 Feb 2023 00:58:57 +0000 Subject: [PATCH] Remove Xenial instrumented libraries from DEPS The Xenial instrumented libraries are no longer used and can be removed. Bug: chromium:1260217 Change-Id: If3e7cb97f8e6d1b1b482e43885b215d5b199333e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294640 Reviewed-by: Mirko Bonadei Auto-Submit: Thomas Anderson Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#39376} --- DEPS | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/DEPS b/DEPS index a1d0b0ba12..2c59464543 100644 --- a/DEPS +++ b/DEPS @@ -2619,30 +2619,6 @@ hooks = [ '-s', 'src/third_party/instrumented_libraries/binaries/msan-no-origins-focal.tgz.sha1', ], }, - { - 'name': 'msan_chained_origins_xenial', - 'pattern': '.', - 'condition': 'checkout_instrumented_libraries', - 'action': [ 'python3', - 'src/third_party/depot_tools/download_from_google_storage.py', - '--no_resume', - '--no_auth', - '--bucket', 'chromium-instrumented-libraries', - '-s', 'src/third_party/instrumented_libraries/binaries/msan-chained-origins-xenial.tgz.sha1', - ], - }, - { - 'name': 'msan_no_origins_xenial', - 'pattern': '.', - 'condition': 'checkout_instrumented_libraries', - 'action': [ 'python3', - 'src/third_party/depot_tools/download_from_google_storage.py', - '--no_resume', - '--no_auth', - '--bucket', 'chromium-instrumented-libraries', - '-s', 'src/third_party/instrumented_libraries/binaries/msan-no-origins-xenial.tgz.sha1', - ], - }, { # Download test resources, i.e. video and audio files from Google Storage. 'pattern': '.',