blob: bd8ee13014449fbf556b53aea7d40f46ce9d26a5 [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': {
11 'libjingle_root%': '<(DEPTH)',
12 },
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000013 'targets': [
14 {
15 'target_name': 'All',
16 'type': 'none',
17 'dependencies': [
turaj@webrtc.org560dce52014-05-01 18:53:51 +000018 'third_party/openmax_dl/dl/dl.gyp:*',
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000019 'webrtc/webrtc.gyp:*',
kjellander@webrtc.orgcf85f1c2014-03-05 00:40:33 +000020 '<(libjingle_root)/talk/libjingle.gyp:*',
21 '<(libjingle_root)/talk/libjingle_examples.gyp:*',
22 '<(libjingle_root)/talk/libjingle_tests.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 }],
30 ],
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000031 },
32 ],
33}