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 48 matching lines...) Loading... |
59 'agc/legacy/digital_agc.h', | 59 'agc/legacy/digital_agc.h', |
60 'agc/legacy/gain_control.h', | 60 'agc/legacy/gain_control.h', |
61 'agc/utility.cc', | 61 'agc/utility.cc', |
62 'agc/utility.h', | 62 'agc/utility.h', |
63 'audio_buffer.cc', | 63 'audio_buffer.cc', |
64 'audio_buffer.h', | 64 'audio_buffer.h', |
65 'audio_processing_impl.cc', | 65 'audio_processing_impl.cc', |
66 'audio_processing_impl.h', | 66 'audio_processing_impl.h', |
67 'beamformer/array_util.cc', | 67 'beamformer/array_util.cc', |
68 'beamformer/array_util.h', | 68 'beamformer/array_util.h', |
69 'beamformer/beamformer.h', | |
70 'beamformer/complex_matrix.h', | 69 'beamformer/complex_matrix.h', |
71 'beamformer/covariance_matrix_generator.cc', | 70 'beamformer/covariance_matrix_generator.cc', |
72 'beamformer/covariance_matrix_generator.h', | 71 'beamformer/covariance_matrix_generator.h', |
73 'beamformer/matrix.h', | 72 'beamformer/matrix.h', |
74 'beamformer/nonlinear_beamformer.cc', | 73 'beamformer/nonlinear_beamformer.cc', |
75 'beamformer/nonlinear_beamformer.h', | 74 'beamformer/nonlinear_beamformer.h', |
76 'common.h', | 75 'common.h', |
77 'echo_cancellation_impl.cc', | 76 'echo_cancellation_impl.cc', |
78 'echo_cancellation_impl.h', | 77 'echo_cancellation_impl.h', |
79 'echo_control_mobile_impl.cc', | 78 'echo_control_mobile_impl.cc', |
(...skipping 204 matching lines...) Loading... |
284 'defines': ['WEBRTC_AEC_DEBUG_DUMP=1',], | 283 'defines': ['WEBRTC_AEC_DEBUG_DUMP=1',], |
285 }], | 284 }], |
286 ['aec_debug_dump==0', { | 285 ['aec_debug_dump==0', { |
287 'defines': ['WEBRTC_AEC_DEBUG_DUMP=0',], | 286 'defines': ['WEBRTC_AEC_DEBUG_DUMP=0',], |
288 }], | 287 }], |
289 ], | 288 ], |
290 }], | 289 }], |
291 }], | 290 }], |
292 ], | 291 ], |
293 } | 292 } |
OLD | NEW |