| OLD | NEW |
| 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 23 matching lines...) Expand all Loading... |
| 34 'sources': [ | 34 'sources': [ |
| 35 'aec/aec_core.c', | 35 'aec/aec_core.c', |
| 36 'aec/aec_core.h', | 36 'aec/aec_core.h', |
| 37 'aec/aec_core_internal.h', | 37 'aec/aec_core_internal.h', |
| 38 'aec/aec_rdft.c', | 38 'aec/aec_rdft.c', |
| 39 'aec/aec_rdft.h', | 39 'aec/aec_rdft.h', |
| 40 'aec/aec_resampler.c', | 40 'aec/aec_resampler.c', |
| 41 'aec/aec_resampler.h', | 41 'aec/aec_resampler.h', |
| 42 'aec/echo_cancellation.c', | 42 'aec/echo_cancellation.c', |
| 43 'aec/echo_cancellation_internal.h', | 43 'aec/echo_cancellation_internal.h', |
| 44 'aec/include/echo_cancellation.h', | 44 'aec/echo_cancellation.h', |
| 45 'aecm/aecm_core.c', | 45 'aecm/aecm_core.c', |
| 46 'aecm/aecm_core.h', | 46 'aecm/aecm_core.h', |
| 47 'aecm/echo_control_mobile.c', | 47 'aecm/echo_control_mobile.c', |
| 48 'aecm/include/echo_control_mobile.h', | 48 'aecm/echo_control_mobile.h', |
| 49 'agc/agc.cc', | 49 'agc/agc.cc', |
| 50 'agc/agc.h', | 50 'agc/agc.h', |
| 51 'agc/agc_manager_direct.cc', | 51 'agc/agc_manager_direct.cc', |
| 52 'agc/agc_manager_direct.h', | 52 'agc/agc_manager_direct.h', |
| 53 'agc/gain_map_internal.h', | 53 'agc/gain_map_internal.h', |
| 54 'agc/histogram.cc', | 54 'agc/histogram.cc', |
| 55 'agc/histogram.h', | 55 'agc/histogram.h', |
| 56 'agc/legacy/analog_agc.c', | 56 'agc/legacy/analog_agc.c', |
| 57 'agc/legacy/analog_agc.h', | 57 'agc/legacy/analog_agc.h', |
| 58 'agc/legacy/digital_agc.c', | 58 'agc/legacy/digital_agc.c', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 ['agc_debug_dump==1', { | 155 ['agc_debug_dump==1', { |
| 156 'defines': ['WEBRTC_AGC_DEBUG_DUMP',], | 156 'defines': ['WEBRTC_AGC_DEBUG_DUMP',], |
| 157 }], | 157 }], |
| 158 ['enable_protobuf==1', { | 158 ['enable_protobuf==1', { |
| 159 'dependencies': ['audioproc_debug_proto'], | 159 'dependencies': ['audioproc_debug_proto'], |
| 160 'defines': ['WEBRTC_AUDIOPROC_DEBUG_DUMP'], | 160 'defines': ['WEBRTC_AUDIOPROC_DEBUG_DUMP'], |
| 161 }], | 161 }], |
| 162 ['prefer_fixed_point==1', { | 162 ['prefer_fixed_point==1', { |
| 163 'defines': ['WEBRTC_NS_FIXED'], | 163 'defines': ['WEBRTC_NS_FIXED'], |
| 164 'sources': [ | 164 'sources': [ |
| 165 'ns/include/noise_suppression_x.h', | 165 'ns/noise_suppression_x.h', |
| 166 'ns/noise_suppression_x.c', | 166 'ns/noise_suppression_x.c', |
| 167 'ns/nsx_core.c', | 167 'ns/nsx_core.c', |
| 168 'ns/nsx_core.h', | 168 'ns/nsx_core.h', |
| 169 'ns/nsx_defines.h', | 169 'ns/nsx_defines.h', |
| 170 ], | 170 ], |
| 171 'conditions': [ | 171 'conditions': [ |
| 172 ['target_arch=="mipsel" and mips_arch_variant!="r6"', { | 172 ['target_arch=="mipsel" and mips_arch_variant!="r6"', { |
| 173 'sources': [ | 173 'sources': [ |
| 174 'ns/nsx_core_mips.c', | 174 'ns/nsx_core_mips.c', |
| 175 ], | 175 ], |
| 176 }, { | 176 }, { |
| 177 'sources': [ | 177 'sources': [ |
| 178 'ns/nsx_core_c.c', | 178 'ns/nsx_core_c.c', |
| 179 ], | 179 ], |
| 180 }], | 180 }], |
| 181 ], | 181 ], |
| 182 }, { | 182 }, { |
| 183 'defines': ['WEBRTC_NS_FLOAT'], | 183 'defines': ['WEBRTC_NS_FLOAT'], |
| 184 'sources': [ | 184 'sources': [ |
| 185 'ns/defines.h', | 185 'ns/defines.h', |
| 186 'ns/include/noise_suppression.h', | 186 'ns/noise_suppression.h', |
| 187 'ns/noise_suppression.c', | 187 'ns/noise_suppression.c', |
| 188 'ns/ns_core.c', | 188 'ns/ns_core.c', |
| 189 'ns/ns_core.h', | 189 'ns/ns_core.h', |
| 190 'ns/windows_private.h', | 190 'ns/windows_private.h', |
| 191 ], | 191 ], |
| 192 }], | 192 }], |
| 193 ['target_arch=="ia32" or target_arch=="x64"', { | 193 ['target_arch=="ia32" or target_arch=="x64"', { |
| 194 'dependencies': ['audio_processing_sse2',], | 194 'dependencies': ['audio_processing_sse2',], |
| 195 }], | 195 }], |
| 196 ['build_with_neon==1', { | 196 ['build_with_neon==1', { |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'sources': [ | 267 'sources': [ |
| 268 'aec/aec_core_neon.c', | 268 'aec/aec_core_neon.c', |
| 269 'aec/aec_rdft_neon.c', | 269 'aec/aec_rdft_neon.c', |
| 270 'aecm/aecm_core_neon.c', | 270 'aecm/aecm_core_neon.c', |
| 271 'ns/nsx_core_neon.c', | 271 'ns/nsx_core_neon.c', |
| 272 ], | 272 ], |
| 273 }], | 273 }], |
| 274 }], | 274 }], |
| 275 ], | 275 ], |
| 276 } | 276 } |
| OLD | NEW |