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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 0, | 7 'chromium_code': 0, |
8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'active_animation_unittest.cc', | 9 'active_animation_unittest.cc', |
10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 'cc_unittests', | 187 'cc_unittests', |
188 ], | 188 ], |
189 'variables': { | 189 'variables': { |
190 'test_suite_name': 'cc_unittests', | 190 'test_suite_name': 'cc_unittests', |
191 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', | 191 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', |
192 }, | 192 }, |
193 'includes': [ '../build/apk_test.gypi' ], | 193 'includes': [ '../build/apk_test.gypi' ], |
194 }, | 194 }, |
195 ], | 195 ], |
196 }], | 196 }], |
| 197 ['OS == "android" and gtest_target_type == "shared_library"', { |
| 198 'targets': [ |
| 199 { |
| 200 'target_name': 'cc_perftests_apk', |
| 201 'type': 'none', |
| 202 'dependencies': [ |
| 203 'cc_perftests', |
| 204 ], |
| 205 'variables': { |
| 206 'test_suite_name': 'cc_perftests', |
| 207 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
| 208 }, |
| 209 'includes': [ '../build/apk_test.gypi' ], |
| 210 }, |
| 211 ], |
| 212 }] |
197 ], | 213 ], |
198 } | 214 } |
OLD | NEW |