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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
89 'intelligibility/intelligibility_enhancer.h', | 89 'intelligibility/intelligibility_enhancer.h', |
90 'intelligibility/intelligibility_utils.cc', | 90 'intelligibility/intelligibility_utils.cc', |
91 'intelligibility/intelligibility_utils.h', | 91 'intelligibility/intelligibility_utils.h', |
92 'level_estimator_impl.cc', | 92 'level_estimator_impl.cc', |
93 'level_estimator_impl.h', | 93 'level_estimator_impl.h', |
94 'logging/aec_logging.h', | 94 'logging/aec_logging.h', |
95 'logging/aec_logging_file_handling.cc', | 95 'logging/aec_logging_file_handling.cc', |
96 'logging/aec_logging_file_handling.h', | 96 'logging/aec_logging_file_handling.h', |
97 'noise_suppression_impl.cc', | 97 'noise_suppression_impl.cc', |
98 'noise_suppression_impl.h', | 98 'noise_suppression_impl.h', |
99 'processing_component.cc', | 99 'render_queues_verifier.h', |
the sun
2016/03/09 09:45:47
hmm
peah-webrtc
2016/03/09 10:22:52
Good find!
Yes, it actually builds regardless of t
| |
100 'processing_component.h', | |
101 'rms_level.cc', | 100 'rms_level.cc', |
102 'rms_level.h', | 101 'rms_level.h', |
103 'splitting_filter.cc', | 102 'splitting_filter.cc', |
104 'splitting_filter.h', | 103 'splitting_filter.h', |
105 'three_band_filter_bank.cc', | 104 'three_band_filter_bank.cc', |
106 'three_band_filter_bank.h', | 105 'three_band_filter_bank.h', |
107 'transient/common.h', | 106 'transient/common.h', |
108 'transient/daubechies_8_wavelet_coeffs.h', | 107 'transient/daubechies_8_wavelet_coeffs.h', |
109 'transient/dyadic_decimator.h', | 108 'transient/dyadic_decimator.h', |
110 'transient/moving_moments.cc', | 109 'transient/moving_moments.cc', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
269 'sources': [ | 268 'sources': [ |
270 'aec/aec_core_neon.cc', | 269 'aec/aec_core_neon.cc', |
271 'aec/aec_rdft_neon.c', | 270 'aec/aec_rdft_neon.c', |
272 'aecm/aecm_core_neon.c', | 271 'aecm/aecm_core_neon.c', |
273 'ns/nsx_core_neon.c', | 272 'ns/nsx_core_neon.c', |
274 ], | 273 ], |
275 }], | 274 }], |
276 }], | 275 }], |
277 ], | 276 ], |
278 } | 277 } |
OLD | NEW |