Update fuzzer build path that was missed in the repo shuffle

BUG=tint:1418

Change-Id: Ie30d9859845b74b36775b56e0dd41ff731a63528
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/81580
Auto-Submit: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
Ryan Harrison 2022-02-22 17:45:19 +00:00 committed by Tint LUCI CQ
parent aa58a6934c
commit 16d5739b73
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if (build_with_chromium) {
"${tint_root_dir}/src/tint:tint_common_config",
]
include_dirs = [ "${target_gen_dir}/../.." ]
include_dirs = [ "${target_gen_dir}/../../../.." ]
deps = [
":tint_ast_fuzzer_proto",