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

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

Issue 2384423002: Relanding "Setting up an RTP input fuzzer for NetEq" (Closed)
Patch Set: Change EncodeNetEqInput to take a signal generator instead of a file 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
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index eb6104dc2694cc8baec1c9c532ab9b5882d34862..648fb562cf6ac42a74fc08e48bab5d6b641ddd66 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -211,6 +211,18 @@ webrtc_fuzzer_test("turn_unwrap_fuzzer") {
]
}
+webrtc_fuzzer_test("neteq_rtp_fuzzer") {
+ sources = [
+ "neteq_rtp_fuzzer.cc",
+ ]
+ deps = [
+ "../../modules/audio_coding:neteq",
+ "../../modules/audio_coding:neteq_unittest_tools",
+ "../../modules/audio_coding:pcm16b",
+ "../../modules/rtp_rtcp",
+ ]
+}
+
webrtc_fuzzer_test("sdp_parser_fuzzer") {
sources = [
"sdp_parser_fuzzer.cc",

Powered by Google App Engine
This is Rietveld 408576698