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

Unified Diff: webrtc/test/fuzzers/BUILD.gn

Issue 2082943002: Add fuzzer corpora. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove extra-byte corpora until necessary Created 4 years, 6 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 | webrtc/test/fuzzers/corpora/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 29867a1a7db4885948c32268d6ee08f41316da43..7d318f17962a71f7af75d66bcbdc74b0f5441b7d 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -86,6 +86,7 @@ webrtc_fuzzer_test("rtcp_receiver_fuzzer") {
deps = [
"../../modules/rtp_rtcp/",
]
+ seed_corpus = "corpora/rtcp-corpus"
}
webrtc_fuzzer_test("rtp_packet_fuzzer") {
@@ -95,6 +96,7 @@ webrtc_fuzzer_test("rtp_packet_fuzzer") {
deps = [
"../../modules/rtp_rtcp/",
]
+ seed_corpus = "corpora/rtp-corpus"
}
source_set("audio_decoder_fuzzer") {
« no previous file with comments | « no previous file | webrtc/test/fuzzers/corpora/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698