xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 1 | # 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 | { |
| 10 | 'includes': [ |
andrew@webrtc.org | 3ce62fc | 2011-10-06 01:03:18 +0000 | [diff] [blame] | 11 | '../build/common.gypi', |
mflodman@webrtc.org | 94ea32e | 2011-11-21 14:49:31 +0000 | [diff] [blame] | 12 | './video_engine_core.gypi', |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 13 | ], |
| 14 | |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 15 | 'conditions': [ |
mflodman@webrtc.org | 6af9594 | 2012-05-24 13:23:35 +0000 | [diff] [blame] | 16 | ['include_tests==1', { |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 17 | 'includes': [ |
phoglund@webrtc.org | 4aa57b4 | 2012-03-22 12:56:54 +0000 | [diff] [blame] | 18 | 'test/libvietest/libvietest.gypi', |
mflodman@webrtc.org | dfe89e3 | 2011-11-22 14:03:15 +0000 | [diff] [blame] | 19 | 'test/auto_test/vie_auto_test.gypi', |
andrew@webrtc.org | 3ce62fc | 2011-10-06 01:03:18 +0000 | [diff] [blame] | 20 | ], |
kjellander@webrtc.org | 10eb920 | 2013-04-05 13:36:32 +0000 | [diff] [blame] | 21 | 'conditions': [ |
| 22 | ['OS=="android"', { |
| 23 | 'includes': [ |
| 24 | 'test/android/android_video_demo.gypi', |
| 25 | ], |
| 26 | }], |
| 27 | ], |
andrew@webrtc.org | 3ce62fc | 2011-10-06 01:03:18 +0000 | [diff] [blame] | 28 | }], |
| 29 | ], |
xians@google.com | d3185fe | 2011-09-12 12:24:39 +0000 | [diff] [blame] | 30 | } |
| 31 | |