blob: c493a143c28e1cd6d8fbec38337f339e93612982 [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.org7fb5d462011-12-09 03:31:41 +000010 'includes': [ 'src/build/common.gypi', ],
andrew@webrtc.orgcb534102012-08-09 18:28:40 +000011 'variables': {
12 'webrtc_all_dependencies': [
13 'src/common_audio/common_audio.gyp:*',
14 'src/common_video/common_video.gyp:*',
15 'src/modules/modules.gyp:*',
16 'src/system_wrappers/source/system_wrappers.gyp:*',
17 'src/video_engine/video_engine.gyp:*',
18 'src/voice_engine/voice_engine.gyp:*',
19 '<(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': [
32 'src/test/metrics.gyp:*',
33 'src/test/test.gyp:*',
34 'tools/e2e_quality/e2e_quality.gyp:*',
35 ],
36 }],
37 ],
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000038 },
tommi@google.comaefcdf42011-05-31 15:49:22 +000039 ],
niklase@google.comda159d62011-05-30 11:51:34 +000040}