| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'level_controller/saturating_gain_estimator.h', | 104 'level_controller/saturating_gain_estimator.h', |
| 105 'level_controller/signal_classifier.cc', | 105 'level_controller/signal_classifier.cc', |
| 106 'level_controller/signal_classifier.h', | 106 'level_controller/signal_classifier.h', |
| 107 'level_estimator_impl.cc', | 107 'level_estimator_impl.cc', |
| 108 'level_estimator_impl.h', | 108 'level_estimator_impl.h', |
| 109 'logging/apm_data_dumper.cc', | 109 'logging/apm_data_dumper.cc', |
| 110 'logging/apm_data_dumper.h', | 110 'logging/apm_data_dumper.h', |
| 111 'noise_suppression_impl.cc', | 111 'noise_suppression_impl.cc', |
| 112 'noise_suppression_impl.h', | 112 'noise_suppression_impl.h', |
| 113 'render_queue_item_verifier.h', | 113 'render_queue_item_verifier.h', |
| 114 'residual_echo_detector.cc', |
| 115 'residual_echo_detector.h', |
| 114 'rms_level.cc', | 116 'rms_level.cc', |
| 115 'rms_level.h', | 117 'rms_level.h', |
| 116 'splitting_filter.cc', | 118 'splitting_filter.cc', |
| 117 'splitting_filter.h', | 119 'splitting_filter.h', |
| 118 'three_band_filter_bank.cc', | 120 'three_band_filter_bank.cc', |
| 119 'three_band_filter_bank.h', | 121 'three_band_filter_bank.h', |
| 120 'transient/common.h', | 122 'transient/common.h', |
| 121 'transient/daubechies_8_wavelet_coeffs.h', | 123 'transient/daubechies_8_wavelet_coeffs.h', |
| 122 'transient/dyadic_decimator.h', | 124 'transient/dyadic_decimator.h', |
| 123 'transient/moving_moments.cc', | 125 'transient/moving_moments.cc', |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], | 317 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], |
| 316 }], | 318 }], |
| 317 ['apm_debug_dump==0', { | 319 ['apm_debug_dump==0', { |
| 318 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], | 320 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], |
| 319 }], | 321 }], |
| 320 ], | 322 ], |
| 321 }], | 323 }], |
| 322 }], | 324 }], |
| 323 ], | 325 ], |
| 324 } | 326 } |
| OLD | NEW |