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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'playback/recording_source_unittest.cc', | 89 'playback/recording_source_unittest.cc', |
90 'proto/base_conversions_unittest.cc', | 90 'proto/base_conversions_unittest.cc', |
91 'proto/cc_conversions_unittest.cc', | 91 'proto/cc_conversions_unittest.cc', |
92 'proto/gfx_conversions_unittest.cc', | 92 'proto/gfx_conversions_unittest.cc', |
93 'proto/gpu_conversions_unittest.cc', | 93 'proto/gpu_conversions_unittest.cc', |
94 'proto/skia_conversions_unittest.cc', | 94 'proto/skia_conversions_unittest.cc', |
95 'proto/synced_property_conversions_unittest.cc', | 95 'proto/synced_property_conversions_unittest.cc', |
96 'quads/draw_polygon_unittest.cc', | 96 'quads/draw_polygon_unittest.cc', |
97 'quads/draw_quad_unittest.cc', | 97 'quads/draw_quad_unittest.cc', |
98 'quads/render_pass_unittest.cc', | 98 'quads/render_pass_unittest.cc', |
| 99 'raster/raster_buffer_provider_unittest.cc', |
99 'raster/scoped_gpu_raster_unittest.cc', | 100 'raster/scoped_gpu_raster_unittest.cc', |
100 'raster/single_thread_task_graph_runner_unittest.cc', | 101 'raster/single_thread_task_graph_runner_unittest.cc', |
101 'raster/synchronous_task_graph_runner_unittest.cc', | 102 'raster/synchronous_task_graph_runner_unittest.cc', |
102 'raster/texture_compressor_etc1_unittest.cc', | 103 'raster/texture_compressor_etc1_unittest.cc', |
103 'raster/tile_task_worker_pool_unittest.cc', | |
104 'resources/platform_color_unittest.cc', | 104 'resources/platform_color_unittest.cc', |
105 'resources/resource_pool_unittest.cc', | 105 'resources/resource_pool_unittest.cc', |
106 'resources/resource_provider_unittest.cc', | 106 'resources/resource_provider_unittest.cc', |
107 'resources/resource_util_unittest.cc', | 107 'resources/resource_util_unittest.cc', |
108 'resources/scoped_resource_unittest.cc', | 108 'resources/scoped_resource_unittest.cc', |
109 'resources/video_resource_updater_unittest.cc', | 109 'resources/video_resource_updater_unittest.cc', |
110 'scheduler/begin_frame_source_unittest.cc', | 110 'scheduler/begin_frame_source_unittest.cc', |
111 'scheduler/commit_earlyout_reason_unittest.cc', | 111 'scheduler/commit_earlyout_reason_unittest.cc', |
112 'scheduler/compositor_timing_history_unittest.cc', | 112 'scheduler/compositor_timing_history_unittest.cc', |
113 'scheduler/delay_based_time_source_unittest.cc', | 113 'scheduler/delay_based_time_source_unittest.cc', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'test/fake_painted_scrollbar_layer.cc', | 206 'test/fake_painted_scrollbar_layer.cc', |
207 'test/fake_painted_scrollbar_layer.h', | 207 'test/fake_painted_scrollbar_layer.h', |
208 'test/fake_picture_layer.cc', | 208 'test/fake_picture_layer.cc', |
209 'test/fake_picture_layer.h', | 209 'test/fake_picture_layer.h', |
210 'test/fake_picture_layer_impl.cc', | 210 'test/fake_picture_layer_impl.cc', |
211 'test/fake_picture_layer_impl.h', | 211 'test/fake_picture_layer_impl.h', |
212 'test/fake_picture_layer_tiling_client.cc', | 212 'test/fake_picture_layer_tiling_client.cc', |
213 'test/fake_picture_layer_tiling_client.h', | 213 'test/fake_picture_layer_tiling_client.h', |
214 'test/fake_proxy.cc', | 214 'test/fake_proxy.cc', |
215 'test/fake_proxy.h', | 215 'test/fake_proxy.h', |
| 216 'test/fake_raster_buffer_provider.cc', |
| 217 'test/fake_raster_buffer_provider.h', |
216 'test/fake_raster_source.cc', | 218 'test/fake_raster_source.cc', |
217 'test/fake_raster_source.h', | 219 'test/fake_raster_source.h', |
218 'test/fake_recording_source.cc', | 220 'test/fake_recording_source.cc', |
219 'test/fake_recording_source.h', | 221 'test/fake_recording_source.h', |
220 'test/fake_renderer_client.cc', | 222 'test/fake_renderer_client.cc', |
221 'test/fake_renderer_client.h', | 223 'test/fake_renderer_client.h', |
222 'test/fake_rendering_stats_instrumentation.h', | 224 'test/fake_rendering_stats_instrumentation.h', |
223 'test/fake_resource_provider.h', | 225 'test/fake_resource_provider.h', |
224 'test/fake_scoped_ui_resource.cc', | 226 'test/fake_scoped_ui_resource.cc', |
225 'test/fake_scoped_ui_resource.h', | 227 'test/fake_scoped_ui_resource.h', |
226 'test/fake_scrollbar.cc', | 228 'test/fake_scrollbar.cc', |
227 'test/fake_scrollbar.h', | 229 'test/fake_scrollbar.h', |
228 'test/fake_tile_manager.cc', | 230 'test/fake_tile_manager.cc', |
229 'test/fake_tile_manager.h', | 231 'test/fake_tile_manager.h', |
230 'test/fake_tile_manager_client.cc', | 232 'test/fake_tile_manager_client.cc', |
231 'test/fake_tile_manager_client.h', | 233 'test/fake_tile_manager_client.h', |
| 234 'test/fake_tile_task_manager.cc', |
| 235 'test/fake_tile_task_manager.h', |
232 'test/fake_ui_resource_layer_tree_host_impl.cc', | 236 'test/fake_ui_resource_layer_tree_host_impl.cc', |
233 'test/fake_ui_resource_layer_tree_host_impl.h', | 237 'test/fake_ui_resource_layer_tree_host_impl.h', |
234 'test/fake_video_frame_provider.cc', | 238 'test/fake_video_frame_provider.cc', |
235 'test/fake_video_frame_provider.h', | 239 'test/fake_video_frame_provider.h', |
236 'test/geometry_test_utils.cc', | 240 'test/geometry_test_utils.cc', |
237 'test/geometry_test_utils.h', | 241 'test/geometry_test_utils.h', |
238 'test/layer_test_common.cc', | 242 'test/layer_test_common.cc', |
239 'test/layer_test_common.h', | 243 'test/layer_test_common.h', |
240 'test/layer_tree_host_common_test.cc', | 244 'test/layer_tree_host_common_test.cc', |
241 'test/layer_tree_host_common_test.h', | 245 'test/layer_tree_host_common_test.h', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 'cc.gyp:cc', | 377 'cc.gyp:cc', |
374 'cc.gyp:cc_surfaces', | 378 'cc.gyp:cc_surfaces', |
375 'cc_test_support', | 379 'cc_test_support', |
376 ], | 380 ], |
377 'sources': [ | 381 'sources': [ |
378 # Note: sources list duplicated in GN build. | 382 # Note: sources list duplicated in GN build. |
379 'animation/animation_host_perftest.cc', | 383 'animation/animation_host_perftest.cc', |
380 'layers/layer_perftest.cc', | 384 'layers/layer_perftest.cc', |
381 'layers/picture_layer_impl_perftest.cc', | 385 'layers/picture_layer_impl_perftest.cc', |
382 'quads/draw_quad_perftest.cc', | 386 'quads/draw_quad_perftest.cc', |
| 387 'raster/raster_buffer_provider_perftest.cc', |
383 'raster/task_graph_runner_perftest.cc', | 388 'raster/task_graph_runner_perftest.cc', |
384 'raster/texture_compressor_perftest.cc', | 389 'raster/texture_compressor_perftest.cc', |
385 'raster/tile_task_worker_pool_perftest.cc', | |
386 'surfaces/surface_aggregator_perftest.cc', | 390 'surfaces/surface_aggregator_perftest.cc', |
387 'test/cc_test_suite.cc', | 391 'test/cc_test_suite.cc', |
388 'test/run_all_perftests.cc', | 392 'test/run_all_perftests.cc', |
389 'tiles/picture_layer_tiling_perftest.cc', | 393 'tiles/picture_layer_tiling_perftest.cc', |
390 'tiles/tile_manager_perftest.cc', | 394 'tiles/tile_manager_perftest.cc', |
391 'trees/layer_tree_host_common_perftest.cc', | 395 'trees/layer_tree_host_common_perftest.cc', |
392 'trees/layer_tree_host_perftest.cc', | 396 'trees/layer_tree_host_perftest.cc', |
393 'trees/occlusion_tracker_perftest.cc', | 397 'trees/occlusion_tracker_perftest.cc', |
394 ], | 398 ], |
395 'conditions': [ | 399 'conditions': [ |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 507 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
504 ], | 508 ], |
505 } | 509 } |
506 ], | 510 ], |
507 ], | 511 ], |
508 }, | 512 }, |
509 ], | 513 ], |
510 }], | 514 }], |
511 ], | 515 ], |
512 } | 516 } |
OLD | NEW |