Roll Chromium from 97511f0e7c62 to 82da30b07f25 (724 revisions)

https://chromium.googlesource.com/chromium/src/+log/97511f0e7c62..82da30b07f25

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,senorblanco@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 82da30b07f25d6a61aad109737b6fd47a041342d --verbose --autoroll --ignore-unclean-workdir

Repo entries:
  build: https://chromium.googlesource.com/chromium/src/build/+log/e96a392229..166f3230f6
  testing: https://chromium.googlesource.com/chromium/src/testing/+log/8527fd9f72..7a7d159e99
  third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/f7a1fb2d8f..a41fdb3aa5
  third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/95d1432b5c..8e07900125
  third_party/llvm-libc/src: https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libc.git/+log/ea38df85bb..390ab7f3cf

CIPD entries:
  buildtools/linux64
  buildtools/mac
  buildtools/win

No GCS entries changed in this roll

No explicitly synced GN variables changed in this roll

Bug: None
Tbr: senorblanco@google.com
Change-Id: I0f1efc170e49bab1f5e05304f415690813b22cb3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/298255
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 5707694..b27b487 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:2941d2a26fa9cef3103f10e1dee5da7cd404008a',
+  'dawn_gn_version': 'git_revision:335219e2893b5a3b30ec8ce27d48ec762c7de1d5',
   # 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',
@@ -66,7 +66,7 @@
 
   # Version of Chromium the DEPS entries synced by scripts/roll_chromium_deps.py
   # were last synced to.
-  'chromium_revision': '97511f0e7c6256fc265fdcbe5098d888af023def',
+  'chromium_revision': '82da30b07f25d6a61aad109737b6fd47a041342d',
   # 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,
@@ -112,7 +112,7 @@
   },
 
   'third_party/depot_tools': {
-    'url': '{chromium_git}/chromium/tools/depot_tools.git@95d1432b5c506cc6b500b34c23f06c4708139fe9',
+    'url': '{chromium_git}/chromium/tools/depot_tools.git@8e07900125ba28f056008bded80053b297837aab',
     '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@ea38df85bbd4203028153aad85fdb148a9dfc5c3',
+    'url': '{chromium_git}/external/github.com/llvm/llvm-project/libc.git@390ab7f3cffaa613e4a0a9c5aecf37052d5a8923',
     '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@e96a392229366dadf304ebbd71891459a40d668e',
+  'url': '{chromium_git}/chromium/src/build@166f3230f69fdb95cf3da587e6ee143c2c03c971',
     'condition': 'dawn_standalone',
   },
   'tools/clang': {
@@ -253,7 +253,7 @@
 
   # Testing, GTest and GMock
   'testing': {
-    'url': '{chromium_git}/chromium/src/testing@8527fd9f72b14778901d9cac901736c97213344f',
+    'url': '{chromium_git}/chromium/src/testing@7a7d159e99818292ce6b17466c89952cc79e2cc3',
     '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@f7a1fb2d8f3d155f6d52e95fa486bf91a9ebca81',
+    'url': '{chromium_git}/catapult.git@a41fdb3aa561b3ae158e35ecbf44f4a14ff1e934',
     'condition': 'dawn_standalone',
   },
   'third_party/google_benchmark/src': {
diff --git a/build b/build
index e96a392..166f323 160000
--- a/build
+++ b/build
@@ -1 +1 @@
-Subproject commit e96a392229366dadf304ebbd71891459a40d668e
+Subproject commit 166f3230f69fdb95cf3da587e6ee143c2c03c971
diff --git a/infra/config/global/PACKAGE.lock b/infra/config/global/PACKAGE.lock
index 092d2c5..a6a063f 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": "97511f0e7c6256fc265fdcbe5098d888af023def",
+				"revision": "82da30b07f25d6a61aad109737b6fd47a041342d",
 				"path": "infra/config/targets"
 			},
 			"deps": [
diff --git a/infra/config/global/PACKAGE.star b/infra/config/global/PACKAGE.star
index 80a9a64..5b39bdc 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 = "97511f0e7c6256fc265fdcbe5098d888af023def",
+        revision = "82da30b07f25d6a61aad109737b6fd47a041342d",
     ),
 )
 
diff --git a/testing b/testing
index 8527fd9..7a7d159 160000
--- a/testing
+++ b/testing
@@ -1 +1 @@
-Subproject commit 8527fd9f72b14778901d9cac901736c97213344f
+Subproject commit 7a7d159e99818292ce6b17466c89952cc79e2cc3
diff --git a/third_party/catapult b/third_party/catapult
index f7a1fb2..a41fdb3 160000
--- a/third_party/catapult
+++ b/third_party/catapult
@@ -1 +1 @@
-Subproject commit f7a1fb2d8f3d155f6d52e95fa486bf91a9ebca81
+Subproject commit a41fdb3aa561b3ae158e35ecbf44f4a14ff1e934
diff --git a/third_party/depot_tools b/third_party/depot_tools
index 95d1432..8e07900 160000
--- a/third_party/depot_tools
+++ b/third_party/depot_tools
@@ -1 +1 @@
-Subproject commit 95d1432b5c506cc6b500b34c23f06c4708139fe9
+Subproject commit 8e07900125ba28f056008bded80053b297837aab
diff --git a/third_party/llvm-libc/src b/third_party/llvm-libc/src
index ea38df8..390ab7f 160000
--- a/third_party/llvm-libc/src
+++ b/third_party/llvm-libc/src
@@ -1 +1 @@
-Subproject commit ea38df85bbd4203028153aad85fdb148a9dfc5c3
+Subproject commit 390ab7f3cffaa613e4a0a9c5aecf37052d5a8923