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

Side by Side Diff: cc/cc.gyp

Issue 1890903002: cc: Simplify Task and its derived classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_tile_task_runner
Patch Set: nits Created 4 years, 8 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
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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'raster/raster_buffer.cc', 429 'raster/raster_buffer.cc',
430 'raster/raster_buffer.h', 430 'raster/raster_buffer.h',
431 'raster/scoped_gpu_raster.cc', 431 'raster/scoped_gpu_raster.cc',
432 'raster/scoped_gpu_raster.h', 432 'raster/scoped_gpu_raster.h',
433 'raster/single_thread_task_graph_runner.cc', 433 'raster/single_thread_task_graph_runner.cc',
434 'raster/single_thread_task_graph_runner.h', 434 'raster/single_thread_task_graph_runner.h',
435 'raster/staging_buffer_pool.cc', 435 'raster/staging_buffer_pool.cc',
436 'raster/staging_buffer_pool.h', 436 'raster/staging_buffer_pool.h',
437 'raster/synchronous_task_graph_runner.cc', 437 'raster/synchronous_task_graph_runner.cc',
438 'raster/synchronous_task_graph_runner.h', 438 'raster/synchronous_task_graph_runner.h',
439 'raster/task.cc',
440 'raster/task.h',
439 'raster/task_category.h', 441 'raster/task_category.h',
440 'raster/task_graph_runner.cc', 442 'raster/task_graph_runner.cc',
441 'raster/task_graph_runner.h', 443 'raster/task_graph_runner.h',
442 'raster/task_graph_work_queue.cc', 444 'raster/task_graph_work_queue.cc',
443 'raster/task_graph_work_queue.h', 445 'raster/task_graph_work_queue.h',
446 'raster/task_types.h',
444 'raster/texture_compressor.cc', 447 'raster/texture_compressor.cc',
445 'raster/texture_compressor.h', 448 'raster/texture_compressor.h',
446 'raster/texture_compressor_etc1.cc', 449 'raster/texture_compressor_etc1.cc',
447 'raster/texture_compressor_etc1.h', 450 'raster/texture_compressor_etc1.h',
448 'raster/tile_task_runner.cc',
449 'raster/tile_task_runner.h',
450 'raster/tile_task_worker_pool.cc', 451 'raster/tile_task_worker_pool.cc',
451 'raster/tile_task_worker_pool.h', 452 'raster/tile_task_worker_pool.h',
452 'raster/zero_copy_tile_task_worker_pool.cc', 453 'raster/zero_copy_tile_task_worker_pool.cc',
453 'raster/zero_copy_tile_task_worker_pool.h', 454 'raster/zero_copy_tile_task_worker_pool.h',
454 'resources/memory_history.cc', 455 'resources/memory_history.cc',
455 'resources/memory_history.h', 456 'resources/memory_history.h',
456 'resources/platform_color.h', 457 'resources/platform_color.h',
457 'resources/release_callback.h', 458 'resources/release_callback.h',
458 'resources/resource.h', 459 'resources/resource.h',
459 'resources/resource_format.cc', 460 'resources/resource_format.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'surfaces/surface_resource_holder.cc', 703 'surfaces/surface_resource_holder.cc',
703 'surfaces/surface_resource_holder.h', 704 'surfaces/surface_resource_holder.h',
704 'surfaces/surfaces_export.h', 705 'surfaces/surfaces_export.h',
705 ], 706 ],
706 'includes': [ 707 'includes': [
707 '../build/android/increase_size_for_speed.gypi', 708 '../build/android/increase_size_for_speed.gypi',
708 ], 709 ],
709 }, 710 },
710 ], 711 ],
711 } 712 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/bitmap_tile_task_worker_pool.h » ('j') | cc/raster/task.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698