Chromium Code Reviews| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 163 'audio_processing/aec/system_delay_unittest.cc', | 163 'audio_processing/aec/system_delay_unittest.cc', |
| 164 # TODO(ajm): Fix to match new interface. | 164 # TODO(ajm): Fix to match new interface. |
| 165 # 'audio_processing/agc/agc_unittest.cc', | 165 # 'audio_processing/agc/agc_unittest.cc', |
| 166 'audio_processing/agc/histogram_unittest.cc', | 166 'audio_processing/agc/histogram_unittest.cc', |
| 167 'audio_processing/agc/mock_agc.h', | 167 'audio_processing/agc/mock_agc.h', |
| 168 'audio_processing/beamformer/complex_matrix_unittest.cc', | 168 'audio_processing/beamformer/complex_matrix_unittest.cc', |
| 169 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ', | 169 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc ', |
| 170 'audio_processing/beamformer/matrix_unittest.cc', | 170 'audio_processing/beamformer/matrix_unittest.cc', |
| 171 'audio_processing/beamformer/mock_nonlinear_beamformer.cc', | 171 'audio_processing/beamformer/mock_nonlinear_beamformer.cc', |
| 172 'audio_processing/beamformer/mock_nonlinear_beamformer.h', | 172 'audio_processing/beamformer/mock_nonlinear_beamformer.h', |
| 173 'audio_processing/audio_buffer_unittest.cc', | |
|
aluebs-webrtc
2015/07/14 23:12:44
Alphabetical order.
mgraczyk
2015/07/15 01:12:47
File removed
| |
| 173 'audio_processing/echo_cancellation_impl_unittest.cc', | 174 'audio_processing/echo_cancellation_impl_unittest.cc', |
| 174 'audio_processing/splitting_filter_unittest.cc', | 175 'audio_processing/splitting_filter_unittest.cc', |
| 175 'audio_processing/transient/dyadic_decimator_unittest.cc', | 176 'audio_processing/transient/dyadic_decimator_unittest.cc', |
| 176 'audio_processing/transient/file_utils.cc', | 177 'audio_processing/transient/file_utils.cc', |
| 177 'audio_processing/transient/file_utils.h', | 178 'audio_processing/transient/file_utils.h', |
| 178 'audio_processing/transient/file_utils_unittest.cc', | 179 'audio_processing/transient/file_utils_unittest.cc', |
| 179 'audio_processing/transient/moving_moments_unittest.cc', | 180 'audio_processing/transient/moving_moments_unittest.cc', |
| 180 'audio_processing/transient/transient_detector_unittest.cc', | 181 'audio_processing/transient/transient_detector_unittest.cc', |
| 181 'audio_processing/transient/transient_suppressor_unittest.cc', | 182 'audio_processing/transient/transient_suppressor_unittest.cc', |
| 182 'audio_processing/transient/wpd_node_unittest.cc', | 183 'audio_processing/transient/wpd_node_unittest.cc', |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 480 'sources': [ | 481 'sources': [ |
| 481 'modules_unittests.isolate', | 482 'modules_unittests.isolate', |
| 482 ], | 483 ], |
| 483 }, | 484 }, |
| 484 ], | 485 ], |
| 485 }], | 486 }], |
| 486 ], | 487 ], |
| 487 }], # include_tests | 488 }], # include_tests |
| 488 ], # conditions | 489 ], # conditions |
| 489 } | 490 } |
| OLD | NEW |