fix roller: added missed renames of tint_regex_fuzzer_libfuzzer_options Missed rename from https://dawn-review.googlesource.com/c/tint/+/63180 In a prior CL I fixed tint_ast_fuzzer_libfuzzer_options Change-Id: I4c3bc6e2046fc986ff2ce749ecbdae2a860f8d93 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/63521 Reviewed-by: Sarah Mashayekhi <sarahmashay@google.com> Commit-Queue: Sarah Mashayekhi <sarahmashay@google.com> Auto-Submit: Sarah Mashayekhi <sarahmashay@google.com> Kokoro: Sarah Mashayekhi <sarahmashay@google.com>
diff --git a/fuzzers/BUILD.gn b/fuzzers/BUILD.gn index 5f04ed7..252e432 100644 --- a/fuzzers/BUILD.gn +++ b/fuzzers/BUILD.gn
@@ -115,7 +115,7 @@ fuzzer_test("tint_regex_wgsl_writer_fuzzer") { sources = [ "tint_regex_fuzzer/tint_regex_wgsl_writer_fuzzer.cc" ] deps = [ "tint_regex_fuzzer:tint_regex_fuzzer" ] - libfuzzer_options = tint_regex_fuzzer_libfuzzer_options + libfuzzer_options = tint_regex_fuzzer_common_libfuzzer_options seed_corpus = fuzzer_corpus_wgsl_dir seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ] } @@ -178,7 +178,7 @@ fuzzer_test("tint_regex_spv_writer_fuzzer") { sources = [ "tint_regex_fuzzer/tint_regex_spv_writer_fuzzer.cc" ] deps = [ "tint_regex_fuzzer:tint_regex_fuzzer" ] - libfuzzer_options = tint_regex_fuzzer_libfuzzer_options + libfuzzer_options = tint_regex_fuzzer_common_libfuzzer_options seed_corpus = fuzzer_corpus_wgsl_dir seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ] } @@ -241,7 +241,7 @@ fuzzer_test("tint_regex_hlsl_writer_fuzzer") { sources = [ "tint_regex_fuzzer/tint_regex_hlsl_writer_fuzzer.cc" ] deps = [ "tint_regex_fuzzer:tint_regex_fuzzer" ] - libfuzzer_options = tint_regex_fuzzer_libfuzzer_options + libfuzzer_options = tint_regex_fuzzer_common_libfuzzer_options seed_corpus = fuzzer_corpus_wgsl_dir seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ] } @@ -268,7 +268,7 @@ fuzzer_test("tint_regex_msl_writer_fuzzer") { sources = [ "tint_regex_fuzzer/tint_regex_msl_writer_fuzzer.cc" ] deps = [ "tint_regex_fuzzer:tint_regex_fuzzer" ] - libfuzzer_options = tint_regex_fuzzer_libfuzzer_options + libfuzzer_options = tint_regex_fuzzer_common_libfuzzer_options seed_corpus = fuzzer_corpus_wgsl_dir seed_corpus_deps = [ ":tint_generate_wgsl_corpus" ] }