Commit 84508b96 by angle-autoroll Committed by Commit Bot

Roll Chromium from e9ccdaed3414 to 30a5da059e5d (421 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/e9ccdaed3414..30a5da059e5d 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 ianelliott@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/9c1d4223d1..8984f7a2c3 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/ff93f3ea1a..a90362b4fc * testing: https://chromium.googlesource.com/chromium/src/testing/+log/558bae6f39..e4f04cd4f5 No update to Clang. Bug: None Tbr: ianelliott@google.com Change-Id: Ie0d39bc5a74717daf4eb7b22a1a64bc3b59ddece Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2401934Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 29b1f07f
...@@ -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': 'e9ccdaed34141fd1930c9ac72dd9b41ce769df8b', 'chromium_revision': '30a5da059e5ddd850f056a024ef4871a459fe755',
# 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,
...@@ -103,17 +103,17 @@ vars = { ...@@ -103,17 +103,17 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@9c1d4223d1a61e1afbbcbcd302c3299d09c95ea8', 'url': '{chromium_git}/chromium/src/build.git@8984f7a2c3590e93a4f94790633d7f103487a30e',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@ff93f3ea1a7f033d3caf8f60ec1937cc71351419', 'url': '{chromium_git}/chromium/src/buildtools.git@a90362b4fcee287764f46f57c7880f4643dae5d3',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@558bae6f39dd2dbaab4cb4c4d7be808d8a7e0635', 'url': '{chromium_git}/chromium/src/testing@e4f04cd4f53de7d062544d0ba721aa0fbaf86ce6',
'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