Update dawn include paths

This CL fixes up some of the include paths used for Dawn to point to
the newer include/ folder instead of the old src/include folder.

The build rule for the fuzzer is also updated to the new location.

Bug: dawn:1275
Change-Id: I1670a713c41a55e89795c7c71c94fd7a59cbf7a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3711016
Auto-Submit: Dan Sinclair <[email protected]>
Reviewed-by: Corentin Wallez <[email protected]>
Reviewed-by: Andrew Grieve <[email protected]>
Commit-Queue: Corentin Wallez <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1015504}
diff --git a/BUILD.gn b/BUILD.gn
index 917a2429d..aecc76ae 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -832,9 +832,9 @@
 
   if (build_dawn_tests) {
     deps += [
+      "//third_party/dawn/src/dawn/fuzzers:fuzzers",
       "//third_party/dawn/src/dawn/tests:dawn_end2end_tests",
       "//third_party/dawn/src/dawn/tests:dawn_unittests",
-      "//third_party/dawn/src/fuzzers/dawn:dawn_fuzzers",
       "//third_party/dawn/src/tint/fuzzers",
       "//third_party/dawn/test/tint:tint_unittests",
     ]