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

Side by Side Diff: webrtc/modules/audio_processing/audio_processing.gypi

Issue 1187033005: Revert of Allow intelligibility to compile in apm (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'variables': { 10 'variables': {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'common.h', 92 'common.h',
93 'echo_cancellation_impl.cc', 93 'echo_cancellation_impl.cc',
94 'echo_cancellation_impl.h', 94 'echo_cancellation_impl.h',
95 'echo_control_mobile_impl.cc', 95 'echo_control_mobile_impl.cc',
96 'echo_control_mobile_impl.h', 96 'echo_control_mobile_impl.h',
97 'gain_control_impl.cc', 97 'gain_control_impl.cc',
98 'gain_control_impl.h', 98 'gain_control_impl.h',
99 'high_pass_filter_impl.cc', 99 'high_pass_filter_impl.cc',
100 'high_pass_filter_impl.h', 100 'high_pass_filter_impl.h',
101 'include/audio_processing.h', 101 'include/audio_processing.h',
102 'intelligibility/intelligibility_enhancer.cc',
103 'intelligibility/intelligibility_enhancer.h',
104 'intelligibility/intelligibility_utils.cc',
105 'intelligibility/intelligibility_utils.h',
106 'level_estimator_impl.cc', 102 'level_estimator_impl.cc',
107 'level_estimator_impl.h', 103 'level_estimator_impl.h',
108 'noise_suppression_impl.cc', 104 'noise_suppression_impl.cc',
109 'noise_suppression_impl.h', 105 'noise_suppression_impl.h',
110 'processing_component.cc', 106 'processing_component.cc',
111 'processing_component.h', 107 'processing_component.h',
112 'rms_level.cc', 108 'rms_level.cc',
113 'rms_level.h', 109 'rms_level.h',
114 'splitting_filter.cc', 110 'splitting_filter.cc',
115 'splitting_filter.h', 111 'splitting_filter.h',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'cflags!': [ 265 'cflags!': [
270 '-flto', 266 '-flto',
271 '-ffat-lto-objects', 267 '-ffat-lto-objects',
272 ], 268 ],
273 }], 269 }],
274 ], 270 ],
275 }], 271 }],
276 }], 272 }],
277 ], 273 ],
278 } 274 }
OLDNEW
« 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