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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
53 'agc/loudness_histogram.h', | 53 'agc/loudness_histogram.h', |
54 'agc/legacy/analog_agc.c', | 54 'agc/legacy/analog_agc.c', |
55 'agc/legacy/analog_agc.h', | 55 'agc/legacy/analog_agc.h', |
56 'agc/legacy/digital_agc.c', | 56 'agc/legacy/digital_agc.c', |
57 'agc/legacy/digital_agc.h', | 57 'agc/legacy/digital_agc.h', |
58 'agc/legacy/gain_control.h', | 58 'agc/legacy/gain_control.h', |
59 'agc/utility.cc', | 59 'agc/utility.cc', |
60 'agc/utility.h', | 60 'agc/utility.h', |
61 'audio_buffer.cc', | 61 'audio_buffer.cc', |
62 'audio_buffer.h', | 62 'audio_buffer.h', |
63 'audio_processing.cc', | 63 'include/audio_processing.cc', |
the sun
2016/09/14 10:00:59
Stick to alphabetical order
peah-webrtc
2016/09/16 07:11:06
Oups! Thanks!!!
Done.
| |
64 'audio_processing_impl.cc', | 64 'audio_processing_impl.cc', |
65 'audio_processing_impl.h', | 65 'audio_processing_impl.h', |
66 'beamformer/array_util.cc', | 66 'beamformer/array_util.cc', |
67 'beamformer/array_util.h', | 67 'beamformer/array_util.h', |
68 'beamformer/complex_matrix.h', | 68 'beamformer/complex_matrix.h', |
69 'beamformer/covariance_matrix_generator.cc', | 69 'beamformer/covariance_matrix_generator.cc', |
70 'beamformer/covariance_matrix_generator.h', | 70 'beamformer/covariance_matrix_generator.h', |
71 'beamformer/matrix.h', | 71 'beamformer/matrix.h', |
72 'beamformer/nonlinear_beamformer.cc', | 72 'beamformer/nonlinear_beamformer.cc', |
73 'beamformer/nonlinear_beamformer.h', | 73 'beamformer/nonlinear_beamformer.h', |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
312 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], | 312 'defines': ['WEBRTC_APM_DEBUG_DUMP=1',], |
313 }], | 313 }], |
314 ['apm_debug_dump==0', { | 314 ['apm_debug_dump==0', { |
315 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], | 315 'defines': ['WEBRTC_APM_DEBUG_DUMP=0',], |
316 }], | 316 }], |
317 ], | 317 ], |
318 }], | 318 }], |
319 }], | 319 }], |
320 ], | 320 ], |
321 } | 321 } |
OLD | NEW |