OLD | NEW |
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 Loading... |
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 ['OS=="mac" and target_arch=="ia32"', { |
196 'variables': { | 194 'variables': { |
197 'files': [ | 195 'files': [ |
198 '<(PRODUCT_DIR)/libwidevinecdm.dylib', | 196 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x86/clearkeycdmadap
ter.plugin', |
199 '<(PRODUCT_DIR)/widevinecdmadapter.plugin', | 197 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x86/libclearkeycdm.
dylib', |
200 ], | 198 ], |
201 }, | 199 }, |
202 }], | 200 }], |
| 201 ['OS=="mac" and target_arch=="x64"', { |
| 202 'variables': { |
| 203 'files': [ |
| 204 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/clearkeycdmadap
ter.plugin', |
| 205 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/libclearkeycdm.
dylib', |
| 206 ], |
| 207 }, |
| 208 }], |
| 209 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1 and target_arch
=="ia32"', { |
| 210 'variables': { |
| 211 'files': [ |
| 212 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x86/libwidevinecdm.
dylib', |
| 213 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x86/widevinecdmadap
ter.plugin', |
| 214 ], |
| 215 }, |
| 216 }], |
| 217 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1 and target_arch
=="x64"', { |
| 218 'variables': { |
| 219 'files': [ |
| 220 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/libwidevinecdm.
dylib', |
| 221 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/mac_x64/widevinecdmadap
ter.plugin', |
| 222 ], |
| 223 }, |
| 224 }], |
203 ['OS=="win"', { | 225 ['OS=="win"', { |
204 'variables': { | 226 'variables': { |
205 'files': [ | 227 'files': [ |
206 '../native_client/build/build_nexe.py', | 228 '../native_client/build/build_nexe.py', |
207 '<(PRODUCT_DIR)/chrome_elf.dll', | 229 '<(PRODUCT_DIR)/chrome_elf.dll', |
208 '<(PRODUCT_DIR)/clearkeycdm.dll', | |
209 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', | |
210 '<(PRODUCT_DIR)/crashpad_handler.exe', | 230 '<(PRODUCT_DIR)/crashpad_handler.exe', |
211 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', | 231 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', |
212 '<(PRODUCT_DIR)/ppapi_tests.dll', | 232 '<(PRODUCT_DIR)/ppapi_tests.dll', |
213 'tools/build/repack_locales.py', | 233 'tools/build/repack_locales.py', |
214 ], | 234 ], |
215 }, | 235 }, |
216 }], | 236 }], |
217 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { | 237 ['OS=="win" and target_arch=="ia32"', { |
218 'variables': { | 238 'variables': { |
219 'files': [ | 239 'files': [ |
220 '<(PRODUCT_DIR)/widevinecdm.dll', | 240 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdm.dll
', |
221 '<(PRODUCT_DIR)/widevinecdmadapter.dll', | 241 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdmadap
ter.dll', |
222 ], | 242 ], |
223 }, | 243 }, |
224 }], | 244 }], |
| 245 ['OS=="win" and target_arch=="x64"', { |
| 246 'variables': { |
| 247 'files': [ |
| 248 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x64/clearkeycdm.dll
', |
| 249 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x64/clearkeycdmadap
ter.dll', |
| 250 ], |
| 251 }, |
| 252 }], |
| 253 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1 and target_arch
=="ia32"', { |
| 254 'variables': { |
| 255 'files': [ |
| 256 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/clearkeycdm.dll
', |
| 257 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x86/clearkeycdmadap
ter.dll', |
| 258 ], |
| 259 }, |
| 260 }], |
| 261 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1 and target_arch
=="x64"', { |
| 262 'variables': { |
| 263 'files': [ |
| 264 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/clearkeycdm.dll
', |
| 265 '<(PRODUCT_DIR)/WidevineCdm/_platform_specific/win_x64/clearkeycdmadap
ter.dll', |
| 266 ], |
| 267 }, |
| 268 }], |
225 ['OS=="win" and target_arch=="ia32"', { | 269 ['OS=="win" and target_arch=="ia32"', { |
226 'variables': { | 270 'variables': { |
227 'files': [ | 271 'files': [ |
228 '<(PRODUCT_DIR)/wow_helper.exe', | 272 '<(PRODUCT_DIR)/wow_helper.exe', |
229 ], | 273 ], |
230 }, | 274 }, |
231 }], | 275 }], |
232 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { | 276 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { |
233 'variables': { | 277 'variables': { |
234 'files': [ | 278 'files': [ |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 'browser/chromeos/login/test/https_forwarder.py', | 310 'browser/chromeos/login/test/https_forwarder.py', |
267 ], | 311 ], |
268 }, | 312 }, |
269 }], | 313 }], |
270 ], | 314 ], |
271 'includes': [ | 315 'includes': [ |
272 '../base/base.isolate', | 316 '../base/base.isolate', |
273 'chrome.isolate', | 317 'chrome.isolate', |
274 ], | 318 ], |
275 } | 319 } |
OLD | NEW |