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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2584493002: Added first layer of the echo canceller 3 functionality (Closed)
Patch Set: Changes in response to reviewer comments Created 4 years 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 ca519e7c04ea8d4d36280827e6556b2283d0d216..0381e0b8ec2009e439757a1cf35e99eb916294f5 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -596,6 +596,7 @@ if (rtc_include_tests) {
"audio_processing:audioproc_unittest_proto",
]
sources += [
+ "audio_processing/aec3/echo_canceller3_unittest.cc",
"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') | webrtc/modules/audio_processing/aec3/aec3_constants.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698