Commit bf02c31b by angle-autoroll Committed by Commit Bot

Roll Chromium from 9642fd0da169 to c95903c7ee26 (32 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/9642fd0da169..c95903c7ee26 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/2f9b06d9ef..5e2e476cc1 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/77dd9d2973..84cd1053bd * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3f5c581d3b No update to Clang. Bug: None Tbr: jonahr@google.com Change-Id: Ib06c560e55e19f3a088cb20a448e5e2646d938eb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2608526Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 2cbcb18e
...@@ -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': '9642fd0da16971db63a8efef2801dc0f568be92d', 'chromium_revision': 'c95903c7ee260ded571557ef277142ee058714dc',
# 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@2f9b06d9efc00157e66edca575d74712164a8148', 'url': '{chromium_git}/chromium/src/build.git@5e2e476cc166e00c6e420e7e49ccae9db63d801f',
'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@77dd9d2973b815d61cdff6d371259594deb557f1', 'url': '{chromium_git}/chromium/src/testing@84cd1053bd0056d95d87b5169e7b136854ba740e',
'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