Skip to content

Commit

Permalink
Roll Chromium from 425b927532ae to 9ba8dc9b3945 (623 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/chromium/src.git/+log/425b927532ae..9ba8dc9b3945

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromium-angle-autoroll
Please CC [email protected],[email protected] on the revert to
ensure that a human
is aware of the problem.

To file a bug in Chromium:
https://bugs.chromium.org/p/chromium/issues/entry
To file a bug in ANGLE:
https://bugs.chromium.org/p/angleproject/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Changed dependencies
* build: https://chromium.googlesource.com/chromium/src/build.git/+log/1c773de893..c08e101374
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/6a71c9b405..34a8595e75
* buildtools/reclient: re_client_version:0.159.2.996d35d3-gomaip..re_client_version:0.163.0.d27158ab-gomaip
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/c211d3a605..52156e171b
* third_party/android_build_tools/error_prone/cipd: YYa_g0mrETe0GrN2UsP2xRXNjCb1udBz0c7yp0WFiOkC..iksKTcNa8fCfCXLvYa9Og9yhPWH8iTk7xbESPSw243QC
* third_party/android_build_tools/lint/cipd: 0j6PgTJxbBi5tTD1TAeLuyhU5iSUjgiXdpEhVCDtxC4C..0NjBV6ny4NFaPqwbcGq1QIWTxKd77cPGUBMo_piBTn0C
* third_party/android_build_tools/manifest_merger/cipd: 2bcaX6fJS6WildBm3bMUKnbKuGk-TIiSBKQ9P9Q4O18C..sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/6bbb636f8a..39833eaec8
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/39de890708..c46e0e5bd6
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/46f5de67e1..61fad561d6
* third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/9be1056e88..6ae6f38d10
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/25c90d0f70..0a60bc4551
* tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/6417f436c7..3793b7f7b4
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/c357ec287c..d14dbf1cb1
* tools/valgrind: https://chromium.googlesource.com/chromium/src/tools/valgrind/+log/f9f02d66ab..cf58645be8
No update to Clang.

Bug: None
Tbr: [email protected]
Change-Id: If1a8daaf7d6284b017d68436db53fac5b28068f7
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5853130
Commit-Queue: angle-autoroll <[email protected]>
Bot-Commit: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Sep 11, 2024
1 parent c335ddf commit 094e9c1
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 27 deletions.
32 changes: 16 additions & 16 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ vars = {
'checkout_angle_mesa': False,

# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '425b927532ae30ad38f81a5d0cc396d389bc29c8',
'chromium_revision': '9ba8dc9b39452f50fa7cba992aaa68bb505f63b8',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
Expand Down Expand Up @@ -88,7 +88,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.
'catapult_revision': '39de890708247c0b53588fb927f1ecfd9884b83d',
'catapult_revision': 'c46e0e5bd633c5329040345a87aace0b2a0de1b3',

# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
Expand Down Expand Up @@ -130,7 +130,7 @@ vars = {
# reclient CIPD package
'reclient_package': 'infra/rbe/client/',
# reclient CIPD package version
'reclient_version': 're_client_version:0.159.2.996d35d3-gomaip',
'reclient_version': 're_client_version:0.163.0.d27158ab-gomaip',

# siso CIPD package version.
'siso_version': 'git_revision:eaee19cf51478b64614e2e8daad77378238a3c6c',
Expand Down Expand Up @@ -429,12 +429,12 @@ vars = {
deps = {

'build': {
'url': Var('chromium_git') + '/chromium/src/build.git@1c773de893f14f90ae3c05a47f1384beea4bf981',
'url': Var('chromium_git') + '/chromium/src/build.git@c08e101374b957f148b4cbf2200a2dcdd37ca957',
'condition': 'not build_with_chromium',
},

'buildtools': {
'url': Var('chromium_git') + '/chromium/src/buildtools.git@6a71c9b405a84a5fa0081f062ad700e666cda838',
'url': Var('chromium_git') + '/chromium/src/buildtools.git@34a8595e7595985d1b5ca6b6fb14a4a0ddd3b952',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -488,7 +488,7 @@ deps = {
},

'testing': {
'url': '{chromium_git}/chromium/src/testing@c211d3a605edcbb34aec2e2bb1b862a2711c5a24',
'url': '{chromium_git}/chromium/src/testing@52156e171bdd39ce1a4b09a6772a956573a1bfee',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -539,7 +539,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/error_prone',
'version': 'YYa_g0mrETe0GrN2UsP2xRXNjCb1udBz0c7yp0WFiOkC',
'version': 'iksKTcNa8fCfCXLvYa9Og9yhPWH8iTk7xbESPSw243QC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand All @@ -561,7 +561,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/lint',
'version': '0j6PgTJxbBi5tTD1TAeLuyhU5iSUjgiXdpEhVCDtxC4C',
'version': '0NjBV6ny4NFaPqwbcGq1QIWTxKd77cPGUBMo_piBTn0C',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand All @@ -572,15 +572,15 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/manifest_merger',
'version': '2bcaX6fJS6WildBm3bMUKnbKuGk-TIiSBKQ9P9Q4O18C',
'version': 'sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC',
},
],
'condition': 'checkout_android and not build_with_chromium',
'dep_type': 'cipd',
},

'third_party/android_deps': {
'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@6bbb636f8a140498bd9a46bbfaa58077de859c55',
'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@39833eaec880a438ea29d927ceb041f6aedf7ee0',
'condition': 'checkout_android and not build_with_chromium',
},

Expand Down Expand Up @@ -692,7 +692,7 @@ deps = {
},

'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@46f5de67e137de4101c1337dd9b95252d14523e9',
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@61fad561d63c63a9ac8a76f4864cce113db78f32',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -811,7 +811,7 @@ deps = {
},

'third_party/libc++/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@9be1056e883d3fe5cd6666ac69702a6c5e9a39df',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@6ae6f38d10eda881c16d91932348fc6d4ee98332',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -1050,7 +1050,7 @@ deps = {
},

'tools/clang': {
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@25c90d0f7051c7ac7641717147a23e30216386b0',
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@0a60bc45518d028c9564b9aa8d1e49762f17222c',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -1081,7 +1081,7 @@ deps = {
},

'tools/mb': {
'url': Var('chromium_git') + '/chromium/src/tools/mb@6417f436c78b355ef2e02485789acbeae1ca4e10',
'url': Var('chromium_git') + '/chromium/src/tools/mb@3793b7f7b42917cf9b4d9a31cd2eb9fac97c77a8',
'condition': 'not build_with_chromium',
},

Expand All @@ -1096,7 +1096,7 @@ deps = {
},

'tools/perf': {
'url': Var('chromium_git') + '/chromium/src/tools/perf@c357ec287c0282730ffd7e71942be2a55b805ec5',
'url': Var('chromium_git') + '/chromium/src/tools/perf@d14dbf1cb1ec01823a4a0b729f115c8bd5a5af44',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -1160,7 +1160,7 @@ deps = {
},

'tools/valgrind': {
'url': Var('chromium_git') + '/chromium/src/tools/valgrind@f9f02d66abacbb6b1bf00573b7426ec6dc767b38',
'url': Var('chromium_git') + '/chromium/src/tools/valgrind@cf58645be8c36ead22bdcd5fed324af318dd1dd3',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from 1c773d to c08e10
2 changes: 1 addition & 1 deletion buildtools
Submodule buildtools updated from 6a71c9 to 34a859
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from c211d3 to 52156e
2 changes: 1 addition & 1 deletion third_party/android_deps
Submodule android_deps updated from 6bbb63 to 39833e
2 changes: 1 addition & 1 deletion third_party/catapult
Submodule catapult updated from 39de89 to c46e0e
2 changes: 1 addition & 1 deletion third_party/depot_tools
Submodule depot_tools updated from 46f5de to 61fad5
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from 9be105 to 6ae6f3
2 changes: 1 addition & 1 deletion tools/clang
Submodule clang updated from 25c90d to 0a60bc
2 changes: 1 addition & 1 deletion tools/mb
Submodule mb updated from 6417f4 to 3793b7
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from c357ec to d14dbf
2 changes: 1 addition & 1 deletion tools/valgrind
Submodule valgrind updated from f9f02d to cf5864

0 comments on commit 094e9c1

Please sign in to comment.