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