Skip to content

Commit

Permalink
Roll Chromium from d3635c12e43a to 861058c0b131 (574 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/chromium/src.git/+log/d3635c12e43a..861058c0b131

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/7a16bc81a9..a18493935f
* buildtools/reclient: re_client_version:0.128.1.7c74998-gomaip..re_client_version:0.130.0.546556b-gomaip
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/46ea5627a5..65cf295f16
* third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/594e0ed1c4..d391aa34a6
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/719cd9d917..c75e76358d
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/10bd39fd47..92469e017f
* third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/f48a08be15..0c4e8fac5c
* third_party/r8: -2s3swpHJcZRAGeWCKjYARXN0pneLMhyYGBkbbAqz6gC..MNhASYP6ZVlHl8MT2UzlSGnCH9LMHjUMkz49rrlsb7wC
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/3ccf8c4439..de6b303a89
No update to Clang.

Bug: None
Tbr: [email protected]
Change-Id: I012fb974f72ffb373cd7966ad60525237f5a2f94
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5255839
Bot-Commit: angle-autoroll <[email protected]>
Commit-Queue: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Feb 1, 2024
1 parent 1abfdc3 commit ea1cea7
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ vars = {
'checkout_angle_mesa': False,

# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': 'd3635c12e43a2c568e5a224af15099219ba72f43',
'chromium_revision': '861058c0b131acd9d097b9f0862396b2d1f6bfb5',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
Expand Down Expand Up @@ -91,7 +91,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': '719cd9d9170b4898010708dce8dc44514efa4279',
'catapult_revision': 'c75e76358daa990501ab12388b81670d726bde83',

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

# siso CIPD package version.
'siso_version': 'git_revision:669c48208b82db909d20a0e61f33f6f0f6916e08',
Expand All @@ -150,7 +150,7 @@ vars = {
deps = {

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

Expand Down Expand Up @@ -209,12 +209,12 @@ deps = {
},

'testing': {
'url': '{chromium_git}/chromium/src/testing@46ea5627a52ede40df1c0d769dfad291768e6972',
'url': '{chromium_git}/chromium/src/testing@65cf295f164044c4a92d9a55554535f114cf6689',
'condition': 'not build_with_chromium',
},

'third_party/abseil-cpp': {
'url': Var('chromium_git') + '/chromium/src/third_party/abseil-cpp@594e0ed1c465936c54074fb0f20293ca4958a460',
'url': Var('chromium_git') + '/chromium/src/third_party/abseil-cpp@d391aa34a6244e3f773720cd6202b3a4ad8b650d',
'condition': 'not build_with_chromium',
},

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

'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@10bd39fd47865eb6c9af749e4d30e8ec5d06451f',
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@92469e017fa33100cddaf641b6bae44176f4c10e',
'condition': 'not build_with_chromium',
},

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

'third_party/libc++abi/src': {
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@f48a08be1501fa8cbbbbdcfcaa41bd1344858c59',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@0c4e8fac5c5b369eb27093c0bdeae5dfad1aaf5c',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -597,7 +597,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/r8',
'version': '-2s3swpHJcZRAGeWCKjYARXN0pneLMhyYGBkbbAqz6gC',
'version': 'MNhASYP6ZVlHl8MT2UzlSGnCH9LMHjUMkz49rrlsb7wC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand Down Expand Up @@ -689,7 +689,7 @@ deps = {
},

'tools/clang': {
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@3ccf8c44397ecad1d03075abcfaed89e9dfa290a',
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@de6b303a8915c2610e6ff30f5e7c89b2c8e4e2af',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from 7a16bc to a18493
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from 46ea56 to 65cf29
2 changes: 1 addition & 1 deletion third_party/abseil-cpp
Submodule abseil-cpp updated from 594e0e to d391aa
2 changes: 1 addition & 1 deletion third_party/catapult
Submodule catapult updated from 719cd9 to c75e76
2 changes: 1 addition & 1 deletion third_party/depot_tools
Submodule depot_tools updated from 10bd39 to 92469e
2 changes: 1 addition & 1 deletion third_party/libc++abi/src
Submodule src updated from f48a08 to 0c4e8f
2 changes: 1 addition & 1 deletion tools/clang
Submodule clang updated from 3ccf8c to de6b30

0 comments on commit ea1cea7

Please sign in to comment.