Roll Dawn from a208d31bc037 to 443e526bf00b (17 revisions)

https://dawn.googlesource.com/dawn.git/+log/a208d31bc037..443e526bf00b

2025-09-26 bsheedy@google.com Re-enable partial credentials check on rolls
2025-09-25 shrekshao@google.com [WebGPU backend] Add webgpu::Sampler
2025-09-25 rharrison@chromium.org [tint][ir] Check that BindingArray element type exists in decode
2025-09-25 rharrison@chromium.org [tint][ir] Check Struct member type exists in decode
2025-09-25 beaufort.francois@gmail.com Roll third_party/gpuweb/ a2637f7b8..fa7bf0004 (27 commits)
2025-09-25 bsheedy@google.com Add gn_v2 Win/Clang CQ builders
2025-09-25 bsheedy@google.com Add gn_v2 Mac/x64/Debug builders
2025-09-25 cwallez@chromium.org [dawn][metal] Compute arrayLengthFromConstants in its own loop.
2025-09-25 dsinclair@chromium.org [spirv-reader] Handle `Restrict`
2025-09-25 beaufort.francois@gmail.com Enable texture-formats-tier1 and texture-formats-tier2 by default
2025-09-25 bsheedy@google.com Enable gn_v2 Mac/rel tests
2025-09-25 bsheedy@google.com Add gn_v2 Win/x64/MSVC/Rel builders
2025-09-25 bsheedy@google.com Fix gn_v2 Mac dimensions
2025-09-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll DirectX Shader Compiler from bcaa5d7b0584 to d72f75ee338e (1 revision)
2025-09-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from dd51c3e5860a to 69745720973d (14 revisions)
2025-09-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from db6d0a7dffd1 to 109cf2d238b7 (14 revisions)
2025-09-25 liza@chromium.org Enable clang unsafe buffers plugin and add exceptions in dawn/wire.

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

To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry
To file a bug in Skia: https://bugs.chromium.org/p/skia/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

Cq-Include-Trybots: skia/skia.primary:Build-Ubuntu24.04-Clang-x86_64-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac14-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-ASAN_Graphite_Dawn_Metal;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11
Bug: None
Tbr: amaiorano@google.com
Change-Id: I00dfe2e07fbb4346c35928843d2c63df9be23aa1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1062319
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 9528c7c..0040eff 100644
--- a/DEPS
+++ b/DEPS
@@ -36,7 +36,7 @@
   "third_party/externals/d3d12allocator"         : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
   # Dawn requires jinja2 and markupsafe for the code generator, tint for SPIRV compilation, and abseil for string formatting.
   # When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
-  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@a208d31bc037e95db367364bde8fb41e842b63df",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@443e526bf00bc4fdb541c352d9c6f3b540601974",
   "third_party/externals/jinja2"                 : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@e2d024354e11cc6b041b0cff032d73f0c7e43a07",
   "third_party/externals/markupsafe"             : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0bad08bb207bbfc1d6f3bbc82b9242b0c50e5794",
   "third_party/externals/abseil-cpp"             : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@9d692d669253232c024b20ae19d2ff0b581ee1cd",
diff --git a/bazel/deps.json b/bazel/deps.json
index 4964543..5e82dca 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
   "direct": [
     {
       "build_file": "//bazel/external/dawn:BUILD.bazel",
-      "commit": "a208d31bc037e95db367364bde8fb41e842b63df",
+      "commit": "443e526bf00bc4fdb541c352d9c6f3b540601974",
       "name": "dawn",
       "remote": "https://dawn.googlesource.com/dawn.git"
     },
diff --git a/infra/bots/deps/deps_gen.go b/infra/bots/deps/deps_gen.go
index 6779f18..52e8dfe 100644
--- a/infra/bots/deps/deps_gen.go
+++ b/infra/bots/deps/deps_gen.go
@@ -154,7 +154,7 @@
 	},
 	"dawn.googlesource.com/dawn": {
 		Id:      "dawn.googlesource.com/dawn",
-		Version: "a208d31bc037e95db367364bde8fb41e842b63df",
+		Version: "443e526bf00bc4fdb541c352d9c6f3b540601974",
 		Path:    "third_party/externals/dawn",
 	},
 	"infra/3pp/tools/ninja": {