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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2686843002: Add more seed corpus for blink_png_decoder_fuzzer. (Closed)
Patch Set: Rebase Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 57dc61b3ddf0f90a92b1d3c4782bfb574e868c2d..6c36e04058b771ef930b2440d15eb9a253514aff 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -2057,7 +2057,11 @@ fuzzer_test("blink_png_decoder_fuzzer") {
"//third_party/libpng",
]
dict = "//testing/libfuzzer/fuzzers/dicts/png.dict"
- seed_corpus = "//third_party/WebKit/LayoutTests/images/resources/pngfuzz"
+ seed_corpuses = [
+ "//cc/test/data",
+ "//third_party/WebKit/LayoutTests/images/png-suite/samples",
+ "//third_party/WebKit/LayoutTests/images/resources/pngfuzz",
+ ]
}
# Fuzzer for blink::JSONParser.
« 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