зеркало из https://github.com/AvaloniaUI/angle.git
Roll Chromium from 16d8164e92a5 to 754ede9fc072 (380 revisions)
16d8164e92..754ede9fc0
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 syoussefi@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:89cc6c63d9..8bf02cb228
* buildtools:98014eb61a..431d9c2d82
* buildtools/third_party/libc++/trunk:6cc58d640c..5df82514bc
* testing:95324abbb0..dbe2ab9dc9
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/{catapult_..b3421074fa * third_party/depot_tools:647cfe6bf1..268d645853
* tools/mb:d2890e490f..752991ad1e
No update to Clang. Bug: None Tbr: syoussefi@google.com Change-Id: Ib8adeb3e811f7aa7a937973fcae3a4aac9d9388c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3833276 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:
Родитель
2089943b95
Коммит
0f5770deab
16
DEPS
16
DEPS
|
@ -37,7 +37,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': '16d8164e92a5afe2943b8e3d022deb87dc598fa6',
|
'chromium_revision': '754ede9fc072c33298a8edf5ed5239f49aa5e71f',
|
||||||
# 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,
|
||||||
|
@ -82,7 +82,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': '6dbdca4bea6d53025e454524571f685731486cf5',
|
'catapult_revision': 'b3421074fa70071c13d4a72afebc9f458257c141',
|
||||||
|
|
||||||
# the commit queue can handle CLs rolling Fuchsia sdk
|
# the commit queue can handle CLs rolling Fuchsia sdk
|
||||||
# and whatever else without interference from each other.
|
# and whatever else without interference from each other.
|
||||||
|
@ -126,12 +126,12 @@ vars = {
|
||||||
deps = {
|
deps = {
|
||||||
|
|
||||||
'build': {
|
'build': {
|
||||||
'url': '{chromium_git}/chromium/src/build.git@89cc6c63d97afa51776b28d1a099a6c36e021d0b',
|
'url': '{chromium_git}/chromium/src/build.git@8bf02cb228d3656d4ade1f4e20a207acaa71cbd5',
|
||||||
'condition': 'not build_with_chromium',
|
'condition': 'not build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
'buildtools': {
|
'buildtools': {
|
||||||
'url': '{chromium_git}/chromium/src/buildtools.git@98014eb61adae4254db2c8dd1332707971528148',
|
'url': '{chromium_git}/chromium/src/buildtools.git@431d9c2d82c2da10df95226ab02ffbdd76a34838',
|
||||||
'condition': 'not build_with_chromium',
|
'condition': 'not build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -163,7 +163,7 @@ deps = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'buildtools/third_party/libc++/trunk': {
|
'buildtools/third_party/libc++/trunk': {
|
||||||
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@6cc58d640cfe272f079b07da2e03781796c6a6aa',
|
'url': '{chromium_git}/external/github.com/llvm/llvm-project/libcxx.git@5df82514bc009b7fa3d4964ee1fdaf975646d44c',
|
||||||
'condition': 'not build_with_chromium',
|
'condition': 'not build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -189,7 +189,7 @@ deps = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'testing': {
|
'testing': {
|
||||||
'url': '{chromium_git}/chromium/src/testing@95324abbb0e81fc2a66a422258fc7229f1093eb2',
|
'url': '{chromium_git}/chromium/src/testing@dbe2ab9dc97b3d2eb1afe188ff490b04c8f78586',
|
||||||
'condition': 'not build_with_chromium',
|
'condition': 'not build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -361,7 +361,7 @@ deps = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'third_party/depot_tools': {
|
'third_party/depot_tools': {
|
||||||
'url': '{chromium_git}/chromium/tools/depot_tools.git@647cfe6bf10efa3e171bed867a455347567007c7',
|
'url': '{chromium_git}/chromium/tools/depot_tools.git@268d645853ee8e1b884260049e5464a5ca2d8a30',
|
||||||
'condition': 'not build_with_chromium',
|
'condition': 'not build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -607,7 +607,7 @@ deps = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'tools/mb': {
|
'tools/mb': {
|
||||||
'url': '{chromium_git}/chromium/src/tools/mb@d2890e490f08f4b309307cccbd388260b38b6e1b',
|
'url': '{chromium_git}/chromium/src/tools/mb@752991ad1e55e5168a9de04efa5158f4a19e00da',
|
||||||
'condition': 'not build_with_chromium',
|
'condition': 'not build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче