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': 1, | 7 'chromium_code': 1, |
8 'cc_unit_tests_source_files': [ | 8 'cc_unit_tests_source_files': [ |
9 'animation/animation_unittest.cc', | 9 'animation/animation_unittest.cc', |
10 'animation/keyframed_animation_curve_unittest.cc', | 10 'animation/keyframed_animation_curve_unittest.cc', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'trees/blocking_task_runner_unittest.cc', | 100 'trees/blocking_task_runner_unittest.cc', |
101 'trees/damage_tracker_unittest.cc', | 101 'trees/damage_tracker_unittest.cc', |
102 'trees/layer_sorter_unittest.cc', | 102 'trees/layer_sorter_unittest.cc', |
103 'trees/layer_tree_host_common_unittest.cc', | 103 'trees/layer_tree_host_common_unittest.cc', |
104 'trees/layer_tree_host_impl_unittest.cc', | 104 'trees/layer_tree_host_impl_unittest.cc', |
105 'trees/layer_tree_host_pixeltest_blending.cc', | 105 'trees/layer_tree_host_pixeltest_blending.cc', |
106 'trees/layer_tree_host_pixeltest_filters.cc', | 106 'trees/layer_tree_host_pixeltest_filters.cc', |
107 'trees/layer_tree_host_pixeltest_masks.cc', | 107 'trees/layer_tree_host_pixeltest_masks.cc', |
108 'trees/layer_tree_host_pixeltest_on_demand_raster.cc', | 108 'trees/layer_tree_host_pixeltest_on_demand_raster.cc', |
109 'trees/layer_tree_host_pixeltest_readback.cc', | 109 'trees/layer_tree_host_pixeltest_readback.cc', |
| 110 'trees/layer_tree_host_pixeltest_synchronous.cc', |
110 'trees/layer_tree_host_unittest.cc', | 111 'trees/layer_tree_host_unittest.cc', |
111 'trees/layer_tree_host_unittest_animation.cc', | 112 'trees/layer_tree_host_unittest_animation.cc', |
112 'trees/layer_tree_host_unittest_context.cc', | 113 'trees/layer_tree_host_unittest_context.cc', |
113 'trees/layer_tree_host_unittest_copyrequest.cc', | 114 'trees/layer_tree_host_unittest_copyrequest.cc', |
114 'trees/layer_tree_host_unittest_damage.cc', | 115 'trees/layer_tree_host_unittest_damage.cc', |
115 'trees/layer_tree_host_unittest_delegated.cc', | 116 'trees/layer_tree_host_unittest_delegated.cc', |
116 'trees/layer_tree_host_unittest_occlusion.cc', | 117 'trees/layer_tree_host_unittest_occlusion.cc', |
117 'trees/layer_tree_host_unittest_no_message_loop.cc', | 118 'trees/layer_tree_host_unittest_no_message_loop.cc', |
118 'trees/layer_tree_host_unittest_picture.cc', | 119 'trees/layer_tree_host_unittest_picture.cc', |
119 'trees/layer_tree_host_unittest_proxy.cc', | 120 'trees/layer_tree_host_unittest_proxy.cc', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'test/geometry_test_utils.h', | 192 'test/geometry_test_utils.h', |
192 'test/test_in_process_context_provider.cc', | 193 'test/test_in_process_context_provider.cc', |
193 'test/test_in_process_context_provider.h', | 194 'test/test_in_process_context_provider.h', |
194 'test/impl_side_painting_settings.h', | 195 'test/impl_side_painting_settings.h', |
195 'test/layer_test_common.cc', | 196 'test/layer_test_common.cc', |
196 'test/layer_test_common.h', | 197 'test/layer_test_common.h', |
197 'test/layer_tree_host_common_test.cc', | 198 'test/layer_tree_host_common_test.cc', |
198 'test/layer_tree_host_common_test.h', | 199 'test/layer_tree_host_common_test.h', |
199 'test/layer_tree_json_parser.cc', | 200 'test/layer_tree_json_parser.cc', |
200 'test/layer_tree_json_parser.h', | 201 'test/layer_tree_json_parser.h', |
| 202 'test/layer_tree_pixel_resource_test.cc', |
| 203 'test/layer_tree_pixel_resource_test.h', |
201 'test/layer_tree_pixel_test.cc', | 204 'test/layer_tree_pixel_test.cc', |
202 'test/layer_tree_pixel_test.h', | 205 'test/layer_tree_pixel_test.h', |
203 'test/layer_tree_test.cc', | 206 'test/layer_tree_test.cc', |
204 'test/layer_tree_test.h', | 207 'test/layer_tree_test.h', |
205 'test/mock_occlusion_tracker.h', | 208 'test/mock_occlusion_tracker.h', |
206 'test/ordered_simple_task_runner.cc', | 209 'test/ordered_simple_task_runner.cc', |
207 'test/ordered_simple_task_runner.h', | 210 'test/ordered_simple_task_runner.h', |
208 'test/ordered_texture_map.cc', | 211 'test/ordered_texture_map.cc', |
209 'test/ordered_texture_map.h', | 212 'test/ordered_texture_map.h', |
210 'test/paths.cc', | 213 'test/paths.cc', |
(...skipping 19 matching lines...) Expand all Loading... |
230 'test/solid_color_content_layer_client.cc', | 233 'test/solid_color_content_layer_client.cc', |
231 'test/solid_color_content_layer_client.h', | 234 'test/solid_color_content_layer_client.h', |
232 'test/test_context_provider.cc', | 235 'test/test_context_provider.cc', |
233 'test/test_context_provider.h', | 236 'test/test_context_provider.h', |
234 'test/test_context_support.cc', | 237 'test/test_context_support.cc', |
235 'test/test_context_support.h', | 238 'test/test_context_support.h', |
236 'test/test_gles2_interface.cc', | 239 'test/test_gles2_interface.cc', |
237 'test/test_gles2_interface.h', | 240 'test/test_gles2_interface.h', |
238 'test/test_gpu_memory_buffer_manager.cc', | 241 'test/test_gpu_memory_buffer_manager.cc', |
239 'test/test_gpu_memory_buffer_manager.h', | 242 'test/test_gpu_memory_buffer_manager.h', |
| 243 'test/test_image_factory.cc', |
| 244 'test/test_image_factory.h', |
240 'test/test_now_source.cc', | 245 'test/test_now_source.cc', |
241 'test/test_now_source.h', | 246 'test/test_now_source.h', |
242 'test/test_occlusion_tracker.h', | 247 'test/test_occlusion_tracker.h', |
243 'test/test_shared_bitmap_manager.cc', | 248 'test/test_shared_bitmap_manager.cc', |
244 'test/test_shared_bitmap_manager.h', | 249 'test/test_shared_bitmap_manager.h', |
245 'test/test_texture.cc', | 250 'test/test_texture.cc', |
246 'test/test_texture.h', | 251 'test/test_texture.h', |
247 'test/test_tile_priorities.cc', | 252 'test/test_tile_priorities.cc', |
248 'test/test_tile_priorities.h', | 253 'test/test_tile_priorities.h', |
249 'test/test_web_graphics_context_3d.cc', | 254 'test/test_web_graphics_context_3d.cc', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 'variables': { | 428 'variables': { |
424 'test_suite_name': 'cc_perftests', | 429 'test_suite_name': 'cc_perftests', |
425 }, | 430 }, |
426 'includes': [ '../build/apk_test.gypi' ], | 431 'includes': [ '../build/apk_test.gypi' ], |
427 }, | 432 }, |
428 ], | 433 ], |
429 } | 434 } |
430 ] | 435 ] |
431 ], | 436 ], |
432 } | 437 } |
OLD | NEW |