From 965d61d9145e4e15dcff0a8584883b79855ab62f Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 23 Oct 2024 12:22:36 -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 9c55b4015..f4372e923 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/129.0.6668.101' + 'chromium_checkout': 'refs/tags/129.0.6668.101', + 'depot_tools_checkout': 'cc924d1ab6' }