| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'beamformer/covariance_matrix_generator.cc', | 66 'beamformer/covariance_matrix_generator.cc', |
| 67 'beamformer/covariance_matrix_generator.h', | 67 'beamformer/covariance_matrix_generator.h', |
| 68 'beamformer/matrix.h', | 68 'beamformer/matrix.h', |
| 69 'beamformer/nonlinear_beamformer.cc', | 69 'beamformer/nonlinear_beamformer.cc', |
| 70 'beamformer/nonlinear_beamformer.h', | 70 'beamformer/nonlinear_beamformer.h', |
| 71 'common.h', | 71 'common.h', |
| 72 'echo_cancellation_impl.cc', | 72 'echo_cancellation_impl.cc', |
| 73 'echo_cancellation_impl.h', | 73 'echo_cancellation_impl.h', |
| 74 'echo_control_mobile_impl.cc', | 74 'echo_control_mobile_impl.cc', |
| 75 'echo_control_mobile_impl.h', | 75 'echo_control_mobile_impl.h', |
| 76 'echo_detector/circular_buffer.cc', |
| 77 'echo_detector/circular_buffer.h', |
| 78 'echo_detector/mean_variance_estimator.cc', |
| 79 'echo_detector/mean_variance_estimator.h', |
| 80 'echo_detector/normalized_covariance_estimator.cc', |
| 81 'echo_detector/normalized_covariance_estimator.h', |
| 76 'gain_control_for_experimental_agc.cc', | 82 'gain_control_for_experimental_agc.cc', |
| 77 'gain_control_for_experimental_agc.h', | 83 'gain_control_for_experimental_agc.h', |
| 78 'gain_control_impl.cc', | 84 'gain_control_impl.cc', |
| 79 'gain_control_impl.h', | 85 'gain_control_impl.h', |
| 80 'high_pass_filter_impl.cc', | 86 'high_pass_filter_impl.cc', |
| 81 'high_pass_filter_impl.h', | 87 'high_pass_filter_impl.h', |
| 82 'include/audio_processing.cc', | 88 'include/audio_processing.cc', |
| 83 'include/audio_processing.h', | 89 'include/audio_processing.h', |
| 84 'include/config.cc', | 90 'include/config.cc', |
| 85 'include/config.h', | 91 'include/config.h', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], | 323 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], |
| 318 }], | 324 }], |
| 319 ['apm_debug_dump==0', { | 325 ['apm_debug_dump==0', { |
| 320 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], | 326 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], |
| 321 }], | 327 }], |
| 322 ], | 328 ], |
| 323 }], | 329 }], |
| 324 }], | 330 }], |
| 325 ], | 331 ], |
| 326 } | 332 } |
| OLD | NEW |