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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'tile_priority_unittest.cc', | 56 'tile_priority_unittest.cc', |
57 'tiled_layer_impl_unittest.cc', | 57 'tiled_layer_impl_unittest.cc', |
58 'tiled_layer_unittest.cc', | 58 'tiled_layer_unittest.cc', |
59 'tree_synchronizer_unittest.cc', | 59 'tree_synchronizer_unittest.cc', |
60 'timing_function_unittest.cc', | 60 'timing_function_unittest.cc', |
61 'test/fake_web_graphics_context_3d_unittest.cc', | 61 'test/fake_web_graphics_context_3d_unittest.cc', |
62 ], | 62 ], |
63 'cc_tests_support_files': [ | 63 'cc_tests_support_files': [ |
64 'test/animation_test_common.cc', | 64 'test/animation_test_common.cc', |
65 'test/animation_test_common.h', | 65 'test/animation_test_common.h', |
| 66 'test/compositor_fake_web_graphics_context_3d.cc', |
66 'test/compositor_fake_web_graphics_context_3d.h', | 67 'test/compositor_fake_web_graphics_context_3d.h', |
67 'test/fake_content_layer_client.cc', | 68 'test/fake_content_layer_client.cc', |
68 'test/fake_content_layer_client.h', | 69 'test/fake_content_layer_client.h', |
69 'test/fake_impl_proxy.h', | 70 'test/fake_impl_proxy.h', |
70 'test/fake_output_surface.h', | 71 'test/fake_output_surface.h', |
71 'test/fake_layer_tree_host_client.cc', | 72 'test/fake_layer_tree_host_client.cc', |
72 'test/fake_layer_tree_host_client.h', | 73 'test/fake_layer_tree_host_client.h', |
73 'test/fake_layer_tree_host_impl.cc', | 74 'test/fake_layer_tree_host_impl.cc', |
74 'test/fake_layer_tree_host_impl_client.cc', | 75 'test/fake_layer_tree_host_impl_client.cc', |
75 'test/fake_layer_tree_host_impl_client.h', | 76 'test/fake_layer_tree_host_impl_client.h', |
76 'test/fake_layer_tree_host_impl.h', | 77 'test/fake_layer_tree_host_impl.h', |
77 'test/fake_picture_layer_tiling_client.cc', | 78 'test/fake_picture_layer_tiling_client.cc', |
78 'test/fake_picture_layer_tiling_client.h', | 79 'test/fake_picture_layer_tiling_client.h', |
79 'test/fake_proxy.cc', | 80 'test/fake_proxy.cc', |
80 'test/fake_proxy.h', | 81 'test/fake_proxy.h', |
81 'test/fake_tile_manager_client.h', | 82 'test/fake_tile_manager_client.h', |
82 'test/fake_output_surface.cc', | 83 'test/fake_output_surface.cc', |
83 'test/fake_output_surface.h', | 84 'test/fake_output_surface.h', |
84 'test/fake_software_output_device.cc', | 85 'test/fake_software_output_device.cc', |
85 'test/fake_software_output_device.h', | 86 'test/fake_software_output_device.h', |
| 87 'test/fake_web_graphics_context_3d.cc', |
86 'test/fake_web_graphics_context_3d.h', | 88 'test/fake_web_graphics_context_3d.h', |
| 89 'test/fake_web_scrollbar_theme_geometry.cc', |
87 'test/fake_web_scrollbar_theme_geometry.h', | 90 'test/fake_web_scrollbar_theme_geometry.h', |
88 'test/geometry_test_utils.cc', | 91 'test/geometry_test_utils.cc', |
89 'test/geometry_test_utils.h', | 92 'test/geometry_test_utils.h', |
90 'test/layer_test_common.cc', | 93 'test/layer_test_common.cc', |
91 'test/layer_test_common.h', | 94 'test/layer_test_common.h', |
92 'test/layer_tree_test_common.cc', | 95 'test/layer_tree_test_common.cc', |
93 'test/layer_tree_test_common.h', | 96 'test/layer_tree_test_common.h', |
94 'test/mock_quad_culler.cc', | 97 'test/mock_quad_culler.cc', |
95 'test/mock_quad_culler.h', | 98 'test/mock_quad_culler.h', |
96 'test/occlusion_tracker_test_common.h', | 99 'test/occlusion_tracker_test_common.h', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'variables': { | 239 'variables': { |
237 'test_suite_name': 'cc_perftests', | 240 'test_suite_name': 'cc_perftests', |
238 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', | 241 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perfte
sts<(SHARED_LIB_SUFFIX)', |
239 }, | 242 }, |
240 'includes': [ '../build/apk_test.gypi' ], | 243 'includes': [ '../build/apk_test.gypi' ], |
241 }, | 244 }, |
242 ], | 245 ], |
243 }] | 246 }] |
244 ], | 247 ], |
245 } | 248 } |
OLD | NEW |