andrew@webrtc.org | f5a91fd | 2012-07-23 16:28:02 +0000 | [diff] [blame] | 1 | # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. |
niklase@google.com | da159d6 | 2011-05-30 11:51:34 +0000 | [diff] [blame] | 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.org | 7fb5d46 | 2011-12-09 03:31:41 +0000 | [diff] [blame] | 10 | 'includes': [ 'src/build/common.gypi', ], |
andrew@webrtc.org | cb53410 | 2012-08-09 18:28:40 +0000 | [diff] [blame] | 11 | '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.org | cb53410 | 2012-08-09 18:28:40 +0000 | [diff] [blame] | 21 | }, |
andrew@webrtc.org | 19eefdc | 2011-09-14 17:02:44 +0000 | [diff] [blame] | 22 | 'targets': [ |
niklase@google.com | da159d6 | 2011-05-30 11:51:34 +0000 | [diff] [blame] | 23 | { |
andrew@webrtc.org | 19eefdc | 2011-09-14 17:02:44 +0000 | [diff] [blame] | 24 | 'target_name': 'All', |
niklase@google.com | da159d6 | 2011-05-30 11:51:34 +0000 | [diff] [blame] | 25 | 'type': 'none', |
| 26 | 'dependencies': [ |
andrew@webrtc.org | cb53410 | 2012-08-09 18:28:40 +0000 | [diff] [blame] | 27 | '<@(webrtc_all_dependencies)', |
andrew@webrtc.org | ea5d0e5 | 2012-08-09 17:37:03 +0000 | [diff] [blame] | 28 | ], |
andrew@webrtc.org | 54da26d | 2012-08-10 00:41:18 +0000 | [diff] [blame^] | 29 | '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.org | 19eefdc | 2011-09-14 17:02:44 +0000 | [diff] [blame] | 38 | }, |
tommi@google.com | aefcdf4 | 2011-05-31 15:49:22 +0000 | [diff] [blame] | 39 | ], |
niklase@google.com | da159d6 | 2011-05-30 11:51:34 +0000 | [diff] [blame] | 40 | } |