[go: up one dir, main page]

Roll Chromium from 98d4e0bf26f9 to 4cf3f0ba9bb5 (625 revisions)

https://chromium.googlesource.com/chromium/src.git/+log/98d4e0bf26f9..4cf3f0ba9bb5

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/7be271d796..43136e36e2
* buildtools: https://chromium.googlesource.com/chromium/src/buildtools.git/+log/157f41f4fc..07bca3e6b6
* testing: https://chromium.googlesource.com/chromium/src/testing/+log/18e8673012..a64382356d
* third_party/android_build_tools/lint/cipd: ptbrqsMNfskjrjTPEu5ct-oWifKrzRmURyMBRG7awC0C..PDlCRP8QgjVQWOq0s8-Jr3Zqx-_8Jv6SrBVwnMvtBmQC
* third_party/android_build_tools/manifest_merger/cipd: XLAwR-4-9ozABDOhlwoGalBr5tpdm7VyzUD3CoLXTWYC..2EfjUxEBpzyDPGCLCNU0jirtv0IrwdcMD9Q5EjX8uhwC
* third_party/android_deps: https://chromium.googlesource.com/chromium/src/third_party/android_deps/+log/8c9c0f4e22..b1593e8c28
* third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/9d25569e86..a4432a7789
* third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/70179d9d84..24755bc6ee
* third_party/fuchsia-sdk/sdk: version:30.20251211.3.1..version:30.20251218.4.1
* third_party/libc++/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git/+log/4b37d91ab2..6b58037bab
* third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/63e0da35a8..d23de8f3c5
* third_party/protobuf: https://chromium.googlesource.com/chromium/src/third_party/protobuf/+log/2caa6ae88f..018046d2ab
* third_party/r8/cipd: FbkWsb2Cw6bajzfJsNfL6lQCxKq0DLBbEztP9dB_3oQC..0mA4BTPZQ1tLroeSlB9ZARGXcgpnJo7E6P2LSlhybrMC
* third_party/rust: https://chromium.googlesource.com/chromium/src/third_party/rust/+log/73b4f0cfb0..7eab6f950f
* tools/clang: https://chromium.googlesource.com/chromium/src/tools/clang.git/+log/f6946e45dd..e0814c53ec
No update to Clang.

Bug: None
Tbr: solti@google.com
Change-Id: Id6c482dee605a523c7420a1b4aea260947d686cd
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/7280062
Bot-Commit: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index b6ac0e8..22dfaeb 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': '98d4e0bf26f9724023c7594f385bf614959df3b1',
+  'chromium_revision': '4cf3f0ba9bb521d3468ca0089e78f67cd2a15d25',
   # We never want to checkout chromium,
   # but need a dummy DEPS entry for the autoroller
   'dummy_checkout_chromium': False,
@@ -76,11 +76,11 @@
   # 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': '9d25569e8616980aada6e4e16bb528dd7718b758',
+  'catapult_revision': 'a4432a77891c90f48dda114a16809cfee7010826',
 
   # the commit queue can handle CLs rolling Fuchsia sdk
   # and whatever else without interference from each other.
-  'fuchsia_version': 'version:30.20251211.3.1',
+  'fuchsia_version': 'version:30.20251218.4.1',
 
   # Three lines of non-changing comments so that
   # the commit queue can handle CLs rolling luci-go
@@ -521,12 +521,12 @@
 deps = {
 
   'build': {
-    'url': Var('chromium_git') + '/chromium/src/build.git@7be271d796d1a36ab8514b90a42863ef06ed7a4b',
+    'url': Var('chromium_git') + '/chromium/src/build.git@43136e36e26e16c0b83fc491e5375d2207fd7a34',
     'condition': 'not build_with_chromium',
   },
 
   'buildtools': {
-    'url': Var('chromium_git') + '/chromium/src/buildtools.git@157f41f4fcbaad7c002d52a7880b45c58c7c0c95',
+    'url': Var('chromium_git') + '/chromium/src/buildtools.git@07bca3e6b632fb1f8836a56e931319c557e55d70',
     'condition': 'not build_with_chromium',
   },
 
@@ -580,7 +580,7 @@
   },
 
   'testing': {
-    'url': '{chromium_git}/chromium/src/testing@18e8673012490f394f50c6c9a03713ef587d6f30',
+    'url': '{chromium_git}/chromium/src/testing@a64382356dba187a672ef52961c9a0e00a0b6dc1',
     'condition': 'not build_with_chromium',
   },
 
