From 4fade53b950c711960b1e00b7e8e133e030ae852 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 14 Feb 2025 15:11:46 -0500 Subject: [PATCH] Pin depot_tools version for out-of-support branch --- CHROMIUM_BUILD_COMPATIBILITY.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 5f2fa29cd..ac05609b5 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,6 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/132.0.6834.161' + 'chromium_checkout': 'refs/tags/132.0.6834.161', + 'depot_tools_checkout': 'c9552ffad5' }