Skip to content

Commit

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

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 angle-team@google.com,syoussefi@google.com 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/b8a4536db2..63ad9737d7
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/c1b2946e54..56013b77b6
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/0dd064ac2c..41bfee6b2b
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/af88579bcb..a9315aaaa1
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/22ebef9201..9b52643950
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/19548ed7a2..58625e82c6
* third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/175bf00303..11c38d901d
* third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/ca233e8056..2222607a3e
* tools/android: https://chromium.googlesource.com/chromium/src/tools/android/+log/63612d4a53..f2066b43ae
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/6f856e0b36..306a47aa4c
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/2fa3bb999c..e6eba9706f
* tools/rust: https://chromium.googlesource.com/chromium/src/tools/rust.git/+log/917b7d7bef..02403d4e52
No update to Clang.

Bug: None
Tbr: syoussefi@google.com
Change-Id: Ia99acec7b78f9f9c736af1d41a2d769921127768
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6119500
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Dec 23, 2024
1 parent 81a41e4 commit 6bca07b
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
26 changes: 13 additions & 13 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': 'ebb01bde9709128892dae8c81fe7899b48a57fcb',
'chromium_revision': 'faba6412dc5c01c0b2c90caf3d4e0a958af56b77',
# 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': '22ebef9201521893be9ee126a36362b928da8c46',
'catapult_revision': '9b526439504cb5f2465696b807faa8c5459bdd63',

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

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

'buildtools': {
'url': Var('chromium_git') + '/chromium/src/buildtools.git@c1b2946e54cd596882f29a9dc1f98cbc7ccff301',
'url': Var('chromium_git') + '/chromium/src/buildtools.git@56013b77b6c0a650d00bde40e750e7c3b7c6bc3d',
'condition': 'not build_with_chromium',
},

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

'testing': {
'url': '{chromium_git}/chromium/src/testing@0dd064ac2c9f62de7debd8df645630978bb581e8',
'url': '{chromium_git}/chromium/src/testing@41bfee6b2b69f0395a79e769a91339a6ee59bce7',
'condition': 'not build_with_chromium',
},

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

'third_party/android_deps': {
'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@af88579bcbcd2594b79caebbe910aadf06e16580',
'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@a9315aaaa1e033b30718f2f618b910936063fda7',
'condition': 'checkout_android and not build_with_chromium',
},

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

'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@19548ed7a2290475d7aaf0d09cb00170df541c33',
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@58625e82c685426d441be5b422c9ad88e4867d20',
'condition': 'not build_with_chromium',
},

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

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

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

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

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

'tools/android': {
'url': Var('chromium_git') + '/chromium/src/tools/android@63612d4a53c40594da1be2b9779be9663d9f962d',
'url': Var('chromium_git') + '/chromium/src/tools/android@f2066b43aeeae99c33e5be7510b9db2c2480df92',
'condition': 'checkout_android and not build_with_chromium',
},

'tools/clang': {
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@6f856e0b36890821eb89ef15f73fafafa597d614',
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@306a47aa4c73ded365fb503f4a00d12e47cce204',
'condition': 'not build_with_chromium',
},

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

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

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

'tools/rust': {
'url': Var('chromium_git') + '/chromium/src/tools/rust.git@917b7d7bef3e69ec9bc9b52c4c7cfca8c625051f',
'url': Var('chromium_git') + '/chromium/src/tools/rust.git@02403d4e526647bada957508d1504ad5e6a5a385',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from b8a453 to 63ad97
2 changes: 1 addition & 1 deletion buildtools
Submodule buildtools updated from c1b294 to 56013b
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from 0dd064 to 41bfee
2 changes: 1 addition & 1 deletion third_party/android_deps
Submodule android_deps updated from af8857 to a9315a
2 changes: 1 addition & 1 deletion third_party/catapult
Submodule catapult updated from 22ebef to 9b5264
2 changes: 1 addition & 1 deletion third_party/depot_tools
Submodule depot_tools updated from 19548e to 58625e
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from 175bf0 to 11c38d
2 changes: 1 addition & 1 deletion third_party/llvm-libc/src
Submodule src updated from ca233e to 222260
2 changes: 1 addition & 1 deletion tools/android
Submodule android updated from 63612d to f2066b
2 changes: 1 addition & 1 deletion tools/clang
Submodule clang updated from 6f856e to 306a47
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from 2fa3bb to e6eba9
2 changes: 1 addition & 1 deletion tools/rust
Submodule rust updated from 917b7d to 02403d

0 comments on commit 6bca07b

Please sign in to comment.