blob: c81197c77e4f81f65b837335ef86ceb9469653bf [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': {
kjellander@webrtc.org78c222b2014-10-31 18:08:09 +000012 'files': [
kjellander@webrtc.org52bb5212014-11-13 08:35:05 +000013 '<(DEPTH)/data/audio_processing/output_data_fixed.pb',
ivoc72c08ed2016-01-20 07:26:24 -080014 '<(DEPTH)/resources/audio_coding/neteq4_network_stats_android.dat',
15 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats_android.dat',
16 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_android.pcm',
henrike@webrtc.orge80a9342013-07-08 21:19:57 +000017 ],
18 },
19 }],
kjellander@webrtc.org52bb5212014-11-13 08:35:05 +000020 ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', {
kjellander@webrtc.org33654222013-08-22 07:57:00 +000021 'variables': {
kjellander@webrtc.org78c222b2014-10-31 18:08:09 +000022 'files': [
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +000023 '<(DEPTH)/data/audio_processing/output_data_float.pb',
Henrik Kjellanderb788bc22015-10-22 07:31:28 +020024 '<(DEPTH)/data/audio_processing/output_data_mac.pb',
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +000025 '<(DEPTH)/data/voice_engine/audio_tiny48.wav',
26 '<(DEPTH)/resources/att-downlink.rx',
27 '<(DEPTH)/resources/att-uplink.rx',
28 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat',
29 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat',
30 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm',
31 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm',
32 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm',
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +000033 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp',
kjellander@webrtc.org52bb5212014-11-13 08:35:05 +000034 '<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
35 '<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm',
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +000036 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',
kjellander@webrtc.org52bb5212014-11-13 08:35:05 +000037 '<(DEPTH)/resources/audio_coding/teststereo32kHz.pcm',
henrika@webrtc.org474d1eb2015-03-09 12:39:53 +000038 '<(DEPTH)/resources/audio_device/audio_short16.pcm',
39 '<(DEPTH)/resources/audio_device/audio_short44.pcm',
40 '<(DEPTH)/resources/audio_device/audio_short48.pcm',
pbos@webrtc.org788acd12014-12-15 09:41:24 +000041 '<(DEPTH)/resources/audio_processing/agc/agc_audio.pcm',
42 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat',
43 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat',
44 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat',
45 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat',
46 '<(DEPTH)/resources/audio_processing/agc/agc_vad.dat',
47 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat',
48 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffer.dat',
pbos@webrtc.org788acd12014-12-15 09:41:24 +000049 '<(DEPTH)/resources/audio_processing/transient/ajm-macbook-1-spke16m.pcm',
pbos@webrtc.org788acd12014-12-15 09:41:24 +000050 '<(DEPTH)/resources/audio_processing/transient/audio16kHz.pcm',
51 '<(DEPTH)/resources/audio_processing/transient/audio32kHz.pcm',
52 '<(DEPTH)/resources/audio_processing/transient/audio48kHz.pcm',
53 '<(DEPTH)/resources/audio_processing/transient/audio8kHz.pcm',
54 '<(DEPTH)/resources/audio_processing/transient/detect16kHz.dat',
55 '<(DEPTH)/resources/audio_processing/transient/detect32kHz.dat',
56 '<(DEPTH)/resources/audio_processing/transient/detect48kHz.dat',
57 '<(DEPTH)/resources/audio_processing/transient/detect8kHz.dat',
58 '<(DEPTH)/resources/audio_processing/transient/double-utils.dat',
59 '<(DEPTH)/resources/audio_processing/transient/float-utils.dat',
60 '<(DEPTH)/resources/audio_processing/transient/suppressed16kHz.pcm',
61 '<(DEPTH)/resources/audio_processing/transient/suppressed32kHz.pcm',
62 '<(DEPTH)/resources/audio_processing/transient/suppressed8kHz.pcm',
63 '<(DEPTH)/resources/audio_processing/transient/wpd0.dat',
64 '<(DEPTH)/resources/audio_processing/transient/wpd1.dat',
65 '<(DEPTH)/resources/audio_processing/transient/wpd2.dat',
66 '<(DEPTH)/resources/audio_processing/transient/wpd3.dat',
67 '<(DEPTH)/resources/audio_processing/transient/wpd4.dat',
68 '<(DEPTH)/resources/audio_processing/transient/wpd5.dat',
69 '<(DEPTH)/resources/audio_processing/transient/wpd6.dat',
70 '<(DEPTH)/resources/audio_processing/transient/wpd7.dat',
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +000071 '<(DEPTH)/resources/deflicker_before_cif_short.yuv',
72 '<(DEPTH)/resources/far16_stereo.pcm',
73 '<(DEPTH)/resources/far32_stereo.pcm',
74 '<(DEPTH)/resources/far44_stereo.pcm',
75 '<(DEPTH)/resources/far48_stereo.pcm',
76 '<(DEPTH)/resources/far8_stereo.pcm',
77 '<(DEPTH)/resources/foremanColorEnhanced_cif_short.yuv',
78 '<(DEPTH)/resources/foreman_cif.yuv',
79 '<(DEPTH)/resources/foreman_cif_short.yuv',
80 '<(DEPTH)/resources/near16_stereo.pcm',
81 '<(DEPTH)/resources/near32_stereo.pcm',
82 '<(DEPTH)/resources/near44_stereo.pcm',
83 '<(DEPTH)/resources/near48_stereo.pcm',
84 '<(DEPTH)/resources/near8_stereo.pcm',
85 '<(DEPTH)/resources/ref03.aecdump',
86 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin',
87 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin',
88 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin',
89 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin',
90 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin',
91 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin',
92 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin',
93 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin',
94 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin',
95 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin',
96 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin',
97 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin',
98 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin',
99 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin',
100 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin',
101 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin',
102 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin',
103 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin',
104 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin',
105 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin',
106 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin',
107 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin',
108 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin',
109 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin',
110 '<(DEPTH)/resources/short_mixed_mono_48.dat',
111 '<(DEPTH)/resources/short_mixed_mono_48.pcm',
112 '<(DEPTH)/resources/short_mixed_stereo_48.dat',
113 '<(DEPTH)/resources/short_mixed_stereo_48.pcm',
114 '<(DEPTH)/resources/sprint-downlink.rx',
115 '<(DEPTH)/resources/sprint-uplink.rx',
116 '<(DEPTH)/resources/synthetic-trace.rx',
117 '<(DEPTH)/resources/tmobile-downlink.rx',
118 '<(DEPTH)/resources/tmobile-uplink.rx',
119 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav',
120 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav',
121 '<(DEPTH)/resources/verizon3g-downlink.rx',
122 '<(DEPTH)/resources/verizon3g-uplink.rx',
123 '<(DEPTH)/resources/verizon4g-downlink.rx',
124 '<(DEPTH)/resources/verizon4g-uplink.rx',
125 '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap',
126 '<(DEPTH)/resources/video_coding/frame-loopback.pcap',
127 '<(DEPTH)/resources/video_coding/pltype103.rtp',
128 '<(DEPTH)/resources/video_coding/ssrcs-2.pcap',
129 '<(DEPTH)/resources/video_coding/ssrcs-3.pcap',
kjellander@webrtc.org52bb5212014-11-13 08:35:05 +0000130 ],
131 },
132 }],
Henrik Kjellander9589e2a2015-10-22 06:48:21 +0200133 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==0', {
kjellander@webrtc.org52bb5212014-11-13 08:35:05 +0000134 'variables': {
135 'command': [
136 '<(DEPTH)/testing/test_env.py',
137 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
138 ],
139 'files': [
140 '<(DEPTH)/DEPS',
kjellander@webrtc.orga1bfc502014-06-13 09:02:15 +0000141 '<(DEPTH)/testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000142 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
143 ],
144 },
145 }],
Henrik Kjellander9589e2a2015-10-22 06:48:21 +0200146 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==1', {
147 'variables': {
148 'command': [
149 '<(DEPTH)/testing/xvfb.py',
150 '<(PRODUCT_DIR)',
151 '<(DEPTH)/testing/test_env.py',
152 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
153 ],
154 'files': [
155 '<(DEPTH)/DEPS',
156 '<(DEPTH)/testing/test_env.py',
157 '<(DEPTH)/testing/xvfb.py',
158 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
159 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
160 ],
161 },
162 }],
henrike@webrtc.orge80a9342013-07-08 21:19:57 +0000163 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +0000164}