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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1063453004: Copy Widevine files for swarming tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'conditions': [ 5 'conditions': [
6 ['use_x11==0', { 6 ['use_x11==0', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/test_env.py', 9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
(...skipping 20 matching lines...) Expand all
31 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 31 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
32 ], 32 ],
33 }, 33 },
34 }], 34 }],
35 ['OS=="linux"', { 35 ['OS=="linux"', {
36 'variables': { 36 'variables': {
37 'files': [ 37 'files': [
38 '<(PRODUCT_DIR)/libclearkeycdm.so', 38 '<(PRODUCT_DIR)/libclearkeycdm.so',
39 '<(PRODUCT_DIR)/libclearkeycdmadapter.so', 39 '<(PRODUCT_DIR)/libclearkeycdmadapter.so',
40 '<(PRODUCT_DIR)/libppapi_tests.so', 40 '<(PRODUCT_DIR)/libppapi_tests.so',
41 '<(PRODUCT_DIR)/libwidevinecdm.so',
42 '<(PRODUCT_DIR)/libwidevinecdmadapter.so',
41 ], 43 ],
42 }, 44 },
43 }], 45 }],
44 ['OS=="linux" and libpeer_target_type=="loadable_module"', { 46 ['OS=="linux" and libpeer_target_type=="loadable_module"', {
45 'variables': { 47 'variables': {
46 'files': [ 48 'files': [
47 '<(PRODUCT_DIR)/lib/libpeerconnection.so', 49 '<(PRODUCT_DIR)/lib/libpeerconnection.so',
48 ], 50 ],
49 }, 51 },
50 }], 52 }],
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe', 170 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe',
169 ], 171 ],
170 }, 172 },
171 }], 173 }],
172 ['OS=="mac"', { 174 ['OS=="mac"', {
173 'variables': { 175 'variables': {
174 'files': [ 176 'files': [
175 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', 177 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
176 '<(PRODUCT_DIR)/content_shell.pak', 178 '<(PRODUCT_DIR)/content_shell.pak',
177 '<(PRODUCT_DIR)/libclearkeycdm.dylib', 179 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
180 '<(PRODUCT_DIR)/libwidevinecdm.dylib',
178 '<(PRODUCT_DIR)/osmesa.so', 181 '<(PRODUCT_DIR)/osmesa.so',
179 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', 182 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/',
180 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', 183 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/',
181 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 184 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
185 '<(PRODUCT_DIR)/widevinecdmadapter.plugin',
Nico 2015/04/07 20:13:58 add trailing /
jrummell 2015/04/07 20:26:01 Done. Does clearkey above need it too?
Nico 2015/04/07 20:36:33 I don't think it's strictly needed, but it's nicer
182 ], 186 ],
183 }, 187 },
184 }], 188 }],
185 ['OS=="win"', { 189 ['OS=="win"', {
186 'variables': { 190 'variables': {
187 'files': [ 191 'files': [
188 '../native_client/build/build_nexe.py', 192 '../native_client/build/build_nexe.py',
189 '<(PRODUCT_DIR)/chrome_elf.dll', 193 '<(PRODUCT_DIR)/chrome_elf.dll',
190 '<(PRODUCT_DIR)/clearkeycdm.dll', 194 '<(PRODUCT_DIR)/clearkeycdm.dll',
191 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', 195 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
192 '<(PRODUCT_DIR)/plugins/', 196 '<(PRODUCT_DIR)/plugins/',
193 '<(PRODUCT_DIR)/ppapi_tests.dll', 197 '<(PRODUCT_DIR)/ppapi_tests.dll',
198 '<(PRODUCT_DIR)/widevinecdm.dll',
199 '<(PRODUCT_DIR)/widevinecdmadapter.dll',
194 'tools/build/repack_locales.py', 200 'tools/build/repack_locales.py',
195 ], 201 ],
196 }, 202 },
197 }], 203 }],
198 ['OS=="win" and target_arch=="ia32"', { 204 ['OS=="win" and target_arch=="ia32"', {
199 'variables': { 205 'variables': {
200 'files': [ 206 'files': [
201 '<(PRODUCT_DIR)/wow_helper.exe', 207 '<(PRODUCT_DIR)/wow_helper.exe',
202 ], 208 ],
203 }, 209 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'browser/chromeos/login/test/https_forwarder.py', 244 'browser/chromeos/login/test/https_forwarder.py',
239 ], 245 ],
240 }, 246 },
241 }], 247 }],
242 ], 248 ],
243 'includes': [ 249 'includes': [
244 '../base/base.isolate', 250 '../base/base.isolate',
245 'chrome.isolate', 251 'chrome.isolate',
246 ], 252 ],
247 } 253 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698