Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: cc/cc_tests.gyp

Issue 1910213005: cc: Refactor TileTaskWorkerPool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@task_states
Patch Set: feedback Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'playback/recording_source_unittest.cc', 87 'playback/recording_source_unittest.cc',
88 'proto/base_conversions_unittest.cc', 88 'proto/base_conversions_unittest.cc',
89 'proto/cc_conversions_unittest.cc', 89 'proto/cc_conversions_unittest.cc',
90 'proto/gfx_conversions_unittest.cc', 90 'proto/gfx_conversions_unittest.cc',
91 'proto/gpu_conversions_unittest.cc', 91 'proto/gpu_conversions_unittest.cc',
92 'proto/skia_conversions_unittest.cc', 92 'proto/skia_conversions_unittest.cc',
93 'proto/synced_property_conversions_unittest.cc', 93 'proto/synced_property_conversions_unittest.cc',
94 'quads/draw_polygon_unittest.cc', 94 'quads/draw_polygon_unittest.cc',
95 'quads/draw_quad_unittest.cc', 95 'quads/draw_quad_unittest.cc',
96 'quads/render_pass_unittest.cc', 96 'quads/render_pass_unittest.cc',
97 'raster/raster_buffer_provider_unittest.cc',
97 'raster/scoped_gpu_raster_unittest.cc', 98 'raster/scoped_gpu_raster_unittest.cc',
98 'raster/single_thread_task_graph_runner_unittest.cc', 99 'raster/single_thread_task_graph_runner_unittest.cc',
99 'raster/synchronous_task_graph_runner_unittest.cc', 100 'raster/synchronous_task_graph_runner_unittest.cc',
100 'raster/texture_compressor_etc1_unittest.cc', 101 'raster/texture_compressor_etc1_unittest.cc',
101 'raster/tile_task_worker_pool_unittest.cc',
102 'resources/platform_color_unittest.cc', 102 'resources/platform_color_unittest.cc',
103 'resources/resource_pool_unittest.cc', 103 'resources/resource_pool_unittest.cc',
104 'resources/resource_provider_unittest.cc', 104 'resources/resource_provider_unittest.cc',
105 'resources/resource_util_unittest.cc', 105 'resources/resource_util_unittest.cc',
106 'resources/scoped_resource_unittest.cc', 106 'resources/scoped_resource_unittest.cc',
107 'resources/video_resource_updater_unittest.cc', 107 'resources/video_resource_updater_unittest.cc',
108 'scheduler/begin_frame_source_unittest.cc', 108 'scheduler/begin_frame_source_unittest.cc',
109 'scheduler/commit_earlyout_reason_unittest.cc', 109 'scheduler/commit_earlyout_reason_unittest.cc',
110 'scheduler/compositor_timing_history_unittest.cc', 110 'scheduler/compositor_timing_history_unittest.cc',
111 'scheduler/delay_based_time_source_unittest.cc', 111 'scheduler/delay_based_time_source_unittest.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'test/fake_painted_scrollbar_layer.cc', 204 'test/fake_painted_scrollbar_layer.cc',
205 'test/fake_painted_scrollbar_layer.h', 205 'test/fake_painted_scrollbar_layer.h',
206 'test/fake_picture_layer.cc', 206 'test/fake_picture_layer.cc',
207 'test/fake_picture_layer.h', 207 'test/fake_picture_layer.h',
208 'test/fake_picture_layer_impl.cc', 208 'test/fake_picture_layer_impl.cc',
209 'test/fake_picture_layer_impl.h', 209 'test/fake_picture_layer_impl.h',
210 'test/fake_picture_layer_tiling_client.cc', 210 'test/fake_picture_layer_tiling_client.cc',
211 'test/fake_picture_layer_tiling_client.h', 211 'test/fake_picture_layer_tiling_client.h',
212 'test/fake_proxy.cc', 212 'test/fake_proxy.cc',
213 'test/fake_proxy.h', 213 'test/fake_proxy.h',
214 'test/fake_raster_buffer_provider.cc',
215 'test/fake_raster_buffer_provider.h',
214 'test/fake_raster_source.cc', 216 'test/fake_raster_source.cc',
215 'test/fake_raster_source.h', 217 'test/fake_raster_source.h',
216 'test/fake_recording_source.cc', 218 'test/fake_recording_source.cc',
217 'test/fake_recording_source.h', 219 'test/fake_recording_source.h',
218 'test/fake_renderer_client.cc', 220 'test/fake_renderer_client.cc',
219 'test/fake_renderer_client.h', 221 'test/fake_renderer_client.h',
220 'test/fake_rendering_stats_instrumentation.h', 222 'test/fake_rendering_stats_instrumentation.h',
221 'test/fake_resource_provider.h', 223 'test/fake_resource_provider.h',
222 'test/fake_scoped_ui_resource.cc', 224 'test/fake_scoped_ui_resource.cc',
223 'test/fake_scoped_ui_resource.h', 225 'test/fake_scoped_ui_resource.h',
224 'test/fake_scrollbar.cc', 226 'test/fake_scrollbar.cc',
225 'test/fake_scrollbar.h', 227 'test/fake_scrollbar.h',
226 'test/fake_tile_manager.cc', 228 'test/fake_tile_manager.cc',
227 'test/fake_tile_manager.h', 229 'test/fake_tile_manager.h',
228 'test/fake_tile_manager_client.cc', 230 'test/fake_tile_manager_client.cc',
229 'test/fake_tile_manager_client.h', 231 'test/fake_tile_manager_client.h',
232 'test/fake_tile_task_manager.cc',
233 'test/fake_tile_task_manager.h',
230 'test/fake_ui_resource_layer_tree_host_impl.cc', 234 'test/fake_ui_resource_layer_tree_host_impl.cc',
231 'test/fake_ui_resource_layer_tree_host_impl.h', 235 'test/fake_ui_resource_layer_tree_host_impl.h',
232 'test/fake_video_frame_provider.cc', 236 'test/fake_video_frame_provider.cc',
233 'test/fake_video_frame_provider.h', 237 'test/fake_video_frame_provider.h',
234 'test/geometry_test_utils.cc', 238 'test/geometry_test_utils.cc',
235 'test/geometry_test_utils.h', 239 'test/geometry_test_utils.h',
236 'test/layer_test_common.cc', 240 'test/layer_test_common.cc',
237 'test/layer_test_common.h', 241 'test/layer_test_common.h',
238 'test/layer_tree_host_common_test.cc', 242 'test/layer_tree_host_common_test.cc',
239 'test/layer_tree_host_common_test.h', 243 'test/layer_tree_host_common_test.h',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'cc.gyp:cc', 375 'cc.gyp:cc',
372 'cc.gyp:cc_surfaces', 376 'cc.gyp:cc_surfaces',
373 'cc_test_support', 377 'cc_test_support',
374 ], 378 ],
375 'sources': [ 379 'sources': [
376 # Note: sources list duplicated in GN build. 380 # Note: sources list duplicated in GN build.
377 'animation/animation_host_perftest.cc', 381 'animation/animation_host_perftest.cc',
378 'layers/layer_perftest.cc', 382 'layers/layer_perftest.cc',
379 'layers/picture_layer_impl_perftest.cc', 383 'layers/picture_layer_impl_perftest.cc',
380 'quads/draw_quad_perftest.cc', 384 'quads/draw_quad_perftest.cc',
385 'raster/raster_buffer_provider_perftest.cc',
381 'raster/task_graph_runner_perftest.cc', 386 'raster/task_graph_runner_perftest.cc',
382 'raster/texture_compressor_perftest.cc', 387 'raster/texture_compressor_perftest.cc',
383 'raster/tile_task_worker_pool_perftest.cc',
384 'surfaces/surface_aggregator_perftest.cc', 388 'surfaces/surface_aggregator_perftest.cc',
385 'test/cc_test_suite.cc', 389 'test/cc_test_suite.cc',
386 'test/run_all_perftests.cc', 390 'test/run_all_perftests.cc',
387 'tiles/picture_layer_tiling_perftest.cc', 391 'tiles/picture_layer_tiling_perftest.cc',
388 'tiles/tile_manager_perftest.cc', 392 'tiles/tile_manager_perftest.cc',
389 'trees/layer_tree_host_common_perftest.cc', 393 'trees/layer_tree_host_common_perftest.cc',
390 'trees/layer_tree_host_perftest.cc', 394 'trees/layer_tree_host_perftest.cc',
391 'trees/occlusion_tracker_perftest.cc', 395 'trees/occlusion_tracker_perftest.cc',
392 ], 396 ],
393 'conditions': [ 397 'conditions': [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 506 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
503 ], 507 ],
504 } 508 }
505 ], 509 ],
506 ], 510 ],
507 }, 511 },
508 ], 512 ],
509 }], 513 }],
510 ], 514 ],
511 } 515 }
OLDNEW
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/rasterize_and_record_benchmark_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698