blob: af98afd4890c80cad9ac7af592c2497b0d543a08 [file] [log] [blame]
kjellander@webrtc.orgbf1da462013-10-04 18:20:38 +00001# Copyright (c) 2013 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 'conditions': [
10 ['OS=="android"', {
11 # When doing Android builds, the WebRTC code is put in third_party/webrtc
12 # of a Chromium checkout, this is one level above the standalone build.
13 'variables': {
14 'isolate_dependency_untracked': [
pbos@webrtc.org24e20892013-10-28 16:32:01 +000015 '../../data/',
16 '../../resources/',
kjellander@webrtc.orgbf1da462013-10-04 18:20:38 +000017 ],
18 },
19 }],
20 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': {
22 'command': [
pbos@webrtc.org24e20892013-10-28 16:32:01 +000023 '../testing/test_env.py',
24 '../tools/swarm_client/googletest/run_test_cases.py',
kjellander@webrtc.orgbf1da462013-10-04 18:20:38 +000025 '<(PRODUCT_DIR)/video_engine_tests<(EXECUTABLE_SUFFIX)',
26 ],
27 'isolate_dependency_tracked': [
kjellander@webrtc.org93bf70f2013-11-05 14:28:57 +000028 '../DEPS',
stefan@webrtc.orge0284102013-11-18 11:45:11 +000029 '../data/voice_engine/audio_long16.pcm',
kjellander@webrtc.org93bf70f2013-11-05 14:28:57 +000030 '../resources/foreman_cif.yuv',
31 '../resources/paris_qcif.yuv',
pbos@webrtc.org24e20892013-10-28 16:32:01 +000032 '../testing/test_env.py',
kjellander@webrtc.orgbf1da462013-10-04 18:20:38 +000033 '<(PRODUCT_DIR)/video_engine_tests<(EXECUTABLE_SUFFIX)',
34 ],
35 'isolate_dependency_untracked': [
pbos@webrtc.org24e20892013-10-28 16:32:01 +000036 '../tools/swarm_client/',
kjellander@webrtc.orgbf1da462013-10-04 18:20:38 +000037 ],
38 },
39 }],
40 ],
41}