Roll Dawn from b2ec2c350576 to e8168a177ab2 (7 revisions)

https://dawn.googlesource.com/dawn.git/+log/b2ec2c350576..e8168a177ab2

2023-01-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 2b770ec3d4ae to 9988b37a3351 (8 revisions)
2023-01-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from a8146c5d0bba to 0cde45b7cbcc (9 revisions)
2023-01-28 hao.x.li@intel.com Add the device id of Intel Raptor Lake to gpu_info.json
2023-01-28 jrprice@google.com tint/renamer: Preserve diagnostic control names
2023-01-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 8a9f79f08d79 to 2b770ec3d4ae (6 revisions)
2023-01-27 jrprice@google.com tint/tests: Actually validate the generated WGSL
2023-01-27 cwallez@chromium.org Update ninja to 1.11.1

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: I03f5f1f411c3d1ed27f7f3b0d17c51ce0606dfde
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/635380
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 1c60912..c0897bf 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@b2ec2c350576934904939e07e637ba2ff457b4db",
+  "third_party/externals/dawn"                   : "https://dawn.googlesource.com/dawn.git@e8168a177ab220bbb4be23e1e78afe72730b1811",
   "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 b7200c6..2dd8aa7 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 = "b2ec2c350576934904939e07e637ba2ff457b4db",
+        commit = "e8168a177ab220bbb4be23e1e78afe72730b1811",
         remote = "https://dawn.googlesource.com/dawn.git",
     )