From deeb764bb92b6305ee0cb5dae7a5940fdb457fa9 Mon Sep 17 00:00:00 2001 From: Victor Hugo Vianna Silva Date: Wed, 10 Dec 2025 03:46:41 +0000 Subject: [PATCH] Roll src/build/ 3c58005ad..c53d22a39 (15 commits) https://chromium.googlesource.com/chromium/src/build/+log/3c58005adf6e..c53d22a398b8 $ git log 3c58005ad..c53d22a39 --date=short --no-merges --format='%ad %ae %s' 2025-12-09 victorvianna [build] Remove gnu++2a special casing for gcc bots 2025-12-09 ajgo Delayload userenv 2025-12-09 anandrv [build] Enable Java location rewrite by default on Canary 2025-12-08 smaier Javaless renderer: update to latest Android impl 2025-12-08 inglorion build: Introduce cros_target_cpu_arch GN arg 2025-12-08 drott Update visibility of FreeType component 2025-12-08 drott Sync build configuration enable_freetype with PDF 2025-12-07 msta Rerun modularize.py --os=windows 2025-12-05 linyuh Reland (attempt #2): "Make test APK the default browser app if it has APP_BROWSER category" 2025-12-05 machenbach [build] Enable building arm with coverage instrumentation 2025-12-05 brunobraga [AutofillAi - M4] Add required java classes for c++ communication 2025-12-04 zijiehe [fuchsia] --bp-compression-sort=function in size-optimized 2025-12-04 ajgo Delayload secur32, winhttp, winspool & wintrust 2025-12-04 msta Remove extern_c from clang modules. 2025-12-04 anandrv [base/android] Add location attribution to ThreadUtils methods Created with: roll-dep src/build Change-Id: Iced6f760cae459eaa6351e5d8238f8d25bb3980f Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7241672 Reviewed-by: Frank Barchard Commit-Queue: Victor Vianna --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 226eb1979..bde2cb3cc 100644 --- a/DEPS +++ b/DEPS @@ -48,7 +48,7 @@ vars = { deps = { 'src/build': - Var('chromium_git') + '/chromium/src/build' + '@' + '3c58005adf6e658f44946971a544d62815373e00', + Var('chromium_git') + '/chromium/src/build' + '@' + 'c53d22a398b881e70e53a972e285a925337a2494', 'src/buildtools': Var('chromium_git') + '/chromium/src/buildtools' + '@' + 'eca5f0685c48ed59ff06077cb18cee00934249dd', 'src/testing':