0

Build rule for pdf_codec_jbig2_fuzzer

Review-Url: https://codereview.chromium.org/2377673002
Cr-Commit-Position: refs/heads/master@{#421450}
This commit is contained in:
kcwu
2016-09-27 22:00:45 -07:00
committed by Commit bot
parent 68ae744dcb
commit 1deca3a90d

@ -50,6 +50,13 @@ fuzzer_test("pdf_codec_icc_fuzzer") {
dict = "dicts/pdf_codec_icc.dict"
}
fuzzer_test("pdf_codec_jbig2_fuzzer") {
sources = []
deps = [
"//third_party/pdfium/testing/libfuzzer:pdf_codec_jbig2_fuzzer",
]
}
fuzzer_test("pdf_hint_table_fuzzer") {
sources = []
deps = [