From e27f33b2ee1c8671bbaeed58cccba4ac49ff79f8 Mon Sep 17 00:00:00 2001 From: Takuto Ikuta Date: Tue, 25 Oct 2022 15:39:28 +0900 Subject: [PATCH] DEPS: remove checkout_reclient chromium removed the config in https://crrev.com/c/3755181. Bug: b/255447284 Change-Id: If07afe9942ada9f65ce9ae3976c4174f477e0b8a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/280360 Reviewed-by: Junji Watanabe Auto-Submit: Takuto Ikuta Commit-Queue: Junji Watanabe Commit-Queue: Takuto Ikuta Cr-Commit-Position: refs/heads/main@{#38461} --- DEPS | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DEPS b/DEPS index dca70324e9..673bf617c1 100644 --- a/DEPS +++ b/DEPS @@ -26,9 +26,6 @@ vars = { 'checkout_fuchsia_boot_images': "qemu.x64", 'checkout_fuchsia': False, - # By default, do not check out the re-client binaries. - 'checkout_reclient': False, - # reclient CIPD package version 'reclient_version': 're_client_version:0.81.1.0853992-gomaip', @@ -97,7 +94,6 @@ deps = { } ], 'dep_type': 'cipd', - 'condition': 'checkout_reclient', }, 'src/buildtools/clang_format/script':