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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 434 'WEBRTC_NETEQ_UNITTEST_BITEXACT', | 434 'WEBRTC_NETEQ_UNITTEST_BITEXACT', |
| 435 ], | 435 ], |
| 436 'dependencies': [ | 436 'dependencies': [ |
| 437 'audioproc_protobuf_utils', | 437 'audioproc_protobuf_utils', |
| 438 'audioproc_unittest_proto', | 438 'audioproc_unittest_proto', |
| 439 'neteq_unittest_proto', | 439 'neteq_unittest_proto', |
| 440 ], | 440 ], |
| 441 'sources': [ | 441 'sources': [ |
| 442 'audio_processing/audio_processing_impl_locking_unittest.cc', | 442 'audio_processing/audio_processing_impl_locking_unittest.cc', |
| 443 'audio_processing/audio_processing_impl_unittest.cc', | 443 'audio_processing/audio_processing_impl_unittest.cc', |
| 444 'audio_processing/beamformer_unittest.cc', | |
|
aluebs-webrtc
2016/03/18 22:51:52
Shouldn't this unittest be under the beamformer/ f
peah-webrtc
2016/03/21 08:02:09
Absolutely! That is also what I wrote in the CL re
| |
| 444 'audio_processing/echo_cancellation_unittest.cc', | 445 'audio_processing/echo_cancellation_unittest.cc', |
| 445 'audio_processing/echo_control_mobile_unittest.cc', | 446 'audio_processing/echo_control_mobile_unittest.cc', |
| 446 'audio_processing/gain_control_unittest.cc', | 447 'audio_processing/gain_control_unittest.cc', |
| 447 'audio_processing/high_pass_filter_bitexactness_unittest.cc', | 448 'audio_processing/high_pass_filter_bitexactness_unittest.cc', |
| 448 'audio_processing/level_estimator_bitexactness_unittest.cc', | 449 'audio_processing/level_estimator_bitexactness_unittest.cc', |
| 449 'audio_processing/noise_suppression_bitexactness_unittest.cc', | 450 'audio_processing/noise_suppression_bitexactness_unittest.cc', |
| 450 'audio_processing/voice_detection_unittest.cc', | 451 'audio_processing/voice_detection_unittest.cc', |
| 451 'audio_processing/test/audio_buffer_tools.cc', | 452 'audio_processing/test/audio_buffer_tools.cc', |
| 452 'audio_processing/test/audio_buffer_tools.h', | 453 'audio_processing/test/audio_buffer_tools.h', |
| 453 'audio_processing/test/audio_processing_unittest.cc', | 454 'audio_processing/test/audio_processing_unittest.cc', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 714 'sources': [ | 715 'sources': [ |
| 715 'video_render_tests.isolate', | 716 'video_render_tests.isolate', |
| 716 ], | 717 ], |
| 717 }, | 718 }, |
| 718 ], | 719 ], |
| 719 }], | 720 }], |
| 720 ], | 721 ], |
| 721 }], # include_tests | 722 }], # include_tests |
| 722 ], # conditions | 723 ], # conditions |
| 723 } | 724 } |
| OLD | NEW |