Commit fc8f5e0a by angle-autoroll Committed by Commit Bot

Roll Chromium from 090102a7065c to 77bfcdcde874 (466 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/090102a7065c..77bfcdcde874 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 timvp@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/d058068a4b..f12b0ac8bf * testing: https://chromium.googlesource.com/chromium/src/testing/+log/17295a5c35..26fd14f32d * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/7054864146..ed409570c0 No update to Clang. Bug: None Tbr: timvp@google.com Change-Id: Ib54c76f7997a6cac606d68532fd67cd98ad7a59c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2462165Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent e0780931
...@@ -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': '090102a7065ce5db535eae4f505b007be8baedfe', 'chromium_revision': '77bfcdcde87495c36a66e09596ea753daefa5ebb',
# 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,
...@@ -108,7 +108,7 @@ vars = { ...@@ -108,7 +108,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@d058068a4bcf3c0c916c96969d588bb992c58ae7', 'url': '{chromium_git}/chromium/src/build.git@f12b0ac8bffb0b9add545b1e38efdcafedcf0278',
'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@17295a5c35d8a0c0ceaa58e8053ff23c869d8c88', 'url': '{chromium_git}/chromium/src/testing@26fd14f32da42a680324f1c9bb136f3101f6c3f0',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -314,7 +314,7 @@ deps = { ...@@ -314,7 +314,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@705486414676197eb6632f4980794e9aa2eff2bc', 'url': '{chromium_git}/chromium/src/tools/mb@ed409570c0805bc2af68c77b1dacbc596c8ba92d',
'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