blob: 353c24ef3d0ee8f02e85dfcbe57a01818284b3b5 [file] [log] [blame]
henrike@webrtc.orge80a9342013-07-08 21:19:57 +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 'variables': {
12 'isolate_dependency_untracked': [
henrike@webrtc.org14c966c2013-07-25 22:44:04 +000013 '../../../resources/',
14 '../../../data/',
henrike@webrtc.orge80a9342013-07-08 21:19:57 +000015 ],
16 },
17 }],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000018 ['OS=="linux" or OS=="mac" or OS=="win"', {
19 'variables': {
20 'command': [
21 '../../testing/test_env.py',
22 '../../tools/swarm_client/googletest/run_test_cases.py',
23 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
24 ],
25 'isolate_dependency_tracked': [
26 '../../data/voice_engine/audio_tiny48.wav',
27 '../../DEPS',
28 '../../resources/audio_coding/neteq_network_stats.dat',
29 '../../resources/audio_coding/neteq_rtcp_stats.dat',
30 '../../resources/audio_coding/neteq_universal_new.rtp',
31 '../../resources/audio_coding/neteq_universal_ref.pcm',
32 '../../resources/audio_coding/testfile32kHz.pcm',
33 '../../resources/deflicker_before_cif_short.yuv',
34 '../../resources/far16_stereo.pcm',
35 '../../resources/far32_stereo.pcm',
36 '../../resources/far8_stereo.pcm',
37 '../../resources/foremanColorEnhanced_cif_short.yuv',
38 '../../resources/foreman_cif.yuv',
39 '../../resources/foreman_cif_short.yuv',
40 '../../resources/near16_stereo.pcm',
41 '../../resources/near32_stereo.pcm',
42 '../../resources/near8_stereo.pcm',
43 '../../resources/video_coding/frame-ethernet-ii.pcap',
44 '../../resources/video_coding/frame-loopback.pcap',
45 '../../resources/video_coding/pltype103.rtp',
46 '../../resources/video_coding/ssrcs-2.pcap',
47 '../../resources/video_coding/ssrcs-3.pcap',
48 '../../testing/test_env.py',
49 '../../tools/swarm_client/run_isolated.py',
50 '../../tools/swarm_client/googletest/run_test_cases.py',
51 '../../tools/swarm_client/third_party/upload.py',
52 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
53 ],
54 },
55 }],
henrike@webrtc.orge80a9342013-07-08 21:19:57 +000056 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000057}