Skip to content

Commit

Permalink
Manual roll Chromium from eaaa9b6d35f9 to 28739f6b546a (100 revisions)
Browse files Browse the repository at this point in the history
Manual roll requested by [email protected]

https://chromium.googlesource.com/chromium/src.git/+log/eaaa9b6d35f9..28739f6b546a

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],[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/5597e471cb..130d8fcbd0
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/b26c792ed5..7ff01c1496
* third_party/android_build_tools/lint/cipd: lUNkrgd8i-8yn5XP5j3GBmtw_wbbcLVe4ZcxMsgP03cC.._59t93168d3PRj-YGCRI2tpo3QS8aFxVg7Bto7U3P34C
* third_party/android_build_tools/manifest_merger/cipd: VOU97ku-mZhXrQUHZ4fQMJVmlvMZcKInINigQJyvQQAC..w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/ea8afb2073..12708c50f7
No update to Clang.

Bug: None
Tbr: [email protected],[email protected]
Change-Id: I584d752e13ee0d0d81e657fd7484199e45f30cb3
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5815460
Commit-Queue: angle-autoroll <[email protected]>
Reviewed-by: Shahbaz Youssefi <[email protected]>
Bot-Commit: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Aug 27, 2024
1 parent b512e42 commit e9282ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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': 'eaaa9b6d35f9368d1bb858e35552e58567230e47',
'chromium_revision': '28739f6b546acfd4a7f567e6dd36836ee699d085',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
Expand Down Expand Up @@ -424,7 +424,7 @@ vars = {
deps = {

'build': {
'url': Var('chromium_git') + '/chromium/src/build.git@5597e471cbcca05a200429cb743709206914332b',
'url': Var('chromium_git') + '/chromium/src/build.git@130d8fcbd05c7b2b76f2342bd01e608672a43bc8',
'condition': 'not build_with_chromium',
},

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

'testing': {
'url': '{chromium_git}/chromium/src/testing@b26c792ed537183f3d877d5e1a565e3b26c0d123',
'url': '{chromium_git}/chromium/src/testing@7ff01c14969b28846bf631bf2a0618198f6bdf06',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -556,7 +556,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/lint',
'version': 'lUNkrgd8i-8yn5XP5j3GBmtw_wbbcLVe4ZcxMsgP03cC',
'version': '_59t93168d3PRj-YGCRI2tpo3QS8aFxVg7Bto7U3P34C',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand All @@ -567,7 +567,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/manifest_merger',
'version': 'VOU97ku-mZhXrQUHZ4fQMJVmlvMZcKInINigQJyvQQAC',
'version': 'w5qlHnh4N-npyopimuBuiIXfv4oa58ItAdUWXjAlVYAC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand Down Expand Up @@ -1091,7 +1091,7 @@ deps = {
},

'tools/perf': {
'url': Var('chromium_git') + '/chromium/src/tools/perf@ea8afb2073b6dabde54ca89143cbece80a923b6a',
'url': Var('chromium_git') + '/chromium/src/tools/perf@12708c50f7b168504fd2d275ffb8b2e8fd630186',
'condition': 'not build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from 5597e4 to 130d8f
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from b26c79 to 7ff01c
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from ea8afb to 12708c

0 comments on commit e9282ae

Please sign in to comment.