blob: b43c3a17f76b5ba7eb68e342b04f3de77725424e [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,
harryjin@google.com8c01e592014-08-08 00:08:58 +000013 'webrtc_root_additional_dependencies': [
14 ],
kjellander@webrtc.orgcf85f1c2014-03-05 00:40:33 +000015 },
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000016 'targets': [
17 {
18 'target_name': 'All',
19 'type': 'none',
20 'dependencies': [
harryjin@google.comaaecefe2014-08-07 00:22:57 +000021 'third_party/openmax_dl/dl/dl.gyp:*',
22 'webrtc/webrtc.gyp:*',
23 '<(libjingle_root)/talk/libjingle.gyp:*',
24 '<(libjingle_root)/talk/libjingle_examples.gyp:*',
harryjin@google.com8c01e592014-08-08 00:08:58 +000025 '<@(webrtc_root_additional_dependencies)',
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000026 ],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000027 'conditions': [
28 ['OS=="android"', {
29 'dependencies': [
30 'webrtc/webrtc_examples.gyp:*',
31 ],
32 }],
andrew@webrtc.org26eaf7c2014-06-17 16:10:20 +000033 ['include_tests==1', {
34 'dependencies': [
35 '<(libjingle_root)/talk/libjingle_tests.gyp:*',
36 ],
37 }],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000038 ],
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000039 },
40 ],
41}