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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
448 "base/task_queue_unittest.cc", | 448 "base/task_queue_unittest.cc", |
449 "base/task_unittest.cc", | 449 "base/task_unittest.cc", |
450 "base/testclient_unittest.cc", | 450 "base/testclient_unittest.cc", |
451 "base/thread_annotations_unittest.cc", | 451 "base/thread_annotations_unittest.cc", |
452 "base/thread_checker_unittest.cc", | 452 "base/thread_checker_unittest.cc", |
453 "base/thread_unittest.cc", | 453 "base/thread_unittest.cc", |
454 "base/timestampaligner_unittest.cc", | 454 "base/timestampaligner_unittest.cc", |
455 "base/timeutils_unittest.cc", | 455 "base/timeutils_unittest.cc", |
456 "base/urlencode_unittest.cc", | 456 "base/urlencode_unittest.cc", |
457 "base/weak_ptr_unittest.cc", | 457 "base/weak_ptr_unittest.cc", |
458 | |
459 # TODO(ronghuawu): Reenable this test. | |
460 # "windowpicker_unittest.cc", | |
461 "p2p/base/asyncstuntcpsocket_unittest.cc", | 458 "p2p/base/asyncstuntcpsocket_unittest.cc", |
462 "p2p/base/dtlstransportchannel_unittest.cc", | 459 "p2p/base/dtlstransportchannel_unittest.cc", |
463 "p2p/base/fakeportallocator.h", | 460 "p2p/base/fakeportallocator.h", |
464 "p2p/base/faketransportcontroller.h", | 461 "p2p/base/faketransportcontroller.h", |
465 "p2p/base/p2ptransportchannel_unittest.cc", | 462 "p2p/base/p2ptransportchannel_unittest.cc", |
466 "p2p/base/port_unittest.cc", | 463 "p2p/base/port_unittest.cc", |
467 "p2p/base/portallocator_unittest.cc", | 464 "p2p/base/portallocator_unittest.cc", |
468 "p2p/base/pseudotcp_unittest.cc", | 465 "p2p/base/pseudotcp_unittest.cc", |
469 "p2p/base/relayport_unittest.cc", | 466 "p2p/base/relayport_unittest.cc", |
470 "p2p/base/relayserver_unittest.cc", | 467 "p2p/base/relayserver_unittest.cc", |
(...skipping 23 matching lines...) Expand all Loading... |
494 # "linux_unittest.cc", | 491 # "linux_unittest.cc", |
495 "base/linuxfdwalk_unittest.cc", | 492 "base/linuxfdwalk_unittest.cc", |
496 ] | 493 ] |
497 } | 494 } |
498 | 495 |
499 if (is_win) { | 496 if (is_win) { |
500 sources += [ | 497 sources += [ |
501 "base/win32_unittest.cc", | 498 "base/win32_unittest.cc", |
502 "base/win32regkey_unittest.cc", | 499 "base/win32regkey_unittest.cc", |
503 "base/win32window_unittest.cc", | 500 "base/win32window_unittest.cc", |
504 "base/win32windowpicker_unittest.cc", | |
505 ] | 501 ] |
506 } | 502 } |
507 | 503 |
508 if (is_mac) { | 504 if (is_mac) { |
509 sources += [ "base/macutils_unittest.cc" ] | 505 sources += [ "base/macutils_unittest.cc" ] |
510 } | 506 } |
511 | 507 |
512 if (is_posix) { | 508 if (is_posix) { |
513 sources += [ | 509 sources += [ |
514 "base/ssladapter_unittest.cc", | 510 "base/ssladapter_unittest.cc", |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 | 729 |
734 deps = [ | 730 deps = [ |
735 "//base:base_java_test_support", | 731 "//base:base_java_test_support", |
736 "//webrtc/api:libjingle_peerconnection_java", | 732 "//webrtc/api:libjingle_peerconnection_java", |
737 "//webrtc/api:libjingle_peerconnection_jni", | 733 "//webrtc/api:libjingle_peerconnection_jni", |
738 "//webrtc/examples:AppRTCMobile_javalib", | 734 "//webrtc/examples:AppRTCMobile_javalib", |
739 ] | 735 ] |
740 } | 736 } |
741 } | 737 } |
742 } | 738 } |
OLD | NEW |