henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 1 | # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 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 |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
| 9 | { |
fischman@webrtc.org | 1bc1954 | 2013-08-01 18:29:45 +0000 | [diff] [blame] | 10 | 'includes': ['talk/build/common.gypi'], |
henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 11 | 'targets': [ |
| 12 | { |
| 13 | 'target_name': 'All', |
| 14 | 'type': 'none', |
| 15 | 'dependencies': [ |
| 16 | 'webrtc/webrtc.gyp:*', |
| 17 | ], |
| 18 | # TODO(henrike): fix build errors on 64 bit Mac for libjingle. See issue |
fischman@webrtc.org | 1bc1954 | 2013-08-01 18:29:45 +0000 | [diff] [blame] | 19 | # 2124. Once done the entire conditional below can be removed. |
henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 20 | 'conditions': [ |
fischman@webrtc.org | 1bc1954 | 2013-08-01 18:29:45 +0000 | [diff] [blame] | 21 | ['OS!="mac" or target_arch!="x64" or libjingle_objc==1', { |
henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 22 | 'dependencies': [ |
| 23 | 'talk/libjingle.gyp:*', |
| 24 | 'talk/libjingle_examples.gyp:*', |
| 25 | 'talk/libjingle_tests.gyp:*', |
| 26 | ], |
| 27 | }], |
| 28 | ], |
| 29 | }, |
| 30 | ], |
| 31 | } |