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:
parent
aa58a6934c
commit
16d5739b73
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue