Commit 93839986 by angle-autoroll Committed by Commit Bot

Roll Chromium from aba6331a18cb to 03e3aa54c18c (163 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/aba6331a18cb..03e3aa54c18c 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 jonahr@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/7dcf5f0e82..1016d674b3 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/767dddd781..c98004c99f * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3f5c581d3b No update to Clang. Bug: None Tbr: jonahr@google.com Change-Id: I48bc7af0fc75d2c76ead9205ad34421c239e3b95 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2606402Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent de62b251
...@@ -20,7 +20,7 @@ vars = { ...@@ -20,7 +20,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': 'aba6331a18cb9355a59900526a8f171fc2389a0e', 'chromium_revision': '03e3aa54c18c235489d52933aef9df25e110dbe6',
# 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,
...@@ -76,7 +76,7 @@ vars = { ...@@ -76,7 +76,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@7dcf5f0e82f1eef7ddf76061d77c5beffc6b74d5', 'url': '{chromium_git}/chromium/src/build.git@1016d674b32524375f6469b00267dcaed712ed91',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -86,7 +86,7 @@ deps = { ...@@ -86,7 +86,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@767dddd781b48ed45f26cb67bee5d7540555cd78', 'url': '{chromium_git}/chromium/src/testing@c98004c99f604399695755d46aa552bf7b7278a8',
'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