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

Side by Side Diff: cc/cc.gyp

Issue 1861623003: cc: Refactor OneCopyTileTaskWorkerPool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dependency_task
Patch Set: refactor one copy. 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'raster/gpu_tile_task_worker_pool.cc', 431 'raster/gpu_tile_task_worker_pool.cc',
432 'raster/gpu_tile_task_worker_pool.h', 432 'raster/gpu_tile_task_worker_pool.h',
433 'raster/one_copy_tile_task_worker_pool.cc', 433 'raster/one_copy_tile_task_worker_pool.cc',
434 'raster/one_copy_tile_task_worker_pool.h', 434 'raster/one_copy_tile_task_worker_pool.h',
435 'raster/raster_buffer.cc', 435 'raster/raster_buffer.cc',
436 'raster/raster_buffer.h', 436 'raster/raster_buffer.h',
437 'raster/scoped_gpu_raster.cc', 437 'raster/scoped_gpu_raster.cc',
438 'raster/scoped_gpu_raster.h', 438 'raster/scoped_gpu_raster.h',
439 'raster/single_thread_task_graph_runner.cc', 439 'raster/single_thread_task_graph_runner.cc',
440 'raster/single_thread_task_graph_runner.h', 440 'raster/single_thread_task_graph_runner.h',
441 'raster/staging_buffer_pool.cc',
442 'raster/staging_buffer_pool.h',
441 'raster/synchronous_task_graph_runner.cc', 443 'raster/synchronous_task_graph_runner.cc',
442 'raster/synchronous_task_graph_runner.h', 444 'raster/synchronous_task_graph_runner.h',
443 'raster/task_category.h', 445 'raster/task_category.h',
444 'raster/task_graph_runner.cc', 446 'raster/task_graph_runner.cc',
445 'raster/task_graph_runner.h', 447 'raster/task_graph_runner.h',
446 'raster/task_graph_work_queue.cc', 448 'raster/task_graph_work_queue.cc',
447 'raster/task_graph_work_queue.h', 449 'raster/task_graph_work_queue.h',
448 'raster/texture_compressor.cc', 450 'raster/texture_compressor.cc',
449 'raster/texture_compressor.h', 451 'raster/texture_compressor.h',
450 'raster/texture_compressor_etc1.cc', 452 'raster/texture_compressor_etc1.cc',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'surfaces/surface_resource_holder.cc', 708 'surfaces/surface_resource_holder.cc',
707 'surfaces/surface_resource_holder.h', 709 'surfaces/surface_resource_holder.h',
708 'surfaces/surfaces_export.h', 710 'surfaces/surfaces_export.h',
709 ], 711 ],
710 'includes': [ 712 'includes': [
711 '../build/android/increase_size_for_speed.gypi', 713 '../build/android/increase_size_for_speed.gypi',
712 ], 714 ],
713 }, 715 },
714 ], 716 ],
715 } 717 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698