From 149d9fc92e395914c086f130a6cfbfc9b405a997 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 29 Oct 2025 13:27:37 +0000 Subject: [PATCH] 7088768: Reland "download reclient only for chromeos by default" https://chromium-review.googlesource.com/c/chromium/src/+/7088768 --- DEPS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEPS b/DEPS index 8b6bf58f72..35e70d5648 100644 --- a/DEPS +++ b/DEPS @@ -39,6 +39,9 @@ vars = { # To use an mtime cache for patched files to speed up builds. 'use_mtime_cache': True, + # TODO: remove this, see https://chromium-review.googlesource.com/c/chromium/src/+/7088768. + 'download_reclient': True, + # To allow in-house builds to checkout those manually. 'checkout_chromium': True, 'checkout_node': True,