blob: 27cc650038f2202f74006f62d2a270c8ca4473f5 [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{
fischman@webrtc.org1bc19542013-08-01 18:29:45 +000010 'includes': ['talk/build/common.gypi'],
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000011 'targets': [
12 {
13 'target_name': 'All',
14 'type': 'none',
15 'dependencies': [
16 'webrtc/webrtc.gyp:*',
fischman@webrtc.orge3de6b12013-08-26 19:31:21 +000017 'talk/libjingle.gyp:*',
18 'talk/libjingle_examples.gyp:*',
19 'talk/libjingle_tests.gyp:*',
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000020 ],
henrike@webrtc.org451745e2013-12-12 16:55:37 +000021 'conditions': [
22 ['OS=="android"', {
23 'dependencies': [
24 'webrtc/webrtc_examples.gyp:*',
25 ],
26 }],
27 ],
henrike@webrtc.org8d27a1c2013-07-23 18:15:11 +000028 },
29 ],
30}