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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 deps = [ | 369 deps = [ |
370 "base:rtc_analytics_unittests", | 370 "base:rtc_analytics_unittests", |
371 "base:rtc_base_approved_unittests", | 371 "base:rtc_base_approved_unittests", |
372 "base:rtc_base_unittests", | 372 "base:rtc_base_unittests", |
373 "base:rtc_task_queue_unittests", | 373 "base:rtc_task_queue_unittests", |
374 "p2p:libstunprober_unittests", | 374 "p2p:libstunprober_unittests", |
375 "p2p:rtc_p2p_unittests", | 375 "p2p:rtc_p2p_unittests", |
376 ] | 376 ] |
377 | 377 |
378 if (rtc_enable_protobuf) { | 378 if (rtc_enable_protobuf) { |
379 deps += [ "logging:rtc_event_log_tests" ] | 379 deps += [ |
| 380 "logging:rtc_event_log2rtp_dump", |
| 381 "logging:rtc_event_log_tests", |
| 382 ] |
380 } | 383 } |
381 | 384 |
382 if (is_android) { | 385 if (is_android) { |
383 deps += [ "//testing/android/native_test:native_test_support" ] | 386 deps += [ "//testing/android/native_test:native_test_support" ] |
384 shard_timeout = 900 | 387 shard_timeout = 900 |
385 } | 388 } |
386 | 389 |
387 if (is_ios || is_mac) { | 390 if (is_ios || is_mac) { |
388 deps += [ "sdk:rtc_sdk_peerconnection_objc_unittests" ] | 391 deps += [ "sdk:rtc_sdk_peerconnection_objc_unittests" ] |
389 } | 392 } |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 ] | 503 ] |
501 | 504 |
502 deps = [ | 505 deps = [ |
503 "//base:base_java_test_support", | 506 "//base:base_java_test_support", |
504 "//webrtc/examples:AppRTCMobile_javalib", | 507 "//webrtc/examples:AppRTCMobile_javalib", |
505 "//webrtc/sdk/android:libjingle_peerconnection_java", | 508 "//webrtc/sdk/android:libjingle_peerconnection_java", |
506 ] | 509 ] |
507 } | 510 } |
508 } | 511 } |
509 } | 512 } |
OLD | NEW |