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 12 matching lines...) Expand all Loading... |
23 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest', | 23 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest', |
24 '<(DEPTH)/testing/gtest.gyp:gtest', | 24 '<(DEPTH)/testing/gtest.gyp:gtest', |
25 '<(DEPTH)/testing/gmock.gyp:gmock', | 25 '<(DEPTH)/testing/gmock.gyp:gmock', |
26 ], | 26 ], |
27 'conditions': [ | 27 'conditions': [ |
28 ['OS=="android"', { | 28 ['OS=="android"', { |
29 'dependencies': [ | 29 'dependencies': [ |
30 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 30 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
31 ], | 31 ], |
32 }], | 32 }], |
33 ['OS=="ios"', { | 33 ['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', { |
34 'dependencies': [ | 34 'dependencies': [ |
35 'api/api_tests.gyp:rtc_api_objc_tests', | 35 'sdk/sdk_tests.gyp:rtc_sdk_peerconnection_objc_tests', |
36 ] | 36 ], |
37 }] | 37 }], |
38 ], | 38 ], |
39 }, | 39 }, |
40 { | 40 { |
41 'target_name': 'webrtc_tests', | 41 'target_name': 'webrtc_tests', |
42 'type': 'none', | 42 'type': 'none', |
43 'dependencies': [ | 43 'dependencies': [ |
44 'video_engine_tests', | 44 'video_engine_tests', |
45 'video_loopback', | 45 'video_loopback', |
46 'video_replay', | 46 'video_replay', |
47 'webrtc_perf_tests', | 47 'webrtc_perf_tests', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 'build/isolate.gypi', | 455 'build/isolate.gypi', |
456 ], | 456 ], |
457 'sources': [ | 457 'sources': [ |
458 'webrtc_perf_tests.isolate', | 458 'webrtc_perf_tests.isolate', |
459 ], | 459 ], |
460 }, | 460 }, |
461 ], | 461 ], |
462 }], | 462 }], |
463 ], | 463 ], |
464 } | 464 } |
OLD | NEW |