From 64654a84db9564527bb83f91125efdfc66703adb Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Wed, 2 Dec 2020 16:33:31 +0000 Subject: [PATCH] Roll Chromium from db49fa80f93d to d76e39a75a7a (585 revisions) https://chromium.googlesource.com/chromium/src.git/+log/db49fa80f93d..d76e39a75a7a 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/70bbe68c87..796c41e4d2 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/8a83254bed..2a615b18c0 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/5d6094bfbc..1e294aea80 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..5537c03942 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/1e9edde7ad..4ec098c279 * tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/f685c086bd..71214b910d No update to Clang. Bug: None Tbr: ianelliott@google.com Change-Id: Ie96b014526558dee4b12642f3bd00d61b97921f1 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2568905 Reviewed-by: angle-autoroll Commit-Queue: angle-autoroll --- DEPS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 975e4c4a2..bc665d3d3 100644 --- a/DEPS +++ b/DEPS @@ -20,7 +20,7 @@ vars = { 'checkout_angle_internal': False, # Version of Chromium our Chromium-based DEPS are mirrored from. - 'chromium_revision': 'db49fa80f93dc8454b46f78a77fb5a2c95baae66', + 'chromium_revision': 'd76e39a75a7ad640a2f2ebc89d5b85f890ff442f', # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'dummy_checkout_chromium': False, @@ -100,7 +100,7 @@ vars = { deps = { 'build': { - 'url': '{chromium_git}/chromium/src/build.git@70bbe68c87f8264fe5ebcaa45c585ff0205bcbca', + 'url': '{chromium_git}/chromium/src/build.git@796c41e4d28a7feaad075b560b99e27723fde545', 'condition': 'not build_with_chromium', }, @@ -110,12 +110,12 @@ deps = { }, 'testing': { - 'url': '{chromium_git}/chromium/src/testing@8a83254bed4b4f8df3c33ff1d9c3807f0e8ef802', + 'url': '{chromium_git}/chromium/src/testing@2a615b18c058dbcd75bbfe0a6ba7d34f2b5c5b64', 'condition': 'not build_with_chromium', }, 'third_party/abseil-cpp': { - 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@5d6094bfbcb44350b69a3b307ecf918c8f7a8398', + 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@1e294aea801fd037740a15931156b1430a276f37', 'condition': 'not build_with_chromium', }, @@ -311,7 +311,7 @@ deps = { }, 'tools/mb': { - 'url': '{chromium_git}/chromium/src/tools/mb@1e9edde7ada6144bc468f937b6b58be8e0a91e03', + 'url': '{chromium_git}/chromium/src/tools/mb@4ec098c2792976546c8a96c8f4af3b49303b0662', 'condition': 'not build_with_chromium', }, @@ -321,7 +321,7 @@ deps = { }, 'tools/memory': { - 'url': '{chromium_git}/chromium/src/tools/memory@f685c086bde38d670a7a3b30ebe1a076d404c140', + 'url': '{chromium_git}/chromium/src/tools/memory@71214b910decfe2e7cfc8b0ffc072a1b97da2d36', 'condition': 'not build_with_chromium', },