Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1257)

Unified Diff: pdf/pdfium/fuzzers/BUILD.gn

Issue 2262623002: Build rule for pdf_hint_table_fuzzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/pdfium/fuzzers/BUILD.gn
diff --git a/pdf/pdfium/fuzzers/BUILD.gn b/pdf/pdfium/fuzzers/BUILD.gn
index ebe053eb292f1d072d9f4b7593cb84c24f47d542..5c45eda2ccec2acf2757932fafc114a88fb3fb63 100644
--- a/pdf/pdfium/fuzzers/BUILD.gn
+++ b/pdf/pdfium/fuzzers/BUILD.gn
@@ -36,6 +36,14 @@ fuzzer_test("pdf_jpx_fuzzer") {
seed_corpus = "corpora/pdf_jpx"
}
+fuzzer_test("pdf_hint_table_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/pdfium/testing/libfuzzer:pdf_hint_table_fuzzer",
+ ]
+ seed_corpus = "corpora/pdf_hint_table"
Oliver Chang 2016/08/19 19:02:26 pdf/pdfium/fuzzers/corpora/pdf_hint_table doesn't
Lei Zhang 2016/08/19 19:03:23 I don't actually have a seed_corpus. This is just
+}
+
if (pdf_enable_xfa) {
fuzzer_test("pdf_codec_bmp_fuzzer") {
sources = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698