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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2611223003: Adding second layer of the echo canceller 3 functionality. (Closed)
Patch Set: Changes in response to reviewer comments 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 ff059accf54fbbee5d6ac3cda5d8f40687a3d57d..a37b325abaf984cd88a4d2174863498f8009e4f0 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -597,8 +597,15 @@ if (rtc_include_tests) {
"audio_processing/aec3/block_processor_unittest.cc",
"audio_processing/aec3/cascaded_biquad_filter_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",
"audio_processing/aec3/frame_blocker_unittest.cc",
"audio_processing/aec3/mock/mock_block_processor.h",
+ "audio_processing/aec3/mock/mock_echo_remover.h",
+ "audio_processing/aec3/mock/mock_render_delay_buffer.h",
+ "audio_processing/aec3/mock/mock_render_delay_controller.h",
+ "audio_processing/aec3/render_delay_buffer_unittest.cc",
+ "audio_processing/aec3/render_delay_controller_unittest.cc",
"audio_processing/audio_processing_impl_locking_unittest.cc",
"audio_processing/audio_processing_impl_unittest.cc",
"audio_processing/audio_processing_unittest.cc",
@@ -620,6 +627,9 @@ if (rtc_include_tests) {
"audio_processing/test/debug_dump_replayer.cc",
"audio_processing/test/debug_dump_replayer.h",
"audio_processing/test/debug_dump_test.cc",
+ "audio_processing/test/echo_canceller_test_tools.cc",
+ "audio_processing/test/echo_canceller_test_tools.h",
+ "audio_processing/test/echo_canceller_test_tools_unittest.cc",
"audio_processing/test/test_utils.h",
"audio_processing/voice_detection_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698