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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2419563003: Add algorithm for Residual Echo Detector. (Closed)
Patch Set: Added unittests and some small 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
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 28b8c383e0d20929c7f4c2f893d9685bcea0b5e3..1a2c0fb81383b4c0e4f43e719087f56eb556283e 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -583,6 +583,7 @@ if (rtc_include_tests) {
"audio_processing/audio_processing_unittest.cc",
"audio_processing/echo_cancellation_bit_exact_unittest.cc",
"audio_processing/echo_control_mobile_unittest.cc",
+ "audio_processing/echo_detector/echo_detector_unittest.cc",
"audio_processing/gain_control_unittest.cc",
"audio_processing/high_pass_filter_unittest.cc",
"audio_processing/level_controller/level_controller_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698