@@ -653,7 +653,7 @@
       'packages': [
           {
                'package': 'chromium/third_party/android_build_tools/lint',
-               'version': 'ptbrqsMNfskjrjTPEu5ct-oWifKrzRmURyMBRG7awC0C',
+               'version': 'PDlCRP8QgjVQWOq0s8-Jr3Zqx-_8Jv6SrBVwnMvtBmQC',
           },
       ],
       'condition': 'checkout_android and not build_with_chromium',
@@ -664,7 +664,7 @@
       'packages': [
           {
                'package': 'chromium/third_party/android_build_tools/manifest_merger',
-               'version': 'XLAwR-4-9ozABDOhlwoGalBr5tpdm7VyzUD3CoLXTWYC',
+               'version': '2EfjUxEBpzyDPGCLCNU0jirtv0IrwdcMD9Q5EjX8uhwC',
           },
       ],
       'condition': 'checkout_android and not build_with_chromium',
@@ -683,7 +683,7 @@
   },
 
   'third_party/android_deps': {
-    'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@8c9c0f4e228b327a4017b0f395996cfa3f015131',
+    'url': Var('chromium_git') + '/chromium/src/third_party/android_deps@b1593e8c286fb256cca77b8080b69a72bc85926e',
     '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@70179d9d8456c21de05524f45bc3e4a681819f63',
+    'url': Var('chromium_git') + '/chromium/tools/depot_tools.git@24755bc6ee4fe47c8fb5162356be3cfa04199735',
     'condition': 'not build_with_chromium',
   },
 
@@ -902,7 +902,7 @@
    },
 
   'third_party/libc++/src': {
-    'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@4b37d91ab2fd865995118a715eedefbea8dc2785',
+    'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libcxx.git@6b58037bab22440b868fd1e62eeb9324319a1b9d',
     'condition': 'not build_with_chromium',
   },
 
@@ -912,7 +912,7 @@
   },
 
   'third_party/llvm-libc/src': {
-    'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@63e0da35a844ff2438913c84859ff2af0e66d8b1',
+    'url': Var('chromium_git') + '/external/github.com/llvm/llvm-project/libc.git@d23de8f3c5f635e9e9f9f44fd8441c5f98ef5267',
     'condition': 'not build_with_chromium',
   },
 
@@ -991,7 +991,7 @@
   },
 
   'third_party/protobuf': {
-    'url': Var('chromium_git') + '/chromium/src/third_party/protobuf@2caa6ae88fd4eca3fb7e7e975fc9d841ca42defa',
+    'url': Var('chromium_git') + '/chromium/src/third_party/protobuf@018046d2ab3f11b3fc19a87ce15c069591bc9bda',
     'condition': 'not build_with_chromium',
   },
 
@@ -1004,7 +1004,7 @@
       'packages': [
           {
               'package': 'chromium/third_party/r8',
-              'version': 'FbkWsb2Cw6bajzfJsNfL6lQCxKq0DLBbEztP9dB_3oQC',
+              'version': '0mA4BTPZQ1tLroeSlB9ZARGXcgpnJo7E6P2LSlhybrMC',
           },
       ],
       'condition': 'checkout_android and not build_with_chromium',
@@ -1040,7 +1040,7 @@
   },
 
   'third_party/rust': {
-    'url': Var('chromium_git') + '/chromium/src/third_party/rust@73b4f0cfb0f627e19fae36258f5a88acec6557c3',
+    'url': Var('chromium_git') + '/chromium/src/third_party/rust@7eab6f950f6561069f78d5b229b0a88be6737bca',
     'condition': 'not build_with_chromium',
   },
 
@@ -1156,7 +1156,7 @@
   },
 
   'tools/clang': {
-    'url': Var('chromium_git') + '/chromium/src/tools/clang.git@f6946e45ddb5629f9a1b99ef8ab892eb1f697f1b',
+    'url': Var('chromium_git') + '/chromium/src/tools/clang.git@e0814c53ecd7f83ad8c8a93a360fefdbeec4d06a',
     'condition': 'not build_with_chromium',
   },
 
