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_tests_source_files': [ | 8 'cc_tests_source_files': [ |
9 'active_animation_unittest.cc', | 9 'active_animation_unittest.cc', |
10 'content_layer_unittest.cc', | 10 'content_layer_unittest.cc', |
(...skipping 14 matching lines...) Expand all Loading... |
25 'layer_quad_unittest.cc', | 25 'layer_quad_unittest.cc', |
26 'layer_sorter_unittest.cc', | 26 'layer_sorter_unittest.cc', |
27 'layer_tree_host_common_unittest.cc', | 27 'layer_tree_host_common_unittest.cc', |
28 'layer_tree_host_impl_unittest.cc', | 28 'layer_tree_host_impl_unittest.cc', |
29 'layer_tree_host_unittest.cc', | 29 'layer_tree_host_unittest.cc', |
30 'layer_unittest.cc', | 30 'layer_unittest.cc', |
31 'math_util_unittest.cc', | 31 'math_util_unittest.cc', |
32 'nine_patch_layer_impl_unittest.cc', | 32 'nine_patch_layer_impl_unittest.cc', |
33 'nine_patch_layer_unittest.cc', | 33 'nine_patch_layer_unittest.cc', |
34 'occlusion_tracker_unittest.cc', | 34 'occlusion_tracker_unittest.cc', |
| 35 'picture_layer_tiling_set_unittest.cc', |
| 36 'picture_layer_tiling_unittest.cc', |
35 'prioritized_resource_unittest.cc', | 37 'prioritized_resource_unittest.cc', |
36 'quad_culler_unittest.cc', | 38 'quad_culler_unittest.cc', |
37 'region_unittest.cc', | 39 'region_unittest.cc', |
38 'render_pass_unittest.cc', | 40 'render_pass_unittest.cc', |
39 'render_surface_filters_unittest.cc', | 41 'render_surface_filters_unittest.cc', |
40 'render_surface_unittest.cc', | 42 'render_surface_unittest.cc', |
41 'resource_provider_unittest.cc', | 43 'resource_provider_unittest.cc', |
42 'resource_update_controller_unittest.cc', | 44 'resource_update_controller_unittest.cc', |
43 'scheduler_state_machine_unittest.cc', | 45 'scheduler_state_machine_unittest.cc', |
44 'scheduler_unittest.cc', | 46 'scheduler_unittest.cc', |
(...skipping 13 matching lines...) Expand all Loading... |
58 'cc_tests_support_files': [ | 60 'cc_tests_support_files': [ |
59 'test/animation_test_common.cc', | 61 'test/animation_test_common.cc', |
60 'test/animation_test_common.h', | 62 'test/animation_test_common.h', |
61 'test/compositor_fake_web_graphics_context_3d.h', | 63 'test/compositor_fake_web_graphics_context_3d.h', |
62 'test/fake_content_layer_client.cc', | 64 'test/fake_content_layer_client.cc', |
63 'test/fake_content_layer_client.h', | 65 'test/fake_content_layer_client.h', |
64 'test/fake_graphics_context.h', | 66 'test/fake_graphics_context.h', |
65 'test/fake_graphics_context_3d_unittest.cc', | 67 'test/fake_graphics_context_3d_unittest.cc', |
66 'test/fake_layer_tree_host_client.cc', | 68 'test/fake_layer_tree_host_client.cc', |
67 'test/fake_layer_tree_host_client.h', | 69 'test/fake_layer_tree_host_client.h', |
| 70 'test/fake_picture_layer_tiling_client.cc', |
| 71 'test/fake_picture_layer_tiling_client.h', |
68 'test/fake_proxy.cc', | 72 'test/fake_proxy.cc', |
69 'test/fake_proxy.h', | 73 'test/fake_proxy.h', |
| 74 'test/fake_tile_manager_client.h', |
70 'test/fake_web_compositor_output_surface.h', | 75 'test/fake_web_compositor_output_surface.h', |
71 'test/fake_web_compositor_software_output_device.h', | 76 'test/fake_web_compositor_software_output_device.h', |
72 'test/fake_web_graphics_context_3d.h', | 77 'test/fake_web_graphics_context_3d.h', |
73 'test/fake_web_scrollbar_theme_geometry.h', | 78 'test/fake_web_scrollbar_theme_geometry.h', |
74 'test/geometry_test_utils.cc', | 79 'test/geometry_test_utils.cc', |
75 'test/geometry_test_utils.h', | 80 'test/geometry_test_utils.h', |
76 'test/layer_test_common.cc', | 81 'test/layer_test_common.cc', |
77 'test/layer_test_common.h', | 82 'test/layer_test_common.h', |
78 'test/layer_tree_test_common.cc', | 83 'test/layer_tree_test_common.cc', |
79 'test/layer_tree_test_common.h', | 84 'test/layer_tree_test_common.h', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'variables': { | 165 'variables': { |
161 'test_suite_name': 'cc_unittests', | 166 'test_suite_name': 'cc_unittests', |
162 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', | 167 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_unitte
sts<(SHARED_LIB_SUFFIX)', |
163 }, | 168 }, |
164 'includes': [ '../build/apk_test.gypi' ], | 169 'includes': [ '../build/apk_test.gypi' ], |
165 }, | 170 }, |
166 ], | 171 ], |
167 }], | 172 }], |
168 ], | 173 ], |
169 } | 174 } |
OLD | NEW |