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.
|
|
|
|
|
|
|
|
{
|
2013-08-01 20:29:45 +02:00
|
|
|
'includes': ['talk/build/common.gypi'],
|
2013-07-23 20:15:11 +02:00
|
|
|
'targets': [
|
|
|
|
{
|
|
|
|
'target_name': 'All',
|
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
|
|
|
'webrtc/webrtc.gyp:*',
|
2013-08-26 21:31:21 +02:00
|
|
|
'talk/libjingle.gyp:*',
|
|
|
|
'talk/libjingle_examples.gyp:*',
|
|
|
|
'talk/libjingle_tests.gyp:*',
|
2013-07-23 20:15:11 +02:00
|
|
|
],
|
|
|
|
},
|
|
|
|
],
|
|
|
|
}
|