Skip to content

Commit

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

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/547c20b88e..f383f21cf0
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/34a8595e75..e4f992c066
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/3d3b873e0b..fec3e166ce
* third_party/android_build_tools/lint/cipd: 0NjBV6ny4NFaPqwbcGq1QIWTxKd77cPGUBMo_piBTn0C..KAn8XNv30rD_Nmtd1lKJs3RE7IyZrZ5ZIn23eohaG1QC
* third_party/android_build_tools/manifest_merger/cipd: sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC..JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/585ff6a9bf..b2fb4604d1
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/c46e0e5bd6..296226a4a0
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/20a0cda9e9..d43a3eb748
* third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/6ae6f38d10..887f732df0
* third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/11b62edaf2..29b2e9a0f4
* third_party/r8/cipd: SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C..mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/2bcc82bda8..c40256744f
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/c2a6cf93eb..487335b1ca
* tools/rust: https://chromium.googlesource.com/chromium/src/tools/rust.git/+log/eb8f9c275d..a7d3d8af53
No update to Clang.

Bug: None
Tbr: [email protected]
Change-Id: I93a1e596bbd1b9962f127c04c7d4709709fc6989
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5860296
Bot-Commit: angle-autoroll <[email protected]>
Commit-Queue: Yuxin Hu <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Sep 16, 2024
1 parent 9decad7 commit f6d9b17
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 29 deletions.
47 changes: 29 additions & 18 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': 'ca9e6516864eea8e509581dff45c6367a70740d9',
'chromium_revision': '2819a64dc892a156105bb1ddd0e3fd95c2f28559',
# 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': 'c46e0e5bd633c5329040345a87aace0b2a0de1b3',
'catapult_revision': '296226a4a0067c8cffeb8831fb87526a8035f3cc',

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

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

'buildtools': {
'url': Var('chromium_git') + '/chromium/src/buildtools.git@34a8595e7595985d1b5ca6b6fb14a4a0ddd3b952',
'url': Var('chromium_git') + '/chromium/src/buildtools.git@e4f992c0660e6cee637c7b97aabf04d0a58d5555',
'condition': 'not build_with_chromium',
},

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

'testing': {
'url': '{chromium_git}/chromium/src/testing@3d3b873e0be195985f20fe675d96d7b3ec5b87b0',
'url': '{chromium_git}/chromium/src/testing@fec3e166ce2cb174139d1d59a8a723876937567b',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -562,7 +562,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/lint',
'version': '0NjBV6ny4NFaPqwbcGq1QIWTxKd77cPGUBMo_piBTn0C',
'version': 'KAn8XNv30rD_Nmtd1lKJs3RE7IyZrZ5ZIn23eohaG1QC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand All @@ -573,15 +573,15 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_build_tools/manifest_merger',
'version': 'sa8Vo-ZxAsdWEoHTyymObnW4P7_yyEc7_fIpOF0A8VYC',
'version': 'JnUHT3SsYpv4WBlOV5VrBkuj2Q9SJ3cXlNHZ-u78L5IC',
},
],
'condition': 'checkout_android and not build_with_chromium',
'dep_type': 'cipd',
},

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

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

'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@20a0cda9e99abf86d37cb42cd98b1be9b727fdf8',
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@d43a3eb748e40838c41e7a3ca53a3c6cbee0ea7a',
'condition': 'not build_with_chromium',
},

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

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

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

Expand Down Expand Up @@ -909,7 +909,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/r8',
'version': 'SfTjETaHqxbqyJ2oM5I95Iff9NJRgm9LHaDH03COwT0C',
'version': 'mqzE1g-dbf23PQ04w-4TpmupGkMOnZljVa993-MkzhIC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand Down Expand Up @@ -1051,7 +1051,7 @@ deps = {
},

'tools/clang': {
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@2bcc82bda86b55e56f1c4abc1672e95c166e2329',
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@c40256744f218f1ba2b302144fed548f1e5ba372',
'condition': 'not build_with_chromium',
},

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

'tools/perf': {
'url': Var('chromium_git') + '/chromium/src/tools/perf@c2a6cf93eb1134b8434e536e09ec001570f7ad42',
'url': Var('chromium_git') + '/chromium/src/tools/perf@487335b1cac11c2f7ff126f08d7bbf5c8f83aedd',
'condition': 'not build_with_chromium',
},

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

'tools/rust': {
'url': Var('chromium_git') + '/chromium/src/tools/rust.git@eb8f9c275d60917bbc203689f27c970f1543700b',
'url': Var('chromium_git') + '/chromium/src/tools/rust.git@a7d3d8af53052ee94aba128d223befe1e48adbef',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -4778,7 +4778,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android',
'version': 'version:2@1.6.4.cr1',
'version': 'version:2@1.8.1.cr1',
},
],
'condition': 'checkout_android and not build_with_chromium and non_git_source',
Expand All @@ -4789,7 +4789,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm',
'version': 'version:2@1.6.4.cr1',
'version': 'version:2@1.8.1.cr1',
},
],
'condition': 'checkout_android and not build_with_chromium and non_git_source',
Expand All @@ -4800,7 +4800,18 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_guava',
'version': 'version:[email protected]',
'version': 'version:[email protected]',
},
],
'condition': 'checkout_android and not build_with_chromium and non_git_source',
'dep_type': 'cipd',
},

'third_party/android_deps/cipd/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm',
'version': 'version:[email protected]',
},
],
'condition': 'checkout_android and not build_with_chromium and non_git_source',
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from 547c20 to f383f2
2 changes: 1 addition & 1 deletion buildtools
Submodule buildtools updated from 34a859 to e4f992
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from 3d3b87 to fec3e1
2 changes: 1 addition & 1 deletion third_party/android_deps
Submodule android_deps updated from 585ff6 to b2fb46
2 changes: 1 addition & 1 deletion third_party/catapult
Submodule catapult updated from c46e0e to 296226
2 changes: 1 addition & 1 deletion third_party/depot_tools
Submodule depot_tools updated from 20a0cd to d43a3e
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from 6ae6f3 to 887f73
2 changes: 1 addition & 1 deletion third_party/libc++abi/src
Submodule src updated from 11b62e to 29b2e9
2 changes: 1 addition & 1 deletion tools/clang
Submodule clang updated from 2bcc82 to c40256
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from c2a6cf to 487335
2 changes: 1 addition & 1 deletion tools/rust
Submodule rust updated from eb8f9c to a7d3d8

0 comments on commit f6d9b17

Please sign in to comment.