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 { | 9 { |
10 'variables': { | 10 'variables': { |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 ], | 42 ], |
43 }], | 43 }], |
44 ['include_tests==1', { | 44 ['include_tests==1', { |
45 'includes': [ | 45 'includes': [ |
46 'webrtc/webrtc_tests.gypi', | 46 'webrtc/webrtc_tests.gypi', |
47 ], | 47 ], |
48 'dependencies': [ | 48 'dependencies': [ |
49 'webrtc/api/api_tests.gyp:*', | 49 'webrtc/api/api_tests.gyp:*', |
50 'webrtc/common_video/common_video_unittests.gyp:*', | 50 'webrtc/common_video/common_video_unittests.gyp:*', |
51 'webrtc/system_wrappers/system_wrappers_tests.gyp:*', | 51 'webrtc/system_wrappers/system_wrappers_tests.gyp:*', |
52 'webrtc/test/metrics.gyp:*', | |
53 'webrtc/test/test.gyp:*', | 52 'webrtc/test/test.gyp:*', |
54 ], | 53 ], |
55 }], | 54 }], |
56 ['include_examples==1', { | 55 ['include_examples==1', { |
57 'dependencies': [ | 56 'dependencies': [ |
58 'webrtc/webrtc_examples.gyp:*', | 57 'webrtc/webrtc_examples.gyp:*', |
59 ], | 58 ], |
60 }], | 59 }], |
61 ['(OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7"))', { | 60 ['(OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7"))', { |
62 'dependencies': [ | 61 'dependencies': [ |
63 'webrtc/sdk/sdk.gyp:*', | 62 'webrtc/sdk/sdk.gyp:*', |
64 ], | 63 ], |
65 }], | 64 }], |
66 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | 65 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
67 'dependencies': [ | 66 'dependencies': [ |
68 'talk/app/webrtc/legacy_objc_api.gyp:*', | 67 'talk/app/webrtc/legacy_objc_api.gyp:*', |
69 ], | 68 ], |
70 'conditions': [ | 69 'conditions': [ |
71 ['include_tests==1', { | 70 ['include_tests==1', { |
72 'dependencies': [ | 71 'dependencies': [ |
73 'talk/app/webrtc/legacy_objc_api_tests.gyp:*', | 72 'talk/app/webrtc/legacy_objc_api_tests.gyp:*', |
74 ], | 73 ], |
75 }], | 74 }], |
76 ], | 75 ], |
77 }], | 76 }], |
78 ], | 77 ], |
79 }, | 78 }, |
80 ], | 79 ], |
81 } | 80 } |
OLD | NEW |