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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_0_TOF.bin', | 107 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_0_TOF.bin', |
108 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_AST.bin', | 108 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_AST.bin', |
109 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_TOF.bin', | 109 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyChoke_1_TOF.bin', |
110 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_AST.bin', | 110 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_AST.bin', |
111 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_TOF.bin', | 111 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyDelay_0_TOF.bin', |
112 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_AST.bin', | 112 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_AST.bin', |
113 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_TOF.bin', | 113 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
SteadyLoss_0_TOF.bin', |
114 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_AST.bin', | 114 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_AST.bin', |
115 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_TOF.bin', | 115 '<(DEPTH)/resources/remote_bitrate_estimator/VideoSendersTest_BweTest_
UnlimitedSpeed_0_TOF.bin', |
116 '<(DEPTH)/resources/short_mixed_mono_48.dat', | 116 '<(DEPTH)/resources/short_mixed_mono_48.dat', |
| 117 '<(DEPTH)/resources/short_mixed_mono_48_arm.dat', |
117 '<(DEPTH)/resources/short_mixed_mono_48.pcm', | 118 '<(DEPTH)/resources/short_mixed_mono_48.pcm', |
118 '<(DEPTH)/resources/short_mixed_stereo_48.dat', | 119 '<(DEPTH)/resources/short_mixed_stereo_48.dat', |
119 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', | 120 '<(DEPTH)/resources/short_mixed_stereo_48.pcm', |
120 '<(DEPTH)/resources/sprint-downlink.rx', | 121 '<(DEPTH)/resources/sprint-downlink.rx', |
121 '<(DEPTH)/resources/sprint-uplink.rx', | 122 '<(DEPTH)/resources/sprint-uplink.rx', |
122 '<(DEPTH)/resources/synthetic-trace.rx', | 123 '<(DEPTH)/resources/synthetic-trace.rx', |
123 '<(DEPTH)/resources/tmobile-downlink.rx', | 124 '<(DEPTH)/resources/tmobile-downlink.rx', |
124 '<(DEPTH)/resources/tmobile-uplink.rx', | 125 '<(DEPTH)/resources/tmobile-uplink.rx', |
125 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', | 126 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', |
126 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', | 127 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 '<(DEPTH)/DEPS', | 162 '<(DEPTH)/DEPS', |
162 '<(DEPTH)/testing/test_env.py', | 163 '<(DEPTH)/testing/test_env.py', |
163 '<(DEPTH)/testing/xvfb.py', | 164 '<(DEPTH)/testing/xvfb.py', |
164 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 165 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
165 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 166 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
166 ], | 167 ], |
167 }, | 168 }, |
168 }], | 169 }], |
169 ], | 170 ], |
170 } | 171 } |
OLD | NEW |