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

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

Issue 2061003002: Build rule for pdf_css_fuzzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add css fuzzer Created 4 years, 6 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_css.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 f7a30ded16957eebbc40658132adfb532762a802..9ed394d8e229ad5044fdf8fff6cc394383261796 100644
--- a/pdf/pdfium/fuzzers/BUILD.gn
+++ b/pdf/pdfium/fuzzers/BUILD.gn
@@ -71,6 +71,14 @@ if (pdf_enable_xfa) {
]
}
+ fuzzer_test("pdf_css_fuzzer") {
+ sources = []
+ deps = [
+ "//third_party/pdfium/testing/libfuzzer:pdf_css_fuzzer",
+ ]
+ dict = "dicts/pdf_css.dict"
+ }
+
fuzzer_test("pdf_fm2js_fuzzer") {
sources = []
deps = [
« no previous file with comments | « no previous file | pdf/pdfium/fuzzers/dicts/pdf_css.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698