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_host_unittest.cc', | 9 'animation/animation_host_unittest.cc', |
10 'animation/animation_player_unittest.cc', | 10 'animation/animation_player_unittest.cc', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'playback/discardable_image_map_unittest.cc', | 83 'playback/discardable_image_map_unittest.cc', |
84 'playback/display_item_list_unittest.cc', | 84 'playback/display_item_list_unittest.cc', |
85 'playback/display_list_raster_source_unittest.cc', | 85 'playback/display_list_raster_source_unittest.cc', |
86 'playback/display_list_recording_source_unittest.cc', | 86 'playback/display_list_recording_source_unittest.cc', |
87 'proto/gfx_conversions_unittest.cc', | 87 'proto/gfx_conversions_unittest.cc', |
88 'proto/skia_conversions_unittest.cc', | 88 'proto/skia_conversions_unittest.cc', |
89 'quads/draw_polygon_unittest.cc', | 89 'quads/draw_polygon_unittest.cc', |
90 'quads/draw_quad_unittest.cc', | 90 'quads/draw_quad_unittest.cc', |
91 'quads/render_pass_unittest.cc', | 91 'quads/render_pass_unittest.cc', |
92 'raster/scoped_gpu_raster_unittest.cc', | 92 'raster/scoped_gpu_raster_unittest.cc', |
93 'raster/task_graph_runner_unittest.cc', | 93 'raster/single_thread_task_graph_runner_unittest.cc', |
| 94 'raster/synchronous_task_graph_runner_unittest.cc', |
94 'raster/texture_compressor_etc1_unittest.cc', | 95 'raster/texture_compressor_etc1_unittest.cc', |
95 'raster/tile_task_worker_pool_unittest.cc', | 96 'raster/tile_task_worker_pool_unittest.cc', |
96 'resources/platform_color_unittest.cc', | 97 'resources/platform_color_unittest.cc', |
97 'resources/resource_pool_unittest.cc', | 98 'resources/resource_pool_unittest.cc', |
98 'resources/resource_provider_unittest.cc', | 99 'resources/resource_provider_unittest.cc', |
99 'resources/resource_util_unittest.cc', | 100 'resources/resource_util_unittest.cc', |
100 'resources/scoped_resource_unittest.cc', | 101 'resources/scoped_resource_unittest.cc', |
101 'resources/video_resource_updater_unittest.cc', | 102 'resources/video_resource_updater_unittest.cc', |
102 'scheduler/begin_frame_source_unittest.cc', | 103 'scheduler/begin_frame_source_unittest.cc', |
103 'scheduler/compositor_timing_history_unittest.cc', | 104 'scheduler/compositor_timing_history_unittest.cc', |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 'test/scheduler_test_common.cc', | 247 'test/scheduler_test_common.cc', |
247 'test/scheduler_test_common.h', | 248 'test/scheduler_test_common.h', |
248 'test/skia_common.cc', | 249 'test/skia_common.cc', |
249 'test/skia_common.h', | 250 'test/skia_common.h', |
250 'test/solid_color_content_layer_client.cc', | 251 'test/solid_color_content_layer_client.cc', |
251 'test/solid_color_content_layer_client.h', | 252 'test/solid_color_content_layer_client.h', |
252 'test/surface_aggregator_test_helpers.cc', | 253 'test/surface_aggregator_test_helpers.cc', |
253 'test/surface_aggregator_test_helpers.h', | 254 'test/surface_aggregator_test_helpers.h', |
254 'test/surface_hittest_test_helpers.cc', | 255 'test/surface_hittest_test_helpers.cc', |
255 'test/surface_hittest_test_helpers.h', | 256 'test/surface_hittest_test_helpers.h', |
| 257 'test/task_graph_runner_test_template.cc', |
| 258 'test/task_graph_runner_test_template.h', |
256 'test/test_context_provider.cc', | 259 'test/test_context_provider.cc', |
257 'test/test_context_provider.h', | 260 'test/test_context_provider.h', |
258 'test/test_context_support.cc', | 261 'test/test_context_support.cc', |
259 'test/test_context_support.h', | 262 'test/test_context_support.h', |
260 'test/test_gles2_interface.cc', | 263 'test/test_gles2_interface.cc', |
261 'test/test_gles2_interface.h', | 264 'test/test_gles2_interface.h', |
262 'test/test_gpu_memory_buffer_manager.cc', | 265 'test/test_gpu_memory_buffer_manager.cc', |
263 'test/test_gpu_memory_buffer_manager.h', | 266 'test/test_gpu_memory_buffer_manager.h', |
264 'test/test_image_factory.cc', | 267 'test/test_image_factory.cc', |
265 'test/test_image_factory.h', | 268 'test/test_image_factory.h', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 467 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
465 ], | 468 ], |
466 } | 469 } |
467 ], | 470 ], |
468 ], | 471 ], |
469 }, | 472 }, |
470 ], | 473 ], |
471 }], | 474 }], |
472 ], | 475 ], |
473 } | 476 } |
OLD | NEW |