Index: pdf/pdfium/fuzzers/BUILD.gn |
diff --git a/pdf/pdfium/fuzzers/BUILD.gn b/pdf/pdfium/fuzzers/BUILD.gn |
index 1077676bbd3f975c3f3c581ae2634aa01d8d74b6..f4d0a887135a2c09b9345d4e656b38c25c0da4fd 100644 |
--- a/pdf/pdfium/fuzzers/BUILD.gn |
+++ b/pdf/pdfium/fuzzers/BUILD.gn |
@@ -11,6 +11,13 @@ import("//testing/libfuzzer/fuzzer_test.gni") |
group("fuzzers") { |
} |
+fuzzer_test("pdf_codec_fax_fuzzer") { |
Lei Zhang
2016/09/20 17:53:46
Can you move this down to after pdfium_fuzzer, to
kcwu
2016/09/20 18:00:49
Done.
|
+ sources = [] |
+ deps = [ |
+ "//third_party/pdfium/testing/libfuzzer:pdf_codec_fax_fuzzer", |
+ ] |
+} |
+ |
fuzzer_test("pdfium_fuzzer") { |
sources = [ |
"pdfium_fuzzer.cc", |