Roll Dawn from 2c36bc628cd1 to 52cc4f5d1c28 (10 revisions)

https://dawn.googlesource.com/dawn.git/+log/2c36bc628cd1..52cc4f5d1c28

2022-08-14 dsinclair@chromium.org Add a target for the GLFW surface helper.
2022-08-13 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e6cb539dad97 to 3ebe695e969a (1 revision)
2022-08-13 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 67e0c6fcc974 to 4c941149774f (5 revisions)
2022-08-12 bclayton@google.com doxygen: Skip libfuzzer header
2022-08-12 lokokung@google.com Moves sorting into `format` and out of `parse`.
2022-08-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2438c1b18a5e to a6c3e363b7a9 (1 revision)
2022-08-12 enga@chromium.org Beautify visitable structs with more helpers
2022-08-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 03dd80c1d579 to e6cb539dad97 (3 revisions)
2022-08-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2ebd5100902e to 67e0c6fcc974 (4 revisions)
2022-08-12 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 476824373c19 to 03dd80c1d579 (9 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 enga@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: enga@google.com
Change-Id: If447b04a8954061c77a03c620871fb147a657304
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/568943
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 8378a99..2c665ab 100644
--- a/DEPS
+++ b/DEPS
@@ -14,7 +14,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@2c36bc628cd1faef671c73bdf2f0853b9f11ca3a",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@52cc4f5d1c2840f0ac05cdfed87e9167df6607fb",
   "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@c5a424a2a21005660b182516eb7a079cd8021699",