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

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

Issue 2384423002: Relanding "Setting up an RTP input fuzzer for NetEq" (Closed)
Patch Set: Floating point literal in double precision 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 | « webrtc/modules/audio_coding/neteq/tools/neteq_input.h ('k') | webrtc/test/fuzzers/neteq_rtp_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 eb6104dc2694cc8baec1c9c532ab9b5882d34862..2b0663e81d21e5b9700a137e1d98b961e8a51b80 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_test_minimal",
+ "../../modules/audio_coding:pcm16b",
+ "../../modules/rtp_rtcp",
+ ]
+}
+
webrtc_fuzzer_test("sdp_parser_fuzzer") {
sources = [
"sdp_parser_fuzzer.cc",
« no previous file with comments | « webrtc/modules/audio_coding/neteq/tools/neteq_input.h ('k') | webrtc/test/fuzzers/neteq_rtp_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698