Roll Chromium from 6be1399c83ba to 550fbf06ca88 (1468 revisions)

https://chromium.googlesource.com/chromium/src/+log/6be1399c83ba..550fbf06ca88

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/chromium-dawn
Please CC chrome-gpu-infra@google.com,gman@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium: https://issues.chromium.org/issues/new?component=1571065&template=0
To file a bug in Dawn: https://issues.chromium.org/issues/new?component=1571065&template=0

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

DEPS, submodule, and //infra/config changes generated by running:
  scripts/roll_chromium_deps.py --revision 550fbf06ca888c846c2a22aee1af35ef5a31ed74 --verbose --autoroll --ignore-unclean-workdir

Repo entries:
  build: https://chromium.googlesource.com/chromium/src/build/+log/59b2d010a9..f05f529c87
  buildtools: https://chromium.googlesource.com/chromium/src/buildtools/+log/fef8d6947f..95ed44cf5f
  testing: https://chromium.googlesource.com/chromium/src/testing/+log/2c01d5acaa..4c6387a558
  third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a2f6285fa5..6ea42cfd29
  third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a4e677522d..6b62257bd9
  third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/044963a253..fd9bad0830

CIPD entries:
  buildtools/linux64
  buildtools/mac
  buildtools/win
  third_party/siso/cipd

No GCS entries changed in this roll

No explicitly synced GN variables changed in this roll

Bug: None
Tbr: gman@google.com
Change-Id: I421c6294f52a799a1486b008394b91a939c1b4e3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/297315
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 6181a7c..c7cfb99 100644
--- a/DEPS
+++ b/DEPS
@@ -22,7 +22,7 @@
   'dawn_tintd': False, # Also fetches dependencies required for building tintd.
   'dawn_cmake_version': 'version:2@3.23.3',
   'dawn_cmake_win32_sha1': 'b106d66bcdc8a71ea2cdf5446091327bfdb1bcd7',
-  'dawn_gn_version': 'git_revision:83c605e5dcc3db2945291da1760ca9abd6343338',
+  'dawn_gn_version': 'git_revision:2941d2a26fa9cef3103f10e1dee5da7cd404008a',
   # ninja CIPD package version.
   # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja
   'dawn_ninja_version': 'version:3@1.12.1.chromium.4',
@@ -47,7 +47,7 @@
   # reclient CIPD package version
   'reclient_version': 're_client_version:0.185.0.db415f21-gomaip',
   # siso CIPD package version.
-  'siso_version': 'git_revision:bea0f245b6973702ddcb457090706d03145855f8',
+  'siso_version': 'git_revision:c7dcf419b19a4a7377fa8e3e3f5fad5dffe10cf2',
 
   # 'magic' text to tell depot_tools that git submodules should be accepted
   # but parity with DEPS file is expected.
@@ -66,7 +66,7 @@
 
   # Version of Chromium the DEPS entries synced by scripts/roll_chromium_deps.py
   # were last synced to.
-  'chromium_revision': '6be1399c83ba4bda3555303e0cf8703f06a9554c',
+  'chromium_revision': '550fbf06ca888c846c2a22aee1af35ef5a31ed74',
   # We never want to actually checkout Chromium, but we need a fake DEPS entry
   # in order for the Chromium -> Dawn DEPS autoroller to work.
   'checkout_placeholder_chromium': False,
