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

Unified Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 1190733004: Attempt to reland: Allow intelligibility to compile in apm (https://codereview.webrtc.org/118232300… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changed temp file name Created 5 years, 6 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/audio_processing.gypi
diff --git a/webrtc/modules/audio_processing/audio_processing.gypi b/webrtc/modules/audio_processing/audio_processing.gypi
index 85415fdbe5d2148783b92608e3efc02080c7a5a5..65226d2b411cb74ece87cf17693d58e3ac56c9cd 100644
--- a/webrtc/modules/audio_processing/audio_processing.gypi
+++ b/webrtc/modules/audio_processing/audio_processing.gypi
@@ -81,6 +81,10 @@
'high_pass_filter_impl.cc',
'high_pass_filter_impl.h',
'include/audio_processing.h',
+ 'intelligibility/intelligibility_enhancer.cc',
+ 'intelligibility/intelligibility_enhancer.h',
+ 'intelligibility/intelligibility_utils.cc',
+ 'intelligibility/intelligibility_utils.h',
'level_estimator_impl.cc',
'level_estimator_impl.h',
'noise_suppression_impl.cc',
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | webrtc/modules/audio_processing/audio_processing_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698