BUILD.gn: Update path of dawn_fuzzers

This build target has moved into a new subdirectory.

Bug: dawn:1275
Change-Id: Ife35c4971ca2e5f028818f565f05e273bd6896f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3427755
Auto-Submit: Ben Clayton <[email protected]>
Reviewed-by: Corentin Wallez <[email protected]>
Reviewed-by: Nico Weber <[email protected]>
Commit-Queue: Nico Weber <[email protected]>
Commit-Queue: Ben Clayton <[email protected]>
Cr-Commit-Position: refs/heads/main@{#965852}
diff --git a/BUILD.gn b/BUILD.gn
index 5ef5628..4e2d3ac 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -834,7 +834,7 @@
 
   if (build_dawn_tests) {
     deps += [
-      "//third_party/dawn/src/fuzzers:dawn_fuzzers",
+      "//third_party/dawn/src/fuzzers/dawn:dawn_fuzzers",
       "//third_party/dawn/src/tests:dawn_end2end_tests",
       "//third_party/dawn/src/tests:dawn_unittests",
       "//third_party/dawn/third_party/tint/fuzzers",