Commit 9a7e7b08 by angle-autoroll Committed by Commit Bot

Roll Chromium from 30a5da059e5d to fe51fcb522cc (441 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/30a5da059e5d..fe51fcb522cc 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/8984f7a2c3..41b95e3b54 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/e4f04cd4f5..64f2e1cf55 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/de8d9210e5..9967a97317 * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/898c6c0dd9..f8517bd629 No update to Clang. Bug: angleproject:4846 Tbr: ianelliott@google.com Change-Id: If0d924a9a1093b5798e2e95951b894b390c38dc5 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2405784Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 0c8f66c7
...@@ -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': '30a5da059e5ddd850f056a024ef4871a459fe755', 'chromium_revision': 'fe51fcb522ccfd37e2b2c92b09d72973f9031d5d',
# 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,7 +103,7 @@ vars = { ...@@ -103,7 +103,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@8984f7a2c3590e93a4f94790633d7f103487a30e', 'url': '{chromium_git}/chromium/src/build.git@41b95e3b549ea17726b067ef1b2d151d51ca0ee9',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -113,12 +113,12 @@ deps = { ...@@ -113,12 +113,12 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@e4f04cd4f53de7d062544d0ba721aa0fbaf86ce6', 'url': '{chromium_git}/chromium/src/testing@64f2e1cf551845e19e7c204d4f957519920b26f3',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'third_party/abseil-cpp': { 'third_party/abseil-cpp': {
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@de8d9210e5e2421f20d675c875a42bbd8a674ca6', 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@9967a97317a6eb9280e92f589dc701cd2bf55e12',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -269,7 +269,7 @@ deps = { ...@@ -269,7 +269,7 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@898c6c0dd91fa0efb38a10949f76102e42cc47f0', 'url': '{chromium_git}/chromium/src/third_party/zlib@f8517bd62931d7adb9bcefb0cbe3c2ca5cd8862c',
'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