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

Side by Side Diff: cc/cc.gyp

Issue 165603002: cc: Move GPU raster to DirectRasterWorkerPool. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'quads/tile_draw_quad.cc', 308 'quads/tile_draw_quad.cc',
309 'quads/tile_draw_quad.h', 309 'quads/tile_draw_quad.h',
310 'quads/yuv_video_draw_quad.cc', 310 'quads/yuv_video_draw_quad.cc',
311 'quads/yuv_video_draw_quad.h', 311 'quads/yuv_video_draw_quad.h',
312 'resources/bitmap_content_layer_updater.cc', 312 'resources/bitmap_content_layer_updater.cc',
313 'resources/bitmap_content_layer_updater.h', 313 'resources/bitmap_content_layer_updater.h',
314 'resources/bitmap_skpicture_content_layer_updater.cc', 314 'resources/bitmap_skpicture_content_layer_updater.cc',
315 'resources/bitmap_skpicture_content_layer_updater.h', 315 'resources/bitmap_skpicture_content_layer_updater.h',
316 'resources/content_layer_updater.cc', 316 'resources/content_layer_updater.cc',
317 'resources/content_layer_updater.h', 317 'resources/content_layer_updater.h',
318 'resources/direct_raster_worker_pool.cc',
319 'resources/direct_raster_worker_pool.h',
318 'resources/image_layer_updater.cc', 320 'resources/image_layer_updater.cc',
319 'resources/image_layer_updater.h', 321 'resources/image_layer_updater.h',
320 'resources/image_raster_worker_pool.cc', 322 'resources/image_raster_worker_pool.cc',
321 'resources/image_raster_worker_pool.h', 323 'resources/image_raster_worker_pool.h',
322 'resources/layer_painter.h', 324 'resources/layer_painter.h',
323 'resources/layer_quad.cc', 325 'resources/layer_quad.cc',
324 'resources/layer_quad.h', 326 'resources/layer_quad.h',
325 'resources/layer_tiling_data.cc', 327 'resources/layer_tiling_data.cc',
326 'resources/layer_tiling_data.h', 328 'resources/layer_tiling_data.h',
327 'resources/layer_updater.cc', 329 'resources/layer_updater.cc',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'surfaces/surface.h', 473 'surfaces/surface.h',
472 'surfaces/surface_aggregator.cc', 474 'surfaces/surface_aggregator.cc',
473 'surfaces/surface_aggregator.h', 475 'surfaces/surface_aggregator.h',
474 'surfaces/surface_manager.cc', 476 'surfaces/surface_manager.cc',
475 'surfaces/surface_manager.h', 477 'surfaces/surface_manager.h',
476 'surfaces/surfaces_export.h', 478 'surfaces/surfaces_export.h',
477 ], 479 ],
478 }, 480 },
479 ], 481 ],
480 } 482 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/direct_raster_worker_pool.h » ('j') | cc/resources/direct_raster_worker_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698