зеркало из https://github.com/AvaloniaUI/angle.git
Roll Chromium from 46c13be19f0f to 693c7419bd5c (567 revisions)
46c13be19f..693c7419bd
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 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:9042b6dc2d..1c34f36484
* buildtools/third_party/libc++abi/trunk:ac1834f0f9..ecff200716
* testing:a5ef65301b..2325b300ba
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..d1ddc12119 * third_party/depot_tools:1bc3cd228e..31bfd51995
* third_party/fuchsia-sdk/sdk: version:8.20220509.2.1..version:8.20220510.2.1 * third_party/ijar:299c223073..af7b288c8f
* third_party/protobuf:dea66ed25b..d31fefe9c4
* tools/clang:cd2b9e3fc9..9da9510586
* tools/mb:410a89315b..25ed892f84
* tools/perf:33d416b156..60720e89b6
No update to Clang. Bug: None Tbr: romanl@google.com Change-Id: Ic2030211488c58688492139467cb2c2dc83160ae Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3641464 Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
Родитель
a8ebdf2b5a
Коммит
486ae89e43
24
DEPS
24
DEPS
|
@ -37,7 +37,7 @@ vars = {
|
|||
'checkout_android_native_support': 'checkout_android or checkout_chromeos',
|
||||
|
||||
# Version of Chromium our Chromium-based DEPS are mirrored from.
|
||||
'chromium_revision': '46c13be19f0f8996e88e8a73f2a37f382fa61133',
|
||||
'chromium_revision': '693c7419bd5c411ca2743d338b12962e0b7358f1',
|
||||
# We never want to checkout chromium,
|
||||
# but need a dummy DEPS entry for the autoroller
|
||||
'dummy_checkout_chromium': False,
|
||||
|
@ -82,11 +82,11 @@ 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': '406c287087f813ebe4db4c87f5241c44fb4ddf14',
|
||||
'catapult_revision': 'd1ddc12119ab1365426dac869c09711ee3a463ed',
|
||||
|
||||
# the commit queue can handle CLs rolling Fuchsia sdk
|
||||
# and whatever else without interference from each other.
|
||||
'fuchsia_version': 'version:8.20220509.2.1',
|
||||
'fuchsia_version': 'version:8.20220510.2.1',
|
||||
|
||||
# Three lines of non-changing comments so that
|
||||
# the commit queue can handle CLs rolling luci-go
|
||||
|
@ -126,7 +126,7 @@ vars = {
|
|||
deps = {
|
||||
|
||||
'build': {
|
||||
'url': '{chromium_git}/chromium/src/build.git@9042b6dc2d64a00b7ee310e34b6150653bd18c0c',
|
||||
'url': '{chromium_git}/chromium/src/build.git@1c34f36484f43be915b48b090527d87356c72ce8',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -168,7 +168,7 @@ deps = {
|
|||
},
|
||||
|
||||
'buildtools/third_party/libc++abi/trunk': {
|
||||
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@ac1834f0f916390fd9fe9addb498ba644a76a119',
|
||||
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxxabi.git@ecff200716d0e23f46d01dfcebac61ac7e00b15b',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -189,7 +189,7 @@ deps = {
|
|||
},
|
||||
|
||||
'testing': {
|
||||
'url': '{chromium_git}/chromium/src/testing@a5ef65301b89904535331608c268ead0add08205',
|
||||
'url': '{chromium_git}/chromium/src/testing@2325b300bae61484489d268c63941be1bc141577',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -335,7 +335,7 @@ deps = {
|
|||
},
|
||||
|
||||
'third_party/depot_tools': {
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@1bc3cd228ef445429638ebe22f0c59ed5b396ccf',
|
||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@31bfd519956b011b822769f227fd7dcf679f2f43',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -374,7 +374,7 @@ deps = {
|
|||
},
|
||||
|
||||
'third_party/ijar': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/ijar@299c22307305d8749170cfc0837146b9b7cbab3a',
|
||||
'url': '{chromium_git}/chromium/src/third_party/ijar@af7b288c8f2018c8e58b6fe337d1520912ef0449',
|
||||
'condition': 'checkout_android and not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -448,7 +448,7 @@ deps = {
|
|||
},
|
||||
|
||||
'third_party/protobuf': {
|
||||
'url': '{chromium_git}/chromium/src/third_party/protobuf@dea66ed25bbe6489526613d14c69fa6d1eca3027',
|
||||
'url': '{chromium_git}/chromium/src/third_party/protobuf@d31fefe9c4cfd814677a1aa816b5f7156cbb1a42',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -550,7 +550,7 @@ deps = {
|
|||
},
|
||||
|
||||
'tools/clang': {
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@cd2b9e3fc93ac744d4ea4323c1f92102f0cde43e',
|
||||
'url': '{chromium_git}/chromium/src/tools/clang.git@9da95105864734ee87f47e0de638a09eb088338b',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -581,7 +581,7 @@ deps = {
|
|||
},
|
||||
|
||||
'tools/mb': {
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@410a89315bf08758b472c6cadb19f64353df8213',
|
||||
'url': '{chromium_git}/chromium/src/tools/mb@25ed892f84ce9db2eea0c6f8f5da821bfce077a6',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -596,7 +596,7 @@ deps = {
|
|||
},
|
||||
|
||||
'tools/perf': {
|
||||
'url': '{chromium_git}/chromium/src/tools/perf@33d416b15668891c5a9646199012512309ed3b3a',
|
||||
'url': '{chromium_git}/chromium/src/tools/perf@60720e89b62f20d96b8942f7e30adafbea4c390b',
|
||||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
"testing/buildbot/generate_buildbot_json.py":
|
||||
"e8e039a45433ac7254fb838f2facde45",
|
||||
"testing/buildbot/mixins.pyl":
|
||||
"66afe619313e4e85480b44968f754340"
|
||||
"fa5f28610385eb6c25e753b703c17b8b"
|
||||
}
|
Загрузка…
Ссылка в новой задаче