diff --git a/build b/build
index 7be271d..43136e3 160000
--- a/build
+++ b/build
@@ -1 +1 @@
-Subproject commit 7be271d796d1a36ab8514b90a42863ef06ed7a4b
+Subproject commit 43136e36e26e16c0b83fc491e5375d2207fd7a34
diff --git a/buildtools b/buildtools
index 157f41f..07bca3e 160000
--- a/buildtools
+++ b/buildtools
@@ -1 +1 @@
-Subproject commit 157f41f4fcbaad7c002d52a7880b45c58c7c0c95
+Subproject commit 07bca3e6b632fb1f8836a56e931319c557e55d70
diff --git a/testing b/testing
index 18e8673..a643823 160000
--- a/testing
+++ b/testing
@@ -1 +1 @@
-Subproject commit 18e8673012490f394f50c6c9a03713ef587d6f30
+Subproject commit a64382356dba187a672ef52961c9a0e00a0b6dc1
diff --git a/third_party/android_deps b/third_party/android_deps
index 8c9c0f4..b1593e8 160000
--- a/third_party/android_deps
+++ b/third_party/android_deps
@@ -1 +1 @@
-Subproject commit 8c9c0f4e228b327a4017b0f395996cfa3f015131
+Subproject commit b1593e8c286fb256cca77b8080b69a72bc85926e
diff --git a/third_party/catapult b/third_party/catapult
index 9d25569..a4432a7 160000
--- a/third_party/catapult
+++ b/third_party/catapult
@@ -1 +1 @@
-Subproject commit 9d25569e8616980aada6e4e16bb528dd7718b758
+Subproject commit a4432a77891c90f48dda114a16809cfee7010826
diff --git a/third_party/depot_tools b/third_party/depot_tools
index 70179d9..24755bc 160000
--- a/third_party/depot_tools
+++ b/third_party/depot_tools
@@ -1 +1 @@
-Subproject commit 70179d9d8456c21de05524f45bc3e4a681819f63
+Subproject commit 24755bc6ee4fe47c8fb5162356be3cfa04199735
diff --git a/third_party/libc++/src b/third_party/libc++/src
index 4b37d91..6b58037 160000
--- a/third_party/libc++/src
+++ b/third_party/libc++/src
@@ -1 +1 @@
-Subproject commit 4b37d91ab2fd865995118a715eedefbea8dc2785
+Subproject commit 6b58037bab22440b868fd1e62eeb9324319a1b9d
diff --git a/third_party/llvm-libc/src b/third_party/llvm-libc/src
index 63e0da3..d23de8f 160000
--- a/third_party/llvm-libc/src
+++ b/third_party/llvm-libc/src
@@ -1 +1 @@
-Subproject commit 63e0da35a844ff2438913c84859ff2af0e66d8b1
+Subproject commit d23de8f3c5f635e9e9f9f44fd8441c5f98ef5267
diff --git a/third_party/protobuf b/third_party/protobuf
index 2caa6ae..018046d 160000
--- a/third_party/protobuf
+++ b/third_party/protobuf
@@ -1 +1 @@
-Subproject commit 2caa6ae88fd4eca3fb7e7e975fc9d841ca42defa
+Subproject commit 018046d2ab3f11b3fc19a87ce15c069591bc9bda
diff --git a/third_party/rust b/third_party/rust
index 73b4f0c..7eab6f9 160000
--- a/third_party/rust
+++ b/third_party/rust
@@ -1 +1 @@
-Subproject commit 73b4f0cfb0f627e19fae36258f5a88acec6557c3
+Subproject commit 7eab6f950f6561069f78d5b229b0a88be6737bca
diff --git a/tools/clang b/tools/clang
index f6946e4..e0814c5 160000
--- a/tools/clang
+++ b/tools/clang
@@ -1 +1 @@
-Subproject commit f6946e45ddb5629f9a1b99ef8ab892eb1f697f1b
+Subproject commit e0814c53ecd7f83ad8c8a93a360fefdbeec4d06a