blob: c729eb87ac66335657328f70912f032696c9e4bb [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.org19eefdc2011-09-14 17:02:44 +000011 'targets': [
niklase@google.comda159d62011-05-30 11:51:34 +000012 {
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000013 'target_name': 'All',
niklase@google.comda159d62011-05-30 11:51:34 +000014 'type': 'none',
15 'dependencies': [
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000016 'src/common_audio/common_audio.gyp:*',
andrew@webrtc.org22562692011-11-04 16:21:47 +000017 'src/common_video/common_video.gyp:*',
kjellander@webrtc.org543c3ea2011-11-23 12:20:35 +000018 'src/modules/modules.gyp:*',
kjellander@webrtc.org177bb522011-10-31 17:10:01 +000019 'src/system_wrappers/source/system_wrappers.gyp:*',
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000020 'src/video_engine/video_engine.gyp:*',
21 'src/voice_engine/voice_engine.gyp:*',
andrew@webrtc.orgd1f3b1a2012-07-27 22:19:16 +000022 '<(webrtc_vp8_dir)/vp8.gyp:*'
leozwang@google.com5e9a6822011-06-20 17:05:14 +000023 ],
andrew@webrtc.orgea5d0e52012-08-09 17:37:03 +000024 'conditions': [
25 ['include_tests==1', {
26 'dependencies': [
27 'src/test/metrics.gyp:*',
28 'src/test/test.gyp:*',
29 'tools/e2e_quality/e2e_quality.gyp:*',
30 ],
31 }],
32 ],
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000033 },
tommi@google.comaefcdf42011-05-31 15:49:22 +000034 ],
niklase@google.comda159d62011-05-30 11:51:34 +000035}