Chromium Code Reviews| 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/verizon4g-downlink.rx', | 122 '<(DEPTH)/resources/verizon4g-downlink.rx', |
| 123 '<(DEPTH)/resources/verizon4g-uplink.rx', | 123 '<(DEPTH)/resources/verizon4g-uplink.rx', |
| 124 '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap', | 124 '<(DEPTH)/resources/video_coding/frame-ethernet-ii.pcap', |
| 125 '<(DEPTH)/resources/video_coding/frame-loopback.pcap', | 125 '<(DEPTH)/resources/video_coding/frame-loopback.pcap', |
| 126 '<(DEPTH)/resources/video_coding/pltype103.rtp', | 126 '<(DEPTH)/resources/video_coding/pltype103.rtp', |
| 127 '<(DEPTH)/resources/video_coding/ssrcs-2.pcap', | 127 '<(DEPTH)/resources/video_coding/ssrcs-2.pcap', |
| 128 '<(DEPTH)/resources/video_coding/ssrcs-3.pcap', | 128 '<(DEPTH)/resources/video_coding/ssrcs-3.pcap', |
| 129 ], | 129 ], |
| 130 }, | 130 }, |
| 131 }], | 131 }], |
| 132 ['OS=="linux" or OS=="mac" or OS=="win"', { | 132 ['use_x11==0', { |
| 133 'variables': { | 133 'variables': { |
| 134 'command': [ | 134 'command': [ |
| 135 '<(DEPTH)/testing/test_env.py', | 135 '<(DEPTH)/testing/test_env.py', |
| 136 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 136 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
| 137 ], | 137 ], |
| 138 'files': [ | 138 'files': [ |
| 139 '<(DEPTH)/DEPS', | 139 '<(DEPTH)/DEPS', |
| 140 '<(DEPTH)/testing/test_env.py', | 140 '<(DEPTH)/testing/test_env.py', |
| 141 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | 141 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', |
| 142 ], | 142 ], |
| 143 }, | 143 }, |
| 144 }], | 144 }], |
| 145 ['use_x11==1', { | |
| 146 'variables': { | |
| 147 'command': [ | |
| 148 '<(DEPTH)/testing/xvfb.py', | |
| 149 '<(PRODUCT_DIR)', | |
|
ghost stip (do not use)
2015/10/21 15:29:18
do you need this line here?
kjellander_webrtc
2015/10/21 15:30:12
Yeah, it wants the build output dir as an argument
| |
| 150 '<(DEPTH)/testing/test_env.py', | |
| 151 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | |
| 152 ], | |
| 153 'files': [ | |
| 154 '<(DEPTH)/DEPS', | |
| 155 '<(DEPTH)/testing/test_env.py', | |
| 156 '<(DEPTH)/testing/xvfb.py', | |
| 157 '<(PRODUCT_DIR)/modules_unittests<(EXECUTABLE_SUFFIX)', | |
| 158 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', | |
| 159 ], | |
| 160 }, | |
| 161 }], | |
| 145 ], | 162 ], |
| 146 } | 163 } |
| OLD | NEW |