Roll Dawn from b04e622eeaea to 27c772262048 (6 revisions)

https://dawn.googlesource.com/dawn.git/+log/b04e622eeaea..27c772262048

2023-04-13 dsinclair@chromium.org Cleanup WGSL writer.
2023-04-13 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from f507fe05cd85 to 9ae918cbd468 (3 revisions)
2023-04-12 lehoangquyen@chromium.org Add missing lock to APIBeginRender/ComputePass.
2023-04-12 penghuang@chromium.org d3d11: implement RenderPipeline
2023-04-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 8ef6045b0a23 to 770571d91b69 (1 revision)
2023-04-12 dsinclair@chromium.org Update samples to process events.

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 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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-Dawn
Bug: None
Tbr: cwallez@google.com
Change-Id: Iaac54f4b83ff15e3288209c70d5952492c71e9e6
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/670518
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 9e98fff..6e5fe45 100644
--- a/DEPS
+++ b/DEPS
@@ -24,7 +24,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@b04e622eeaea570df4e0e2b29dcc6425ce29f406",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@27c772262048ecca2de30b6895d60ecc81acb991",
   "third_party/externals/jinja2"                 : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6",
   "third_party/externals/markupsafe"             : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
   "third_party/externals/abseil-cpp"             : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@cb436cf0142b4cbe47aae94223443df7f82e2920",
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 8f0c240..0e54131 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -22,7 +22,7 @@
     new_git_repository(
         name = "dawn",
         build_file = "@//bazel/external/dawn:BUILD.bazel",
-        commit = "b04e622eeaea570df4e0e2b29dcc6425ce29f406",
+        commit = "27c772262048ecca2de30b6895d60ecc81acb991",
         remote = "https://dawn.googlesource.com/dawn.git",
     )