blob: 19c5dea30f946450fcae5bc0d8b07e682393fa6f [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.come34abfb2014-08-06 23:08:42 +000013 'webrtc_root_all_dependencies': [
14 'third_party/openmax_dl/dl/dl.gyp:*',
15 'webrtc/webrtc.gyp:*',
16 '<(DEPTH)/talk/libjingle.gyp:*',
17 '<(DEPTH)/talk/libjingle_examples.gyp:*',
18 ],
kjellander@webrtc.orgcf85f1c2014-03-05 00:40:33 +000019 },
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000020 'targets': [
21 {
22 'target_name': 'All',
23 'type': 'none',
24 'dependencies': [
harryjin@google.come34abfb2014-08-06 23:08:42 +000025 '<@(webrtc_root_all_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}