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 11 matching lines...) Expand all Loading... |
22 'keyframed_animation_curve_unittest.cc', | 22 'keyframed_animation_curve_unittest.cc', |
23 'layer_animation_controller_unittest.cc', | 23 'layer_animation_controller_unittest.cc', |
24 'layer_impl_unittest.cc', | 24 'layer_impl_unittest.cc', |
25 'layer_iterator_unittest.cc', | 25 'layer_iterator_unittest.cc', |
26 'layer_quad_unittest.cc', | 26 'layer_quad_unittest.cc', |
27 'layer_sorter_unittest.cc', | 27 'layer_sorter_unittest.cc', |
28 'layer_tree_host_common_unittest.cc', | 28 'layer_tree_host_common_unittest.cc', |
29 'layer_tree_host_impl_unittest.cc', | 29 'layer_tree_host_impl_unittest.cc', |
30 'layer_tree_host_unittest.cc', | 30 'layer_tree_host_unittest.cc', |
31 'layer_tree_host_unittest_animation.cc', | 31 'layer_tree_host_unittest_animation.cc', |
| 32 'layer_tree_host_unittest_occlusion.cc', |
32 'layer_unittest.cc', | 33 'layer_unittest.cc', |
33 'math_util_unittest.cc', | 34 'math_util_unittest.cc', |
34 'nine_patch_layer_impl_unittest.cc', | 35 'nine_patch_layer_impl_unittest.cc', |
35 'nine_patch_layer_unittest.cc', | 36 'nine_patch_layer_unittest.cc', |
36 'occlusion_tracker_unittest.cc', | 37 'occlusion_tracker_unittest.cc', |
37 'picture_layer_tiling_set_unittest.cc', | 38 'picture_layer_tiling_set_unittest.cc', |
38 'picture_layer_tiling_unittest.cc', | 39 'picture_layer_tiling_unittest.cc', |
39 'prioritized_resource_unittest.cc', | 40 'prioritized_resource_unittest.cc', |
40 'quad_culler_unittest.cc', | 41 'quad_culler_unittest.cc', |
41 'region_unittest.cc', | 42 'region_unittest.cc', |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'variables': { | 245 'variables': { |
245 'test_suite_name': 'cc_perftests', | 246 'test_suite_name': 'cc_perftests', |
246 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 247 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
247 }, | 248 }, |
248 'includes': [ '../build/apk_test.gypi' ], | 249 'includes': [ '../build/apk_test.gypi' ], |
249 }, | 250 }, |
250 ], | 251 ], |
251 }] | 252 }] |
252 ], | 253 ], |
253 } | 254 } |
OLD | NEW |