Roll Chromium from fb6e84290b6a to 1000bab27fbe (694 revisions) https://chromium.googlesource.com/chromium/src.git/+log/fb6e84290b6a..1000bab27fbe 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,yuxinhu@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/4f3f3e34dd..3b1b46fa40 * buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/95ed44cf5f..22e55595e1 * testing: https://chromium.googlesource.com/chromium/src/testing/+log/10cdfcaef7..0ed6d486e6 * third_party/android_build_tools/error_prone/cipd: ax2FOQ16-lz2R1o1P-xDhd2KOAFoY1wjZ-lQgZkygUYC..eqax8tBYQEilKAee3BK1gk9Jo_Pfe2_eBzoWHRK_TKAC * third_party/android_build_tools/manifest_merger/cipd: 5JSVccMXNkpeH9lpydgxJ3QCoNpBC5yvil7NvdsqUasC..40mXI4OHS6iF9BKREpzMhof2hLznJvM6_qEfFpy4Yt0C * third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/d7bc9113b8..5a34891efa * third_party/libunwind/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git/+log/db838d9185..0e46e2821c * third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/adccc44307..416d1a76ab * third_party/rust: https://chromium.googlesource.com/chromium/src/third_party/rust/+log/f242444e61..11029ae3aa * tools/perf: https://chromium.googlesource.com/chromium/src/tools/perf/+log/0a6da79b5b..34ea20af76 No update to Clang. Bug: None Tbr: yuxinhu@google.com Change-Id: I5f384f6818f64db16f55dda05cec3f85936957aa Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/7703183 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 718d6a9..8276653 100644 --- a/DEPS +++ b/DEPS
@@ -45,7 +45,7 @@ 'checkout_angle_mesa': False, # Version of Chromium our Chromium-based DEPS are mirrored from. - 'chromium_revision': 'fb6e84290b6ac144ea3ca05384ef4c9bc5992220', + 'chromium_revision': '1000bab27fbeca6ee5c652222ae7886e123d50b9', # We never want to checkout chromium, # but need a dummy DEPS entry for the autoroller 'dummy_checkout_chromium': False, @@ -78,7 +78,7 @@ # 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': 'd7bc9113b86bdc56239ff7a7d5d1f773d37ca567', + 'catapult_revision': '5a34891efa6e41c8aca8842386b8ee528963ffdf', # the commit queue can handle CLs rolling Fuchsia sdk # and whatever else without interference from each other. @@ -534,12 +534,12 @@ deps = { 'build': { - 'url': Var('chromium_git') + '/chromium/src/build.git@4f3f3e34ddfc6f4df4fa398cbe6996fcddc9bf3d', + 'url': Var('chromium_git') + '/chromium/src/build.git@3b1b46fa405ab409c111daace69071552e4cd409', 'condition': 'not build_with_chromium', }, 'buildtools': { - 'url': Var('chromium_git') + '/chromium/src/buildtools.git@95ed44cf5f06dbb5861030b91c9db9ccb4316762', + 'url': Var('chromium_git') + '/chromium/src/buildtools.git@22e55595e15ebbbbb4bef118d5a654b185b0b30d', 'condition': 'not build_with_chromium', }, @@ -593,7 +593,7 @@ }, 'testing': { - 'url': '{chromium_git}/chromium/src/testing@10cdfcaef770e4e963619edd3fe4eb2ce13ec24a', + 'url': '{chromium_git}/chromium/src/testing@0ed6d486e69b3940b758d3082fa6ade48b565536', 'condition': 'not build_with_chromium', }, @@ -644,7 +644,7 @@ 'packages': [ { 'package': 'chromium/third_party/android_build_tools/error_prone', - 'version': 'ax2FOQ16-lz2R1o1P-xDhd2KOAFoY1wjZ-lQgZkygUYC', + 'version': 'eqax8tBYQEilKAee3BK1gk9Jo_Pfe2_eBzoWHRK_TKAC', }, ], 'condition': 'checkout_android and not build_with_chromium', @@ -677,7 +677,7 @@ 'packages': [ { 'package': 'chromium/third_party/android_build_tools/manifest_merger', - 'version': '5JSVccMXNkpeH9lpydgxJ3QCoNpBC5yvil7NvdsqUasC', + 'version': '40mXI4OHS6iF9BKREpzMhof2hLznJvM6_qEfFpy4Yt0C', }, ], 'condition': 'checkout_android and not build_with_chromium', @@ -925,12 +925,12 @@ }, 'third_party/llvm-libc/src': { - 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@adccc443070c58badd6414fd9a4380ca8c78e7c4', + 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@416d1a76abbb44110443306a2c03188f709c2191', 'condition': 'not build_with_chromium', }, 'third_party/libunwind/src': { - 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@db838d918570d4e381ecf9f5cc70a0098c9c2cd6', + 'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libunwind.git@0e46e2821c39a1630448b6186543afabcdef4e6e', 'condition': 'not build_with_chromium', }, @@ -1053,7 +1053,7 @@ }, 'third_party/rust': { - 'url': Var('chromium_git') + '/chromium/src/third_party/rust@f242444e61164e3fecaa453c05508525423afb75', + 'url': Var('chromium_git') + '/chromium/src/third_party/rust@11029ae3aaf3920f86bbf40d543654df02d5d94d', 'condition': 'not build_with_chromium', }, @@ -1208,7 +1208,7 @@ }, 'tools/perf': { - 'url': Var('chromium_git') + '/chromium/src/tools/perf@0a6da79b5b7aa99990923bdb008e2b5a192a474c', + 'url': Var('chromium_git') + '/chromium/src/tools/perf@34ea20af768a1b7dfb7e23f4d4ac4fc68740e1ca', 'condition': 'not build_with_chromium', },
diff --git a/build b/build index 4f3f3e3..3b1b46f 160000 --- a/build +++ b/build
@@ -1 +1 @@ -Subproject commit 4f3f3e34ddfc6f4df4fa398cbe6996fcddc9bf3d +Subproject commit 3b1b46fa405ab409c111daace69071552e4cd409
diff --git a/buildtools b/buildtools index 95ed44c..22e5559 160000 --- a/buildtools +++ b/buildtools
@@ -1 +1 @@ -Subproject commit 95ed44cf5f06dbb5861030b91c9db9ccb4316762 +Subproject commit 22e55595e15ebbbbb4bef118d5a654b185b0b30d
diff --git a/testing b/testing index 10cdfca..0ed6d48 160000 --- a/testing +++ b/testing
@@ -1 +1 @@ -Subproject commit 10cdfcaef770e4e963619edd3fe4eb2ce13ec24a +Subproject commit 0ed6d486e69b3940b758d3082fa6ade48b565536
diff --git a/third_party/catapult b/third_party/catapult index d7bc911..5a34891 160000 --- a/third_party/catapult +++ b/third_party/catapult
@@ -1 +1 @@ -Subproject commit d7bc9113b86bdc56239ff7a7d5d1f773d37ca567 +Subproject commit 5a34891efa6e41c8aca8842386b8ee528963ffdf
diff --git a/third_party/libunwind/src b/third_party/libunwind/src index db838d9..0e46e28 160000 --- a/third_party/libunwind/src +++ b/third_party/libunwind/src
@@ -1 +1 @@ -Subproject commit db838d918570d4e381ecf9f5cc70a0098c9c2cd6 +Subproject commit 0e46e2821c39a1630448b6186543afabcdef4e6e
diff --git a/third_party/llvm-libc/src b/third_party/llvm-libc/src index adccc44..416d1a7 160000 --- a/third_party/llvm-libc/src +++ b/third_party/llvm-libc/src
@@ -1 +1 @@ -Subproject commit adccc443070c58badd6414fd9a4380ca8c78e7c4 +Subproject commit 416d1a76abbb44110443306a2c03188f709c2191
diff --git a/third_party/rust b/third_party/rust index f242444..11029ae 160000 --- a/third_party/rust +++ b/third_party/rust
@@ -1 +1 @@ -Subproject commit f242444e61164e3fecaa453c05508525423afb75 +Subproject commit 11029ae3aaf3920f86bbf40d543654df02d5d94d
diff --git a/tools/perf b/tools/perf index 0a6da79..34ea20a 160000 --- a/tools/perf +++ b/tools/perf
@@ -1 +1 @@ -Subproject commit 0a6da79b5b7aa99990923bdb008e2b5a192a474c +Subproject commit 34ea20af768a1b7dfb7e23f4d4ac4fc68740e1ca