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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1989893004: media: Use platform specific folders for CDMs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: specify both paths in chrome.release Created 4 years, 7 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
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 ['disable_nacl==0 and OS=="linux" and (target_arch=="x64" or target_arch=="i a32")', { 176 ['disable_nacl==0 and OS=="linux" and (target_arch=="x64" or target_arch=="i a32")', {
177 'variables': { 177 'variables': {
178 'files': [ 178 'files': [
179 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe', 179 '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe',
180 ], 180 ],
181 }, 181 },
182 }], 182 }],
183 ['OS=="mac"', { 183 ['OS=="mac"', {
184 'variables': { 184 'variables': {
185 'files': [ 185 'files': [
186 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
187 '<(PRODUCT_DIR)/content_shell.pak', 186 '<(PRODUCT_DIR)/content_shell.pak',
188 '<(PRODUCT_DIR)/libclearkeycdm.dylib',
189 '<(PRODUCT_DIR)/osmesa.so', 187 '<(PRODUCT_DIR)/osmesa.so',
190 '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_sa ver_test_plugin', 188 '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_sa ver_test_plugin',
191 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 189 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
192 ], 190 ],
193 }, 191 },
194 }], 192 }],
195 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', { 193 # We don't support ia32 target for mac. Still check arch for completeness.
194 ['OS=="mac" and target_arch=="x64"', {
196 'variables': { 195 'variables': {
197 'files': [ 196 'files': [
198 '<(PRODUCT_DIR)/libwidevinecdm.dylib', 197 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/clearkeycdmadap ter.plugin',
199 '<(PRODUCT_DIR)/widevinecdmadapter.plugin', 198 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/libclearkeycdm. dylib',
200 ], 199 ],
201 }, 200 },
202 }], 201 }],
202 ['OS=="mac" and target_arch=="x64" and branding=="Chrome" and enable_pepper_ cdms==1', {
203 'variables': {
204 'files': [
205 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/libwidevinecdm. dylib',
206 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/widevinecdmadap ter.plugin',
207 ],
208 },
209 }],
203 ['OS=="win"', { 210 ['OS=="win"', {
204 'variables': { 211 'variables': {
205 'files': [ 212 'files': [
206 '../native_client/build/build_nexe.py', 213 '../native_client/build/build_nexe.py',
207 '<(PRODUCT_DIR)/chrome_elf.dll', 214 '<(PRODUCT_DIR)/chrome_elf.dll',
208 '<(PRODUCT_DIR)/clearkeycdm.dll',
209 '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
210 '<(PRODUCT_DIR)/crashpad_handler.exe', 215 '<(PRODUCT_DIR)/crashpad_handler.exe',
211 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', 216 '<(PRODUCT_DIR)/power_saver_test_plugin.dll',
212 '<(PRODUCT_DIR)/ppapi_tests.dll', 217 '<(PRODUCT_DIR)/ppapi_tests.dll',
213 'tools/build/repack_locales.py', 218 'tools/build/repack_locales.py',
214 ], 219 ],
215 }, 220 },
216 }], 221 }],
217 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { 222 ['OS=="win" and target_arch=="ia32"', {
218 'variables': { 223 'variables': {
219 'files': [ 224 'files': [
220 '<(PRODUCT_DIR)/widevinecdm.dll', 225 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdm.dll ',
221 '<(PRODUCT_DIR)/widevinecdmadapter.dll', 226 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdmadap ter.dll',
222 ], 227 ],
223 }, 228 },
224 }], 229 }],
230 ['OS=="win" and target_arch=="x64"', {
231 'variables': {
232 'files': [
233 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x64/clearkeycdm.dll ',
234 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x64/clearkeycdmadap ter.dll',
235 ],
236 },
237 }],
238 ['OS=="win" and target_arch=="ia32" and branding=="Chrome" and enable_pepper _cdms==1', {
239 'variables': {
240 'files': [
241 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/clearkeycdm.dll ',
242 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/clearkeycdmadap ter.dll',
243 ],
244 },
245 }],
246 ['OS=="win" and target_arch=="x64" and branding=="Chrome" and enable_pepper_ cdms==1', {
247 'variables': {
248 'files': [
249 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/clearkeycdm.dll ',
250 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/clearkeycdmadap ter.dll',
251 ],
252 },
253 }],
225 ['OS=="win" and target_arch=="ia32"', { 254 ['OS=="win" and target_arch=="ia32"', {
226 'variables': { 255 'variables': {
227 'files': [ 256 'files': [
228 '<(PRODUCT_DIR)/wow_helper.exe', 257 '<(PRODUCT_DIR)/wow_helper.exe',
229 ], 258 ],
230 }, 259 },
231 }], 260 }],
232 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { 261 ['OS=="win" and (fastbuild==0 or fastbuild==1)', {
233 'variables': { 262 'variables': {
234 'files': [ 263 'files': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'browser/chromeos/login/test/https_forwarder.py', 295 'browser/chromeos/login/test/https_forwarder.py',
267 ], 296 ],
268 }, 297 },
269 }], 298 }],
270 ], 299 ],
271 'includes': [ 300 'includes': [
272 '../base/base.isolate', 301 '../base/base.isolate',
273 'chrome.isolate', 302 'chrome.isolate',
274 ], 303 ],
275 } 304 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698