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

Unified Diff: webrtc/modules/audio_processing/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/audio_processing/BUILD.gn
diff --git a/webrtc/modules/audio_processing/BUILD.gn b/webrtc/modules/audio_processing/BUILD.gn
index bd6adf654293c796cc5a59bd5d16e62416e5e0fb..c0f3d6a29a3de55df1d541f67a362ae3937a2300 100644
--- a/webrtc/modules/audio_processing/BUILD.gn
+++ b/webrtc/modules/audio_processing/BUILD.gn
@@ -65,8 +65,6 @@ rtc_static_library("audio_processing") {
"gain_control_for_experimental_agc.h",
"gain_control_impl.cc",
"gain_control_impl.h",
- "high_pass_filter_impl.cc",
- "high_pass_filter_impl.h",
"include/audio_processing.cc",
"include/audio_processing.h",
"include/config.cc",
@@ -96,6 +94,8 @@ rtc_static_library("audio_processing") {
"level_estimator_impl.h",
"logging/apm_data_dumper.cc",
"logging/apm_data_dumper.h",
+ "low_cut_filter.cc",
kjellander_webrtc 2016/10/28 12:40:29 where are these files? did you forget to add them?
+ "low_cut_filter.h",
"noise_suppression_impl.cc",
"noise_suppression_impl.h",
"render_queue_item_verifier.h",

Powered by Google App Engine
This is Rietveld 408576698