blob: 46e87bbfea43218a10c844e5b4dfb7093510be80 [file] [log] [blame]
andrew@webrtc.orgf5a91fd2012-07-23 16:28:02 +00001# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
niklase@google.comda159d62011-05-30 11:51:34 +00002#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
9{
andrew@webrtc.org14b43be2012-10-22 18:19:23 +000010 'includes': ['webrtc/build/common.gypi',],
andrew@webrtc.orgcb534102012-08-09 18:28:40 +000011 'variables': {
12 'webrtc_all_dependencies': [
andrew@webrtc.org14b43be2012-10-22 18:19:23 +000013 'webrtc/common_audio/common_audio.gyp:*',
14 'webrtc/common_video/common_video.gyp:*',
15 'webrtc/modules/modules.gyp:*',
16 'webrtc/system_wrappers/source/system_wrappers.gyp:*',
17 'webrtc/video_engine/video_engine.gyp:*',
18 'webrtc/voice_engine/voice_engine.gyp:*',
andrew@webrtc.orgcb534102012-08-09 18:28:40 +000019 '<(webrtc_vp8_dir)/vp8.gyp:*',
20 ],
andrew@webrtc.orgcb534102012-08-09 18:28:40 +000021 },
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000022 'targets': [
niklase@google.comda159d62011-05-30 11:51:34 +000023 {
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000024 'target_name': 'All',
niklase@google.comda159d62011-05-30 11:51:34 +000025 'type': 'none',
26 'dependencies': [
andrew@webrtc.orgcb534102012-08-09 18:28:40 +000027 '<@(webrtc_all_dependencies)',
andrew@webrtc.orgea5d0e52012-08-09 17:37:03 +000028 ],
andrew@webrtc.org54da26d2012-08-10 00:41:18 +000029 'conditions': [
30 ['include_tests==1', {
31 'dependencies': [
andrew@webrtc.org14b43be2012-10-22 18:19:23 +000032 'webrtc/test/metrics.gyp:*',
33 'webrtc/test/test.gyp:*',
pwestin@webrtc.org999e9002013-03-21 16:38:05 +000034 'webrtc/test/channel_transport.gyp:*',
andrew@webrtc.org14b43be2012-10-22 18:19:23 +000035 'webrtc/tools/tools.gyp:*',
andrew@webrtc.org54da26d2012-08-10 00:41:18 +000036 'tools/e2e_quality/e2e_quality.gyp:*',
37 ],
38 }],
39 ],
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000040 },
tommi@google.comaefcdf42011-05-31 15:49:22 +000041 ],
niklase@google.comda159d62011-05-30 11:51:34 +000042}