Commit d41cec67 by angle-autoroll Committed by Commit Bot

Roll Chromium from 7a30f2f0e630 to e0abc3035c46 (431 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/7a30f2f0e630..e0abc3035c46 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 cnorthrop@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/7b935ebade..5b847b7f2c * buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/f50df92a29..9bb07683fb * testing: https://chromium.googlesource.com/chromium/src/testing/+log/3977fbe3b4..e50b540620 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..36e45025a8 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/a2d934b248..fc39a84984 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/f5499b6afa..fc72712d33 No update to Clang. Bug: None Tbr: cnorthrop@google.com Change-Id: Ie0442b56785f1b203ce86ad8a78f181206e8c0ee Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2786167 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 58502aa5
...@@ -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': '7a30f2f0e6303b12dd8d2a340ad842d6a8108749', 'chromium_revision': 'e0abc3035c46525522d9ce677e1e0b5cf0d414a8',
# 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,
...@@ -76,7 +76,7 @@ vars = { ...@@ -76,7 +76,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@7b935ebade6973c3be66149e54ab41969ede01ad', 'url': '{chromium_git}/chromium/src/build.git@5b847b7f2c0d456f249c92b441751f59f484b900',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -118,7 +118,7 @@ deps = { ...@@ -118,7 +118,7 @@ deps = {
}, },
'buildtools/third_party/libc++abi/trunk': { 'buildtools/third_party/libc++abi/trunk': {
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@f50df92a297982cc7468fb614b284bb31aa08e60', 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@9bb07683fbffe86edb42c5c519b7a4bc4e893deb',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -134,7 +134,7 @@ deps = { ...@@ -134,7 +134,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@3977fbe3b4d0211846a86509bf41a14f47d808d7', 'url': '{chromium_git}/chromium/src/testing@e50b540620033d1bd3d20866f2f26d06a3586e64',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -269,7 +269,7 @@ deps = { ...@@ -269,7 +269,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@a2d934b248d2ef0d9af4e5466ee6d1af9c3ba278', 'url': '{chromium_git}/chromium/src/tools/clang.git@fc39a8498479316b8cdc243eb258c4e065d1e2f3',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -304,7 +304,7 @@ deps = { ...@@ -304,7 +304,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@f5499b6afa48c2987ba61f306d89e41c93260fa3', 'url': '{chromium_git}/chromium/src/tools/mb@fc72712d339d9bc101279126eda12790700e3f3d',
'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