0

Fix incorrect pdf_formcalc_context_fuzzer dependency.

Change-Id: I32236f5ccddab6083ce7449d691dc3e1274a4e4d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1521267
Commit-Queue: Lei Zhang <thestig@chromium.org>
Commit-Queue: Max Moroz <mmoroz@chromium.org>
Auto-Submit: Lei Zhang <thestig@chromium.org>
Reviewed-by: Max Moroz <mmoroz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#640413}
This commit is contained in:
Lei Zhang
2019-03-13 18:21:33 +00:00
committed by Commit Bot
parent e27076eab1
commit 04c15ffab1

@ -254,7 +254,7 @@ if (pdf_enable_v8) {
fuzzer_test("pdf_formcalc_context_fuzzer") {
sources = []
deps = [
"//third_party/pdfium/testing/fuzzers:pdf_formcalc_fuzzer_src",
"//third_party/pdfium/testing/fuzzers:pdf_formcalc_context_fuzzer_src",
]
dict = "dicts/pdf_xfa_js.dict"
}