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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2644123002: Adding full initial version of delay estimation functionality in echo canceller 3 (Closed)
Patch Set: Created 3 years, 11 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 a37b325abaf984cd88a4d2174863498f8009e4f0..33e3ccc0cc79fb8f1a3271d6e9af083532b0b7fc 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -596,6 +596,9 @@ if (rtc_include_tests) {
"audio_processing/aec3/block_framer_unittest.cc",
"audio_processing/aec3/block_processor_unittest.cc",
"audio_processing/aec3/cascaded_biquad_filter_unittest.cc",
+ "audio_processing/aec3/correlator_lag_aggregator_unittest.cc",
+ "audio_processing/aec3/correlator_unittest.cc",
+ "audio_processing/aec3/down_sampler_4khz_unittest.cc",
"audio_processing/aec3/echo_canceller3_unittest.cc",
"audio_processing/aec3/echo_path_delay_estimator_unittest.cc",
"audio_processing/aec3/echo_remover_unittest.cc",
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | webrtc/modules/audio_processing/aec3/correlator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698