blob: 583f31a2b815cc4d0c8f09b76df058f73aeb6cdb [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.orgcf85f1c2014-03-05 00:40:33 +000013 },
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000014 'targets': [
15 {
16 'target_name': 'All',
17 'type': 'none',
18 'dependencies': [
harryjin@google.comaaecefe2014-08-07 00:22:57 +000019 'webrtc/webrtc.gyp:*',
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000020 ],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000021 'conditions': [
kjellander31acf3d2015-07-09 01:18:58 -070022 ['include_examples==1', {
henrike@webrtc.org451745e2013-12-12 16:55:37 +000023 'dependencies': [
24 'webrtc/webrtc_examples.gyp:*',
25 ],
26 }],
kjellander28c99bc2016-02-17 05:38:29 -080027 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
andrew@webrtc.org26eaf7c2014-06-17 16:10:20 +000028 'dependencies': [
kjellander28c99bc2016-02-17 05:38:29 -080029 'talk/app/webrtc/legacy_objc_api.gyp:*',
30 ],
31 'conditions': [
32 ['include_tests==1', {
33 'dependencies': [
34 'talk/app/webrtc/legacy_objc_api_tests.gyp:*',
35 ],
36 }],
andrew@webrtc.org26eaf7c2014-06-17 16:10:20 +000037 ],
38 }],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000039 ],
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000040 },
41 ],
42}