Commit f0f79e08 by angle-autoroll Committed by Commit Bot

Roll Chromium from a3984b7ec4ae to 3fc522ff6579 (498 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/a3984b7ec4ae..3fc522ff6579 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 syoussefi@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/115823df49..7c664f9cb5 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/6302c11756..86a7f72ab1 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/baeb2e9897..7534b563e9 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..e43bd0925d * third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/bbb828223e..e9a659a09e * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/dddd39ba5a..1424e1194e No update to Clang. Bug: None Tbr: syoussefi@google.com Change-Id: I5e6c022f18dc7c65a354ecc92babe20cde75167f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2581380Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 8b851562
...@@ -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': 'a3984b7ec4aeffd722e85675646286022191fdcb', 'chromium_revision': '3fc522ff6579772f4d48f6be18d3cebab33ba4ff',
# 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,
...@@ -89,7 +89,7 @@ vars = { ...@@ -89,7 +89,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': '4565794f5eda08cefef9bf842e16249fc8aeb5bc', 'catapult_revision': 'e43bd0925d7649a96737a4cfbb38de543c83a8ec',
# 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
...@@ -100,17 +100,17 @@ vars = { ...@@ -100,17 +100,17 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@115823df498dc216a4167523e2a41be1ba009489', 'url': '{chromium_git}/chromium/src/build.git@7c664f9cb50a4308933bc44d0ada2e7516f4f095',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@6302c1175607a436e18947a5abe9df2209e845fc', 'url': '{chromium_git}/chromium/src/buildtools.git@86a7f72ab16ed4796fb73d1575bc2e329be58ae8',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@baeb2e9897cc343767ac1a246364b6f3f327b9dc', 'url': '{chromium_git}/chromium/src/testing@7534b563e9eb34398858d54474f9c2d5813983d2',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -170,7 +170,7 @@ deps = { ...@@ -170,7 +170,7 @@ deps = {
# libjpeg_turbo is used by glmark2. # libjpeg_turbo is used by glmark2.
'third_party/libjpeg_turbo': { 'third_party/libjpeg_turbo': {
'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@bbb828223e9c8f83f0e84db1e98b116029e62765', 'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@e9a659a09e9600883e499c06ede04ba514d7f942',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -311,7 +311,7 @@ deps = { ...@@ -311,7 +311,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@dddd39ba5ac85802da26c0b40f4621721f3a803e', 'url': '{chromium_git}/chromium/src/tools/mb@1424e1194eca38f54dd7d308011f4bc305f71814',
'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