OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 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 | 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 | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 { | 8 { |
9 'conditions': [ | 9 'conditions': [ |
10 ['OS=="android"', { | 10 ['OS=="android"', { |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_0_TOF.bin', | 98 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_0_TOF.bin', |
99 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_AST.bin', | 99 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_AST.bin', |
100 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_TOF.bin', | 100 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_TOF.bin', |
101 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_AST.bin', | 101 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_AST.bin', |
102 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_TOF.bin', | 102 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_TOF.bin', |
103 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_AST.bin', | 103 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_AST.bin', |
104 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_TOF.bin', | 104 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_TOF.bin', |
105 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_AST.bin', | 105 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_AST.bin', |
106 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_TOF.bin', | 106 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_TOF.bin', |
107 '<(DEPTH)/resources/short_mixed_mono_48.dat', | 107 '<(DEPTH)/resources/short_mixed_mono_48.dat', |
| 108 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat', |
108 '<(DEPTH)/resources/short_mixed_mono_48.pcm', | 109 '<(DEPTH)/resources/short_mixed_mono_48.pcm', |
109 '<(DEPTH)/resources/short_mixed_stereo_48.dat', | 110 '<(DEPTH)/resources/short_mixed_stereo_48.dat', |
110 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', | 111 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', |
111 '<(DEPTH)/resources/sprint-downlink.rx', | 112 '<(DEPTH)/resources/sprint-downlink.rx', |
112 '<(DEPTH)/resources/sprint-uplink.rx', | 113 '<(DEPTH)/resources/sprint-uplink.rx', |
113 '<(DEPTH)/resources/synthetic-trace.rx', | 114 '<(DEPTH)/resources/synthetic-trace.rx', |
114 '<(DEPTH)/resources/tmobile-downlink.rx', | 115 '<(DEPTH)/resources/tmobile-downlink.rx', |
115 '<(DEPTH)/resources/tmobile-uplink.rx', | 116 '<(DEPTH)/resources/tmobile-uplink.rx', |
116 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', | 117 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', |
117 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', | 118 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 '<(DEPTH)/DEPS', | 153 '<(DEPTH)/DEPS', |
153 '<(DEPTH)/testing/test_env.py', | 154 '<(DEPTH)/testing/test_env.py', |
154 '<(DEPTH)/testing/xvfb.py', | 155 '<(DEPTH)/testing/xvfb.py', |
155 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 156 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
156 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 157 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
157 ], | 158 ], |
158 }, | 159 }, |
159 }], | 160 }], |
160 ], | 161 ], |
161 } | 162 } |
OLD | NEW |