Commit 4ed9c4f1 by angle-autoroll Committed by Commit Bot

Roll Chromium from cc20ce29e7a7 to 9c9ca054e2bc (391 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/cc20ce29e7a7..9c9ca054e2bc 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 jmadill@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/b962cf8184..78cec98cec * buildtools/third_party/libc++abi/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/77b3c6ba9b..a136a3b8e9 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/7cf4a65f3f..d2f8120325 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..a6cbca97d3 * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/15a4172c51..f7cbd24db3 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/88f0c977ae..5a7320bb83 No update to Clang. Bug: None Tbr: jmadill@google.com Change-Id: I27268429793c4a86a5605c3cb69780eb7ff2c1ac Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2801166 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent 811568a9
...@@ -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': 'cc20ce29e7a78abf20db99a1f855fb18651783f2', 'chromium_revision': '9c9ca054e2bcab6580526cb3dc3715486fe34133',
# 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': 'da171bf95e7c56975258f1914f661d5b1519e0c1', 'catapult_revision': 'a6cbca97d3abf6a750986b33bc918525fff22734',
# 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@b962cf81840a112aab61443824f8afd6791fda31', 'url': '{chromium_git}/chromium/src/build.git@78cec98cec2040f614be48b25b47f15cf87a3b58',
'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@77b3c6ba9b261df3d5f3af5f3df9f4885bae9f21', 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@a136a3b8e91029a499ca04f94ad89143eaf5fac4',
'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@7cf4a65f3fe36ebd2adf8916b6b30c9238c4ba9d', 'url': '{chromium_git}/chromium/src/testing@d2f81203253e0c5f4dfd58f2193f315db3eb604a',
'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@15a4172c51d9c03bdb09637aa2ef611d26e260b9', 'url': '{chromium_git}/chromium/src/tools/clang.git@f7cbd24db389c714cb73dab518bb748f5ddbd9ca',
'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@88f0c977aeeb43a0a5b4d6dc4adde1974d33e277', 'url': '{chromium_git}/chromium/src/tools/mb@5a7320bb83a94ceecb4f1dfbaf3f6d613e735d61',
'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