2013-07-23 20:15:11 +02:00
|
|
|
# Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
|
|
|
|
{
|
2014-03-05 01:40:33 +01:00
|
|
|
'variables': {
|
2014-06-17 18:10:20 +02:00
|
|
|
'include_tests%': 1,
|
2015-03-06 09:03:16 +01:00
|
|
|
'webrtc_root_additional_dependencies': [],
|
2014-03-05 01:40:33 +01:00
|
|
|
},
|
2013-07-23 20:15:11 +02:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'All',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2014-08-07 02:22:57 +02:00
|
|
|
'webrtc/webrtc.gyp:*',
|
2015-03-06 09:03:16 +01:00
|
|
|
'talk/libjingle.gyp:*',
|
|
|
|
'talk/libjingle_examples.gyp:*',
|
2014-08-08 02:08:58 +02:00
|
|
|
'<@(webrtc_root_additional_dependencies)',
|
2013-07-23 20:15:11 +02:00
|
|
|
],
|
2013-12-12 17:55:37 +01:00
|
|
|
'conditions': [
|
|
|
|
['OS=="android"', {
|
|
|
|
'dependencies': [
|
|
|
|
'webrtc/webrtc_examples.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2014-06-17 18:10:20 +02:00
|
|
|
['include_tests==1', {
|
|
|
|
'dependencies': [
|
2015-03-06 09:03:16 +01:00
|
|
|
'talk/libjingle_tests.gyp:*',
|
2014-06-17 18:10:20 +02:00
|
|
|
],
|
|
|
|
}],
|
2013-12-12 17:55:37 +01:00
|
|
|
],
|
2013-07-23 20:15:11 +02:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|