Commit 4c91061a by angle-autoroll Committed by Commit Bot

Roll Chromium from f2fabcd1994c to a64ace71870c (130 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/f2fabcd1994c..a64ace71870c 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,jmadill@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/01121614f1..787a783b96 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/3e2640a325..289a835ec8 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..584ab49109 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/e5230a2de4..eb065289a4 No update to Clang. Bug: None Tbr: courtneygo@google.com,jmadill@google.com Change-Id: I4343f24ff8458aaee0195ebd9880e0482afe99c6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2514581Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 924c3dab
...@@ -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': 'f2fabcd1994cd753a8fa2b6b11281d036c82413e', 'chromium_revision': 'a64ace71870c1d6946c1f560a837f3e593d075ef',
# 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': 'dcd4fb3a509b843e2a37f1eb76efac93737657fc', 'catapult_revision': '584ab491091a3d6f23446d10237fac2c61a552b4',
# 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@01121614f1844ea40a2db414fcde3f3531b5bcd0', 'url': '{chromium_git}/chromium/src/build.git@787a783b9651465a131c564103b8533394f0f949',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -118,7 +118,7 @@ deps = { ...@@ -118,7 +118,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@3e2640a325dc34ec3d9cb2802b8da874aecaf52d', 'url': '{chromium_git}/chromium/src/testing@289a835ec8ceac5536b2d6920ab9cddeac6d5544',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -284,7 +284,7 @@ deps = { ...@@ -284,7 +284,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@e5230a2de429f3e28c8c5812caee053d6c92dfa9', 'url': '{chromium_git}/chromium/src/tools/clang.git@eb065289a4d96151ad9065f0234cb6754512faaf',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
......
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