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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 '<(PRODUCT_DIR)/content_shell.pak', | 185 '<(PRODUCT_DIR)/content_shell.pak', |
186 '<(PRODUCT_DIR)/libclearkeycdm.dylib', | 186 '<(PRODUCT_DIR)/libclearkeycdm.dylib', |
187 '<(PRODUCT_DIR)/osmesa.so', | 187 '<(PRODUCT_DIR)/osmesa.so', |
188 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', | 188 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin/', |
189 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', | 189 '<(PRODUCT_DIR)/plugins/test_netscape_plugin.plugin/', |
190 '<(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', |
191 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 191 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
192 ], | 192 ], |
193 }, | 193 }, |
194 }], | 194 }], |
| 195 ['OS=="mac" and component=="shared_library"', { |
| 196 'variables': { |
| 197 'files': [ |
| 198 '<(PRODUCT_DIR)/libchrome_main_dll.dylib', |
| 199 ], |
| 200 }, |
| 201 }], |
195 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', { | 202 ['OS=="mac" and branding=="Chrome" and enable_pepper_cdms==1', { |
196 'variables': { | 203 'variables': { |
197 'files': [ | 204 'files': [ |
198 '<(PRODUCT_DIR)/libwidevinecdm.dylib', | 205 '<(PRODUCT_DIR)/libwidevinecdm.dylib', |
199 '<(PRODUCT_DIR)/widevinecdmadapter.plugin', | 206 '<(PRODUCT_DIR)/widevinecdmadapter.plugin', |
200 ], | 207 ], |
201 }, | 208 }, |
202 }], | 209 }], |
203 ['OS=="win"', { | 210 ['OS=="win"', { |
204 'variables': { | 211 'variables': { |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'browser/chromeos/login/test/https_forwarder.py', | 272 'browser/chromeos/login/test/https_forwarder.py', |
266 ], | 273 ], |
267 }, | 274 }, |
268 }], | 275 }], |
269 ], | 276 ], |
270 'includes': [ | 277 'includes': [ |
271 '../base/base.isolate', | 278 '../base/base.isolate', |
272 'chrome.isolate', | 279 'chrome.isolate', |
273 ], | 280 ], |
274 } | 281 } |
OLD | NEW |