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

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

Issue 2797473003: Add LLVM fuzzer: Skia color space and color transform (Closed)
Patch Set: Created 3 years, 8 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
Index: testing/libfuzzer/fuzzers/BUILD.gn
diff --git a/testing/libfuzzer/fuzzers/BUILD.gn b/testing/libfuzzer/fuzzers/BUILD.gn
index 217e08b5a826a3115b20092ab49c1188ad89cd0a..8bae8bea87d00394fb1e5ee60c5b7ba25ba88cf9 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -420,6 +420,19 @@ fuzzer_test("skia_pathop_fuzzer") {
}
}
+fuzzer_test("skia_color_space_fuzzer") {
mmoroz 2017/04/04 13:43:06 Could you please move both the source code and the
Noel Gordon 2017/04/05 14:14:07 Don't really work on Skia myself. I know that we
scroggo_chromium 2017/04/05 21:02:47 +1. FWIW, I do not think it would make sense to pu
mmoroz 2017/04/06 08:26:37 Makes sense. Thanks for the explanation!
+ sources = [
+ "color_space_data.h",
+ "skia_color_space_fuzzer.cc",
+ ]
+ deps = [
+ "//base",
+ "//skia",
+ ]
+ dict = "dicts/icc.dict"
+ libfuzzer_options = [ "max_len=4194304" ]
+}
+
fuzzer_test("prtime_fuzzer") {
sources = [
"prtime_fuzzer.cc",
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/color_space_data.h » ('j') | testing/libfuzzer/fuzzers/color_space_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698