blob: 054d430eaccb1cfa4557fc55406948f2c908fc60 [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"', {
kjellander@webrtc.orge1413732013-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.orge80a9342013-07-08 21:19:57 +000013 'variables': {
14 'isolate_dependency_untracked': [
henrike@webrtc.org14c966c2013-07-25 22:44:04 +000015 '../../../data/',
kjellander@webrtc.orge1413732013-08-27 12:10:09 +000016 '../../../resources/',
henrike@webrtc.orge80a9342013-07-08 21:19:57 +000017 ],
jan.skoglund@webrtc.orgc3d13d32014-03-10 22:50:19 +000018 'isolate_dependency_tracked': [
19 '../../../resources/short_mixed_mono_48.dat',
20 '../../../resources/short_mixed_mono_48.pcm',
21 '../../../resources/short_mixed_stereo_48.dat',
22 '../../../resources/short_mixed_stereo_48.pcm',
23 ],
henrike@webrtc.orge80a9342013-07-08 21:19:57 +000024 },
25 }],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000026 ['OS=="linux" or OS=="mac" or OS=="win"', {
27 'variables': {
28 'command': [
29 '../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000030 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
31 ],
32 'isolate_dependency_tracked': [
kjellander@webrtc.org33654222013-08-22 07:57:00 +000033 '../../DEPS',
kjellander@webrtc.org7a36cb42013-11-05 14:28:57 +000034 '../../data/audio_processing/output_data_float.pb',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000035 '../../data/voice_engine/audio_tiny48.wav',
stefan@webrtc.org99a8c7e2014-01-24 10:00:27 +000036 '../../resources/att-downlink.rx',
37 '../../resources/att-uplink.rx',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000038 '../../resources/audio_coding/neteq4_network_stats.dat',
39 '../../resources/audio_coding/neteq4_rtcp_stats.dat',
40 '../../resources/audio_coding/neteq4_universal_ref.pcm',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000041 '../../resources/audio_coding/neteq_network_stats.dat',
42 '../../resources/audio_coding/neteq_rtcp_stats.dat',
43 '../../resources/audio_coding/neteq_universal_new.rtp',
44 '../../resources/audio_coding/neteq_universal_ref.pcm',
45 '../../resources/audio_coding/testfile32kHz.pcm',
46 '../../resources/deflicker_before_cif_short.yuv',
47 '../../resources/far16_stereo.pcm',
48 '../../resources/far32_stereo.pcm',
andrew@webrtc.orgddbb8a22014-04-22 21:00:04 +000049 '../../resources/far44_stereo.pcm',
50 '../../resources/far48_stereo.pcm',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000051 '../../resources/far8_stereo.pcm',
52 '../../resources/foremanColorEnhanced_cif_short.yuv',
53 '../../resources/foreman_cif.yuv',
54 '../../resources/foreman_cif_short.yuv',
55 '../../resources/near16_stereo.pcm',
56 '../../resources/near32_stereo.pcm',
andrew@webrtc.orgddbb8a22014-04-22 21:00:04 +000057 '../../resources/near44_stereo.pcm',
58 '../../resources/near48_stereo.pcm',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000059 '../../resources/near8_stereo.pcm',
andrew@webrtc.orga8b97372014-03-10 22:26:12 +000060 '../../resources/ref03.aecdump',
solenberg@webrtc.org812dd112013-12-03 15:11:14 +000061 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin',
62 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin',
63 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin',
64 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin',
65 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin',
66 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin',
67 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin',
68 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin',
69 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin',
70 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin',
71 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin',
72 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin',
73 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin',
74 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin',
75 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin',
76 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin',
77 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin',
78 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin',
79 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin',
80 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin',
81 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin',
82 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin',
83 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin',
84 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin',
jan.skoglund@webrtc.orgc3d13d32014-03-10 22:50:19 +000085 '../../resources/short_mixed_mono_48.dat',
86 '../../resources/short_mixed_mono_48.pcm',
87 '../../resources/short_mixed_stereo_48.dat',
88 '../../resources/short_mixed_stereo_48.pcm',
stefan@webrtc.org99a8c7e2014-01-24 10:00:27 +000089 '../../resources/sprint-downlink.rx',
90 '../../resources/sprint-uplink.rx',
91 '../../resources/synthetic-trace.rx',
92 '../../resources/tmobile-downlink.rx',
93 '../../resources/tmobile-uplink.rx',
94 '../../resources/verizon3g-downlink.rx',
95 '../../resources/verizon3g-uplink.rx',
96 '../../resources/verizon4g-downlink.rx',
97 '../../resources/verizon4g-uplink.rx',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000098 '../../resources/video_coding/frame-ethernet-ii.pcap',
99 '../../resources/video_coding/frame-loopback.pcap',
100 '../../resources/video_coding/pltype103.rtp',
101 '../../resources/video_coding/ssrcs-2.pcap',
102 '../../resources/video_coding/ssrcs-3.pcap',
103 '../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000104 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
105 ],
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +0000106 'isolate_dependency_untracked': [
kjellander@webrtc.orgf9bdbe32013-12-11 13:37:12 +0000107 '../../tools/swarming_client/',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +0000108 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000109 },
110 }],
henrike@webrtc.orge80a9342013-07-08 21:19:57 +0000111 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000112}