Roll Chromium from 700e7b728472 to f9016ff57ab0 (611 revisions)
https://chromium.googlesource.com/chromium/src.git/+log/700e7b728472..f9016ff57ab0
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,solti@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/e5cd6ba553..054b6abda2
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/f6d0f8627f..c06609ee39
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/d372680c8a..8c9c0f4e22
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d29cc8d7bb..d3d038869a
* third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/0f7574d6db..f4b329c171
* third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/ef2b68dfb2..8664ce0685
* third_party/rust: https://chromium.googlesource.com/chromium/src/third_party/rust/+log/2ebd87050f..f64e5417d9
* third_party/zlib: https://chromium.googlesource.com/chromium/src/third_party/zlib/+log/63d7e16739..73248c8879
* tools/android: https://chromium.googlesource.com/chromium/src/tools/android/+log/5637ec3e7a..2d9b00d0ba
* tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/f3afc9e5b2..0d350f248f
No update to Clang.
Bug: None
Tbr: solti@google.com
Change-Id: I29af6f13224fbbf4292fc9cf1b842128bafc2782
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/7267503
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 127d20a..5df1754 100644
--- a/DEPS
+++ b/DEPS
@@ -43,7 +43,7 @@
'checkout_angle_mesa': False,
# Version of Chromium our Chromium-based DEPS are mirrored from.
- 'chromium_revision': '700e7b72847259013df0eb00bf83f2f68b8446c7',
+ 'chromium_revision': 'f9016ff57ab01280b7136e9d1603f04f33fa3287',
# We never want to checkout chromium,
# but need a dummy DEPS entry for the autoroller
'dummy_checkout_chromium': False,
@@ -521,7 +521,7 @@
deps = {
'build': {
- 'url': Var('chromium_git') + '/chromium/src/build.git@e5cd6ba5538e4709b3a8da552b7cd385b803bf38',
+ 'url': Var('chromium_git') + '/chromium/src/build.git@054b6abda20fa69a54eec024d9cfc75867bfea27',
'condition': 'not build_with_chromium',
},
@@ -580,7 +580,7 @@
},
'testing': {
- 'url': '{chromium_git}/chromium/src/testing@f6d0f8627f3f39e110b75128224d149753ac9670',
+ 'url': '{chromium_git}/chromium/src/testing@c06609ee39aa6f8e7d24eaf713dae12ddb46dcce',
'condition': 'not build_with_chromium',
},
@@ -683,7 +683,7 @@
},
'third_party/android_deps': {
- 'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@d372680c8ab16c5545de9aadfc692b296db45c14',
+ 'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@8c9c0f4e228b327a4017b0f395996cfa3f015131',
'condition': 'checkout_android and not build_with_chromium',
},
@@ -795,7 +795,7 @@
},
'third_party/depot_tools': {
- 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@d29cc8d7bb26ed24637242cc94cf57565ea33042',
+ 'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@d3d038869a89e82f76c4f42ba9ff6be0a4c30fe3',
'condition': 'not build_with_chromium',
},
@@ -912,12 +912,12 @@
},
'third_party/llvm-libc/src': {
- 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@ef2b68dfb26432a652b2b3ba9fc9f491f45535c9',
+ 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@8664ce0685dd99a8233e2e8386b67a1757cbba4a',
'condition': 'not build_with_chromium',
},
'third_party/libunwind/src': {
- 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@0f7574d6db9574379943aeb8d6946cab6e594cb3',
+ 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@f4b329c171f133c4cbad4819773eaf889a9f64cc',
'condition': 'not build_with_chromium',
},
@@ -1040,7 +1040,7 @@
},
'third_party/rust': {
- 'url': Var('chromium_git') + '/chromium/src/third_party/rust@2ebd87050f61c89308a88209d33eb8d48a61d72b',
+ 'url': Var('chromium_git') + '/chromium/src/third_party/rust@f64e5417d9ff351953d8034b92b2de6f30e25f69',
'condition': 'not build_with_chromium',
},
@@ -1146,12 +1146,12 @@
},
'third_party/zlib': {
- 'url': Var('chromium_git') + '/chromium/src/third_party/zlib@63d7e16739d83e3a16c673692a348e52db1a3a11',
+ 'url': Var('chromium_git') + '/chromium/src/third_party/zlib@73248c887960acced1724ac531019294749397e0',
'condition': 'not build_with_chromium',
},
'tools/android': {
- 'url': Var('chromium_git') + '/chromium/src/tools/android@5637ec3e7abd09739b24f93778fccd3fa603db26',
+ 'url': Var('chromium_git') + '/chromium/src/tools/android@2d9b00d0ba35212a583f8fcf1453a2f3c877af03',
'condition': 'checkout_android and not build_with_chromium',
},
@@ -1195,7 +1195,7 @@
},
'tools/perf': {
- 'url': Var('chromium_git') + '/chromium/src/tools/perf@f3afc9e5b21c47524bad7daa08c5b30583be987b',
+ 'url': Var('chromium_git') + '/chromium/src/tools/perf@0d350f248f6aa69eb1d07d42e0384af53237a2d0',
'condition': 'not build_with_chromium',
},
diff --git a/build b/build
index e5cd6ba..054b6ab 160000
--- a/build
+++ b/build
@@ -1 +1 @@
-Subproject commit e5cd6ba5538e4709b3a8da552b7cd385b803bf38
+Subproject commit 054b6abda20fa69a54eec024d9cfc75867bfea27
diff --git a/testing b/testing
index f6d0f86..c06609e 160000
--- a/testing
+++ b/testing
@@ -1 +1 @@
-Subproject commit f6d0f8627f3f39e110b75128224d149753ac9670
+Subproject commit c06609ee39aa6f8e7d24eaf713dae12ddb46dcce
diff --git a/third_party/android_deps b/third_party/android_deps
index d372680..8c9c0f4 160000
--- a/third_party/android_deps
+++ b/third_party/android_deps
@@ -1 +1 @@
-Subproject commit d372680c8ab16c5545de9aadfc692b296db45c14
+Subproject commit 8c9c0f4e228b327a4017b0f395996cfa3f015131
diff --git a/third_party/depot_tools b/third_party/depot_tools
index d29cc8d..d3d0388 160000
--- a/third_party/depot_tools
+++ b/third_party/depot_tools
@@ -1 +1 @@
-Subproject commit d29cc8d7bb26ed24637242cc94cf57565ea33042
+Subproject commit d3d038869a89e82f76c4f42ba9ff6be0a4c30fe3
diff --git a/third_party/libunwind/src b/third_party/libunwind/src
index 0f7574d..f4b329c 160000
--- a/third_party/libunwind/src
+++ b/third_party/libunwind/src
@@ -1 +1 @@
-Subproject commit 0f7574d6db9574379943aeb8d6946cab6e594cb3
+Subproject commit f4b329c171f133c4cbad4819773eaf889a9f64cc
diff --git a/third_party/llvm-libc/src b/third_party/llvm-libc/src
index ef2b68d..8664ce0 160000
--- a/third_party/llvm-libc/src
+++ b/third_party/llvm-libc/src
@@ -1 +1 @@
-Subproject commit ef2b68dfb26432a652b2b3ba9fc9f491f45535c9
+Subproject commit 8664ce0685dd99a8233e2e8386b67a1757cbba4a
diff --git a/third_party/rust b/third_party/rust
index 2ebd870..f64e541 160000
--- a/third_party/rust
+++ b/third_party/rust
@@ -1 +1 @@
-Subproject commit 2ebd87050f61c89308a88209d33eb8d48a61d72b
+Subproject commit f64e5417d9ff351953d8034b92b2de6f30e25f69
diff --git a/third_party/zlib b/third_party/zlib
index 63d7e16..73248c8 160000
--- a/third_party/zlib
+++ b/third_party/zlib
@@ -1 +1 @@
-Subproject commit 63d7e16739d83e3a16c673692a348e52db1a3a11
+Subproject commit 73248c887960acced1724ac531019294749397e0
diff --git a/tools/android b/tools/android
index 5637ec3..2d9b00d 160000
--- a/tools/android
+++ b/tools/android
@@ -1 +1 @@
-Subproject commit 5637ec3e7abd09739b24f93778fccd3fa603db26
+Subproject commit 2d9b00d0ba35212a583f8fcf1453a2f3c877af03
diff --git a/tools/perf b/tools/perf
index f3afc9e..0d350f2 160000
--- a/tools/perf
+++ b/tools/perf
@@ -1 +1 @@
-Subproject commit f3afc9e5b21c47524bad7daa08c5b30583be987b
+Subproject commit 0d350f248f6aa69eb1d07d42e0384af53237a2d0