@@ -79,7 +79,7 @@
 
 deps = {
   'buildtools': {
-    'url': '{chromium_git}/chromium/src/buildtools@fef8d6947fa54202e8a00c58d5ac8fd15780bc33',
+    'url': '{chromium_git}/chromium/src/buildtools@95ed44cf5f06dbb5861030b91c9db9ccb4316762',
     'condition': 'dawn_standalone',
   },
   'third_party/clang-format/script': {
@@ -112,7 +112,7 @@
   },
 
   'third_party/depot_tools': {
-    'url': '{chromium_git}/chromium/tools/depot_tools.git@a4e677522da5c326b656dc9584b3a4f6cde9fd05',
+    'url': '{chromium_git}/chromium/tools/depot_tools.git@6b62257bd9fc9ee0e00d10712a0f3db63132ba2f',
     'condition': 'dawn_standalone',
   },
 
@@ -128,7 +128,7 @@
 
   # Required by libc++
   'third_party/llvm-libc/src': {
-    'url': '{chromium_git}/external/github.com/llvm/llvm-project/libc.git@044963a253be3b8b2a63a1b2e0f3e361b01bc186',
+    'url': '{chromium_git}/external/github.com/llvm/llvm-project/libc.git@fd9bad0830907c4729426180b276e67e6a05b4e0',
     'condition': 'dawn_standalone',
   },
 
@@ -143,7 +143,7 @@
   # The //build and //tools/* deps should all be updated in unison, as
   #  there are dependencies between them.
   'build': {
-  'url': '{chromium_git}/chromium/src/build@59b2d010a999e350f13f7009402f9006c17ef618',
+  'url': '{chromium_git}/chromium/src/build@f05f529c87391f7526e8d85305873c0b2aae9ffb',
     'condition': 'dawn_standalone',
   },
   'tools/clang': {
@@ -253,7 +253,7 @@
 
   # Testing, GTest and GMock
   'testing': {
-    'url': '{chromium_git}/chromium/src/testing@2c01d5acaa65b2cc65a60d6b6b21cfbc247aba32',
+    'url': '{chromium_git}/chromium/src/testing@4c6387a5583e60e378c4a5ddc6f1c2fb5ecf9318',
     'condition': 'dawn_standalone',
   },
   'third_party/libFuzzer/src': {
@@ -266,7 +266,7 @@
   },
   # This is a dependency of //testing
   'third_party/catapult': {
-    'url': '{chromium_git}/catapult.git@a2f6285fa55a02491af892e15ac308fd8315d754',
+    'url': '{chromium_git}/catapult.git@6ea42cfd29b4409cfdb830d1058d112359eaa9f3',
     'condition': 'dawn_standalone',
   },
   'third_party/google_benchmark/src': {
diff --git a/build b/build
index 59b2d01..f05f529 160000
--- a/build
+++ b/build
@@ -1 +1 @@
-Subproject commit 59b2d010a999e350f13f7009402f9006c17ef618
+Subproject commit f05f529c87391f7526e8d85305873c0b2aae9ffb
diff --git a/buildtools b/buildtools
index fef8d69..95ed44c 160000
--- a/buildtools
+++ b/buildtools
@@ -1 +1 @@
-Subproject commit fef8d6947fa54202e8a00c58d5ac8fd15780bc33
+Subproject commit 95ed44cf5f06dbb5861030b91c9db9ccb4316762
diff --git a/infra/config/global/PACKAGE.lock b/infra/config/global/PACKAGE.lock
index 92c91c7..cf0e16c 100644
--- a/infra/config/global/PACKAGE.lock
+++ b/infra/config/global/PACKAGE.lock
@@ -28,7 +28,7 @@
 			"name": "@chromium-targets",
 			"source": {
 				"repo": "https://chromium.googlesource.com/chromium/src/+/refs/heads/main",
-				"revision": "6be1399c83ba4bda3555303e0cf8703f06a9554c",
+				"revision": "550fbf06ca888c846c2a22aee1af35ef5a31ed74",
 				"path": "infra/config/targets"
 			},
 			"deps": [
diff --git a/infra/config/global/PACKAGE.star b/infra/config/global/PACKAGE.star
index 29744dd..8248e1e 100644
--- a/infra/config/global/PACKAGE.star
+++ b/infra/config/global/PACKAGE.star
@@ -56,7 +56,7 @@
         repo = "chromium/src",
         ref = "refs/heads/main",
         path = "infra/config/targets",
-        revision = "6be1399c83ba4bda3555303e0cf8703f06a9554c",
+        revision = "550fbf06ca888c846c2a22aee1af35ef5a31ed74",
     ),
 )
 
diff --git a/testing b/testing
index 2c01d5a..4c6387a 160000
--- a/testing
+++ b/testing
@@ -1 +1 @@
-Subproject commit 2c01d5acaa65b2cc65a60d6b6b21cfbc247aba32
+Subproject commit 4c6387a5583e60e378c4a5ddc6f1c2fb5ecf9318
diff --git a/third_party/catapult b/third_party/catapult
index a2f6285..6ea42cf 160000
--- a/third_party/catapult
+++ b/third_party/catapult
@@ -1 +1 @@
-Subproject commit a2f6285fa55a02491af892e15ac308fd8315d754
+Subproject commit 6ea42cfd29b4409cfdb830d1058d112359eaa9f3
diff --git a/third_party/depot_tools b/third_party/depot_tools
index a4e6775..6b62257 160000
--- a/third_party/depot_tools
+++ b/third_party/depot_tools
@@ -1 +1 @@
-Subproject commit a4e677522da5c326b656dc9584b3a4f6cde9fd05
+Subproject commit 6b62257bd9fc9ee0e00d10712a0f3db63132ba2f
diff --git a/third_party/llvm-libc/src b/third_party/llvm-libc/src
index 044963a..fd9bad0 160000
--- a/third_party/llvm-libc/src
+++ b/third_party/llvm-libc/src
@@ -1 +1 @@
-Subproject commit 044963a253be3b8b2a63a1b2e0f3e361b01bc186
+Subproject commit fd9bad0830907c4729426180b276e67e6a05b4e0