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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', | 156 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
157 '<(webrtc_root)/common_video/common_video.gyp:common_video', | 157 '<(webrtc_root)/common_video/common_video.gyp:common_video', |
158 '<(webrtc_root)/modules/modules.gyp:video_capture', | 158 '<(webrtc_root)/modules/modules.gyp:video_capture', |
159 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', | 159 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', |
160 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', | 160 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', |
161 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, | 161 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers'
, |
162 '<(webrtc_root)/test/test.gyp:video_test_common', | 162 '<(webrtc_root)/test/test.gyp:video_test_common', |
163 '<(webrtc_root)/test/test.gyp:rtp_test_utils', | 163 '<(webrtc_root)/test/test.gyp:rtp_test_utils', |
164 '<(webrtc_root)/test/test.gyp:test_support_main', | 164 '<(webrtc_root)/test/test.gyp:test_support_main', |
165 '<(webrtc_root)/test/test.gyp:test_common', | 165 '<(webrtc_root)/test/test.gyp:test_common', |
166 '<(webrtc_root)/tools/tools.gyp:agc_test_utils', | |
167 ], | 166 ], |
168 'sources': [ | 167 'sources': [ |
169 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc', | 168 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc', |
170 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc', | 169 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc', |
171 'audio_coding/acm2/call_statistics_unittest.cc', | 170 'audio_coding/acm2/call_statistics_unittest.cc', |
172 'audio_coding/acm2/codec_manager_unittest.cc', | 171 'audio_coding/acm2/codec_manager_unittest.cc', |
173 'audio_coding/acm2/initial_delay_manager_unittest.cc', | 172 'audio_coding/acm2/initial_delay_manager_unittest.cc', |
174 'audio_coding/acm2/rent_a_codec_unittest.cc', | 173 'audio_coding/acm2/rent_a_codec_unittest.cc', |
175 'audio_coding/codecs/audio_decoder_factory_unittest.cc', | 174 'audio_coding/codecs/audio_decoder_factory_unittest.cc', |
176 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', | 175 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'audio_coding/neteq/time_stretch_unittest.cc', | 229 'audio_coding/neteq/time_stretch_unittest.cc', |
231 'audio_coding/neteq/timestamp_scaler_unittest.cc', | 230 'audio_coding/neteq/timestamp_scaler_unittest.cc', |
232 'audio_coding/neteq/tools/input_audio_file_unittest.cc', | 231 'audio_coding/neteq/tools/input_audio_file_unittest.cc', |
233 'audio_coding/neteq/tools/packet_unittest.cc', | 232 'audio_coding/neteq/tools/packet_unittest.cc', |
234 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc', | 233 'audio_conference_mixer/test/audio_conference_mixer_unittest.cc', |
235 'audio_device/fine_audio_buffer_unittest.cc', | 234 'audio_device/fine_audio_buffer_unittest.cc', |
236 'audio_mixer/test/audio_mixer_unittest.cc', | 235 'audio_mixer/test/audio_mixer_unittest.cc', |
237 'audio_processing/aec/echo_cancellation_unittest.cc', | 236 'audio_processing/aec/echo_cancellation_unittest.cc', |
238 'audio_processing/aec/system_delay_unittest.cc', | 237 'audio_processing/aec/system_delay_unittest.cc', |
239 'audio_processing/agc/agc_manager_direct_unittest.cc', | 238 'audio_processing/agc/agc_manager_direct_unittest.cc', |
240 # TODO(ajm): Fix to match new interface. | |
241 # 'audio_processing/agc/agc_unittest.cc', | |
242 'audio_processing/agc/loudness_histogram_unittest.cc', | 239 'audio_processing/agc/loudness_histogram_unittest.cc', |
243 'audio_processing/agc/mock_agc.h', | 240 'audio_processing/agc/mock_agc.h', |
244 'audio_processing/audio_buffer_unittest.cc', | 241 'audio_processing/audio_buffer_unittest.cc', |
245 'audio_processing/beamformer/array_util_unittest.cc', | 242 'audio_processing/beamformer/array_util_unittest.cc', |
246 'audio_processing/beamformer/complex_matrix_unittest.cc', | 243 'audio_processing/beamformer/complex_matrix_unittest.cc', |
247 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc
', | 244 'audio_processing/beamformer/covariance_matrix_generator_unittest.cc
', |
248 'audio_processing/beamformer/matrix_unittest.cc', | 245 'audio_processing/beamformer/matrix_unittest.cc', |
249 'audio_processing/beamformer/mock_nonlinear_beamformer.h', | 246 'audio_processing/beamformer/mock_nonlinear_beamformer.h', |
250 'audio_processing/beamformer/nonlinear_beamformer_unittest.cc', | 247 'audio_processing/beamformer/nonlinear_beamformer_unittest.cc', |
251 'audio_processing/echo_cancellation_impl_unittest.cc', | 248 'audio_processing/echo_cancellation_impl_unittest.cc', |
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
790 'sources': [ | 787 'sources': [ |
791 'modules_unittests.isolate', | 788 'modules_unittests.isolate', |
792 ], | 789 ], |
793 }, | 790 }, |
794 ], | 791 ], |
795 }], | 792 }], |
796 ], | 793 ], |
797 }], # include_tests | 794 }], # include_tests |
798 ], # conditions | 795 ], # conditions |
799 } | 796 } |
OLD | NEW |