aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorangle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>2024-04-16 07:01:22 +0000
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-04-16 08:53:36 +0000
commit2a29410364fbb00c54948db6dd2bf334c0c06e1b (patch)
tree20fe6f3e75cafe245cc1fd6740e696301f222666
parent6557da03c85eee30448e1fefc2d89bdc348c580d (diff)
downloadangle-2a29410364fbb00c54948db6dd2bf334c0c06e1b.tar.gz
Roll Chromium from 3405d3e2c23c to 0abb3a90f21c (691 revisions)
https://chromium.googlesource.com/chromium/src.git/+log/3405d3e2c23c..0abb3a90f21c 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,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://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 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/861d460c5d..87207dd445 * third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/0d108157e1..e70dca1b50 * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/88367fd8c7..12e53bce03 * third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/495b23b39a..22de5fb717 * third_party/libc++abi/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git/+log/932d253fed..51fe358446 * third_party/turbine: wWCZ6axEx90bs9sDY6jPFmdmO-FZfbp9nWunhqrozoIC..agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC * tools/android: https://chromium.googlesource.com/chromium/src/tools/android/+log/5f31812eda..84f141bb4e * tools/memory: https://chromium.googlesource.com/chromium/src/tools/memory/+log/c6d669e138..2448d81f97 * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/c3ff5bb6a9..bcadedd547 No update to Clang. Bug: None Tbr: syoussefi@google.com Change-Id: I8b7524ba2f6398fc8c5a5754c1165e571b62b13e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5455454 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--DEPS20
m---------testing0
m---------third_party/android_deps0
m---------third_party/catapult0
m---------third_party/depot_tools0
m---------third_party/libc++abi/src0
m---------tools/android0
m---------tools/memory0
m---------tools/perf0
9 files changed, 10 insertions, 10 deletions
diff --git a/DEPS b/DEPS
index ff2d6d5404..0678e7d8e9 100644
--- a/DEPS
+++ b/DEPS
@@ -43,7 +43,7 @@ vars = {
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
- 'chromium_revision': '3405d3e2c23c816ae43da892ca9804e43b9e3bdb',
+ 'chromium_revision': '0abb3a90f21c148a4c604b933e3635c51f97fba0',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@@ -88,7 +88,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': '88367fd8c736a2601fc183920c9ffe9ac2ec32ac',
+ 'catapult_revision': '12e53bce0326eda9bf9c1e12ef70a027a3a9c339',
# the commit queue can handle CLs rolling Fuchsia sdk
# and whatever else without interference from each other.
@@ -473,7 +473,7 @@ deps = {
},
'testing': {
- 'url': '{chromium_git}/chromium/src/testing@861d460c5d1f26820517e9e9bb6dab9ba4d9339c',
+ 'url': '{chromium_git}/chromium/src/testing@87207dd4456c47523600430f8079dfa3283bd4da',
'condition': 'not build_with_chromium',
},
@@ -543,7 +543,7 @@ deps = {
},
'third_party/android_deps': {
- 'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@0d108157e1c8c2ab6d110c7180bc14b62ba03019',
+ 'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@e70dca1b5096ba6ce6fcd5264d54ae5b27fe4a08',
'condition': 'checkout_android and not build_with_chromium',
},
@@ -655,7 +655,7 @@ deps = {
},
'third_party/depot_tools': {
- 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@495b23b39aaba2ca3b55dd27cadc523f1cb17ee6',
+ 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@22de5fb71755dc55d735e942b86e97c0c1f91bde',
'condition': 'not build_with_chromium',
},
@@ -779,7 +779,7 @@ deps = {
},
'third_party/libc++abi/src': {
- 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@932d253fedb390a08b17ec3a92469a4553934a6a',
+ 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxxabi.git@51fe3584464d29067c8f0663f6e6dec84cc86868',
'condition': 'not build_with_chromium',
},
@@ -926,7 +926,7 @@ deps = {
'packages': [
{
'package': 'chromium/third_party/turbine',
- 'version': 'wWCZ6axEx90bs9sDY6jPFmdmO-FZfbp9nWunhqrozoIC',
+ 'version': 'agNIST7gEMTmrnvQLPzx2dduGa52uMmOx3fEWm9z5MEC',
},
],
'condition': 'checkout_android and not build_with_chromium',
@@ -958,7 +958,7 @@ deps = {
},
'tools/android': {
- 'url': Var('chromium_git') + '/chromium/src/tools/android@5f31812edac9f7fa1dc08ebec5493c2e97954783',
+ 'url': Var('chromium_git') + '/chromium/src/tools/android@84f141bb4ef1124bbeda6953dbc7f714688f3a4e',
'condition': 'checkout_android and not build_with_chromium',
},
@@ -1004,12 +1004,12 @@ deps = {
},
'tools/memory': {
- 'url': Var('chromium_git') + '/chromium/src/tools/memory@c6d669e13804ead0066fdd88e653dd4f9af7b0c1',
+ 'url': Var('chromium_git') + '/chromium/src/tools/memory@2448d81f9741a5f791b1515893fc18c0999970e7',
'condition': 'not build_with_chromium',
},
'tools/perf': {
- 'url': Var('chromium_git') + '/chromium/src/tools/perf@c3ff5bb6a9751d64f579104312c5456979d4fdb6',
+ 'url': Var('chromium_git') + '/chromium/src/tools/perf@bcadedd54713e60d65460608aaae4a58356fb4b9',
'condition': 'not build_with_chromium',
},
diff --git a/testing b/testing
-Subproject 861d460c5d1f26820517e9e9bb6dab9ba4d9339
+Subproject 87207dd4456c47523600430f8079dfa3283bd4d
diff --git a/third_party/android_deps b/third_party/android_deps
-Subproject 0d108157e1c8c2ab6d110c7180bc14b62ba0301
+Subproject e70dca1b5096ba6ce6fcd5264d54ae5b27fe4a0
diff --git a/third_party/catapult b/third_party/catapult
-Subproject 88367fd8c736a2601fc183920c9ffe9ac2ec32a
+Subproject 12e53bce0326eda9bf9c1e12ef70a027a3a9c33
diff --git a/third_party/depot_tools b/third_party/depot_tools
-Subproject 495b23b39aaba2ca3b55dd27cadc523f1cb17ee
+Subproject 22de5fb71755dc55d735e942b86e97c0c1f91bd
diff --git a/third_party/libc++abi/src b/third_party/libc++abi/src
-Subproject 932d253fedb390a08b17ec3a92469a4553934a6
+Subproject 51fe3584464d29067c8f0663f6e6dec84cc8686
diff --git a/tools/android b/tools/android
-Subproject 5f31812edac9f7fa1dc08ebec5493c2e9795478
+Subproject 84f141bb4ef1124bbeda6953dbc7f714688f3a4
diff --git a/tools/memory b/tools/memory
-Subproject c6d669e13804ead0066fdd88e653dd4f9af7b0c
+Subproject 2448d81f9741a5f791b1515893fc18c0999970e
diff --git a/tools/perf b/tools/perf
-Subproject c3ff5bb6a9751d64f579104312c5456979d4fdb
+Subproject bcadedd54713e60d65460608aaae4a58356fb4b