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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'playback/display_item_list_unittest.cc', | 85 'playback/display_item_list_unittest.cc', |
86 'playback/display_list_raster_source_unittest.cc', | 86 'playback/display_list_raster_source_unittest.cc', |
87 'playback/display_list_recording_source_unittest.cc', | 87 'playback/display_list_recording_source_unittest.cc', |
88 'proto/cc_conversions_unittest.cc', | 88 'proto/cc_conversions_unittest.cc', |
89 'proto/gfx_conversions_unittest.cc', | 89 'proto/gfx_conversions_unittest.cc', |
90 'proto/skia_conversions_unittest.cc', | 90 'proto/skia_conversions_unittest.cc', |
91 'quads/draw_polygon_unittest.cc', | 91 'quads/draw_polygon_unittest.cc', |
92 'quads/draw_quad_unittest.cc', | 92 'quads/draw_quad_unittest.cc', |
93 'quads/render_pass_unittest.cc', | 93 'quads/render_pass_unittest.cc', |
94 'raster/scoped_gpu_raster_unittest.cc', | 94 'raster/scoped_gpu_raster_unittest.cc', |
95 'raster/task_graph_runner_unittest.cc', | 95 'raster/single_thread_task_graph_runner_unittest.cc', |
| 96 'raster/synchronous_task_graph_runner_unittest.cc', |
96 'raster/texture_compressor_etc1_unittest.cc', | 97 'raster/texture_compressor_etc1_unittest.cc', |
97 'raster/tile_task_worker_pool_unittest.cc', | 98 'raster/tile_task_worker_pool_unittest.cc', |
98 'resources/platform_color_unittest.cc', | 99 'resources/platform_color_unittest.cc', |
99 'resources/resource_pool_unittest.cc', | 100 'resources/resource_pool_unittest.cc', |
100 'resources/resource_provider_unittest.cc', | 101 'resources/resource_provider_unittest.cc', |
101 'resources/resource_util_unittest.cc', | 102 'resources/resource_util_unittest.cc', |
102 'resources/scoped_resource_unittest.cc', | 103 'resources/scoped_resource_unittest.cc', |
103 'resources/video_resource_updater_unittest.cc', | 104 'resources/video_resource_updater_unittest.cc', |
104 'scheduler/begin_frame_source_unittest.cc', | 105 'scheduler/begin_frame_source_unittest.cc', |
105 'scheduler/compositor_timing_history_unittest.cc', | 106 'scheduler/compositor_timing_history_unittest.cc', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 'test/scheduler_test_common.cc', | 251 'test/scheduler_test_common.cc', |
251 'test/scheduler_test_common.h', | 252 'test/scheduler_test_common.h', |
252 'test/skia_common.cc', | 253 'test/skia_common.cc', |
253 'test/skia_common.h', | 254 'test/skia_common.h', |
254 'test/solid_color_content_layer_client.cc', | 255 'test/solid_color_content_layer_client.cc', |
255 'test/solid_color_content_layer_client.h', | 256 'test/solid_color_content_layer_client.h', |
256 'test/surface_aggregator_test_helpers.cc', | 257 'test/surface_aggregator_test_helpers.cc', |
257 'test/surface_aggregator_test_helpers.h', | 258 'test/surface_aggregator_test_helpers.h', |
258 'test/surface_hittest_test_helpers.cc', | 259 'test/surface_hittest_test_helpers.cc', |
259 'test/surface_hittest_test_helpers.h', | 260 'test/surface_hittest_test_helpers.h', |
| 261 'test/task_graph_runner_test_template.cc', |
| 262 'test/task_graph_runner_test_template.h', |
260 'test/test_context_provider.cc', | 263 'test/test_context_provider.cc', |
261 'test/test_context_provider.h', | 264 'test/test_context_provider.h', |
262 'test/test_context_support.cc', | 265 'test/test_context_support.cc', |
263 'test/test_context_support.h', | 266 'test/test_context_support.h', |
264 'test/test_gles2_interface.cc', | 267 'test/test_gles2_interface.cc', |
265 'test/test_gles2_interface.h', | 268 'test/test_gles2_interface.h', |
266 'test/test_gpu_memory_buffer_manager.cc', | 269 'test/test_gpu_memory_buffer_manager.cc', |
267 'test/test_gpu_memory_buffer_manager.h', | 270 'test/test_gpu_memory_buffer_manager.h', |
268 'test/test_image_factory.cc', | 271 'test/test_image_factory.cc', |
269 'test/test_image_factory.h', | 272 'test/test_image_factory.h', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
469 ], | 472 ], |
470 } | 473 } |
471 ], | 474 ], |
472 ], | 475 ], |
473 }, | 476 }, |
474 ], | 477 ], |
475 }], | 478 }], |
476 ], | 479 ], |
477 } | 480 } |
OLD | NEW |