blob: 06f8a2dd086e4d83052b6e8206ed563e9aa11b52 [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 ],
18 },
19 }],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000020 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': {
22 'command': [
23 '../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000024 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
25 ],
26 'isolate_dependency_tracked': [
kjellander@webrtc.org33654222013-08-22 07:57:00 +000027 '../../DEPS',
kjellander@webrtc.org7a36cb42013-11-05 14:28:57 +000028 '../../data/audio_processing/output_data_float.pb',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000029 '../../data/voice_engine/audio_tiny48.wav',
stefan@webrtc.org99a8c7e2014-01-24 10:00:27 +000030 '../../resources/att-downlink.rx',
31 '../../resources/att-uplink.rx',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000032 '../../resources/audio_coding/neteq4_network_stats.dat',
33 '../../resources/audio_coding/neteq4_rtcp_stats.dat',
34 '../../resources/audio_coding/neteq4_universal_ref.pcm',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000035 '../../resources/audio_coding/neteq_network_stats.dat',
36 '../../resources/audio_coding/neteq_rtcp_stats.dat',
37 '../../resources/audio_coding/neteq_universal_new.rtp',
38 '../../resources/audio_coding/neteq_universal_ref.pcm',
39 '../../resources/audio_coding/testfile32kHz.pcm',
40 '../../resources/deflicker_before_cif_short.yuv',
41 '../../resources/far16_stereo.pcm',
42 '../../resources/far32_stereo.pcm',
43 '../../resources/far8_stereo.pcm',
44 '../../resources/foremanColorEnhanced_cif_short.yuv',
45 '../../resources/foreman_cif.yuv',
46 '../../resources/foreman_cif_short.yuv',
47 '../../resources/near16_stereo.pcm',
48 '../../resources/near32_stereo.pcm',
49 '../../resources/near8_stereo.pcm',
andrew@webrtc.orga8b97372014-03-10 22:26:12 +000050 '../../resources/ref03.aecdump',
solenberg@webrtc.org812dd112013-12-03 15:11:14 +000051 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin',
52 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin',
53 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin',
54 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin',
55 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin',
56 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin',
57 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin',
58 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin',
59 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin',
60 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin',
61 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin',
62 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin',
63 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin',
64 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin',
65 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin',
66 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin',
67 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin',
68 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin',
69 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin',
70 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin',
71 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin',
72 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin',
73 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin',
74 '../../resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin',
stefan@webrtc.org99a8c7e2014-01-24 10:00:27 +000075 '../../resources/sprint-downlink.rx',
76 '../../resources/sprint-uplink.rx',
77 '../../resources/synthetic-trace.rx',
78 '../../resources/tmobile-downlink.rx',
79 '../../resources/tmobile-uplink.rx',
80 '../../resources/verizon3g-downlink.rx',
81 '../../resources/verizon3g-uplink.rx',
82 '../../resources/verizon4g-downlink.rx',
83 '../../resources/verizon4g-uplink.rx',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000084 '../../resources/video_coding/frame-ethernet-ii.pcap',
85 '../../resources/video_coding/frame-loopback.pcap',
86 '../../resources/video_coding/pltype103.rtp',
87 '../../resources/video_coding/ssrcs-2.pcap',
88 '../../resources/video_coding/ssrcs-3.pcap',
89 '../../testing/test_env.py',
kjellander@webrtc.org33654222013-08-22 07:57:00 +000090 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)',
91 ],
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000092 'isolate_dependency_untracked': [
kjellander@webrtc.orgf9bdbe32013-12-11 13:37:12 +000093 '../../tools/swarming_client/',
kjellander@webrtc.org3f9288f2013-10-04 18:20:38 +000094 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000095 },
96 }],
henrike@webrtc.orge80a9342013-07-08 21:19:57 +000097 ],
kjellander@webrtc.org33654222013-08-22 07:57:00 +000098}