Commit 9f99de9d by angle-autoroll Committed by Angle LUCI CQ

Roll Chromium from 20cc6c3bb504 to 69ddea72a93b (424 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/20cc6c3bb504..69ddea72a93b 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 geofflang@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/28cc786905..fde1df76f6 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/e6d9961216..a0672af08c * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/a38974fc98..173d8869cf * third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/5764d6acf7..329436118b * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..949bca87e0 * tools/luci-go: git_revision:ede472114f4e51eaa068cd84cadcf470773f19ef..git_revision:e20098f56b10587e3cc0bc9ccac4934a13158de3 * tools/luci-go: git_revision:ede472114f4e51eaa068cd84cadcf470773f19ef..git_revision:e20098f56b10587e3cc0bc9ccac4934a13158de3 * tools/luci-go: git_revision:ede472114f4e51eaa068cd84cadcf470773f19ef..git_revision:e20098f56b10587e3cc0bc9ccac4934a13158de3 * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/709694a7a0..4a2cc422b8 * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/9361ecc481..15547a6864 No update to Clang. Bug: None Tbr: geofflang@google.com Change-Id: Ic9ee180399ae53ad526c588d928ce25613c39119 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2999409 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent dba2e136
...@@ -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': '20cc6c3bb50438c239f7b4648055255ceec8dcf6', 'chromium_revision': '69ddea72a93ba6426ea4e68e36fcc4d5d3906942',
# 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,12 +79,12 @@ vars = { ...@@ -79,12 +79,12 @@ 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': '2bc697bc6493861561954a0ac4c4725a2b9f9fd5', 'catapult_revision': '949bca87e0115972190f91dfb947137620c64b26',
# 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
# and whatever else without interference from each other. # and whatever else without interference from each other.
'luci_go': 'git_revision:ede472114f4e51eaa068cd84cadcf470773f19ef', 'luci_go': 'git_revision:e20098f56b10587e3cc0bc9ccac4934a13158de3',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling android_sdk_build-tools_version # the commit queue can handle CLs rolling android_sdk_build-tools_version
...@@ -119,7 +119,7 @@ vars = { ...@@ -119,7 +119,7 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@28cc7869050f29ef45da64dd322684ee9fc47e64', 'url': '{chromium_git}/chromium/src/build.git@fde1df76f69be9be1a85f15c7ec71820e5ccd9d9',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -177,12 +177,12 @@ deps = { ...@@ -177,12 +177,12 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@e6d9961216c419fa54ae0b53c9d46ba9d86000e1', 'url': '{chromium_git}/chromium/src/testing@a0672af08c01b96efdf9ec1c28e0db210903366d',
'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@a38974fc980edf2a49a271d522f4b8a546bc019b', 'url': '{chromium_git}/chromium/src/third_party/abseil-cpp@173d8869cfcb8c1eda39a520289efa440a1946d3',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -225,7 +225,7 @@ deps = { ...@@ -225,7 +225,7 @@ deps = {
}, },
'third_party/android_deps': { 'third_party/android_deps': {
'url': '{chromium_git}/chromium/src/third_party/android_deps@5764d6acf7928ea8e4fbbc7d065bc7f7c70c9402', 'url': '{chromium_git}/chromium/src/third_party/android_deps@329436118b0b42c2401df72540c529374fddfc64',
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and 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@709694a7a02b639652f869e3d474d27b3654565d', 'url': '{chromium_git}/chromium/src/tools/mb@4a2cc422b813299714ae3636a0b2b7da46da5a07',
'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@9361ecc481385570b86ac57684f092daacfd9f3e', 'url': '{chromium_git}/chromium/src/tools/perf@15547a6864878d98562127dc28e71ea0eebdc448',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -2348,6 +2348,17 @@ deps = { ...@@ -2348,6 +2348,17 @@ deps = {
'dep_type': 'cipd', 'dep_type': 'cipd',
}, },
'third_party/android_deps/libs/com_google_android_play_core': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/com_google_android_play_core',
'version': 'version:2@1.10.0.cr0',
},
],
'condition': 'checkout_android and not build_with_chromium',
'dep_type': 'cipd',
},
'third_party/android_deps/libs/com_google_auto_auto_common': { 'third_party/android_deps/libs/com_google_auto_auto_common': {
'packages': [ 'packages': [
{ {
......
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