Skip to content

Commit

Permalink
Roll Chromium from 35e9d0924a4c to cf84d04c222b (372 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/chromium/src.git/+log/35e9d0924a4c..cf84d04c222b

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
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/441bcf98e2..1d02fb45a3
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d4b67cd8aa..bb95c35019
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/4a9d989f52..e545830db2
* third_party/turbine: JYrlFcNFCmJoG4mYco1fxSNuhgASzU-EdBb4_Bd2-z0C..wdLjzY3JXKbaWmI4EB_0s8PaCDwCQzRrPZfPpXmamGUC
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/8da645951b..14ded77a9b
No update to Clang.

Bug: None
Tbr: [email protected]
Change-Id: Iff78834e7cc507e5b4aeb44d7093782d9de3086f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5410945
Bot-Commit: angle-autoroll <[email protected]>
Commit-Queue: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Apr 2, 2024
1 parent 5d294e6 commit 42262e8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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': '35e9d0924a4ce1d464e4fb104f9b2816192cc78f',
'chromium_revision': 'cf84d04c222b18ceeb4d2b577df2e3091d74e2c9',
# 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': 'd4b67cd8aae988e2cee25765fe7df8a870ab9eef',
'catapult_revision': 'bb95c350195ce0748de8029855bc71ca1336d5e6',

# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
Expand Down Expand Up @@ -473,7 +473,7 @@ deps = {
},

'testing': {
'url': '{chromium_git}/chromium/src/testing@441bcf98e29db7726a8f9749d659c9526449b822',
'url': '{chromium_git}/chromium/src/testing@1d02fb45a30cf2f7751d2fc21d248257a96648d0',
'condition': 'not build_with_chromium',
},

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

'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@4a9d989f52e9be9f50b3af38d02b51e63350bd05',
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@e545830db2fb823da1217b142cb5be10bf45d575',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -926,7 +926,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/turbine',
'version': 'JYrlFcNFCmJoG4mYco1fxSNuhgASzU-EdBb4_Bd2-z0C',
'version': 'wdLjzY3JXKbaWmI4EB_0s8PaCDwCQzRrPZfPpXmamGUC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand Down Expand Up @@ -1009,7 +1009,7 @@ deps = {
},

'tools/perf': {
'url': Var('chromium_git') + '/chromium/src/tools/perf@8da645951b929690510b20e94673955680e9f4f3',
'url': Var('chromium_git') + '/chromium/src/tools/perf@14ded77a9bd0f7c69da3c2666830ce8fbbeff2e7',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from 441bcf to 1d02fb
2 changes: 1 addition & 1 deletion third_party/catapult
Submodule catapult updated from d4b67c to bb95c3
2 changes: 1 addition & 1 deletion third_party/depot_tools
Submodule depot_tools updated from 4a9d98 to e54583
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from 8da645 to 14ded7

0 comments on commit 42262e8

Please sign in to comment.