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

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

Issue 2315633002: Setting up an RTP input fuzzer for NetEq (Closed)
Patch Set: Created 4 years, 3 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 82b6ca8d955d80b1d41a11a2cb9302bd516d7fdd..0447189e262a7d3164eb6c60190e2402aa63787f 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -185,6 +185,19 @@ webrtc_fuzzer_test("audio_decoder_opus_redundant_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",
+ "../../test:test_support",
+ ]
+}
+
# TODO(katrielc) Enable in Chromium when CL 2022833002 lands.
# Although the dependency on media compiles in standalone, it is
# flagged by gn check, so breaks when rolled into Chromium.

Powered by Google App Engine
This is Rietveld 408576698