Skip to content

Commit

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

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/e920e5bbda..05ae923a4a
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/f5d99b3266..71983d684f
* buildtools/reclient: re_client_version:0.125.0.f3883c2-gomaip..re_client_version:0.126.0.4aaef37-gomaip
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/89bb5ed84f..edac18841f
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6953ebe3c1..095b349ad3
* third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/8c2468e9dd..f18cfa95e1
* third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/42293b96f8..29eb3a55f4
* third_party/r8: kTbaOlJzi5hYF_n8tweI4zxcmTeJ0wo7ckimuDOpkYwC..7ZLGp8JIt4e06kV9hmLku6y5pnjOWTVG8jkjXo-I-REC
* tools/luci-go: git_revision:a7b7f319032d68f1cf0e710e695a84957d3b11dc..git_revision:d740e2026f68271ad436672df5a4c763d244451d
* tools/luci-go: git_revision:a7b7f319032d68f1cf0e710e695a84957d3b11dc..git_revision:d740e2026f68271ad436672df5a4c763d244451d
* tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/8218408089..b6623f2f01
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/bd9d239994..8c385fc97c
* tools/skia_goldctl/linux: gF8-tllaG53TS_NMzDyBBEon5i-UMVdhPADIv_39ZpsC..x4RN7JjJs8RMOELL5AyOg-slqXooabsQz4QloMxQOh8C
* tools/skia_goldctl/mac_amd64: 5z5sg3DatlGfhGSg6wO3JTMyBofd0Dr9_bCBVDBfuJYC..HHxYWtQ35VrmgW6tPX3TR-PxmFmK3VTQ7GpD9aCX2IsC
* tools/skia_goldctl/mac_arm64: tJys4TOPo-asafdTKs677RtNMEWct4WvJ4-SDmdqoYkC..brZvkrVhGd26_BnF7fagivr7Ai5qgVKpUok9A8u2vw0C
* tools/skia_goldctl/win: wCfWvHnVA6RiLbvH5NL3Pc51a6uladkFepTSj06s370C..WJGWEQTyCb6vzrxUS4mGt7JoflSwFWxJravowUoTMMAC
No update to Clang.

Bug: angleproject:6430,angleproject:7079
Tbr: [email protected]
Change-Id: I21d1874e4540a534a759e27fa7482ef12abfc136
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5183283
Bot-Commit: angle-autoroll <[email protected]>
Commit-Queue: angle-autoroll <[email protected]>
  • Loading branch information
angle-autoroll authored and Angle LUCI CQ committed Jan 10, 2024
1 parent c2ad86b commit c815735
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 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': '75a96f770572de8e4564ac9099c234bf2d16dfdb',
'chromium_revision': 'efb407701371dd9c12e9456177825822d8edf930',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
Expand Down Expand Up @@ -99,7 +99,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go
# and whatever else without interference from each other.
'luci_go': 'git_revision:a7b7f319032d68f1cf0e710e695a84957d3b11dc',
'luci_go': 'git_revision:d740e2026f68271ad436672df5a4c763d244451d',

# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version
Expand Down Expand Up @@ -132,7 +132,7 @@ vars = {
# reclient CIPD package
'reclient_package': 'infra/rbe/client/',
# reclient CIPD package version
'reclient_version': 're_client_version:0.125.0.f3883c2-gomaip',
'reclient_version': 're_client_version:0.126.0.4aaef37-gomaip',

# siso CIPD package version.
'siso_version': 'git_revision:d8744c99a9e175e6c4569de0717bd8c53981ce0c',
Expand All @@ -145,12 +145,12 @@ vars = {
deps = {

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

'buildtools': {
'url': Var('chromium_git') + '/chromium/src/buildtools.git@f5d99b3266346c571f36f443a5256d6ac82f6d28',
'url': Var('chromium_git') + '/chromium/src/buildtools.git@71983d684fc9a15aec7c9300e13b75082edd6923',
'condition': 'not build_with_chromium',
},

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

'testing': {
'url': '{chromium_git}/chromium/src/testing@89bb5ed84f0f64a50e9143b083ca8da001b5c574',
'url': '{chromium_git}/chromium/src/testing@edac18841f233696a620753bd09db67551a48595',
'condition': 'not build_with_chromium',
},

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

'third_party/depot_tools': {
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@6953ebe3c1825e0f548e8c124a3b85f6c75dbc73',
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@095b349ad3f382d15673e44c111e2e61f8c6b346',
'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@8c2468e9dd286ad856b615ce9adf101b350ab94d',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@f18cfa95e1521e7b9c1883dbadf264a56c1a861d',
'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@42293b96f85c4ef886ff723a80c43074c395a202',
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@29eb3a55f4b66b674685ee2743bd2d07c09021f4',
'condition': 'not build_with_chromium',
},

Expand Down Expand Up @@ -586,7 +586,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/r8',
'version': 'kTbaOlJzi5hYF_n8tweI4zxcmTeJ0wo7ckimuDOpkYwC',
'version': '7ZLGp8JIt4e06kV9hmLku6y5pnjOWTVG8jkjXo-I-REC',
},
],
'condition': 'checkout_android and not build_with_chromium',
Expand Down Expand Up @@ -709,7 +709,7 @@ deps = {
},

'tools/mb': {
'url': Var('chromium_git') + '/chromium/src/tools/mb@8218408089929e66e9eb69b6fc5df18ab691d09d',
'url': Var('chromium_git') + '/chromium/src/tools/mb@b6623f2f01e4b26626373a892db08833e935ace2',
'condition': 'not build_with_chromium',
},

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

'tools/perf': {
'url': Var('chromium_git') + '/chromium/src/tools/perf@bd9d2399945bae65ccbf060026a612425b7f7ead',
'url': Var('chromium_git') + '/chromium/src/tools/perf@8c385fc97cba623d9d7666fc8a98846b8a125b30',
'condition': 'not build_with_chromium',
},

Expand All @@ -742,7 +742,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/linux-amd64',
'version': 'gF8-tllaG53TS_NMzDyBBEon5i-UMVdhPADIv_39ZpsC',
'version': 'x4RN7JjJs8RMOELL5AyOg-slqXooabsQz4QloMxQOh8C',
},
],
'dep_type': 'cipd',
Expand All @@ -753,7 +753,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/windows-amd64',
'version': 'wCfWvHnVA6RiLbvH5NL3Pc51a6uladkFepTSj06s370C',
'version': 'WJGWEQTyCb6vzrxUS4mGt7JoflSwFWxJravowUoTMMAC',
},
],
'dep_type': 'cipd',
Expand All @@ -764,7 +764,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/mac-amd64',
'version': '5z5sg3DatlGfhGSg6wO3JTMyBofd0Dr9_bCBVDBfuJYC',
'version': 'HHxYWtQ35VrmgW6tPX3TR-PxmFmK3VTQ7GpD9aCX2IsC',
},
],
'dep_type': 'cipd',
Expand All @@ -775,7 +775,7 @@ deps = {
'packages': [
{
'package': 'skia/tools/goldctl/mac-arm64',
'version': 'tJys4TOPo-asafdTKs677RtNMEWct4WvJ4-SDmdqoYkC',
'version': 'brZvkrVhGd26_BnF7fagivr7Ai5qgVKpUok9A8u2vw0C',
},
],
'dep_type': 'cipd',
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated from e920e5 to 05ae92
2 changes: 1 addition & 1 deletion buildtools
Submodule buildtools updated from f5d99b to 71983d
2 changes: 1 addition & 1 deletion testing
Submodule testing updated from 89bb5e to edac18
2 changes: 1 addition & 1 deletion third_party/depot_tools
Submodule depot_tools updated from 6953eb to 095b34
2 changes: 1 addition & 1 deletion third_party/libc++/src
Submodule src updated from 8c2468 to f18cfa
2 changes: 1 addition & 1 deletion third_party/libunwind/src
Submodule src updated from 42293b to 29eb3a
2 changes: 1 addition & 1 deletion tools/mb
Submodule mb updated from 821840 to b6623f
2 changes: 1 addition & 1 deletion tools/perf
Submodule perf updated from bd9d23 to 8c385f

0 comments on commit c815735

Please sign in to comment.