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

Unified Diff: testing/libfuzzer/fuzzers/BUILD.gn

Issue 1492093003: pdfium fuzzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | testing/libfuzzer/fuzzers/pdfium_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index e36175ef0e88d05dc91ba7a9e15b50df3bab745a..3d5229295d29420a7e517e1408db98b08a9b7919 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -227,3 +227,18 @@ test("zlib_uncompress_fuzzer") {
"//third_party/zlib",
]
}
+
+test("pdfium_fuzzer") {
+ sources = [
+ "pdfium_fuzzer.cc",
+ ]
+ deps = [
+ "//testing/libfuzzer:libfuzzer_main",
+ "//third_party/pdfium",
+ "//third_party/pdfium:test_support",
+ "//v8",
+ "//v8:v8_libplatform",
+ ]
+ configs += [ "//third_party/pdfium:pdfium_config" ]
+ configs += [ "//v8:external_config" ]
+}
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/pdfium_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698