Skip to content

Commit

Permalink
Roll Chromium from 9a3d5ea818e6 to 71a57680b06d (589 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/chromium/src.git/+log/9a3d5ea818e6..71a57680b06d

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/b3e01488a0..f2f5a10150
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/5fe189d3b5..e8e9f90e58
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/a478c1743a..edab5262fa
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/23118cc3c3..49c8dd3237
* third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/d855d8bc2e..715a7b8509
* third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/3bb3983367..3cafb40647
* third_party/r8: FxJgCW2a6MbqM5WkyXAxu91pykj7_QAYNerG9ettPPAC..7Bh-YvMIvXQguOKifHK0dPByTf-YalKg29UInFS7lLAC
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/dbe34d7b76..289bde07a0
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/13930ba900..9f03ce32b7
No update to Clang.

Bug: None
Tbr: [email protected]
Change-Id: I1d3b182b29aee878ef43cf21612bc9de1c0a5ebd
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5139198
Commit-Queue: angle-autoroll <[email protected]>
Bot-Commit: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Dec 20, 2023
1 parent 5a062a3 commit 82c95b3
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ vars = {
'checkout_angle_mesa': False,

# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '9a3d5ea818e66821c8a87b11b842dfd47c023608',
'chromium_revision': '71a57680b06d8b20c48b1d32c98f74374ec7edb6',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
Expand Down Expand Up @@ -90,7 +90,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': '23118cc3c34d629778abac83f10b39810ea1fdfb',
'catapult_revision': '49c8dd3237b9fceef714e0eaf925b275dd86f0f6',

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

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

'buildtools': {
'url': Var('chromium_git') + '/chromium/src/buildtools.git@5fe189d3b5ffc1105961b7a3ed13898c4eeda7b1',
'url': Var('chromium_git') + '/chromium/src/buildtools.git@e8e9f90e58528348b68770653881fab151ab84b1',
'condition': 'not build_with_chromium',
},

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

'testing': {
'url': '{chromium_git}/chromium/src/testing@a478c1743a71921cf9f658f14a4161d81b284fec',
'url': '{chromium_git}/chromium/src/testing@edab5262fadf66c4619ef39250cbd27a84895ac7',
'condition': 'not build_with_chromium',
},

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

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

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

'third_party/libunwind/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@3bb39833678d0a8ecc1a3544fdfb552493c3f232',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@3cafb406478758171a477f59f4c6e5e38f25ea0d',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -586,7 +586,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/r8',
'version': 'FxJgCW2a6MbqM5WkyXAxu91pykj7_QAYNerG9ettPPAC',
'version': '7Bh-YvMIvXQguOKifHK0dPByTf-YalKg29UInFS7lLAC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand Down Expand Up @@ -678,7 +678,7 @@ deps = {
},

'tools/clang': {
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@dbe34d7b760dc429ddc938fa19b92c2b330a72ec',
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@289bde07a0c78c31efdebbcab669e49bd4d1c9b3',
'condition': 'not build_with_chromium',
},

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

'tools/perf': {
'url': Var('chromium_git') + '/chromium/src/tools/perf@13930ba90037d765c08ddbd4d8597bfb527ec1ca',
'url': Var('chromium_git') + '/chromium/src/tools/perf@9f03ce32b754e58c02b8aa5e20dcba6bf2f306f2',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from b3e014 to f2f5a1
2 changes: 1 addition & 1 deletion buildtools
Submodule buildtools updated from 5fe189 to e8e9f9
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from a478c1 to edab52
2 changes: 1 addition & 1 deletion third_party/catapult
Submodule catapult updated from 23118c to 49c8dd
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from d855d8 to 715a7b
2 changes: 1 addition & 1 deletion third_party/libunwind/src
Submodule src updated from 3bb398 to 3cafb4
2 changes: 1 addition & 1 deletion tools/clang
Submodule clang updated from dbe34d to 289bde
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from 13930b to 9f03ce

0 comments on commit 82c95b3

Please sign in to comment.