Manual roll Dawn from 853aa21e6972 to c1b46485f65d (4 revisions)

Manual roll requested by robertphillips@google.com

https://dawn.googlesource.com/dawn.git/+log/853aa21e6972..c1b46485f65d

2024-03-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from d71daa7bd860 to ca4cfdaf00d2 (4 revisions)
2024-03-19 jie.a.chen@intel.com d3d11: Use SerialMap for mPendingMapBuffers
2024-03-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8080a736f138 to d2cef82a8fd3 (7 revisions)
2024-03-19 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll DirectX Shader Compiler from 43d11d180e0d to 6f4f758e9b3b (1 revision)

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,jrprice@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-Debian10-Clang-x86_64-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-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: jrprice@google.com,robertphillips@google.com
Change-Id: I005a97cb3732dbafe8bc42a978283f0d1869b059
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/828152
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 2cd7481..052c48a 100644
--- a/DEPS
+++ b/DEPS
@@ -28,7 +28,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@853aa21e69727459ddb6d2ea49d866691092dd0e",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@c1b46485f65def5323c299cd3981d331b5c3ba03",
   "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://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@334aca32051ef6ede2711487acf45d959e9bdffc",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 655d416..a60bc29 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -30,7 +30,7 @@
     new_git_repository(
         name = "dawn",
         build_file = ws + "//bazel/external/dawn:BUILD.bazel",
-        commit = "853aa21e69727459ddb6d2ea49d866691092dd0e",
+        commit = "c1b46485f65def5323c299cd3981d331b5c3ba03",
         remote = "https://dawn.googlesource.com/dawn.git",
     )