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

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

Issue 2797473003: Add LLVM fuzzer: Skia color space and color transform (Closed)
Patch Set: rm -f DCHECK, use static buffers. 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
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/color_space_data.h » ('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 d0d323e82a48d16d5a5e8ead92f2bc665be16809..b1aca073e51d3ec135d5219228b225503c6e4811 100644
--- a/testing/libfuzzer/fuzzers/BUILD.gn
+++ b/testing/libfuzzer/fuzzers/BUILD.gn
@@ -409,6 +409,19 @@ fuzzer_test("skia_pathop_fuzzer") {
}
}
+fuzzer_test("skia_color_space_fuzzer") {
+ 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698