Roll Dawn from eb355bb3edcf to 2060ca2e3d59 (15 revisions)

https://dawn.googlesource.com/dawn.git/+log/eb355bb3edcf..2060ca2e3d59

2023-07-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 831910dbe1f3 to fd07bdfdaf46 (1 revision)
2023-07-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from d6dc46dbd9d0 to 507f67ccff45 (2 revisions)
2023-07-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 350c6d7970c6 to 831910dbe1f3 (2 revisions)
2023-07-14 lokokung@google.com Refactors Dawn benchmarks to pull out infra and fix existing benchmarks.
2023-07-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 19c4e88503c8 to d6dc46dbd9d0 (10 revisions)
2023-07-14 amaiorano@google.com Add histogram macros for microsecond timings
2023-07-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from aa35b58fce7d to 350c6d7970c6 (6 revisions)
2023-07-14 dsinclair@chromium.org [ir][validation] Move Validator to header file
2023-07-14 syoussefi@chromium.org [ssci] Roll VMA forward for README.chromium change
2023-07-14 aredulla@google.com [ssci] Added Shipped field to READMEs
2023-07-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Manual roll vulkan-deps from df22aa218f6a to aa35b58fce7d (53 revisions)
2023-07-14 jrprice@google.com [ir] Fix Builder::Not() for vector types
2023-07-14 jrprice@google.com [ir][spirv-writer] Handle texture sample builtins
2023-07-14 jrprice@google.com [ir][spirv-writer] De-dup depth texture types
2023-07-14 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 84b533591857 to 19c4e88503c8 (16 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 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;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn
Bug: None
Tbr: cwallez@google.com
Change-Id: I07fe79b1c2e93c59464713d511a64ad4d2bcd0d2
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/723945
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 f67974d..42f6af7 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@eb355bb3edcf7f667597bae78f1be93c70e6297a",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@2060ca2e3d595622b1f217b7d53cc3a847bd228a",
   "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 054a9bd..8cd1fa9 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -26,7 +26,7 @@
     new_git_repository(
         name = "dawn",
         build_file = ws + "//bazel/external/dawn:BUILD.bazel",
-        commit = "eb355bb3edcf7f667597bae78f1be93c70e6297a",
+        commit = "2060ca2e3d595622b1f217b7d53cc3a847bd228a",
         remote = "https://dawn.googlesource.com/dawn.git",
     )