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 23 matching lines...) Expand all Loading... |
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 ], | 41 ], |
42 }, | 42 }, |
43 }], | 43 }], |
| 44 ['OS=="linux" and branding=="Chrome" and enable_pepper_cdms==1', { |
| 45 'variables': { |
| 46 'files': [ |
| 47 '<(PRODUCT_DIR)/libwidevinecdm.so', |
| 48 '<(PRODUCT_DIR)/libwidevinecdmadapter.so', |
| 49 ], |
| 50 }, |
| 51 }], |
44 ['OS=="linux" and libpeer_target_type=="loadable_module"', { | 52 ['OS=="linux" and libpeer_target_type=="loadable_module"', { |
45 'variables': { | 53 'variables': { |
46 'files': [ | 54 'files': [ |
47 '<(PRODUCT_DIR)/lib/libpeerconnection.so', | 55 '<(PRODUCT_DIR)/lib/libpeerconnection.so', |
48 ], | 56 ], |
49 }, | 57 }, |
50 }], | 58 }], |
51 ['OS=="linux" or OS=="mac" or OS=="win"', { | 59 ['OS=="linux" or OS=="mac" or OS=="win"', { |
52 'variables': { | 60 'variables': { |
53 'files': [ | 61 'files': [ |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', | 183 '<(PRODUCT_DIR)/clearkeycdmadapter.plugin', |
176 '<(PRODUCT_DIR)/content_shell.pak', | 184 '<(PRODUCT_DIR)/content_shell.pak', |
177 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 185 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
178 '<(PRODUCT_DIR)/osmesa.so', | 186 '<(PRODUCT_DIR)/osmesa.so', |
179 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', | 187 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', |
180 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', | 188 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', |
181 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 189 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
182 ], | 190 ], |
183 }, | 191 }, |
184 }], | 192 }], |
| 193 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', { |
| 194 'variables': { |
| 195 'files': [ |
| 196 '<(PRODUCT_DIR)/libwidevinecdm.dylib', |
| 197 '<(PRODUCT_DIR)/widevinecdmadapter.plugin', |
| 198 ], |
| 199 }, |
| 200 }], |
185 ['OS=="win"', { | 201 ['OS=="win"', { |
186 'variables': { | 202 'variables': { |
187 'files': [ | 203 'files': [ |
188 '../native_client/build/build_nexe.py', | 204 '../native_client/build/build_nexe.py', |
189 '<(PRODUCT_DIR)/chrome_elf.dll', | 205 '<(PRODUCT_DIR)/chrome_elf.dll', |
190 '<(PRODUCT_DIR)/clearkeycdm.dll', | 206 '<(PRODUCT_DIR)/clearkeycdm.dll', |
191 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', | 207 '<(PRODUCT_DIR)/clearkeycdmadapter.dll', |
192 '<(PRODUCT_DIR)/plugins/', | 208 '<(PRODUCT_DIR)/plugins/', |
193 '<(PRODUCT_DIR)/ppapi_tests.dll', | 209 '<(PRODUCT_DIR)/ppapi_tests.dll', |
194 'tools/build/repack_locales.py', | 210 'tools/build/repack_locales.py', |
195 ], | 211 ], |
196 }, | 212 }, |
197 }], | 213 }], |
| 214 ['OS=="win" and branding=="Chrome" and enable_pepper_cdms==1', { |
| 215 'variables': { |
| 216 'files': [ |
| 217 '<(PRODUCT_DIR)/widevinecdm.dll', |
| 218 '<(PRODUCT_DIR)/widevinecdmadapter.dll', |
| 219 ], |
| 220 }, |
| 221 }], |
198 ['OS=="win" and target_arch=="ia32"', { | 222 ['OS=="win" and target_arch=="ia32"', { |
199 'variables': { | 223 'variables': { |
200 'files': [ | 224 'files': [ |
201 '<(PRODUCT_DIR)/wow_helper.exe', | 225 '<(PRODUCT_DIR)/wow_helper.exe', |
202 ], | 226 ], |
203 }, | 227 }, |
204 }], | 228 }], |
205 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { | 229 ['OS=="win" and (fastbuild==0 or fastbuild==1)', { |
206 'variables': { | 230 'variables': { |
207 'files': [ | 231 'files': [ |
(...skipping 30 matching lines...) Expand all Loading... |
238 'browser/chromeos/login/test/https_forwarder.py', | 262 'browser/chromeos/login/test/https_forwarder.py', |
239 ], | 263 ], |
240 }, | 264 }, |
241 }], | 265 }], |
242 ], | 266 ], |
243 'includes': [ | 267 'includes': [ |
244 '../base/base.isolate', | 268 '../base/base.isolate', |
245 'chrome.isolate', | 269 'chrome.isolate', |
246 ], | 270 ], |
247 } | 271 } |
OLD | NEW |