| OLD | NEW |
| 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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 'includes': [ | 10 'includes': [ |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'signal_processing/randomization_functions.c', | 87 'signal_processing/randomization_functions.c', |
| 88 'signal_processing/refl_coef_to_lpc.c', | 88 'signal_processing/refl_coef_to_lpc.c', |
| 89 'signal_processing/real_fft.c', | 89 'signal_processing/real_fft.c', |
| 90 'signal_processing/resample.c', | 90 'signal_processing/resample.c', |
| 91 'signal_processing/resample_48khz.c', | 91 'signal_processing/resample_48khz.c', |
| 92 'signal_processing/resample_by_2.c', | 92 'signal_processing/resample_by_2.c', |
| 93 'signal_processing/resample_by_2_internal.c', | 93 'signal_processing/resample_by_2_internal.c', |
| 94 'signal_processing/resample_by_2_internal.h', | 94 'signal_processing/resample_by_2_internal.h', |
| 95 'signal_processing/resample_fractional.c', | 95 'signal_processing/resample_fractional.c', |
| 96 'signal_processing/spl_init.c', | 96 'signal_processing/spl_init.c', |
| 97 'signal_processing/spl_inl.c', |
| 97 'signal_processing/spl_sqrt.c', | 98 'signal_processing/spl_sqrt.c', |
| 98 'signal_processing/spl_sqrt_floor.c', | 99 'signal_processing/spl_sqrt_floor.c', |
| 99 'signal_processing/splitting_filter.c', | 100 'signal_processing/splitting_filter.c', |
| 100 'signal_processing/sqrt_of_one_minus_x_squared.c', | 101 'signal_processing/sqrt_of_one_minus_x_squared.c', |
| 101 'signal_processing/vector_scaling_operations.c', | 102 'signal_processing/vector_scaling_operations.c', |
| 102 'sparse_fir_filter.cc', | 103 'sparse_fir_filter.cc', |
| 103 'sparse_fir_filter.h', | 104 'sparse_fir_filter.h', |
| 104 'vad/include/vad.h', | 105 'vad/include/vad.h', |
| 105 'vad/include/webrtc_vad.h', | 106 'vad/include/webrtc_vad.h', |
| 106 'vad/vad.cc', | 107 'vad/vad.cc', |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'sources': [ | 331 'sources': [ |
| 331 'common_audio_unittests.isolate', | 332 'common_audio_unittests.isolate', |
| 332 ], | 333 ], |
| 333 }, | 334 }, |
| 334 ], | 335 ], |
| 335 }], | 336 }], |
| 336 ], | 337 ], |
| 337 }], | 338 }], |
| 338 ], # conditions | 339 ], # conditions |
| 339 } | 340 } |
| OLD | NEW |