Commit e6a178d0 by angle-autoroll Committed by Commit Bot

Roll Chromium from 09df13c25e1b to 5881c1ad6465 (369 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/09df13c25e1b..5881c1ad6465 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 cwallez@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/c12a68d90b..62caf80991 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/c1a7e4af8e..4fb4ca5040 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/18c972d967..df62febd32 No update to Clang. Bug: None Tbr: cwallez@google.com Change-Id: I2ebd25309aa71b3f50a4aa1decad2a3fc2ca869c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2390837Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent ca87ff9d
......@@ -28,7 +28,7 @@ vars = {
'checkout_angle_internal': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '09df13c25e1b30200b3d08531cc741be1df1ea49',
'chromium_revision': '5881c1ad646516f43e470d8dc35af0d9a260d1cd',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
......@@ -103,7 +103,7 @@ vars = {
deps = {
'build': {
'url': '{chromium_git}/chromium/src/build.git@c12a68d90b44722f3dcb433cbf837fd3f85e2c11',
'url': '{chromium_git}/chromium/src/build.git@62caf80991cce8c86e5297e5f91f95fea004f791',
'condition': 'not build_with_chromium',
},
......@@ -113,12 +113,12 @@ deps = {
},
'testing': {
'url': '{chromium_git}/chromium/src/testing@c1a7e4af8e92265e54d2da1781330abc62726f92',
'url': '{chromium_git}/chromium/src/testing@4fb4ca5040e74049a060472732f4f77e43a8f392',
'condition': 'not build_with_chromium',
},
'third_party/abseil-cpp': {
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@18c972d96731013383fc55d19c6ff7c816b71390',
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@df62febd329e753f4cde5d1a8950940508b76b31',
'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