blob: c0be24585f9011b9e9cd40f30be726efabb6f5e0 [file] [log] [blame]
xians@google.comd3185fe2011-09-12 12:24:39 +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{
10 'includes': [
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000011 '../build/common.gypi',
mflodman@webrtc.org94ea32e2011-11-21 14:49:31 +000012 './video_engine_core.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000013 ],
14
xians@google.comd3185fe2011-09-12 12:24:39 +000015 'conditions': [
mflodman@webrtc.org6af95942012-05-24 13:23:35 +000016 ['include_tests==1', {
xians@google.comd3185fe2011-09-12 12:24:39 +000017 'includes': [
phoglund@webrtc.org4aa57b42012-03-22 12:56:54 +000018 'test/libvietest/libvietest.gypi',
mflodman@webrtc.orgdfe89e32011-11-22 14:03:15 +000019 'test/auto_test/vie_auto_test.gypi',
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000020 ],
kjellander@webrtc.org10eb9202013-04-05 13:36:32 +000021 'conditions': [
22 ['OS=="android"', {
23 'includes': [
24 'test/android/android_video_demo.gypi',
25 ],
26 }],
27 ],
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000028 }],
29 ],
xians@google.comd3185fe2011-09-12 12:24:39 +000030}
31