OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 139 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
140 'test/webrtc_test_common.gyp:webrtc_test_common', | 140 'test/webrtc_test_common.gyp:webrtc_test_common', |
141 'test/webrtc_test_common.gyp:webrtc_test_renderer', | 141 'test/webrtc_test_common.gyp:webrtc_test_renderer', |
142 '<(webrtc_root)/modules/modules.gyp:video_capture', | 142 '<(webrtc_root)/modules/modules.gyp:video_capture', |
143 '<(webrtc_root)/modules/modules.gyp:video_render', | 143 '<(webrtc_root)/modules/modules.gyp:video_render', |
144 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', | 144 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers_defa
ult', |
145 'webrtc', | 145 'webrtc', |
146 ], | 146 ], |
147 }, | 147 }, |
148 { | 148 { |
149 # TODO(pbos): Add separate target webrtc_audio_tests and move files there. | 149 # TODO(solenberg): Rename to webrtc_call_tests? |
150 'target_name': 'video_engine_tests', | 150 'target_name': 'video_engine_tests', |
151 'type': '<(gtest_target_type)', | 151 'type': '<(gtest_target_type)', |
152 'sources': [ | 152 'sources': [ |
153 'audio/audio_receive_stream_unittest.cc', | 153 'audio/audio_receive_stream_unittest.cc', |
| 154 'audio/audio_send_stream_unittest.cc', |
154 'call/bitrate_estimator_tests.cc', | 155 'call/bitrate_estimator_tests.cc', |
| 156 'call/call_unittest.cc', |
155 'call/packet_injection_tests.cc', | 157 'call/packet_injection_tests.cc', |
156 'test/common_unittest.cc', | 158 'test/common_unittest.cc', |
157 'test/testsupport/metrics/video_metrics_unittest.cc', | 159 'test/testsupport/metrics/video_metrics_unittest.cc', |
158 'video/end_to_end_tests.cc', | 160 'video/end_to_end_tests.cc', |
159 'video/send_statistics_proxy_unittest.cc', | 161 'video/send_statistics_proxy_unittest.cc', |
160 'video/video_capture_input_unittest.cc', | 162 'video/video_capture_input_unittest.cc', |
161 'video/video_decoder_unittest.cc', | 163 'video/video_decoder_unittest.cc', |
162 'video/video_encoder_unittest.cc', | 164 'video/video_encoder_unittest.cc', |
163 'video/video_send_stream_tests.cc', | 165 'video/video_send_stream_tests.cc', |
164 ], | 166 ], |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'build/isolate.gypi', | 297 'build/isolate.gypi', |
296 ], | 298 ], |
297 'sources': [ | 299 'sources': [ |
298 'webrtc_perf_tests.isolate', | 300 'webrtc_perf_tests.isolate', |
299 ], | 301 ], |
300 }, | 302 }, |
301 ], | 303 ], |
302 }], | 304 }], |
303 ], | 305 ], |
304 } | 306 } |
OLD | NEW |