Roll build/ b6006fa9f..b0cb70ee0 (191 commits) https://chromium.googlesource.com/chromium/src/build.git/+log/b6006fa9fd95..b0cb70ee02dc Created with: roll-dep build Also add a DEPS entry for a Mac arm64 version of goldctl for use on M1 devices. Change-Id: I320ca934b9513f4eb6bb2e4a99f5fa50cad4e218 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/88771 Auto-Submit: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/DEPS b/DEPS index 518d0d4..5976cea 100644 --- a/DEPS +++ b/DEPS
@@ -34,7 +34,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling build # and whatever else without interference from each other. - 'build_revision': 'b6006fa9fd952832a3df916696dad371347bba29', + 'build_revision': 'b0cb70ee02dc30c5f7a5f126e032c862796823eb', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling buildtools # and whatever else without interference from each other. @@ -316,6 +316,8 @@ 'condition': 'checkout_linux', }, + # TODO(crbug.com/pdfium/1650, crbug.com/1280002): Remove this entry once there + # is an autoroller has been updated to roll the mac_amd64 version. 'tools/skia_goldctl/mac': { 'packages': [ { @@ -327,6 +329,28 @@ 'condition': 'checkout_mac', }, + 'tools/skia_goldctl/mac_amd64': { + 'packages': [ + { + 'package': 'skia/tools/goldctl/mac-amd64', + 'version': 'git_revision:11b8d9e1b976c7ef4dd60521c87d00a8970f889b', + } + ], + 'dep_type': 'cipd', + 'condition': 'checkout_mac', + }, + + 'tools/skia_goldctl/mac_arm64': { + 'packages': [ + { + 'package': 'skia/tools/goldctl/mac-arm64', + 'version': 'git_revision:11b8d9e1b976c7ef4dd60521c87d00a8970f889b', + } + ], + 'dep_type': 'cipd', + 'condition': 'checkout_mac', + }, + 'tools/skia_goldctl/win': { 'packages': [ {