henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 1 | # 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.org | cf85f1c | 2014-03-05 00:40:33 +0000 | [diff] [blame] | 10 | 'variables': { |
| 11 | 'libjingle_root%': '<(DEPTH)', |
| 12 | }, |
henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 13 | 'targets': [ |
| 14 | { |
| 15 | 'target_name': 'All', |
| 16 | 'type': 'none', |
| 17 | 'dependencies': [ |
| 18 | 'webrtc/webrtc.gyp:*', |
kjellander@webrtc.org | cf85f1c | 2014-03-05 00:40:33 +0000 | [diff] [blame] | 19 | '<(libjingle_root)/talk/libjingle.gyp:*', |
| 20 | '<(libjingle_root)/talk/libjingle_examples.gyp:*', |
| 21 | '<(libjingle_root)/talk/libjingle_tests.gyp:*', |
henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 22 | ], |
henrike@webrtc.org | 451745e | 2013-12-12 16:55:37 +0000 | [diff] [blame] | 23 | 'conditions': [ |
| 24 | ['OS=="android"', { |
| 25 | 'dependencies': [ |
| 26 | 'webrtc/webrtc_examples.gyp:*', |
| 27 | ], |
| 28 | }], |
| 29 | ], |
henrike@webrtc.org | 8d27a1c | 2013-07-23 18:15:11 +0000 | [diff] [blame] | 30 | }, |
| 31 | ], |
| 32 | } |