Commit 82038dc4 by angle-autoroll Committed by Angle LUCI CQ

Roll Chromium from 3b095d2c5438 to 681ec5b77d1d (186 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/3b095d2c5438..681ec5b77d1d 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/9ccd2d2400..8a2885963d * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/be7dcbc361..466954eda3 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/701dca6ebd..b97bee9f24 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..a21dc91204 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/592d5ec077..74ef838a40 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/71b29b465c..27f119ee39 * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/9a55c7fe60..657824459c No update to Clang. Bug: None Tbr: ianelliott@google.com Change-Id: If172aad9f25a34b034312b0c03dbf8f2adefe264 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2967885 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent f89f244d
...@@ -34,7 +34,7 @@ vars = { ...@@ -34,7 +34,7 @@ vars = {
'checkout_android_native_support': 'checkout_android or checkout_chromeos', 'checkout_android_native_support': 'checkout_android or checkout_chromeos',
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '3b095d2c5438ba08dc464dd5d2314b7ba1164577', 'chromium_revision': '681ec5b77d1d9b5e6107c7fd0754219612448416',
# 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,
...@@ -79,7 +79,7 @@ vars = { ...@@ -79,7 +79,7 @@ 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': '70bf08ecdba10a3d8578c62a81044b3f70d6afe4', 'catapult_revision': 'a21dc9120435f67e019d5a863c65efc8e8375019',
# 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
...@@ -119,12 +119,12 @@ vars = { ...@@ -119,12 +119,12 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@9ccd2d24000c51e157f4615d7284e261b719610d', 'url': '{chromium_git}/chromium/src/build.git@8a2885963d685660f69ecafec18e386b69420e90',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@be7dcbc36110b9381f228b8e4ca73ca1db9bf21a', 'url': '{chromium_git}/chromium/src/buildtools.git@466954eda391b83e90f8b925767e6152318d690b',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -177,7 +177,7 @@ deps = { ...@@ -177,7 +177,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@701dca6ebd941f69697e10715691df43919850fb', 'url': '{chromium_git}/chromium/src/testing@b97bee9f24891236efdc244d9c0dad6f184499ca',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -327,7 +327,7 @@ deps = { ...@@ -327,7 +327,7 @@ deps = {
}, },
'third_party/depot_tools': { 'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@592d5ec077c9cbd999bc80de08eaab67489064b0', 'url': '{chromium_git}/chromium/tools/depot_tools.git@74ef838a40d8fecac485416f1a1fb07f9aeb6fd1',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -566,7 +566,7 @@ deps = { ...@@ -566,7 +566,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@71b29b465cefd31d832f46d52d8be5d7258baaf3', 'url': '{chromium_git}/chromium/src/tools/mb@27f119ee39732132a800dd0691610fef8db63727',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -581,7 +581,7 @@ deps = { ...@@ -581,7 +581,7 @@ deps = {
}, },
'tools/perf': { 'tools/perf': {
'url': '{chromium_git}/chromium/src/tools/perf@9a55c7fe602136b45c3f5797a5198aa7bd77fee3', 'url': '{chromium_git}/chromium/src/tools/perf@657824459ce17ad2989e3ca03d18528340689b0c',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
......
...@@ -16,5 +16,5 @@ ...@@ -16,5 +16,5 @@
"testing/buildbot/generate_buildbot_json.py": "testing/buildbot/generate_buildbot_json.py":
"9f5d39d58f4a8baf4b74349147feb606", "9f5d39d58f4a8baf4b74349147feb606",
"testing/buildbot/mixins.pyl": "testing/buildbot/mixins.pyl":
"32abdb958c0ed08f0c8fdafedfe2e938" "805606d9440821febccd03367c3c4b51"
} }
\ No newline at end of file
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