Commit bc06d145 by angle-autoroll Committed by Commit Bot

Roll Chromium from abaaee149813 to e02e8b371308 (106 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/abaaee149813..e02e8b371308 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 ynovikov@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/ff0b5c1349..ffd4756efa * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/ea9f1f7375..2277272f7a * testing: https://chromium.googlesource.com/chromium/src/testing/+log/38dfc9d41a..cba08c42d7 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..3f5c581d3b No update to Clang. Bug: None Tbr: ynovikov@google.com Change-Id: Idbdd8032cf051b2f5b8f33af16338be8d36b43e4 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2604769Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 5e606e5b
...@@ -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': 'abaaee1498130e2b65bcf5a54d7d0c179be6618f', 'chromium_revision': 'e02e8b371308f4cc59713271428c2f95fbd0c354',
# 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,17 +76,17 @@ vars = { ...@@ -76,17 +76,17 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@ff0b5c1349e2b5fae31211bbc5819074eda3e0b6', 'url': '{chromium_git}/chromium/src/build.git@ffd4756efa45cc94ba27cb896badb29444c8c641',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@ea9f1f737564cdf5e51b63103de081f5772a6339', 'url': '{chromium_git}/chromium/src/buildtools.git@2277272f7a7978c48f1b2c50d41af83485552235',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@38dfc9d41a4407fe83f0fc1bbf3c3f8b34c24b5c', 'url': '{chromium_git}/chromium/src/testing@cba08c42d7e0fe8d717476d854c59b590bd18679',
'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