blob: ebf13ca67378bb6328539c01c7ff444a427f2b79 [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',
andrew@webrtc.org6f8db362012-07-27 21:49:28 +000012 'voice_engine_core.gypi',
xians@google.comd3185fe2011-09-12 12:24:39 +000013 ],
14
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000015 # Test targets, excluded when building with Chromium.
xians@google.comd3185fe2011-09-12 12:24:39 +000016 'conditions': [
mflodman@webrtc.org6af95942012-05-24 13:23:35 +000017 ['include_tests==1', {
xians@google.comd3185fe2011-09-12 12:24:39 +000018 'includes': [
andrew@webrtc.org6f8db362012-07-27 21:49:28 +000019 'test/voice_engine_tests.gypi',
andrew@webrtc.org3ce62fc2011-10-06 01:03:18 +000020 ],
21 }],
22 ],
xians@google.comd3185fe2011-09-12 12:24:39 +000023}