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

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

Issue 2364543003: Build rule for pdf_codec_icc_fuzzer (Closed)
Patch Set: Created 4 years, 3 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 | pdf/pdfium/fuzzers/dicts/pdf_codec_icc.dict » ('j') | 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 f31949fa06c05d766ba2e8611510677596f9cf76..46ecf98ab52723f795e3fc6d99532cfcb2fe771f 100644
--- a/pdf/pdfium/fuzzers/BUILD.gn
+++ b/pdf/pdfium/fuzzers/BUILD.gn
@@ -35,6 +35,14 @@ fuzzer_test("pdf_codec_fax_fuzzer") {
]
}
+fuzzer_test("pdf_codec_icc_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/pdfium/testing/libfuzzer:pdf_codec_icc_fuzzer",
+ ]
+ dict = "dicts/pdf_codec_icc.dict"
+}
+
fuzzer_test("pdf_hint_table_fuzzer") {
sources = []
deps = [
« no previous file with comments | « no previous file | pdf/pdfium/fuzzers/dicts/pdf_codec_icc.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698