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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 # TODO(pbos): Rename target to webrtc_tests or rtc_tests, this target is | 142 # TODO(pbos): Rename target to webrtc_tests or rtc_tests, this target is |
143 # not meant to only include video. | 143 # not meant to only include video. |
144 'target_name': 'video_engine_tests', | 144 'target_name': 'video_engine_tests', |
145 'type': '<(gtest_target_type)', | 145 'type': '<(gtest_target_type)', |
146 'sources': [ | 146 'sources': [ |
147 'test/common_unittest.cc', | 147 'test/common_unittest.cc', |
148 'test/testsupport/metrics/video_metrics_unittest.cc', | 148 'test/testsupport/metrics/video_metrics_unittest.cc', |
149 'tools/agc/agc_manager_unittest.cc', | 149 'tools/agc/agc_manager_unittest.cc', |
150 'video/bitrate_estimator_tests.cc', | 150 'video/bitrate_estimator_tests.cc', |
151 'video/end_to_end_tests.cc', | 151 'video/end_to_end_tests.cc', |
| 152 'video/packet_injection_tests.cc', |
152 'video/send_statistics_proxy_unittest.cc', | 153 'video/send_statistics_proxy_unittest.cc', |
153 'video/video_capture_input_unittest.cc', | 154 'video/video_capture_input_unittest.cc', |
154 'video/video_decoder_unittest.cc', | 155 'video/video_decoder_unittest.cc', |
155 'video/video_encoder_unittest.cc', | 156 'video/video_encoder_unittest.cc', |
156 'video/video_send_stream_tests.cc', | 157 'video/video_send_stream_tests.cc', |
157 ], | 158 ], |
158 'dependencies': [ | 159 'dependencies': [ |
159 '<(DEPTH)/testing/gmock.gyp:gmock', | 160 '<(DEPTH)/testing/gmock.gyp:gmock', |
160 '<(DEPTH)/testing/gtest.gyp:gtest', | 161 '<(DEPTH)/testing/gtest.gyp:gtest', |
161 '<(webrtc_root)/common.gyp:webrtc_common', | 162 '<(webrtc_root)/common.gyp:webrtc_common', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'build/isolate.gypi', | 279 'build/isolate.gypi', |
279 ], | 280 ], |
280 'sources': [ | 281 'sources': [ |
281 'webrtc_perf_tests.isolate', | 282 'webrtc_perf_tests.isolate', |
282 ], | 283 ], |
283 }, | 284 }, |
284 ], | 285 ], |
285 }], | 286 }], |
286 ], | 287 ], |
287 } | 288 } |
OLD | NEW |