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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2584493002: Added first layer of the echo canceller 3 functionality (Closed)
Patch Set: Disabled the BlockProcessor DEATH tests due to false alarms on the trybots Created 3 years, 12 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
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index 40cbdf62c19b35eee985fc093c13df42ed36c7e1..cfe12845bf9739fbaa623a85aa25e936522880a2 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -597,6 +597,12 @@ if (rtc_include_tests) {
"audio_processing:audioproc_unittest_proto",
]
sources += [
+ "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/echo_canceller3_unittest.cc",
+ "audio_processing/aec3/frame_blocker_unittest.cc",
+ "audio_processing/aec3/mock/mock_block_processor.h",
"audio_processing/audio_processing_impl_locking_unittest.cc",
"audio_processing/audio_processing_impl_unittest.cc",
"audio_processing/audio_processing_unittest.cc",
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698