blob: ae72e75ed6c8eeeff80cce9488d4c72358b7ee6f [file] [log] [blame]
henrike@webrtc.org80fa00b2013-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"', {
kjellander@webrtc.orgfd9b1552013-08-27 12:10:09 +000011 # 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.
henrike@webrtc.org80fa00b2013-07-08 21:19:57 +000013 'variables': {
14 'isolate_dependency_untracked': [
henrike@webrtc.org0bd4d892013-07-25 22:44:04 +000015 '../../../data/',
kjellander@webrtc.orgfd9b1552013-08-27 12:10:09 +000016 '../../../resources/',
henrike@webrtc.org80fa00b2013-07-08 21:19:57 +000017 ],
18 },
19 }],
kjellander@webrtc.orgd09ee872013-08-22 07:57:00 +000020 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': {
22 'command': [
23 '../../testing/test_env.py',
24 '../../tools/swarm_client/googletest/run_test_cases.py',
25 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
26 ],
27 'isolate_dependency_tracked': [
kjellander@webrtc.orgd09ee872013-08-22 07:57:00 +000028 '../../DEPS',
kjellander@webrtc.orgc359e282013-11-05 14:28:57 +000029 '../../data/audio_processing/output_data_float.pb',
kjellander@webrtc.org9670be62013-10-04 18:20:38 +000030 '../../data/voice_engine/audio_tiny48.wav',
31 '../../resources/audio_coding/neteq4_network_stats.dat',
32 '../../resources/audio_coding/neteq4_rtcp_stats.dat',
33 '../../resources/audio_coding/neteq4_universal_ref.pcm',
kjellander@webrtc.orgd09ee872013-08-22 07:57:00 +000034 '../../resources/audio_coding/neteq_network_stats.dat',
35 '../../resources/audio_coding/neteq_rtcp_stats.dat',
36 '../../resources/audio_coding/neteq_universal_new.rtp',
37 '../../resources/audio_coding/neteq_universal_ref.pcm',
38 '../../resources/audio_coding/testfile32kHz.pcm',
39 '../../resources/deflicker_before_cif_short.yuv',
40 '../../resources/far16_stereo.pcm',
41 '../../resources/far32_stereo.pcm',
42 '../../resources/far8_stereo.pcm',
43 '../../resources/foremanColorEnhanced_cif_short.yuv',
44 '../../resources/foreman_cif.yuv',
45 '../../resources/foreman_cif_short.yuv',
46 '../../resources/near16_stereo.pcm',
47 '../../resources/near32_stereo.pcm',
48 '../../resources/near8_stereo.pcm',
49 '../../resources/video_coding/frame-ethernet-ii.pcap',
50 '../../resources/video_coding/frame-loopback.pcap',
51 '../../resources/video_coding/pltype103.rtp',
52 '../../resources/video_coding/ssrcs-2.pcap',
53 '../../resources/video_coding/ssrcs-3.pcap',
54 '../../testing/test_env.py',
kjellander@webrtc.orgd09ee872013-08-22 07:57:00 +000055 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
56 ],
kjellander@webrtc.org9670be62013-10-04 18:20:38 +000057 'isolate_dependency_untracked': [
58 '../../tools/swarm_client/',
59 ],
kjellander@webrtc.orgd09ee872013-08-22 07:57:00 +000060 },
61 }],
henrike@webrtc.org80fa00b2013-07-08 21:19:57 +000062 ],
kjellander@webrtc.orgd09ee872013-08-22 07:57:00 +000063}