OLD | NEW |
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. | 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. |
10 | 10 |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 testonly = true | 277 testonly = true |
278 | 278 |
279 # Only the root target should depend on this. | 279 # Only the root target should depend on this. |
280 visibility = [ "//:default" ] | 280 visibility = [ "//:default" ] |
281 | 281 |
282 deps = [ | 282 deps = [ |
283 ":rtc_unittests", | 283 ":rtc_unittests", |
284 ":video_engine_tests", | 284 ":video_engine_tests", |
285 ":webrtc_nonparallel_tests", | 285 ":webrtc_nonparallel_tests", |
286 ":webrtc_perf_tests", | 286 ":webrtc_perf_tests", |
287 "api:peerconnection_unittests", | |
288 "base:rtc_base_tests_utils", | 287 "base:rtc_base_tests_utils", |
289 "common_audio:common_audio_unittests", | 288 "common_audio:common_audio_unittests", |
290 "common_video:common_video_unittests", | 289 "common_video:common_video_unittests", |
291 "media:rtc_media_unittests", | 290 "media:rtc_media_unittests", |
292 "modules:modules_tests", | 291 "modules:modules_tests", |
293 "modules:modules_unittests", | 292 "modules:modules_unittests", |
294 "modules/audio_coding:audio_coding_tests", | 293 "modules/audio_coding:audio_coding_tests", |
295 "modules/audio_processing:audio_processing_tests", | 294 "modules/audio_processing:audio_processing_tests", |
296 "modules/rtp_rtcp:test_packet_masks_metrics", | 295 "modules/rtp_rtcp:test_packet_masks_metrics", |
297 "modules/video_capture:video_capture_internal_impl", | 296 "modules/video_capture:video_capture_internal_impl", |
| 297 "pc:peerconnection_unittests", |
298 "pc:rtc_pc_unittests", | 298 "pc:rtc_pc_unittests", |
299 "stats:rtc_stats_unittests", | 299 "stats:rtc_stats_unittests", |
300 "system_wrappers:system_wrappers_unittests", | 300 "system_wrappers:system_wrappers_unittests", |
301 "test", | 301 "test", |
302 "video:screenshare_loopback", | 302 "video:screenshare_loopback", |
303 "video:video_loopback", | 303 "video:video_loopback", |
304 "video:video_tests", | 304 "video:video_tests", |
305 "voice_engine:voe_cmd_test", | 305 "voice_engine:voe_cmd_test", |
306 "voice_engine:voice_engine_unittests", | 306 "voice_engine:voice_engine_unittests", |
307 ] | 307 ] |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 ] | 499 ] |
500 | 500 |
501 deps = [ | 501 deps = [ |
502 "//base:base_java_test_support", | 502 "//base:base_java_test_support", |
503 "//webrtc/examples:AppRTCMobile_javalib", | 503 "//webrtc/examples:AppRTCMobile_javalib", |
504 "//webrtc/sdk/android:libjingle_peerconnection_java", | 504 "//webrtc/sdk/android:libjingle_peerconnection_java", |
505 ] | 505 ] |
506 } | 506 } |
507 } | 507 } |
508 } | 508 } |
OLD | NEW |