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-10 12:13:38 +02:00
|
|
|
'libjingle_root%': '<(DEPTH)',
|
2014-06-17 18:10:20 +02:00
|
|
|
'include_tests%': 1,
|
2014-03-05 01:40:33 +01:00
|
|
|
},
|
2013-07-23 20:15:11 +02:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'All',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2014-05-01 20:53:51 +02:00
|
|
|
'third_party/openmax_dl/dl/dl.gyp:*',
|
2013-07-23 20:15:11 +02:00
|
|
|
'webrtc/webrtc.gyp:*',
|
2014-06-10 12:13:38 +02:00
|
|
|
'<(libjingle_root)/talk/libjingle.gyp:*',
|
|
|
|
'<(libjingle_root)/talk/libjingle_examples.gyp:*',
|
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': [
|
|
|
|
'<(libjingle_root)/talk/libjingle_tests.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
2013-12-12 17:55:37 +01:00
|
|
|
],
|
2013-07-23 20:15:11 +02:00
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|