Commit d447829c by angle-autoroll Committed by Commit Bot

Roll Chromium from 78f4bbcd4cb1 to a5e4417becc2 (263 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/78f4bbcd4cb1..a5e4417becc2 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 ynovikov@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/b4b7adbdc2..d4fcf57b4e * testing: https://chromium.googlesource.com/chromium/src/testing/+log/9d83fdb696..36d8b4b883 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/3b78ceeade..ea63baff14 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..2752abe7e2 * third_party/libjpeg_turbo: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git/+log/e9a659a09e..09efc26aff No update to Clang. Bug: None Tbr: ynovikov@google.com Change-Id: Ic57fe979eda136816aca4bcf9f38eb476e07cb56 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2601584Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent b91afcfd
...@@ -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': '78f4bbcd4cb1d702c106a1378bfb60c72c9075dd', 'chromium_revision': 'a5e4417becc29528f09144839829148e7360a506',
# 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,7 +65,7 @@ vars = { ...@@ -65,7 +65,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': '8d43e589947e9279336118ca568525261849f886', 'catapult_revision': '2752abe7e2cd73f22c2d10a464748fd293b73b05',
# 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
...@@ -76,7 +76,7 @@ vars = { ...@@ -76,7 +76,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@b4b7adbdc2257c1666e33cdac351fbc5e6bf316e', 'url': '{chromium_git}/chromium/src/build.git@d4fcf57b4e9a6f0245a49370568ea4140860e9ce',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -86,12 +86,12 @@ deps = { ...@@ -86,12 +86,12 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@9d83fdb696865a8f23e715b5c1b9314d783e89d7', 'url': '{chromium_git}/chromium/src/testing@36d8b4b88328e9e41489cc31c7a3a0ec9167d1a4',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'third_party/abseil-cpp': { 'third_party/abseil-cpp': {
'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@3b78ceeade26a1deeda016c82df78a4de1032797', 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@ea63baff1484ff3e9c12c6d851ec216a665f4858',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -141,7 +141,7 @@ deps = { ...@@ -141,7 +141,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@e9a659a09e9600883e499c06ede04ba514d7f942', 'url': '{chromium_git}/chromium/deps/libjpeg_turbo.git@09efc26aff7983f4377a1743a197ca3d74796d7d',
'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