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

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

Issue 1820353002: Move PDFium libfuzzers to pdf/pdfium/fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « pdf/pdfium/fuzzers/pdfium_fuzzer.cc ('k') | testing/libfuzzer/fuzzers/dicts/pdf.dict » ('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 ae8f16bb67e758162806b8dedfe4d28c28fca754..91651faedace354bf0ce0d2cf11fd47f9812e988 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -7,7 +7,6 @@
import("//build/config/features.gni")
import("//media/media_options.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
-import("//third_party/pdfium/pdfium.gni")
# root BUILD depenends on this target. Needed for package discovery
group("fuzzers") {
@@ -171,41 +170,6 @@ fuzzer_test("zlib_uncompress_fuzzer") {
]
}
-fuzzer_test("pdfium_fuzzer") {
- sources = [
- "pdfium_fuzzer.cc",
- ]
- deps = [
- "//third_party/pdfium",
- "//third_party/pdfium:test_support",
- "//v8",
- "//v8:v8_libplatform",
- ]
- additional_configs = [
- "//third_party/pdfium:pdfium_config",
- "//v8:external_startup_data",
- ]
- dict = "dicts/pdf.dict"
-}
-
-if (pdf_enable_xfa) {
- fuzzer_test("pdf_fm2js_fuzzer") {
- sources = []
- deps = [
- "//third_party/pdfium/testing/libfuzzer:pdf_fm2js_fuzzer",
- ]
- dict = "dicts/pdf_fm2js.dict"
- }
-
- fuzzer_test("pdf_xml_fuzzer") {
- sources = []
- deps = [
- "//third_party/pdfium/testing/libfuzzer:pdf_xml_fuzzer",
- ]
- dict = "dicts/pdf_xml.dict"
- }
-}
-
fuzzer_test("sqlite3_prepare_v2_fuzzer") {
sources = [
"sqlite3_prepare_v2_fuzzer.cc",
« no previous file with comments | « pdf/pdfium/fuzzers/pdfium_fuzzer.cc ('k') | testing/libfuzzer/fuzzers/dicts/pdf.dict » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698