зеркало из https://github.com/AvaloniaUI/angle.git
Roll Chromium from 8a3d372ccd3c to 07002c74826e (635 revisions)
8a3d372ccd..07002c7482
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 angle-team@google.com,romanl@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry 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:f360b1ae70..e487e6db20
* buildtools:50c348906c..c8bee3e69d
* testing:074ff55a07..729cd7fa3b
* third_party/abseil-cpp:7207ed23d5..0f519c0d9c
* third_party/android_deps:506acd31ba..c83050b88e
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/4f81c1e295..88124d563b * third_party/depot_tools:90a30a5b53..422ba5b9a5
* third_party/libc++/src:7cf98622ab..a094e2535c
* third_party/libunwind/src:43e5a34c5b..7608093d21
* third_party/turbine: yCsGwOtj8SizFXXeS-xmdIaZ3PuyTsy8IJsp411p_uIC..hgwj3KajqJCdACBdNiRoYQZhZw2NhHu0-pwuAp3S-LcC * tools/android:f1c868477e..17e6503b3b
* tools/clang:dc3593cbb8..63add4de58
* tools/mb:91d35f630f..bfe350d6ed
* tools/perf:94bb6e3960..768e830d42
No update to Clang. Bug: None Tbr: romanl@google.com Change-Id: I30ecdbab1d282630f12adade60a6ec1c946ce917 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4908424 Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
Родитель
4ace4da1c4
Коммит
16086afbc5
162
DEPS
162
DEPS
|
@ -45,7 +45,7 @@ vars = {
|
|||
'checkout_angle_mesa': False,
|
||||
|
||||
# Version of Chromium our Chromium-based DEPS are mirrored from.
|
||||
'chromium_revision': '8a3d372ccd3c3f2a58cb639c6f9d5ab52f241e47',
|
||||
'chromium_revision': '07002c74826ee06fd1c0cc11dcb8e184055b5bc6',
|
||||
# We never want to checkout chromium,
|
||||
# but need a dummy DEPS entry for the autoroller
|
||||
'dummy_checkout_chromium': False,
|
||||
|
@ -90,7 +90,7 @@ vars = {
|
|||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling catapult
|
||||
# and whatever else without interference from each other.
|
||||
'catapult_revision': '4f81c1e295978227d83f1b42ceff40b4f9b5b08c',
|
||||
'catapult_revision': '88124d563b463ae939ba751f4451fa194dd1addc',
|
||||
|
||||
# the commit queue can handle CLs rolling Fuchsia sdk
|
||||
# and whatever else without interference from each other.
|
||||
|
@ -161,12 +161,12 @@ vars = {
|
|||
deps = {
|
||||
|
||||
'build': {
|
||||
'url': Var('chromium_git') + '/chromium/src/build.git@f360b1ae70d095ca004b10ecca4602aa1fa0b2d0',
|
||||
'url': Var('chromium_git') + '/chromium/src/build.git@e487e6db204800411e6eea6a9d57c8e7284c6a66',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'buildtools': {
|
||||
'url': Var('chromium_git') + '/chromium/src/buildtools.git@50c348906cbd450e031bc3123b657f833f8455b7',
|
||||
'url': Var('chromium_git') + '/chromium/src/buildtools.git@c8bee3e69d439a3fb2a444da9dda1492d0807084',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -220,12 +220,12 @@ deps = {
|
|||
},
|
||||
|
||||
'testing': {
|
||||
'url': '{chromium_git}/chromium/src/testing@074ff55a07fb690e769eda906375f8e7cb6b39b8',
|
||||
'url': '{chromium_git}/chromium/src/testing@729cd7fa3b34aeb1b28f1c183f1a82bf44f19a9e',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
'third_party/abseil-cpp': {
|
||||
'url': Var('chromium_git') + '/chromium/src/third_party/abseil-cpp@7207ed23d56aa19796ffd08b8203f7af7f3b5f29',
|
||||
'url': Var('chromium_git') + '/chromium/src/third_party/abseil-cpp@0f519c0d9cbc89a51e0e3841cd519acfde70214c',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -290,7 +290,7 @@ deps = {
|
|||
},
|
||||
|
||||
'third_party/android_deps': {
|
||||
'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@506acd31ba7959d41f685fd9e3e180489df57bef',
|
||||
'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@c83050b88ef25ae3a95952f523be0aaf76eaa9d3',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -403,7 +403,7 @@ deps = {
|
|||
},
|
||||
|
||||
'third_party/depot_tools': {
|
||||
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@90a30a5b5357636fa05bb315c393275be7ca705c',
|
||||
'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@422ba5b9a58c764572478b2c3d948b35ef9c2811',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -517,7 +517,7 @@ deps = {
|
|||
},
|
||||
|
||||
'third_party/libc++/src': {
|
||||
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@7cf98622abaf832e2d4784889ebc69d5b6fde4d8',
|
||||
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@a094e2535c54dd295d22c56bd088691459708b46',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -527,7 +527,7 @@ deps = {
|
|||
},
|
||||
|
||||
'third_party/libunwind/src': {
|
||||
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@43e5a34c5b7066a7ee15c74f09dc37b4b9b5630e',
|
||||
'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@7608093d21b209a23ccac7c0d5af5cc47e148887',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -659,7 +659,7 @@ deps = {
|
|||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/turbine',
|
||||
'version': 'yCsGwOtj8SizFXXeS-xmdIaZ3PuyTsy8IJsp411p_uIC',
|
||||
'version': 'hgwj3KajqJCdACBdNiRoYQZhZw2NhHu0-pwuAp3S-LcC',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
|
@ -691,12 +691,12 @@ deps = {
|
|||
},
|
||||
|
||||
'tools/android': {
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/android@f1c868477ef1227da0874ebdeb18876371c6be24',
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/android@17e6503b3b1e80df53499a8d1811ab2e9e36d637',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
'tools/clang': {
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@dc3593cbb8b6e77c06e17697ea5b34b38d54a7ba',
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/clang.git@63add4de58da9da47128fc588c17ac4d5e614c79',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -727,7 +727,7 @@ deps = {
|
|||
},
|
||||
|
||||
'tools/mb': {
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/mb@91d35f630fe9569cfe81bd29e1960958abfa3977',
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/mb@bfe350d6ed8ae553545bba3c65e3e179de419b68',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -742,7 +742,7 @@ deps = {
|
|||
},
|
||||
|
||||
'tools/perf': {
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/perf@94bb6e3960839d938499875da29db2bc8ef602ee',
|
||||
'url': Var('chromium_git') + '/chromium/src/tools/perf@768e830d42a68fa8454219a69a4429825f94ad6c',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -3283,17 +3283,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/android_arch_lifecycle_common_java8': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/android_arch_lifecycle_common_java8',
|
||||
'version': 'version:2@1.1.1.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/android_arch_lifecycle_livedata': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -3338,28 +3327,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_animated_vector_drawable': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_animated_vector_drawable',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_appcompat_v7': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_appcompat_v7',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_asynclayoutinflater': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -3371,17 +3338,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_cardview_v7': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_cardview_v7',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_collections': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -3426,17 +3382,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_design': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_design',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_documentfile': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -3492,17 +3437,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_multidex': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_multidex',
|
||||
'version': 'version:2@1.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_print': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -3514,17 +3448,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_recyclerview_v7': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_recyclerview_v7',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_slidingpanelayout': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -3580,50 +3503,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_support_fragment': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_fragment',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_support_media_compat': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_media_compat',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_support_v4': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_v4',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_support_vector_drawable': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_support_vector_drawable',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_swiperefreshlayout': {
|
||||
'packages': [
|
||||
{
|
||||
|
@ -3635,17 +3514,6 @@ deps = {
|
|||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_transition': {
|
||||
'packages': [
|
||||
{
|
||||
'package': 'chromium/third_party/android_deps/libs/com_android_support_transition',
|
||||
'version': 'version:2@28.0.0.cr1',
|
||||
},
|
||||
],
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
'dep_type': 'cipd',
|
||||
},
|
||||
|
||||
'third_party/android_deps/libs/com_android_support_versionedparcelable': {
|
||||
'packages': [
|
||||
{
|
||||
|
|
2
build
2
build
|
@ -1 +1 @@
|
|||
Subproject commit f360b1ae70d095ca004b10ecca4602aa1fa0b2d0
|
||||
Subproject commit e487e6db204800411e6eea6a9d57c8e7284c6a66
|
|
@ -1 +1 @@
|
|||
Subproject commit 50c348906cbd450e031bc3123b657f833f8455b7
|
||||
Subproject commit c8bee3e69d439a3fb2a444da9dda1492d0807084
|
2
testing
2
testing
|
@ -1 +1 @@
|
|||
Subproject commit 074ff55a07fb690e769eda906375f8e7cb6b39b8
|
||||
Subproject commit 729cd7fa3b34aeb1b28f1c183f1a82bf44f19a9e
|
|
@ -1 +1 @@
|
|||
Subproject commit 7207ed23d56aa19796ffd08b8203f7af7f3b5f29
|
||||
Subproject commit 0f519c0d9cbc89a51e0e3841cd519acfde70214c
|
|
@ -1 +1 @@
|
|||
Subproject commit 506acd31ba7959d41f685fd9e3e180489df57bef
|
||||
Subproject commit c83050b88ef25ae3a95952f523be0aaf76eaa9d3
|
|
@ -1 +1 @@
|
|||
Subproject commit 4f81c1e295978227d83f1b42ceff40b4f9b5b08c
|
||||
Subproject commit 88124d563b463ae939ba751f4451fa194dd1addc
|
|
@ -1 +1 @@
|
|||
Subproject commit 90a30a5b5357636fa05bb315c393275be7ca705c
|
||||
Subproject commit 422ba5b9a58c764572478b2c3d948b35ef9c2811
|
|
@ -1 +1 @@
|
|||
Subproject commit 7cf98622abaf832e2d4784889ebc69d5b6fde4d8
|
||||
Subproject commit a094e2535c54dd295d22c56bd088691459708b46
|
|
@ -1 +1 @@
|
|||
Subproject commit 43e5a34c5b7066a7ee15c74f09dc37b4b9b5630e
|
||||
Subproject commit 7608093d21b209a23ccac7c0d5af5cc47e148887
|
|
@ -1 +1 @@
|
|||
Subproject commit f1c868477ef1227da0874ebdeb18876371c6be24
|
||||
Subproject commit 17e6503b3b1e80df53499a8d1811ab2e9e36d637
|
|
@ -1 +1 @@
|
|||
Subproject commit dc3593cbb8b6e77c06e17697ea5b34b38d54a7ba
|
||||
Subproject commit 63add4de58da9da47128fc588c17ac4d5e614c79
|
2
tools/mb
2
tools/mb
|
@ -1 +1 @@
|
|||
Subproject commit 91d35f630fe9569cfe81bd29e1960958abfa3977
|
||||
Subproject commit bfe350d6ed8ae553545bba3c65e3e179de419b68
|
|
@ -1 +1 @@
|
|||
Subproject commit 94bb6e3960839d938499875da29db2bc8ef602ee
|
||||
Subproject commit 768e830d42a68fa8454219a69a4429825f94ad6c
|
Загрузка…
Ссылка в новой задаче