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', |
186 '<(PRODUCT_DIR)/content_shell.pak', | 187 '<(PRODUCT_DIR)/content_shell.pak', |
| 188 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
187 '<(PRODUCT_DIR)/osmesa.so', | 189 '<(PRODUCT_DIR)/osmesa.so', |
188 '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_sa
ver_test_plugin', | 190 '<(PRODUCT_DIR)/power_saver_test_plugin.plugin/Contents/MacOS/power_sa
ver_test_plugin', |
189 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 191 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
190 ], | 192 ], |
191 }, | 193 }, |
192 }], | 194 }], |
193 # We don't support ia32 target for mac. Still check arch for completeness. | 195 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', { |
194 ['OS=="mac" and target_arch=="x64"', { | |
195 'variables': { | 196 'variables': { |
196 'files': [ | 197 'files': [ |
197 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/clearkeycdmadap
ter.plugin', | 198 '<(PRODUCT_DIR)/libwidevinecdm.dylib', |
198 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/mac_x64/libclearkeycdm.
dylib', | 199 '<(PRODUCT_DIR)/widevinecdmadapter.plugin', |
199 ], | 200 ], |
200 }, | 201 }, |
201 }], | 202 }], |
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 }], | |
210 ['OS=="win"', { | 203 ['OS=="win"', { |
211 'variables': { | 204 'variables': { |
212 'files': [ | 205 'files': [ |
213 '../native_client/build/build_nexe.py', | 206 '../native_client/build/build_nexe.py', |
214 '<(PRODUCT_DIR)/chrome_elf.dll', | 207 '<(PRODUCT_DIR)/chrome_elf.dll', |
| 208 '<(PRODUCT_DIR)/clearkeycdm.dll', |
| 209 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', |
215 '<(PRODUCT_DIR)/crashpad_handler.exe', | 210 '<(PRODUCT_DIR)/crashpad_handler.exe', |
216 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', | 211 '<(PRODUCT_DIR)/power_saver_test_plugin.dll', |
217 '<(PRODUCT_DIR)/ppapi_tests.dll', | 212 '<(PRODUCT_DIR)/ppapi_tests.dll', |
218 'tools/build/repack_locales.py', | 213 'tools/build/repack_locales.py', |
219 ], | 214 ], |
220 }, | 215 }, |
221 }], | 216 }], |
222 ['OS=="win" and target_arch=="ia32"', { | 217 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { |
223 'variables': { | 218 'variables': { |
224 'files': [ | 219 'files': [ |
225 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdm.dll
', | 220 '<(PRODUCT_DIR)/widevinecdm.dll', |
226 '<(PRODUCT_DIR)/ClearKeyCdm/_platform_specific/win_x86/clearkeycdmadap
ter.dll', | 221 '<(PRODUCT_DIR)/widevinecdmadapter.dll', |
227 ], | 222 ], |
228 }, | 223 }, |
229 }], | 224 }], |
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 }], | |
254 ['OS=="win" and target_arch=="ia32"', { | 225 ['OS=="win" and target_arch=="ia32"', { |
255 'variables': { | 226 'variables': { |
256 'files': [ | 227 'files': [ |
257 '<(PRODUCT_DIR)/wow_helper.exe', | 228 '<(PRODUCT_DIR)/wow_helper.exe', |
258 ], | 229 ], |
259 }, | 230 }, |
260 }], | 231 }], |
261 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { | 232 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { |
262 'variables': { | 233 'variables': { |
263 'files': [ | 234 'files': [ |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'browser/chromeos/login/test/https_forwarder.py', | 266 'browser/chromeos/login/test/https_forwarder.py', |
296 ], | 267 ], |
297 }, | 268 }, |
298 }], | 269 }], |
299 ], | 270 ], |
300 'includes': [ | 271 'includes': [ |
301 '../base/base.isolate', | 272 '../base/base.isolate', |
302 'chrome.isolate', | 273 'chrome.isolate', |
303 ], | 274 ], |
304 } | 275 } |
OLD | NEW |