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

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

Issue 2391263002: Add a fuzzer for FlexfecReceiver. (Closed)
Patch Set: Update based on FlexfecReceiver interface changes. Created 4 years, 2 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/flexfec_receiver_fuzzer.cc » ('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 2b0663e81d21e5b9700a137e1d98b961e8a51b80..2a12add00785a1c159680556c258411a14d4cf7d 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -96,6 +96,16 @@ webrtc_fuzzer_test("producer_fec_fuzzer") {
]
}
+webrtc_fuzzer_test("flexfec_receiver_fuzzer") {
+ sources = [
+ "flexfec_receiver_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/rtp_rtcp/",
+ ]
+ libfuzzer_options = [ "max_len=2000" ]
+}
+
webrtc_fuzzer_test("rtcp_receiver_fuzzer") {
sources = [
"rtcp_receiver_fuzzer.cc",
« no previous file with comments | « no previous file | webrtc/test/fuzzers/flexfec_receiver_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698