2012-07-23 18:28:02 +02:00
|
|
|
# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
2011-05-30 13:51:34 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
{
|
2012-10-22 20:19:23 +02:00
|
|
|
'includes': ['webrtc/build/common.gypi',],
|
2012-08-09 20:28:40 +02:00
|
|
|
'variables': {
|
|
|
|
'webrtc_all_dependencies': [
|
2012-10-22 20:19:23 +02:00
|
|
|
'webrtc/common_audio/common_audio.gyp:*',
|
|
|
|
'webrtc/common_video/common_video.gyp:*',
|
|
|
|
'webrtc/modules/modules.gyp:*',
|
|
|
|
'webrtc/system_wrappers/source/system_wrappers.gyp:*',
|
|
|
|
'webrtc/video_engine/video_engine.gyp:*',
|
|
|
|
'webrtc/voice_engine/voice_engine.gyp:*',
|
2012-08-09 20:28:40 +02:00
|
|
|
'<(webrtc_vp8_dir)/vp8.gyp:*',
|
|
|
|
],
|
|
|
|
},
|
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': [
|
2012-08-09 20:28:40 +02:00
|
|
|
'<@(webrtc_all_dependencies)',
|
2012-08-09 19:37:03 +02:00
|
|
|
],
|
2012-08-10 02:41:18 +02:00
|
|
|
'conditions': [
|
|
|
|
['include_tests==1', {
|
|
|
|
'dependencies': [
|
2012-10-22 20:19:23 +02:00
|
|
|
'webrtc/test/metrics.gyp:*',
|
|
|
|
'webrtc/test/test.gyp:*',
|
|
|
|
'webrtc/tools/tools.gyp:*',
|
2012-08-10 02:41:18 +02:00
|
|
|
'tools/e2e_quality/e2e_quality.gyp:*',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
],
|
2011-09-14 19:02:44 +02:00
|
|
|
},
|
2011-05-31 17:49:22 +02:00
|
|
|
],
|
2011-05-30 13:51:34 +02:00
|
|
|
}
|