Manual roll Dawn from 00b3325c361b to d8276c09c3b8 (6 revisions)

Manual roll requested by robertphillips@google.com

https://dawn.googlesource.com/dawn.git/+log/00b3325c361b..d8276c09c3b8

2026-03-03 cwallez@chromium.org Rework PipelineLayout's MergeEntries to switch on the binding type.
2026-03-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from bd2a0f8993f5 to c86f75f56f22 (6 revisions)
2026-03-03 cwallez@chromium.org [YUV AHB] Move the YCbCr STM tests to their own file
2026-03-03 cwallez@chromium.org [cmake] Add whitebox and platform-specific end2end tests
2026-03-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8807d22fb5c5 to 64293946b30e (10 revisions)
2026-03-03 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 4b357219c5e4 to 38b5ebc9c7ee (755 revisions)

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 cwallez@google.com,dsinclair@google.com,robertphillips@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-Win11-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win11-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11
Bug: None
Tbr: dsinclair@google.com,robertphillips@google.com
Change-Id: I9a912d146b597d2a19dbfcff806b69001f2218d1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1178716
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 2005b48..73f3caa 100644
--- a/DEPS
+++ b/DEPS
@@ -37,7 +37,7 @@
   # Dawn requires jinja2 and markupsafe for the code generator, abseil for string formatting,
   # and a few other depencencies.
   # 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@00b3325c361bc5315200d00e297be48d15806f4f",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@d8276c09c3b8fd84e4e5516f36acf57495806c78",
   "third_party/externals/abseil-cpp"             : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@ea09accd9adefed426f583b4a7351c4920e28de1",
   "third_party/externals/jinja2"                 : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@c3027d884967773057bf74b957e3fea87e5df4d7",
   "third_party/externals/markupsafe"             : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@4256084ae14175d38a3ff7d739dca83ae49ccec6",
diff --git a/bazel/deps.json b/bazel/deps.json
index e35ffa6..3c82c5f4 100644
--- a/bazel/deps.json
+++ b/bazel/deps.json
@@ -3,7 +3,7 @@
   "direct": [
     {
       "build_file": "//bazel/external/dawn:BUILD.bazel",
-      "commit": "00b3325c361bc5315200d00e297be48d15806f4f",
+      "commit": "d8276c09c3b8fd84e4e5516f36acf57495806c78",
       "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 646d51f..adff9fd 100644
--- a/infra/bots/deps/deps_gen.go
+++ b/infra/bots/deps/deps_gen.go
@@ -164,7 +164,7 @@
 	},
 	"dawn.googlesource.com/dawn": {
 		Id:      "dawn.googlesource.com/dawn",
-		Version: "00b3325c361bc5315200d00e297be48d15806f4f",
+		Version: "d8276c09c3b8fd84e4e5516f36acf57495806c78",
 		Path:    "third_party/externals/dawn",
 	},
 	"infra/3pp/tools/ninja": {