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