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

Side by Side Diff: cc/cc.gyp

Issue 1854723002: cc: Simplify task and its derived classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected scope of dependencies. 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'quads/surface_draw_quad.cc', 417 'quads/surface_draw_quad.cc',
418 'quads/surface_draw_quad.h', 418 'quads/surface_draw_quad.h',
419 'quads/texture_draw_quad.cc', 419 'quads/texture_draw_quad.cc',
420 'quads/texture_draw_quad.h', 420 'quads/texture_draw_quad.h',
421 'quads/tile_draw_quad.cc', 421 'quads/tile_draw_quad.cc',
422 'quads/tile_draw_quad.h', 422 'quads/tile_draw_quad.h',
423 'quads/yuv_video_draw_quad.cc', 423 'quads/yuv_video_draw_quad.cc',
424 'quads/yuv_video_draw_quad.h', 424 'quads/yuv_video_draw_quad.h',
425 'raster/bitmap_tile_task_worker_pool.cc', 425 'raster/bitmap_tile_task_worker_pool.cc',
426 'raster/bitmap_tile_task_worker_pool.h', 426 'raster/bitmap_tile_task_worker_pool.h',
427 'raster/task.cc',
428 'raster/task.h',
427 'raster/gpu_rasterizer.cc', 429 'raster/gpu_rasterizer.cc',
428 'raster/gpu_rasterizer.h', 430 'raster/gpu_rasterizer.h',
429 'raster/gpu_tile_task_worker_pool.cc', 431 'raster/gpu_tile_task_worker_pool.cc',
430 'raster/gpu_tile_task_worker_pool.h', 432 'raster/gpu_tile_task_worker_pool.h',
431 'raster/one_copy_tile_task_worker_pool.cc', 433 'raster/one_copy_tile_task_worker_pool.cc',
432 'raster/one_copy_tile_task_worker_pool.h', 434 'raster/one_copy_tile_task_worker_pool.h',
433 'raster/raster_buffer.cc', 435 'raster/raster_buffer.cc',
434 'raster/raster_buffer.h', 436 'raster/raster_buffer.h',
435 'raster/scoped_gpu_raster.cc', 437 'raster/scoped_gpu_raster.cc',
436 'raster/scoped_gpu_raster.h', 438 'raster/scoped_gpu_raster.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'surfaces/surface_resource_holder.cc', 706 'surfaces/surface_resource_holder.cc',
705 'surfaces/surface_resource_holder.h', 707 'surfaces/surface_resource_holder.h',
706 'surfaces/surfaces_export.h', 708 'surfaces/surfaces_export.h',
707 ], 709 ],
708 'includes': [ 710 'includes': [
709 '../build/android/increase_size_for_speed.gypi', 711 '../build/android/increase_size_for_speed.gypi',
710 ], 712 ],
711 }, 713 },
712 ], 714 ],
713 } 715 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/bitmap_tile_task_worker_pool.h » ('j') | cc/tiles/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698