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

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

Issue 1776323002: [libfuzzer] Add fuzzer for FT_New_Memory_Face() from third_party/freetype2. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the nit. 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 | « no previous file | testing/libfuzzer/fuzzers/ft_new_memory_face_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 56a42579c2beab6f20ca1ca58bd0ad7400d4a2f1..35080b063349cefa6efa6aae728cd1cce7ca363f 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -323,3 +323,12 @@ fuzzer_test("libxml_xml_regexp_compile_fuzzer") {
libfuzzer_options = "libxml_xml_regexp_compile_fuzzer.options"
additional_configs = [ "//testing/libfuzzer:no_clusterfuzz" ]
}
+
+fuzzer_test("third_party_ft_new_memory_face_fuzzer") {
+ sources = [
+ "ft_new_memory_face_fuzzer.cc",
+ ]
+ deps = [
+ "//third_party/freetype2",
+ ]
+}
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/ft_new_memory_face_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698