Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: webrtc/modules/modules_unittests.isolate

Issue 1415603005: Update isolate files for swarming tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « talk/libjingle_media_unittest.isolate ('k') | webrtc/test/test.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « talk/libjingle_media_unittest.isolate ('k') | webrtc/test/test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698