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

Unified Diff: webrtc/modules/BUILD.gn

Issue 2415403002: Introduced the new parameter setting scheme for activating the high-pass filter in APM (Closed)
Patch Set: Changes in response to reviewer comments 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 8f90a00f16e986c369170632ec5b07c4d6e69abf..c126b250acaa4f8c3204915a918a1357c48ae550 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -586,9 +586,9 @@ if (rtc_include_tests) {
"audio_processing/echo_cancellation_bit_exact_unittest.cc",
"audio_processing/echo_control_mobile_unittest.cc",
"audio_processing/gain_control_unittest.cc",
- "audio_processing/high_pass_filter_unittest.cc",
"audio_processing/level_controller/level_controller_unittest.cc",
"audio_processing/level_estimator_unittest.cc",
+ "audio_processing/low_cut_filter_unittest.cc",
kjellander_webrtc 2016/10/28 12:40:29 I can't find this file, where is it?
"audio_processing/noise_suppression_unittest.cc",
"audio_processing/test/bitexactness_tools.cc",
"audio_processing/test/bitexactness_tools.h",

Powered by Google App Engine
This is Rietveld 408576698