blob: 8d22edfdb5d490e2646d9377666cc4cf73e8cb56 [file] [log] [blame]
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +00001# 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{
10 'targets': [
11 {
12 'target_name': 'All',
13 'type': 'none',
14 'dependencies': [
15 'webrtc/webrtc.gyp:*',
16 ],
17 # TODO(henrike): fix build errors on 64 bit Mac for libjingle. See issue
18 # 2124
19 'conditions': [
20 ['OS!="mac" or target_arch!="x64"', {
21 'dependencies': [
22 'talk/libjingle.gyp:*',
23 'talk/libjingle_examples.gyp:*',
24 'talk/libjingle_tests.gyp:*',
25 ],
26 }],
27 ],
28 },
29 ],
30}