Commit 95603a5e by angle-autoroll Committed by Angle LUCI CQ

Roll Chromium from 685eab2b2e45 to bbc918ca9021 (471 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/685eab2b2e45..bbc918ca9021 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 jonahr@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/main/autoroll/README.md Changed dependencies * build: https://chromium.googlesource.com/chromium/src/build.git/+log/38ed2cb517..e589a8307b * testing: https://chromium.googlesource.com/chromium/src/testing/+log/2150962daf..eaddc52d2a * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..a2a4ced865 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b714c17658..2dd15401da * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/2d4e9fd266..8dd9dda226 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/c98879461d..573b694c3e * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/e2f6c49548..cf75b77f7f No update to Clang. Bug: None Tbr: jonahr@google.com Change-Id: If4160acefe414e040b73abf01f9661fb5852d1c3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2981691 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent b6adeb2f
...@@ -34,7 +34,7 @@ vars = { ...@@ -34,7 +34,7 @@ vars = {
'checkout_android_native_support': 'checkout_android or checkout_chromeos', 'checkout_android_native_support': 'checkout_android or checkout_chromeos',
# Version of Chromium our Chromium-based DEPS are mirrored from. # Version of Chromium our Chromium-based DEPS are mirrored from.
'chromium_revision': '685eab2b2e451c44949d2cd2fb8f65f0243449e0', 'chromium_revision': 'bbc918ca902123b26f94bf995a3187a80873e85c',
# 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,
...@@ -79,7 +79,7 @@ vars = { ...@@ -79,7 +79,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': 'ada99637c0f077259a054cb85f558f6cc001f59b', 'catapult_revision': 'a2a4ced865fa56087bf3416d61b5247c60d180ac',
# 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
...@@ -119,7 +119,7 @@ vars = { ...@@ -119,7 +119,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@38ed2cb517a311587133f70a8133f478a0d10965', 'url': '{chromium_git}/chromium/src/build.git@e589a8307b2eebca131735b6ba6afe0808d049f7',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -177,7 +177,7 @@ deps = { ...@@ -177,7 +177,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@2150962daf3d59551cb93e012d5fe8c9f1726f1c', 'url': '{chromium_git}/chromium/src/testing@eaddc52d2af8f675e8bc45c28ad8cfb939839d91',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -327,7 +327,7 @@ deps = { ...@@ -327,7 +327,7 @@ deps = {
}, },
'third_party/depot_tools': { 'third_party/depot_tools': {
'url': '{chromium_git}/chromium/tools/depot_tools.git@b714c17658d3e34a6e6abdc2b54be954b79cc4fa', 'url': '{chromium_git}/chromium/tools/depot_tools.git@2dd15401daeba4633533b4229109432d84c7dc66',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -531,7 +531,7 @@ deps = { ...@@ -531,7 +531,7 @@ deps = {
}, },
'tools/clang': { 'tools/clang': {
'url': '{chromium_git}/chromium/src/tools/clang.git@2d4e9fd266c166d0a29769bbbce71fdd5cdc6fb5', 'url': '{chromium_git}/chromium/src/tools/clang.git@8dd9dda226104ce5950533b6f217166749590dad',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -566,7 +566,7 @@ deps = { ...@@ -566,7 +566,7 @@ deps = {
}, },
'tools/mb': { 'tools/mb': {
'url': '{chromium_git}/chromium/src/tools/mb@c98879461d37f527e4672b6b69f67bdd5f2366a1', 'url': '{chromium_git}/chromium/src/tools/mb@573b694c3e9e17b51c129218636665b63feebd8c',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -581,7 +581,7 @@ deps = { ...@@ -581,7 +581,7 @@ deps = {
}, },
'tools/perf': { 'tools/perf': {
'url': '{chromium_git}/chromium/src/tools/perf@e2f6c495486c5729e37bbd67011a1533751e5d00', 'url': '{chromium_git}/chromium/src/tools/perf@cf75b77f7facc1ea57b1158d9d1fa9ba2b9f0d34',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
......
...@@ -16,5 +16,5 @@ ...@@ -16,5 +16,5 @@
"testing/buildbot/generate_buildbot_json.py": "testing/buildbot/generate_buildbot_json.py":
"9f5d39d58f4a8baf4b74349147feb606", "9f5d39d58f4a8baf4b74349147feb606",
"testing/buildbot/mixins.pyl": "testing/buildbot/mixins.pyl":
"f69d14d76bf3f4947317ad3434c5e8c9" "ceed218b95c8f1a41a799ad62935648e"
} }
\ No newline at end of file
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