From 3b5a9dfb5031d7d4d54ebae621399a5c273e4bfc Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 7 Apr 2025 17:08:03 -0400 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 be1512610..588e43daf 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/134.0.6998.178' + 'chromium_checkout': 'refs/tags/134.0.6998.178', + 'depot_tools_checkout': 'f35efa5b85' }