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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 "p2p/base/turnport_unittest.cc", | 471 "p2p/base/turnport_unittest.cc", |
472 "p2p/base/turnserver_unittest.cc", | 472 "p2p/base/turnserver_unittest.cc", |
473 "p2p/base/udptransportchannel_unittest.cc", | 473 "p2p/base/udptransportchannel_unittest.cc", |
474 "p2p/client/basicportallocator_unittest.cc", | 474 "p2p/client/basicportallocator_unittest.cc", |
475 "p2p/stunprober/stunprober_unittest.cc", | 475 "p2p/stunprober/stunprober_unittest.cc", |
476 ] | 476 ] |
477 | 477 |
478 if (is_win) { | 478 if (is_win) { |
479 sources += [ | 479 sources += [ |
480 "base/win32_unittest.cc", | 480 "base/win32_unittest.cc", |
481 "base/win32regkey_unittest.cc", | |
482 "base/win32window_unittest.cc", | 481 "base/win32window_unittest.cc", |
483 ] | 482 ] |
484 } | 483 } |
485 | 484 |
486 if (is_mac) { | 485 if (is_mac) { |
487 sources += [ "base/macutils_unittest.cc" ] | 486 sources += [ "base/macutils_unittest.cc" ] |
488 } | 487 } |
489 | 488 |
490 if (is_posix) { | 489 if (is_posix) { |
491 sources += [ | 490 sources += [ |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 ] | 714 ] |
716 | 715 |
717 deps = [ | 716 deps = [ |
718 "//base:base_java_test_support", | 717 "//base:base_java_test_support", |
719 "//webrtc/examples:AppRTCMobile_javalib", | 718 "//webrtc/examples:AppRTCMobile_javalib", |
720 "//webrtc/sdk/android:libjingle_peerconnection_java", | 719 "//webrtc/sdk/android:libjingle_peerconnection_java", |
721 ] | 720 ] |
722 } | 721 } |
723 } | 722 } |
724 } | 723 } |
OLD | NEW |