Commit 3cdd19d9 by angle-autoroll Committed by Commit Bot

Roll Chromium from c934ea57f1cb to b35107425323 (149 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/c934ea57f1cb..b35107425323 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 cwallez@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/a9ca728568..fc95b89607 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/3572f32a2f..aae220c1b5 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/1e3b0f3630..de8d9210e5 * third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/59187e10e9..aec16ef745 No update to Clang. Bug: None Tbr: cwallez@google.com Change-Id: Ic00c3243adc183b88ae09d40b0dac205d4dc8190 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2395044Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent f184cb61
...@@ -28,7 +28,7 @@ vars = { ...@@ -28,7 +28,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': 'c934ea57f1cb2a8df0f017a8b5fb6b4c016a778c', 'chromium_revision': 'b351074253236dae5054b95ea8a96f1384919faa',
# 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,
...@@ -103,7 +103,7 @@ vars = { ...@@ -103,7 +103,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@a9ca7285682829299b2db1d24c894407411fdf2d', 'url': '{chromium_git}/chromium/src/build.git@fc95b89607dcc3241d7042c26b5eff85ab8f6a19',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -113,12 +113,12 @@ deps = { ...@@ -113,12 +113,12 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@3572f32a2f2eb1c9c9dc7876529f967714959e27', 'url': '{chromium_git}/chromium/src/testing@aae220c1b5dfc035663e9ff3478d73cb2f319015',
'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@1e3b0f36308a8058c2a4489b2e1f9a496cc2e39f', 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@de8d9210e5e2421f20d675c875a42bbd8a674ca6',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -269,7 +269,7 @@ deps = { ...@@ -269,7 +269,7 @@ deps = {
}, },
'third_party/zlib': { 'third_party/zlib': {
'url': '{chromium_git}/chromium/src/third_party/zlib@59187e10e96157e9135da61e95cec25a9baf9cd3', 'url': '{chromium_git}/chromium/src/third_party/zlib@aec16ef74550b35e0c7a8ad630194e06cdfef82f',
'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