0

Build rule for pdf_cmap_fuzzer

Review-Url: https://codereview.chromium.org/2374503002
Cr-Commit-Position: refs/heads/master@{#421106}
This commit is contained in:
kcwu
2016-09-26 21:45:21 -07:00
committed by Commit bot
parent c039114426
commit c0e8226927

@ -28,6 +28,13 @@ fuzzer_test("pdfium_fuzzer") {
dict = "dicts/pdf.dict"
}
fuzzer_test("pdf_cmap_fuzzer") {
sources = []
deps = [
"//third_party/pdfium/testing/libfuzzer:pdf_cmap_fuzzer",
]
}
fuzzer_test("pdf_codec_fax_fuzzer") {
sources = []
deps = [