OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', | 10 '<(PRODUCT_DIR)/interactive_ui_tests<(EXECUTABLE_SUFFIX)', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'variables': { | 74 'variables': { |
75 'files': [ | 75 'files': [ |
76 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', | 76 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', |
77 '<(PRODUCT_DIR)/<(mac_product_name).app/', | 77 '<(PRODUCT_DIR)/<(mac_product_name).app/', |
78 '<(PRODUCT_DIR)/ffmpegsumo.so', | 78 '<(PRODUCT_DIR)/ffmpegsumo.so', |
79 '<(PRODUCT_DIR)/osmesa.so', | 79 '<(PRODUCT_DIR)/osmesa.so', |
80 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', | 80 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', |
81 ], | 81 ], |
82 }, | 82 }, |
83 }], | 83 }], |
| 84 ['OS=="mac" and component=="shared_library"', { |
| 85 'variables': { |
| 86 'files': [ |
| 87 '<(PRODUCT_DIR)/libchrome_main_dll.dylib', |
| 88 ], |
| 89 }, |
| 90 }], |
84 ['OS=="mac" and asan==1 and fastbuild==0', { | 91 ['OS=="mac" and asan==1 and fastbuild==0', { |
85 'variables': { | 92 'variables': { |
86 'files': [ | 93 'files': [ |
87 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', | 94 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', |
88 '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/', | 95 '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/', |
89 '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/', | 96 '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/', |
90 '<(PRODUCT_DIR)/interactive_ui_tests.dSYM/', | 97 '<(PRODUCT_DIR)/interactive_ui_tests.dSYM/', |
91 '<(PRODUCT_DIR)/osmesa.so.dSYM/', | 98 '<(PRODUCT_DIR)/osmesa.so.dSYM/', |
92 '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/', | 99 '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/', |
93 ], | 100 ], |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 'browser/chromeos/login/test/https_forwarder.py', | 140 'browser/chromeos/login/test/https_forwarder.py', |
134 ], | 141 ], |
135 }, | 142 }, |
136 }], | 143 }], |
137 ], | 144 ], |
138 'includes': [ | 145 'includes': [ |
139 '../base/base.isolate', | 146 '../base/base.isolate', |
140 '../gin/v8.isolate', | 147 '../gin/v8.isolate', |
141 ], | 148 ], |
142 } | 149 } |
OLD | NEW |