blob: 4830c5425f60521493e55288be2657e59d2d08a5 [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': {
kjellander@webrtc.org10141012014-06-10 10:13:38 +000011 'libjingle_root%': '<(DEPTH)',
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 'third_party/openmax_dl/dl/dl.gyp:*',
20 'webrtc/webrtc.gyp:*',
21 '<(libjingle_root)/talk/libjingle.gyp:*',
22 '<(libjingle_root)/talk/libjingle_examples.gyp:*',
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000023 ],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000024 'conditions': [
25 ['OS=="android"', {
26 'dependencies': [
27 'webrtc/webrtc_examples.gyp:*',
28 ],
29 }],
andrew@webrtc.org26eaf7c2014-06-17 16:10:20 +000030 ['include_tests==1', {
31 'dependencies': [
32 '<(libjingle_root)/talk/libjingle_tests.gyp:*',
33 ],
34 }],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000035 ],
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000036 },
37 ],
38}