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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'echo_cancellation_impl.h', | 76 'echo_cancellation_impl.h', |
77 'echo_control_mobile_impl.cc', | 77 'echo_control_mobile_impl.cc', |
78 'echo_control_mobile_impl.h', | 78 'echo_control_mobile_impl.h', |
79 'gain_control_for_experimental_agc.cc', | 79 'gain_control_for_experimental_agc.cc', |
80 'gain_control_for_experimental_agc.h', | 80 'gain_control_for_experimental_agc.h', |
81 'gain_control_impl.cc', | 81 'gain_control_impl.cc', |
82 'gain_control_impl.h', | 82 'gain_control_impl.h', |
83 'high_pass_filter_impl.cc', | 83 'high_pass_filter_impl.cc', |
84 'high_pass_filter_impl.h', | 84 'high_pass_filter_impl.h', |
85 'include/audio_processing.h', | 85 'include/audio_processing.h', |
| 86 'include/config.cc', |
| 87 'include/config.h', |
86 'level_controller/biquad_filter.cc', | 88 'level_controller/biquad_filter.cc', |
87 'level_controller/biquad_filter.h', | 89 'level_controller/biquad_filter.h', |
88 'level_controller/down_sampler.cc', | 90 'level_controller/down_sampler.cc', |
89 'level_controller/down_sampler.h', | 91 'level_controller/down_sampler.h', |
90 'level_controller/gain_applier.cc', | 92 'level_controller/gain_applier.cc', |
91 'level_controller/gain_applier.h', | 93 'level_controller/gain_applier.h', |
92 'level_controller/gain_selector.cc', | 94 'level_controller/gain_selector.cc', |
93 'level_controller/gain_selector.h', | 95 'level_controller/gain_selector.h', |
94 'level_controller/lc_constants.h', | 96 'level_controller/lc_constants.h', |
95 'level_controller/level_controller.cc', | 97 'level_controller/level_controller.cc', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], | 312 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], |
311 }], | 313 }], |
312 ['apm_debug_dump==0', { | 314 ['apm_debug_dump==0', { |
313 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], | 315 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], |
314 }], | 316 }], |
315 ], | 317 ], |
316 }], | 318 }], |
317 }], | 319 }], |
318 ], | 320 ], |
319 } | 321 } |
OLD | NEW |