Commit e72bdb4f by angle-autoroll Committed by Angle LUCI CQ

Roll Chromium from 94cea2515faf to 1078c63704e4 (468 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/94cea2515faf..1078c63704e4 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/710d444030..9211e71997 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/46bcd59544..82a4d60220 * buildtools/linux64: git_revision:d924640c25f9d90386716116a53957f24d709042..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * buildtools/mac: git_revision:d924640c25f9d90386716116a53957f24d709042..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * buildtools/third_party/libc++/trunk: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/8fa8794677..79a2e924d9 * buildtools/win: git_revision:d924640c25f9d90386716116a53957f24d709042..git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/30b38aa65f..dffb539454 * third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/33e2b30b78..ba4a77b238 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..11a2ddfb3e * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6f0df68e8b..2a6dffaf4b * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/8415fd8519..6274a5523a * tools/mb: https://chromium.googlesource.com/chromium/src/tools/mb/+log/ff3ba154c1..200428d9fe * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/f8baec67b7..b08c62ecda Clang version changed llvmorg-13-init-13689-g93938943:llvmorg-13-init-13925-g0f24ffcd Details: https://chromium.googlesource.com/chromium/src/tools/clang/+/8415fd8519d19a25ef5d5df132d9a3722409c36d..6274a5523af83afe7762ab96d383f50109376fe7/scripts/update.py Bug: None Tbr: jonahr@google.com Change-Id: Ie93aab2b5ebb5000fd7d44a2e09b76b8b0685756 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2992012 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
parent e833128d
...@@ -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': '94cea2515faf3ac2b315c1c8fda8c1406e7f87b4', 'chromium_revision': '1078c63704e4950807bed677284afb1f2d7f99f6',
# 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,
...@@ -119,12 +119,12 @@ vars = { ...@@ -119,12 +119,12 @@ vars = {
deps = { deps = {
'build': { 'build': {
'url': '{chromium_git}/chromium/src/build.git@710d444030adcbb255642c40c971693d027ad640', 'url': '{chromium_git}/chromium/src/build.git@9211e71997e5e1241fffc3bd6b671f41705d9fad',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
'buildtools': { 'buildtools': {
'url': '{chromium_git}/chromium/src/buildtools.git@46bcd59544bc586870eb8386e72abf1940e96455', 'url': '{chromium_git}/chromium/src/buildtools.git@82a4d6022067726fc72f261cb64a1dfa3b97af86',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -137,7 +137,7 @@ deps = { ...@@ -137,7 +137,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'gn/gn/linux-amd64', 'package': 'gn/gn/linux-amd64',
'version': 'git_revision:d924640c25f9d90386716116a53957f24d709042', 'version': 'git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943',
} }
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -148,7 +148,7 @@ deps = { ...@@ -148,7 +148,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'gn/gn/mac-${{arch}}', 'package': 'gn/gn/mac-${{arch}}',
'version': 'git_revision:d924640c25f9d90386716116a53957f24d709042', 'version': 'git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943',
} }
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -156,7 +156,7 @@ deps = { ...@@ -156,7 +156,7 @@ deps = {
}, },
'buildtools/third_party/libc++/trunk': { 'buildtools/third_party/libc++/trunk': {
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@8fa87946779682841e21e2da977eccfb6cb3bded', 'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@79a2e924d96e2fc1e4b937c42efd08898fa472d7',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -169,7 +169,7 @@ deps = { ...@@ -169,7 +169,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'gn/gn/windows-amd64', 'package': 'gn/gn/windows-amd64',
'version': 'git_revision:d924640c25f9d90386716116a53957f24d709042', 'version': 'git_revision:4d207c94eab41f09c9a8505eb47f3d2919e47943',
} }
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
...@@ -177,7 +177,7 @@ deps = { ...@@ -177,7 +177,7 @@ deps = {
}, },
'testing': { 'testing': {
'url': '{chromium_git}/chromium/src/testing@30b38aa65fa9c3580eba34649b9aba947a4b1036', 'url': '{chromium_git}/chromium/src/testing@dffb539454d983f76eae65e0ab9e9202bc3bd730',
'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@33e2b30b78853d40f47e4c5099433b11ce29d619', 'url': '{chromium_git}/chromium/src/third_party/android_deps@ba4a77b2389a979fd7f6ea4cda2b323b920edf61',
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and 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@6f0df68e8bbef78afc3f79ade9bb1c04a7eb9de6', 'url': '{chromium_git}/chromium/tools/depot_tools.git@2a6dffaf4bc5eae2f76b6e56704b63fbcda92c55',
'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@8415fd8519d19a25ef5d5df132d9a3722409c36d', 'url': '{chromium_git}/chromium/src/tools/clang.git@6274a5523af83afe7762ab96d383f50109376fe7',
'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@ff3ba154c1fe125a3e203f17fefa018062701076', 'url': '{chromium_git}/chromium/src/tools/mb@200428d9fe98c7ca4330e1aa2d392e5e690ab983',
'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@f8baec67b7415e8a99a2bd49e8b1dc630a67c319', 'url': '{chromium_git}/chromium/src/tools/perf@b08c62ecda89687e2f54795176c48e761831f5a2',
'condition': 'not build_with_chromium', 'condition': 'not build_with_chromium',
}, },
...@@ -3144,11 +3144,33 @@ deps = { ...@@ -3144,11 +3144,33 @@ deps = {
'dep_type': 'cipd', 'dep_type': 'cipd',
}, },
'third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk7',
'version': 'version:2@1.5.0.cr0',
},
],
'condition': 'checkout_android and not build_with_chromium',
'dep_type': 'cipd',
},
'third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8': {
'packages': [
{
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlin_kotlin_stdlib_jdk8',
'version': 'version:2@1.5.0.cr0',
},
],
'condition': 'checkout_android and not build_with_chromium',
'dep_type': 'cipd',
},
'third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android': { 'third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android': {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android', 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_android',
'version': 'version:2@1.4.3.cr0', 'version': 'version:2@1.5.0.cr0',
}, },
], ],
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and not build_with_chromium',
...@@ -3159,7 +3181,7 @@ deps = { ...@@ -3159,7 +3181,7 @@ deps = {
'packages': [ 'packages': [
{ {
'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm', 'package': 'chromium/third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_coroutines_core_jvm',
'version': 'version:2@1.4.3.cr0', 'version': 'version:2@1.5.0.cr0',
}, },
], ],
'condition': 'checkout_android and not build_with_chromium', 'condition': 'checkout_android and 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":
"69432cd151b6fa9d64767a464ec34dec" "a4e75864a1af7060950c3298aeb22c9d"
} }
\ 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