Skip to content

Commit

Permalink
Roll Chromium from 8bb7bbeac941 to 544ef0629b65 (853 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/chromium/src.git/+log/8bb7bbeac941..544ef0629b65

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/8f6742f233..44bcc9d7b8
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/2344736aa3..425a626135
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9b52643950..86d6f8ee61
* third_party/fuchsia-sdk/sdk: version:26.20241220.3.1..version:26.20241227.3.1
* third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/2222607a3e..fa202ff628
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/d0c22105ed..3da60bb598
No update to Clang.

Bug: None
Tbr: [email protected]
Change-Id: I9322fbe779b48177469051b332c6a80ec0361a92
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6130907
Commit-Queue: angle-autoroll <[email protected]>
Bot-Commit: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Dec 30, 2024
1 parent 7c766c0 commit 0559bc5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 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': '8bb7bbeac941169d5d8d869ea28a26051988124e',
'chromium_revision': '544ef0629b6505cd4ab19144de708e528be1c572',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
Expand Down Expand Up @@ -88,11 +88,11 @@ 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': '9b526439504cb5f2465696b807faa8c5459bdd63',
'catapult_revision': '86d6f8ee6130eb3d6a43db7ac883c7d39df1c158',

# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
'fuchsia_version': 'version:26.20241220.3.1',
'fuchsia_version': 'version:26.20241227.3.1',

# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go
Expand Down Expand Up @@ -450,7 +450,7 @@ vars = {
deps = {

'build': {
'url': Var('chromium_git') + '/chromium/src/build.git@8f6742f2336cb295c150bbf8449af32ddddbf1e9',
'url': Var('chromium_git') + '/chromium/src/build.git@44bcc9d7b830ddf5d56e96bf8bc7fea9023bad6f',
'condition': 'not build_with_chromium',
},

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

'testing': {
'url': '{chromium_git}/chromium/src/testing@2344736aa3b6ecedccc8c3a1161ec3d7f90d1a4b',
'url': '{chromium_git}/chromium/src/testing@425a626135276f38d16443ae57e12f715fa0e3e2',
'condition': 'not build_with_chromium',
},

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

'third_party/llvm-libc/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@2222607a3ea3d5f65338d3b36a4cc5fb563169ab',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@fa202ff628394205418d311c5759874336921dd4',
'condition': 'not build_with_chromium',
},

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

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

Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from 8f6742 to 44bcc9
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from 234473 to 425a62
2 changes: 1 addition & 1 deletion third_party/catapult
Submodule catapult updated from 9b5264 to 86d6f8
2 changes: 1 addition & 1 deletion third_party/llvm-libc/src
Submodule src updated from 222260 to fa202f
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from d0c221 to 3da60b

0 comments on commit 0559bc5

Please sign in to comment.