1 # 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': [ 13 '<(DEPTH)/data/', 14 '<(DEPTH)/resources/', 15 ], 16 'isolate_dependency_tracked': [ 17 '<(DEPTH)/resources/short_mixed_mono_48.dat', 18 '<(DEPTH)/resources/short_mixed_mono_48.pcm', 19 '<(DEPTH)/resources/short_mixed_stereo_48.dat', 20 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', 21 ], 22 }, 23 }], 24 ['OS=="linux" or OS=="mac" or OS=="win"', { 25 'variables': { 26 'command': [ 27 '<(DEPTH)/testing/test_env.py', 28 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', 29 ], 30 'isolate_dependency_tracked': [ 31 '<(DEPTH)/DEPS', 32 '<(DEPTH)/data/audio_processing/output_data_float.pb', 33 '<(DEPTH)/data/voice_engine/audio_tiny48.wav', 34 '<(DEPTH)/resources/att-downlink.rx', 35 '<(DEPTH)/resources/att-uplink.rx', 36 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', 37 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat', 38 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm', 39 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm', 40 '<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm', 41 '<(DEPTH)/resources/audio_coding/neteq_network_stats.dat', 42 '<(DEPTH)/resources/audio_coding/neteq_rtcp_stats.dat', 43 '<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp', 44 '<(DEPTH)/resources/audio_coding/neteq_universal_ref.pcm', 45 '<(DEPTH)/resources/audio_coding/testfile32kHz.pcm', 46 '<(DEPTH)/resources/deflicker_before_cif_short.yuv', 47 '<(DEPTH)/resources/far16_stereo.pcm', 48 '<(DEPTH)/resources/far32_stereo.pcm', 49 '<(DEPTH)/resources/far44_stereo.pcm', 50 '<(DEPTH)/resources/far48_stereo.pcm', 51 '<(DEPTH)/resources/far8_stereo.pcm', 52 '<(DEPTH)/resources/foremanColorEnhanced_cif_short.yuv', 53 '<(DEPTH)/resources/foreman_cif.yuv', 54 '<(DEPTH)/resources/foreman_cif_short.yuv', 55 '<(DEPTH)/resources/near16_stereo.pcm', 56 '<(DEPTH)/resources/near32_stereo.pcm', 57 '<(DEPTH)/resources/near44_stereo.pcm', 58 '<(DEPTH)/resources/near48_stereo.pcm', 59 '<(DEPTH)/resources/near8_stereo.pcm', 60 '<(DEPTH)/resources/ref03.aecdump', 61 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_AST.bin', 62 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_0_TOF.bin', 63 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_AST.bin', 64 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke1_1_TOF.bin', 65 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_AST.bin', 66 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_0_TOF.bin', 67 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_AST.bin', 68 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingChoke2_1_TOF.bin', 69 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_AST.bin', 70 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingDelay1_0_TOF.bin', 71 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_AST.bin', 72 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_IncreasingLoss1_0_TOF.bin', 73 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_AST.bin', 74 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_Multi1_1_TOF.bin', 75 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_AST.bin', 76 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_0_TOF.bin', 77 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_AST.bin', 78 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyChoke_1_TOF.bin', 79 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_AST.bin', 80 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyDelay_0_TOF.bin', 81 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_AST.bin', 82 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_SteadyLoss_0_TOF.bin', 83 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_AST.bin', 84 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_UnlimitedSpeed_0_TOF.bin', 85 '<(DEPTH)/resources/short_mixed_mono_48.dat', 86 '<(DEPTH)/resources/short_mixed_mono_48.pcm', 87 '<(DEPTH)/resources/short_mixed_stereo_48.dat', 88 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', 89 '<(DEPTH)/resources/sprint-downlink.rx', 90 '<(DEPTH)/resources/sprint-uplink.rx', 91 '<(DEPTH)/resources/synthetic-trace.rx', 92 '<(DEPTH)/resources/tmobile-downlink.rx', 93 '<(DEPTH)/resources/tmobile-uplink.rx', 94 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', 95 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', 96 '<(DEPTH)/resources/verizon3g-downlink.rx', 97 '<(DEPTH)/resources/verizon3g-uplink.rx', 98 '<(DEPTH)/resources/verizon4g-downlink.rx', 99 '<(DEPTH)/resources/verizon4g-uplink.rx', 100 '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap', 101 '<(DEPTH)/resources/video_coding/frame-loopback.pcap', 102 '<(DEPTH)/resources/video_coding/pltype103.rtp', 103 '<(DEPTH)/resources/video_coding/ssrcs-2.pcap', 104 '<(DEPTH)/resources/video_coding/ssrcs-3.pcap', 105 '<(DEPTH)/testing/test_env.py', 106 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', 107 ], 108 'isolate_dependency_untracked': [ 109 '<(DEPTH)/tools/swarming_client/', 110 ], 111 }, 112 }], 113 ], 114 } 115