tint/fuzzers: Build protobufs after remove_stale_autogen_files

Add deps to remove_stale_autogen_files to make sure
tint_ast_fuzzer_proto runs after remove_stale_autogen_files run.

Bug: crbug.com/1314527
Change-Id: I01cb469289eae83b04c9b442f97d4eef0139ec81
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87922
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ben Clayton 2022-04-26 00:12:27 +00:00 committed by Dawn LUCI CQ
parent b52d740227
commit f4a861dd60
1 changed files with 2 additions and 0 deletions

View File

@ -16,12 +16,14 @@ import("//build_overrides/build.gni")
import("../../../../tint_overrides_with_defaults.gni")
if (build_with_chromium) {
import("../../../../scripts/dawn_overrides_with_defaults.gni")
import("//third_party/protobuf/proto_library.gni")
proto_library("tint_ast_fuzzer_proto") {
sources = [ "protobufs/tint_ast_fuzzer.proto" ]
generate_python = false
use_protobuf_full = true
deps = [ "${dawn_root}/generator:remove_stale_autogen_files" ]
}
source_set("tint_ast_fuzzer") {