Commit cec90118 by angle-autoroll Committed by Commit Bot

Roll Chromium from c8a676460af3 to 6cad7c765c8b (151 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/c8a676460af3..6cad7c765c8b 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 geofflang@google.com,jmadill@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/77edba11e2..8df5f2532b * testing: https://chromium.googlesource.com/chromium/src/testing/+log/a9d80f02d0..b134bc315e * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..145b45a227 * tools/luci-go: git_revision:63310fdc83db00f27d0902961627ff98043076e0..git_revision:0f11e003d56071a19f4403570ebfdb8f197c2f87 * tools/luci-go: git_revision:63310fdc83db00f27d0902961627ff98043076e0..git_revision:0f11e003d56071a19f4403570ebfdb8f197c2f87 * tools/luci-go: git_revision:63310fdc83db00f27d0902961627ff98043076e0..git_revision:0f11e003d56071a19f4403570ebfdb8f197c2f87 No update to Clang. Bug: angleproject:5417 Tbr: geofflang@google.com,jmadill@google.com Change-Id: I2138d63a5c0fcd4869c87446ca0a59f9ed350d46 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2815239 Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 8b9889bf
...@@ -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': 'c8a676460af36ffd0876f9ee23a6083f3c2b197f', 'chromium_revision': '6cad7c765c8b5b15c14c95181439a8062ad0e8f8',
# 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,
...@@ -65,18 +65,18 @@ vars = { ...@@ -65,18 +65,18 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
'catapult_revision': '44319b56ef7e4941101fc5daeb664256e4fdc538', 'catapult_revision': '145b45a22725be0e7076e725a95c4cf720121b8b',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling luci-go # the commit queue can handle CLs rolling luci-go
# and whatever else without interference from each other. # and whatever else without interference from each other.
'luci_go': 'git_revision:63310fdc83db00f27d0902961627ff98043076e0', 'luci_go': 'git_revision:0f11e003d56071a19f4403570ebfdb8f197c2f87',
} }
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@77edba11e25386aa719d4f08c3ce2d8c4f868c15', 'url': '{chromium_git}/chromium/src/build.git@8df5f2532bb66be4a34b37e019cde5a86b0ed473',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -134,7 +134,7 @@ deps = { ...@@ -134,7 +134,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@a9d80f02d06e6d6bc58f318176fe11e60451e9fb', 'url': '{chromium_git}/chromium/src/testing@b134bc315e7c6a83757c599f972b2ea6bfb35ed0',
'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