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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 '<(DEPTH)/resources/sprint-uplink.rx', | 122 '<(DEPTH)/resources/sprint-uplink.rx', |
123 '<(DEPTH)/resources/synthetic-trace.rx', | 123 '<(DEPTH)/resources/synthetic-trace.rx', |
124 '<(DEPTH)/resources/tmobile-downlink.rx', | 124 '<(DEPTH)/resources/tmobile-downlink.rx', |
125 '<(DEPTH)/resources/tmobile-uplink.rx', | 125 '<(DEPTH)/resources/tmobile-uplink.rx', |
126 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', | 126 '<(DEPTH)/resources/utility/encapsulated_pcm16b_8khz.wav', |
127 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', | 127 '<(DEPTH)/resources/utility/encapsulated_pcmu_8khz.wav', |
128 '<(DEPTH)/resources/verizon3g-downlink.rx', | 128 '<(DEPTH)/resources/verizon3g-downlink.rx', |
129 '<(DEPTH)/resources/verizon3g-uplink.rx', | 129 '<(DEPTH)/resources/verizon3g-uplink.rx', |
130 '<(DEPTH)/resources/verizon4g-downlink.rx', | 130 '<(DEPTH)/resources/verizon4g-downlink.rx', |
131 '<(DEPTH)/resources/verizon4g-uplink.rx', | 131 '<(DEPTH)/resources/verizon4g-uplink.rx', |
132 '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap', | |
133 '<(DEPTH)/resources/video_coding/frame-loopback.pcap', | |
134 '<(DEPTH)/resources/video_coding/pltype103.rtp', | |
135 '<(DEPTH)/resources/video_coding/ssrcs-2.pcap', | |
136 '<(DEPTH)/resources/video_coding/ssrcs-3.pcap', | |
137 ], | 132 ], |
138 }, | 133 }, |
139 }], | 134 }], |
140 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==0', { | 135 ['(OS=="linux" or OS=="mac" or OS=="win") and use_x11==0', { |
141 'variables': { | 136 'variables': { |
142 'command': [ | 137 'command': [ |
143 '<(DEPTH)/testing/test_env.py', | 138 '<(DEPTH)/testing/test_env.py', |
144 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 139 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
145 ], | 140 ], |
146 'files': [ | 141 'files': [ |
(...skipping 15 matching lines...) Expand all Loading... |
162 '<(DEPTH)/DEPS', | 157 '<(DEPTH)/DEPS', |
163 '<(DEPTH)/testing/test_env.py', | 158 '<(DEPTH)/testing/test_env.py', |
164 '<(DEPTH)/testing/xvfb.py', | 159 '<(DEPTH)/testing/xvfb.py', |
165 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 160 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
166 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | 161 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
167 ], | 162 ], |
168 }, | 163 }, |
169 }], | 164 }], |
170 ], | 165 ], |
171 } | 166 } |
OLD | NEW |