blob: 21cc8b519df7b964a992f300d6b2a0aa07758997 [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{
kjellander@webrtc.orgcf85f1c2014-03-05 00:40:33 +000010 'variables': {
kjellander31acf3d2015-07-09 01:18:58 -070011 'include_examples%': 1,
andrew@webrtc.org26eaf7c2014-06-17 16:10:20 +000012 'include_tests%': 1,
kjellander@webrtc.orge41ec812015-03-06 08:03:16 +000013 'webrtc_root_additional_dependencies': [],
kjellander@webrtc.orgcf85f1c2014-03-05 00:40:33 +000014 },
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000015 'targets': [
16 {
17 'target_name': 'All',
18 'type': 'none',
19 'dependencies': [
harryjin@google.comaaecefe2014-08-07 00:22:57 +000020 'webrtc/webrtc.gyp:*',
harryjin@google.com8c01e592014-08-08 00:08:58 +000021 '<@(webrtc_root_additional_dependencies)',
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000022 ],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000023 'conditions': [
kjellander31acf3d2015-07-09 01:18:58 -070024 ['include_examples==1', {
henrike@webrtc.org451745e2013-12-12 16:55:37 +000025 'dependencies': [
26 'webrtc/webrtc_examples.gyp:*',
27 ],
28 }],
kjellander28c99bc2016-02-17 05:38:29 -080029 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
andrew@webrtc.org26eaf7c2014-06-17 16:10:20 +000030 'dependencies': [
kjellander28c99bc2016-02-17 05:38:29 -080031 'talk/app/webrtc/legacy_objc_api.gyp:*',
32 ],
33 'conditions': [
34 ['include_tests==1', {
35 'dependencies': [
36 'talk/app/webrtc/legacy_objc_api_tests.gyp:*',
37 ],
38 }],
andrew@webrtc.org26eaf7c2014-06-17 16:10:20 +000039 ],
40 }],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000041 ],
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000042 },
43 ],
44}