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

Side by Side Diff: pdf/pdfium/fuzzers/BUILD.gn

Issue 2889073003: Build pdf_font_fuzzer (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # PDFium fuzzers. 5 # PDFium fuzzers.
6 6
7 import("//third_party/pdfium/pdfium.gni") 7 import("//third_party/pdfium/pdfium.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 10
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 } 82 }
83 83
84 fuzzer_test("pdf_jpx_fuzzer") { 84 fuzzer_test("pdf_jpx_fuzzer") {
85 sources = [] 85 sources = []
86 deps = [ 86 deps = [
87 "//third_party/pdfium/testing/libfuzzer:pdf_jpx_fuzzer", 87 "//third_party/pdfium/testing/libfuzzer:pdf_jpx_fuzzer",
88 ] 88 ]
89 seed_corpus = "corpora/pdf_jpx" 89 seed_corpus = "corpora/pdf_jpx"
90 } 90 }
91 91
92 fuzzer_test("pdf_font_fuzzer") {
93 sources = []
94 deps = [
95 "//third_party/pdfium/testing/libfuzzer:pdf_font_fuzzer",
96 ]
97 }
98
92 fuzzer_test("pdf_psengine_fuzzer") { 99 fuzzer_test("pdf_psengine_fuzzer") {
93 sources = [] 100 sources = []
94 deps = [ 101 deps = [
95 "//third_party/pdfium/testing/libfuzzer:pdf_psengine_fuzzer", 102 "//third_party/pdfium/testing/libfuzzer:pdf_psengine_fuzzer",
96 ] 103 ]
97 } 104 }
98 105
99 fuzzer_test("pdf_streamparser_fuzzer") { 106 fuzzer_test("pdf_streamparser_fuzzer") {
100 sources = [] 107 sources = []
101 deps = [ 108 deps = [
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "//v8:v8_libplatform", 212 "//v8:v8_libplatform",
206 ] 213 ]
207 additional_configs = [ 214 additional_configs = [
208 "//third_party/pdfium:pdfium_core_config", 215 "//third_party/pdfium:pdfium_core_config",
209 "//v8:external_startup_data", 216 "//v8:external_startup_data",
210 ] 217 ]
211 dict = "dicts/pdf.dict" 218 dict = "dicts/pdf.dict"
212 seed_corpus = "src/third_party/pdfium/test" 219 seed_corpus = "src/third_party/pdfium/test"
213 } 220 }
214 } 221 }
OLDNEW
« 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