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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'aec/echo_cancellation.h', | 44 'aec/echo_cancellation.h', |
45 'aecm/aecm_core.cc', | 45 'aecm/aecm_core.cc', |
46 'aecm/aecm_core.h', | 46 'aecm/aecm_core.h', |
47 'aecm/echo_control_mobile.cc', | 47 'aecm/echo_control_mobile.cc', |
48 'aecm/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/loudness_histogram.cc', |
55 'agc/histogram.h', | 55 'agc/loudness_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', |
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', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 'defines': ['WEBRTC_AEC_DEBUG_DUMP=1',], | 284 'defines': ['WEBRTC_AEC_DEBUG_DUMP=1',], |
285 }], | 285 }], |
286 ['aec_debug_dump==0', { | 286 ['aec_debug_dump==0', { |
287 'defines': ['WEBRTC_AEC_DEBUG_DUMP=0',], | 287 'defines': ['WEBRTC_AEC_DEBUG_DUMP=0',], |
288 }], | 288 }], |
289 ], | 289 ], |
290 }], | 290 }], |
291 }], | 291 }], |
292 ], | 292 ], |
293 } | 293 } |
OLD | NEW |