Commit 46f5f438 by angle-autoroll Committed by Commit Bot

Roll Chromium from 52d33a46255e to 61aafe6377ea (506 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/52d33a46255e..61aafe6377ea 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 courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/dc348c17b4..6dd14a4537 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/c8d7f9564e..2de3a18349 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/2d8c1340f0..0fe1450acb * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..434681c237 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/df43926725..aa9ff5db33 * tools/skia_goldctl/linux: GVpht0r-QjWXa70RBjnj16oVOukePZsPqR9WjoyczEQC..O3XpMr3WCt1GviS8wGsldM7NCVb2wabpHx0lJZEemjIC * tools/skia_goldctl/mac: E1HzztCcEvl2qwMi8jlWEeRipywovPX1tvzNMap-XFgC..9ofAReQA7h1bDa9kU-Rmr4_0AEQli7Pnj3lsid5AisAC * tools/skia_goldctl/win: DsHjiYrgPxP5IjJ3QDF-DgcQwV_lMq60ESSU1CwXBSkC..lSgrnuo5FQl_aJkQyR7BSuMSrKb37G40wPe4xQBmTnEC No update to Clang. Bug: None Tbr: courtneygo@google.com Change-Id: If41692440b822876d6e49350b507daac47fa0e6f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2525680Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent d4439824
...@@ -28,7 +28,7 @@ vars = { ...@@ -28,7 +28,7 @@ vars = {
'checkout_angle_internal': False, 'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '52d33a46255e6ed2affc5a56ac8edbc7226d5a9b', 'chromium_revision': '61aafe6377ea54bc40af889132916c22a1cd570f',
# We never want to checkout chromium, # We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller # but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False, 'dummy_checkout_chromium': False,
...@@ -97,7 +97,7 @@ vars = { ...@@ -97,7 +97,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': 'b8b4d61dd32f367d32547b7aaa3108f9654fa3ba', 'catapult_revision': '434681c2378b686117c2b003a58c54d78f22185f',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go # the commit queue can handle CLs rolling luci-go
...@@ -108,7 +108,7 @@ vars = { ...@@ -108,7 +108,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@dc348c17b4334ad71db6bd052b85cb2d3bde2c56', 'url': '{chromium_git}/chromium/src/build.git@6dd14a4537d657d9a7d24818d402cca050121765',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -118,12 +118,12 @@ deps = { ...@@ -118,12 +118,12 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@c8d7f9564eef2239e3098b3f312859c3679c067f', 'url': '{chromium_git}/chromium/src/testing@2de3a18349bf542aa3e7728a7cfb795638fa6aee',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'third_party/abseil-cpp': { 'third_party/abseil-cpp': {
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@2d8c1340f0350828f1287c4eaeebefcf317bcfc9', 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@0fe1450acb5cf83372212751466f281d5c7869d7',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -319,7 +319,7 @@ deps = { ...@@ -319,7 +319,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@df439267251735b3fe8c3144e1e9cf45c6cd0d9b', 'url': '{chromium_git}/chromium/src/tools/mb@aa9ff5db33540be5701fa17bf99b18d105498a2c',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -342,7 +342,7 @@ deps = { ...@@ -342,7 +342,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/linux-amd64', 'package': 'skia/tools/goldctl/linux-amd64',
'version': 'GVpht0r-QjWXa70RBjnj16oVOukePZsPqR9WjoyczEQC', 'version': 'O3XpMr3WCt1GviS8wGsldM7NCVb2wabpHx0lJZEemjIC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -353,7 +353,7 @@ deps = { ...@@ -353,7 +353,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/windows-amd64', 'package': 'skia/tools/goldctl/windows-amd64',
'version': 'DsHjiYrgPxP5IjJ3QDF-DgcQwV_lMq60ESSU1CwXBSkC', 'version': 'lSgrnuo5FQl_aJkQyR7BSuMSrKb37G40wPe4xQBmTnEC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -364,7 +364,7 @@ deps = { ...@@ -364,7 +364,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'skia/tools/goldctl/mac-amd64', 'package': 'skia/tools/goldctl/mac-amd64',
'version': 'E1HzztCcEvl2qwMi8jlWEeRipywovPX1tvzNMap-XFgC', 'version': '9ofAReQA7h1bDa9kU-Rmr4_0AEQli7Pnj3lsid5AisAC',
}, },
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment