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

Side by Side Diff: cc/cc.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/BUILD.gn ('k') | cc/cc_tests.gyp » ('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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'quads/stream_video_draw_quad.cc', 405 'quads/stream_video_draw_quad.cc',
406 'quads/stream_video_draw_quad.h', 406 'quads/stream_video_draw_quad.h',
407 'quads/surface_draw_quad.cc', 407 'quads/surface_draw_quad.cc',
408 'quads/surface_draw_quad.h', 408 'quads/surface_draw_quad.h',
409 'quads/texture_draw_quad.cc', 409 'quads/texture_draw_quad.cc',
410 'quads/texture_draw_quad.h', 410 'quads/texture_draw_quad.h',
411 'quads/tile_draw_quad.cc', 411 'quads/tile_draw_quad.cc',
412 'quads/tile_draw_quad.h', 412 'quads/tile_draw_quad.h',
413 'quads/yuv_video_draw_quad.cc', 413 'quads/yuv_video_draw_quad.cc',
414 'quads/yuv_video_draw_quad.h', 414 'quads/yuv_video_draw_quad.h',
415 'raster/bitmap_tile_task_worker_pool.cc', 415 'raster/bitmap_raster_buffer_provider.cc',
416 'raster/bitmap_tile_task_worker_pool.h', 416 'raster/bitmap_raster_buffer_provider.h',
417 'raster/gpu_raster_buffer_provider.cc',
418 'raster/gpu_raster_buffer_provider.h',
417 'raster/gpu_rasterizer.cc', 419 'raster/gpu_rasterizer.cc',
418 'raster/gpu_rasterizer.h', 420 'raster/gpu_rasterizer.h',
419 'raster/gpu_tile_task_worker_pool.cc', 421 'raster/one_copy_raster_buffer_provider.cc',
420 'raster/gpu_tile_task_worker_pool.h', 422 'raster/one_copy_raster_buffer_provider.h',
421 'raster/one_copy_tile_task_worker_pool.cc',
422 'raster/one_copy_tile_task_worker_pool.h',
423 'raster/raster_buffer.cc', 423 'raster/raster_buffer.cc',
424 'raster/raster_buffer.h', 424 'raster/raster_buffer.h',
425 'raster/raster_buffer_provider.cc',
426 'raster/raster_buffer_provider.h',
425 'raster/scoped_gpu_raster.cc', 427 'raster/scoped_gpu_raster.cc',
426 'raster/scoped_gpu_raster.h', 428 'raster/scoped_gpu_raster.h',
427 'raster/single_thread_task_graph_runner.cc', 429 'raster/single_thread_task_graph_runner.cc',
428 'raster/single_thread_task_graph_runner.h', 430 'raster/single_thread_task_graph_runner.h',
429 'raster/staging_buffer_pool.cc', 431 'raster/staging_buffer_pool.cc',
430 'raster/staging_buffer_pool.h', 432 'raster/staging_buffer_pool.h',
431 'raster/synchronous_task_graph_runner.cc', 433 'raster/synchronous_task_graph_runner.cc',
432 'raster/synchronous_task_graph_runner.h', 434 'raster/synchronous_task_graph_runner.h',
433 'raster/task.cc', 435 'raster/task.cc',
434 'raster/task.h', 436 'raster/task.h',
435 'raster/task_category.h', 437 'raster/task_category.h',
436 'raster/task_graph_runner.h', 438 'raster/task_graph_runner.h',
437 'raster/task_graph_work_queue.cc', 439 'raster/task_graph_work_queue.cc',
438 'raster/task_graph_work_queue.h', 440 'raster/task_graph_work_queue.h',
439 'raster/texture_compressor.cc', 441 'raster/texture_compressor.cc',
440 'raster/texture_compressor.h', 442 'raster/texture_compressor.h',
441 'raster/texture_compressor_etc1.cc', 443 'raster/texture_compressor_etc1.cc',
442 'raster/texture_compressor_etc1.h', 444 'raster/texture_compressor_etc1.h',
443 'raster/tile_task.cc', 445 'raster/tile_task.cc',
444 'raster/tile_task.h', 446 'raster/tile_task.h',
445 'raster/tile_task_worker_pool.cc', 447 'raster/zero_copy_raster_buffer_provider.cc',
446 'raster/tile_task_worker_pool.h', 448 'raster/zero_copy_raster_buffer_provider.h',
447 'raster/zero_copy_tile_task_worker_pool.cc',
448 'raster/zero_copy_tile_task_worker_pool.h',
449 'resources/memory_history.cc', 449 'resources/memory_history.cc',
450 'resources/memory_history.h', 450 'resources/memory_history.h',
451 'resources/platform_color.h', 451 'resources/platform_color.h',
452 'resources/release_callback.h', 452 'resources/release_callback.h',
453 'resources/resource.h', 453 'resources/resource.h',
454 'resources/resource_format.cc', 454 'resources/resource_format.cc',
455 'resources/resource_format.h', 455 'resources/resource_format.h',
456 'resources/resource_pool.cc', 456 'resources/resource_pool.cc',
457 'resources/resource_pool.h', 457 'resources/resource_pool.h',
458 'resources/resource_provider.cc', 458 'resources/resource_provider.cc',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'tiles/software_image_decode_controller.cc', 519 'tiles/software_image_decode_controller.cc',
520 'tiles/software_image_decode_controller.h', 520 'tiles/software_image_decode_controller.h',
521 'tiles/tile.cc', 521 'tiles/tile.cc',
522 'tiles/tile_draw_info.cc', 522 'tiles/tile_draw_info.cc',
523 'tiles/tile_draw_info.h', 523 'tiles/tile_draw_info.h',
524 'tiles/tile.h', 524 'tiles/tile.h',
525 'tiles/tile_manager.cc', 525 'tiles/tile_manager.cc',
526 'tiles/tile_manager.h', 526 'tiles/tile_manager.h',
527 'tiles/tile_priority.cc', 527 'tiles/tile_priority.cc',
528 'tiles/tile_priority.h', 528 'tiles/tile_priority.h',
529 'tiles/tile_task_manager.cc',
530 'tiles/tile_task_manager.h',
529 'tiles/tiling_set_eviction_queue.cc', 531 'tiles/tiling_set_eviction_queue.cc',
530 'tiles/tiling_set_eviction_queue.h', 532 'tiles/tiling_set_eviction_queue.h',
531 'tiles/tiling_set_raster_queue_all.cc', 533 'tiles/tiling_set_raster_queue_all.cc',
532 'tiles/tiling_set_raster_queue_all.h', 534 'tiles/tiling_set_raster_queue_all.h',
533 'tiles/tiling_set_raster_queue_required.cc', 535 'tiles/tiling_set_raster_queue_required.cc',
534 'tiles/tiling_set_raster_queue_required.h', 536 'tiles/tiling_set_raster_queue_required.h',
535 'trees/blocking_task_runner.cc', 537 'trees/blocking_task_runner.cc',
536 'trees/blocking_task_runner.h', 538 'trees/blocking_task_runner.h',
537 'trees/channel_impl.h', 539 'trees/channel_impl.h',
538 'trees/channel_main.h', 540 'trees/channel_main.h',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'surfaces/surface_resource_holder.cc', 699 'surfaces/surface_resource_holder.cc',
698 'surfaces/surface_resource_holder.h', 700 'surfaces/surface_resource_holder.h',
699 'surfaces/surfaces_export.h', 701 'surfaces/surfaces_export.h',
700 ], 702 ],
701 'includes': [ 703 'includes': [
702 '../build/android/increase_size_for_speed.gypi', 704 '../build/android/increase_size_for_speed.gypi',
703 ], 705 ],
704 }, 706 },
705 ], 707 ],
706 } 708 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698