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

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

Issue 2843263006: Build pdf_cfx_barcode_fuzzer. (Closed)
Patch Set: Created 3 years, 8 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 c5aaf3af47ec4197039f055e6018805be2c6aa61..224bc1128a7aca68d9398cadfd78c11736d1441d 100644
--- a/pdf/pdfium/fuzzers/BUILD.gn
+++ b/pdf/pdfium/fuzzers/BUILD.gn
@@ -177,6 +177,13 @@ if (pdf_enable_xfa) {
dict = "dicts/pdf_xml.dict"
}
+ fuzzer_test("pdf_cfx_barcode_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/pdfium/testing/libfuzzer:pdf_cfx_barcode_fuzzer",
+ ]
+ }
+
fuzzer_test("pdf_cfx_saxreader_fuzzer") {
sources = []
deps = [
« 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