Commit a3255db4 by angle-autoroll Committed by Commit Bot

Roll Chromium from 84714fcf811e to 1ca2f943e522 (3121 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/84714fcf811e..1ca2f943e522 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 courtneygo@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/7076d3be06..2dbf41fec1 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/b00ad0af63..ff93f3ea1a * testing: https://chromium.googlesource.com/chromium/src/testing/+log/855f6eb5b6..7f8ef3207a * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/24b0f49452..18c972d967 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/299e8a2339..89d15db591 No update to Clang. Bug: angleproject:4846 Tbr: courtneygo@google.com Change-Id: I8dacd86570bc49943f99b5c92bfd7004632f4e04 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2384167Reviewed-by: 's avatarangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent d55a6c9c
...@@ -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': '84714fcf811ee8112eae8b4e1a558d388dc98903', 'chromium_revision': '1ca2f943e5222b34ad07f7cb530301296299e692',
# 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,22 +103,22 @@ vars = { ...@@ -103,22 +103,22 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@7076d3be06d6b4749d6b7afd53d31a51b926447e', 'url': '{chromium_git}/chromium/src/build.git@2dbf41fec1e6676d0be618ef00156a30b2fe3f7a',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@b00ad0af636401e5eb4b5d0ab01b65164dca1914', 'url': '{chromium_git}/chromium/src/buildtools.git@ff93f3ea1a7f033d3caf8f60ec1937cc71351419',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@855f6eb5b64bbc59b236e1fd06a198827e7c2489', 'url': '{chromium_git}/chromium/src/testing@7f8ef3207a3ca20f319970dd5425d8bf72cf88a6',
'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@24b0f4945201170f3d051f2b174966ae1f615756', 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@18c972d96731013383fc55d19c6ff7c816b71390',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -274,7 +274,7 @@ deps = { ...@@ -274,7 +274,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@299e8a233942b1978a4c0dbc301f363a6729c4e2', 'url': '{chromium_git}/chromium/src/tools/clang.git@89d15db59117ae3086a47ee3d7abb45f5430bbd1',
'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