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

Side by Side Diff: cc/cc.gyp

Issue 1888713002: cc: Merge TileTaskRunner to TileTaskWorkerPool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename_tile_task_client
Patch Set: feedback 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/bitmap_tile_task_worker_pool.h » ('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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'raster/task.cc', 437 'raster/task.cc',
438 'raster/task.h', 438 'raster/task.h',
439 'raster/task_category.h', 439 'raster/task_category.h',
440 'raster/task_graph_runner.h', 440 'raster/task_graph_runner.h',
441 'raster/task_graph_work_queue.cc', 441 'raster/task_graph_work_queue.cc',
442 'raster/task_graph_work_queue.h', 442 'raster/task_graph_work_queue.h',
443 'raster/texture_compressor.cc', 443 'raster/texture_compressor.cc',
444 'raster/texture_compressor.h', 444 'raster/texture_compressor.h',
445 'raster/texture_compressor_etc1.cc', 445 'raster/texture_compressor_etc1.cc',
446 'raster/texture_compressor_etc1.h', 446 'raster/texture_compressor_etc1.h',
447 'raster/tile_task_runner.cc', 447 'raster/tile_task.cc',
448 'raster/tile_task_runner.h', 448 'raster/tile_task.h',
449 'raster/tile_task_worker_pool.cc', 449 'raster/tile_task_worker_pool.cc',
450 'raster/tile_task_worker_pool.h', 450 'raster/tile_task_worker_pool.h',
451 'raster/zero_copy_tile_task_worker_pool.cc', 451 'raster/zero_copy_tile_task_worker_pool.cc',
452 'raster/zero_copy_tile_task_worker_pool.h', 452 'raster/zero_copy_tile_task_worker_pool.h',
453 'resources/memory_history.cc', 453 'resources/memory_history.cc',
454 'resources/memory_history.h', 454 'resources/memory_history.h',
455 'resources/platform_color.h', 455 'resources/platform_color.h',
456 'resources/release_callback.h', 456 'resources/release_callback.h',
457 'resources/resource.h', 457 'resources/resource.h',
458 'resources/resource_format.cc', 458 'resources/resource_format.cc',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'surfaces/surface_resource_holder.cc', 701 'surfaces/surface_resource_holder.cc',
702 'surfaces/surface_resource_holder.h', 702 'surfaces/surface_resource_holder.h',
703 'surfaces/surfaces_export.h', 703 'surfaces/surfaces_export.h',
704 ], 704 ],
705 'includes': [ 705 'includes': [
706 '../build/android/increase_size_for_speed.gypi', 706 '../build/android/increase_size_for_speed.gypi',
707 ], 707 ],
708 }, 708 },
709 ], 709 ],
710 } 710 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/bitmap_tile_task_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698