commit | 887e3761cc2324f8512f530964257e3400243eba | [log] [tgz] |
---|---|---|
author | Ben Clayton <[email protected]> | Tue Feb 01 20:42:56 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Feb 01 20:42:56 2022 |
tree | 7816793a037066903bbc38fb6334a62cfbae674c | |
parent | b20c39931d0fbbf55923f305aa0b757abdc17f77 [diff] |
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",