aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>2023-12-07 09:34:24 +0000
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-12-07 11:14:45 +0000
commite4f1f1e35d40fea295c7249134e4965c5759342f (patch)
tree59682b9c09b7a23521c5456357ae342318f67394
parentfd957a65e0e1a421a2022cc72ea9247ad846e01a (diff)
downloadangle-e4f1f1e35d40fea295c7249134e4965c5759342f.tar.gz
Roll Chromium from d6f0715fbaaf to e567f1f8ed1d (592 revisions)
https://chromium.googlesource.com/chromium/src.git/+log/d6f0715fbaaf..e567f1f8ed1d 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 abdolrashidi@google.com,angle-team@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://issues.skia.org/issues/new?component=1389291&template=1850622 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/7d0812ef48..8b5921ef0c * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/894e045303..a19d89f939 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/dbd7cb3e68..eb3062b377 * third_party/abseil-cpp: https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp/+log/0764ad493e..025aa883df * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/093f85fdf8..97b05366a4 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/916dda0a0b..60f6c8a860 * third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/7f2dd14f5d..df5952f59c * third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/4cb5c2cefe..e88fcc906f * third_party/r8: ntZT6d-gLBdyTo-D6ie-hZXbQqDe_YNG3RK5ah85jBsC..g0IMQK-a9MiyqyQd6f26Ut45q36vivXE9UFtVa8mM38C * tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/991b697d2c..28cba3ec32 * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/3044fe1fd3..85bbbfc395 No update to Clang. Bug: None Tbr: abdolrashidi@google.com Change-Id: Ic8e78f63b2f5105b3b48110ce7a5718b5bb4f62b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5098158 Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
-rw-r--r--DEPS24
m---------build0
m---------buildtools0
m---------testing0
m---------third_party/abseil-cpp0
m---------third_party/catapult0
m---------third_party/depot_tools0
m---------third_party/libc++/src0
m---------third_party/libc++abi/src0
m---------tools/clang0
m---------tools/perf0
11 files changed, 12 insertions, 12 deletions
diff --git a/DEPS b/DEPS
index 733623f6db..9f4cbdf9b0 100644
--- a/DEPS
+++ b/DEPS
@@ -45,7 +45,7 @@ vars = {
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
- 'chromium_revision': 'd6f0715fbaaf8489d7d6c45a6ee50233678f5318',
+ 'chromium_revision': 'e567f1f8ed1db6872498748ac66332237e2da81f',
# 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': '093f85fdf881a3136ccbde54828438814120af96',
+ 'catapult_revision': '97b05366a493261f0324df00793eb836f2a6344f',
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
@@ -145,12 +145,12 @@ vars = {
deps = {
'build': {
- 'url': Var('chromium_git') + '/chromium/src/build.git@7d0812ef48f15b342cee12535fcf7f8f7583b343',
+ 'url': Var('chromium_git') + '/chromium/src/build.git@8b5921ef0c917e99be65feb265adce17268c0ad3',
'condition': 'not build_with_chromium',
},
'buildtools': {
- 'url': Var('chromium_git') + '/chromium/src/buildtools.git@894e045303a623914a36c083d4df4fe70b24fc97',
+ 'url': Var('chromium_git') + '/chromium/src/buildtools.git@a19d89f93987b42a7b9a1ab6cec80009552439a4',
'condition': 'not build_with_chromium',
},
@@ -204,12 +204,12 @@ deps = {
},
'testing': {
- 'url': '{chromium_git}/chromium/src/testing@dbd7cb3e68da17567164a74b48a833db2e779819',
+ 'url': '{chromium_git}/chromium/src/testing@eb3062b377159413c2f13e270b87a0adaeabe0f9',
'condition': 'not build_with_chromium',
},
'third_party/abseil-cpp': {
- 'url': Var('chromium_git') + '/chromium/src/third_party/abseil-cpp@0764ad493e54a79c7e3e02fc3412ef55b4835b9e',
+ 'url': Var('chromium_git') + '/chromium/src/third_party/abseil-cpp@025aa883df36d96e43b551dab5e96042e11b50d3',
'condition': 'not build_with_chromium',
},
@@ -380,7 +380,7 @@ deps = {
},
'third_party/depot_tools': {
- 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@916dda0a0b15bc08af8a8877593d9ddf94e8a610',
+ 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@60f6c8a860f838a4af860bec31795a98e60f88d0',
'condition': 'not build_with_chromium',
},
@@ -499,12 +499,12 @@ deps = {
},
'third_party/libc++/src': {
- 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@7f2dd14f5de9f8de0c5380a048cf552288c83e2b',
+ 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@df5952f59cc02873e4cf9cb98b975d775a36dabe',
'condition': 'not build_with_chromium',
},
'third_party/libc++abi/src': {
- 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@4cb5c2cefedc025433f81735bacbc0f773fdcd8f',
+ 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@e88fcc906fea94ef6a3c7e98bc795f547bffd74f',
'condition': 'not build_with_chromium',
},
@@ -586,7 +586,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/r8',
- 'version': 'ntZT6d-gLBdyTo-D6ie-hZXbQqDe_YNG3RK5ah85jBsC',
+ 'version': 'g0IMQK-a9MiyqyQd6f26Ut45q36vivXE9UFtVa8mM38C',
},
],
'condition': 'checkout_android and not build_with_chromium',
@@ -678,7 +678,7 @@ deps = {
},
'tools/clang': {
- 'url': Var('chromium_git') + '/chromium/src/tools/clang.git@991b697d2c50e34d66e435ae5fbed21dbd140735',
+ 'url': Var('chromium_git') + '/chromium/src/tools/clang.git@28cba3ec325c9ff378264198cef20fda89519c5d',
'condition': 'not build_with_chromium',
},
@@ -724,7 +724,7 @@ deps = {
},
'tools/perf': {
- 'url': Var('chromium_git') + '/chromium/src/tools/perf@3044fe1fd31cfc2713c45ea971f0b89032242240',
+ 'url': Var('chromium_git') + '/chromium/src/tools/perf@85bbbfc3953bef31346fdfd92e22ac7388a7331a',
'condition': 'not build_with_chromium',
},
diff --git a/build b/build
-Subproject 7d0812ef48f15b342cee12535fcf7f8f7583b34
+Subproject 8b5921ef0c917e99be65feb265adce17268c0ad
diff --git a/buildtools b/buildtools
-Subproject 894e045303a623914a36c083d4df4fe70b24fc9
+Subproject a19d89f93987b42a7b9a1ab6cec80009552439a
diff --git a/testing b/testing
-Subproject dbd7cb3e68da17567164a74b48a833db2e77981
+Subproject eb3062b377159413c2f13e270b87a0adaeabe0f
diff --git a/third_party/abseil-cpp b/third_party/abseil-cpp
-Subproject 0764ad493e54a79c7e3e02fc3412ef55b4835b9
+Subproject 025aa883df36d96e43b551dab5e96042e11b50d
diff --git a/third_party/catapult b/third_party/catapult
-Subproject 093f85fdf881a3136ccbde54828438814120af9
+Subproject 97b05366a493261f0324df00793eb836f2a6344
diff --git a/third_party/depot_tools b/third_party/depot_tools
-Subproject 916dda0a0b15bc08af8a8877593d9ddf94e8a61
+Subproject 60f6c8a860f838a4af860bec31795a98e60f88d
diff --git a/third_party/libc++/src b/third_party/libc++/src
-Subproject 7f2dd14f5de9f8de0c5380a048cf552288c83e2
+Subproject df5952f59cc02873e4cf9cb98b975d775a36dab
diff --git a/third_party/libc++abi/src b/third_party/libc++abi/src
-Subproject 4cb5c2cefedc025433f81735bacbc0f773fdcd8
+Subproject e88fcc906fea94ef6a3c7e98bc795f547bffd74
diff --git a/tools/clang b/tools/clang
-Subproject 991b697d2c50e34d66e435ae5fbed21dbd14073
+Subproject 28cba3ec325c9ff378264198cef20fda89519c5
diff --git a/tools/perf b/tools/perf
-Subproject 3044fe1fd31cfc2713c45ea971f0b8903224224
+Subproject 85bbbfc3953bef31346fdfd92e22ac7388a7331