2011-05-30 13:51:34 +02:00
|
|
|
# Copyright (c) 2011 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.
|
|
|
|
|
|
|
|
{
|
2011-12-09 04:31:41 +01:00
|
|
|
'includes': [ 'src/build/common.gypi', ],
|
2011-09-14 19:02:44 +02:00
|
|
|
'targets': [
|
2011-05-30 13:51:34 +02:00
|
|
|
{
|
2011-09-14 19:02:44 +02:00
|
|
|
'target_name': 'All',
|
2011-05-30 13:51:34 +02:00
|
|
|
'type': 'none',
|
|
|
|
'dependencies': [
|
2011-12-09 20:43:12 +01:00
|
|
|
'peerconnection/peerconnection.gyp:*',
|
2011-09-14 19:02:44 +02:00
|
|
|
'src/common_audio/common_audio.gyp:*',
|
2011-11-04 17:21:47 +01:00
|
|
|
'src/common_video/common_video.gyp:*',
|
2011-11-23 13:20:35 +01:00
|
|
|
'src/modules/modules.gyp:*',
|
2011-10-31 18:10:01 +01:00
|
|
|
'src/system_wrappers/source/system_wrappers.gyp:*',
|
2011-10-06 03:03:18 +02:00
|
|
|
'src/video_engine/video_engine.gyp:*',
|
|
|
|
'src/voice_engine/voice_engine.gyp:*',
|
2012-01-04 09:09:32 +01:00
|
|
|
'test/metrics.gyp:*',
|
2011-12-05 14:03:38 +01:00
|
|
|
'test/test.gyp:*',
|
2011-06-20 19:05:14 +02:00
|
|
|
],
|
2011-09-14 19:02:44 +02:00
|
|
|
},
|
2011-05-31 17:49:22 +02:00
|
|
|
],
|
|
|
|
'conditions': [
|
2011-09-14 19:02:44 +02:00
|
|
|
], # conditions
|
2011-05-30 13:51:34 +02:00
|
|
|
}
|