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

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

Issue 2877803002: Adds fuzzer for the residual echo detector. (Closed)
Patch Set: Review comments by Henrik. Created 3 years, 7 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 9153cbc366037ac3da2987a90bc17bd0e5a0004f..33c2c4792b450632c961b5cccdf469fd79aef6a1 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -266,6 +266,16 @@ webrtc_fuzzer_test("neteq_rtp_fuzzer") {
]
}
+webrtc_fuzzer_test("residual_echo_detector_fuzzer") {
+ sources = [
+ "residual_echo_detector_fuzzer.cc",
+ ]
+ deps = [
+ "../../base:rtc_base_approved",
+ "../../modules/audio_processing:audio_processing",
+ ]
+}
+
webrtc_fuzzer_test("sdp_parser_fuzzer") {
sources = [
"sdp_parser_fuzzer.cc",
« no previous file with comments | « webrtc/modules/audio_processing/residual_echo_detector.cc ('k') | webrtc/test/fuzzers/residual_echo_detector_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698