blob: eaecbdfd74bc6932738b783a6789805aa059496f [file] [log] [blame]
niklase@google.comda159d62011-05-30 11:51:34 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
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.orgbbea7162011-12-09 19:43:12 +000016 'peerconnection/peerconnection.gyp:*',
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000017 'src/common_audio/common_audio.gyp:*',
andrew@webrtc.org22562692011-11-04 16:21:47 +000018 'src/common_video/common_video.gyp:*',
kjellander@webrtc.org543c3ea2011-11-23 12:20:35 +000019 'src/modules/modules.gyp:*',
kjellander@webrtc.org177bb522011-10-31 17:10:01 +000020 'src/system_wrappers/source/system_wrappers.gyp:*',
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000021 'src/video_engine/video_engine.gyp:*',
22 'src/voice_engine/voice_engine.gyp:*',
kjellander@webrtc.org82d91ae2011-12-05 13:03:38 +000023 'test/test.gyp:*',
leozwang@google.com5e9a6822011-06-20 17:05:14 +000024 ],
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000025 },
tommi@google.comaefcdf42011-05-31 15:49:22 +000026 ],
27 'conditions': [
andrew@webrtc.org19eefdc2011-09-14 17:02:44 +000028 ], # conditions
niklase@google.comda159d62011-05-30 11:51:34 +000029}