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

Side by Side Diff: cc/cc.gyp

Issue 236313006: cc: Add initial GPU-to-GPU copy rasterizer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'resources/bitmap_skpicture_content_layer_updater.cc', 322 'resources/bitmap_skpicture_content_layer_updater.cc',
323 'resources/bitmap_skpicture_content_layer_updater.h', 323 'resources/bitmap_skpicture_content_layer_updater.h',
324 'resources/content_layer_updater.cc', 324 'resources/content_layer_updater.cc',
325 'resources/content_layer_updater.h', 325 'resources/content_layer_updater.h',
326 'resources/direct_raster_worker_pool.cc', 326 'resources/direct_raster_worker_pool.cc',
327 'resources/direct_raster_worker_pool.h', 327 'resources/direct_raster_worker_pool.h',
328 'resources/image_layer_updater.cc', 328 'resources/image_layer_updater.cc',
329 'resources/image_layer_updater.h', 329 'resources/image_layer_updater.h',
330 'resources/image_raster_worker_pool.cc', 330 'resources/image_raster_worker_pool.cc',
331 'resources/image_raster_worker_pool.h', 331 'resources/image_raster_worker_pool.h',
332 'resources/image_copy_raster_worker_pool.cc',
333 'resources/image_copy_raster_worker_pool.h',
332 'resources/layer_painter.h', 334 'resources/layer_painter.h',
333 'resources/layer_quad.cc', 335 'resources/layer_quad.cc',
334 'resources/layer_quad.h', 336 'resources/layer_quad.h',
335 'resources/layer_tiling_data.cc', 337 'resources/layer_tiling_data.cc',
336 'resources/layer_tiling_data.h', 338 'resources/layer_tiling_data.h',
337 'resources/layer_updater.cc', 339 'resources/layer_updater.cc',
338 'resources/layer_updater.h', 340 'resources/layer_updater.h',
339 'resources/managed_tile_state.cc', 341 'resources/managed_tile_state.cc',
340 'resources/managed_tile_state.h', 342 'resources/managed_tile_state.h',
341 'resources/memory_history.cc', 343 'resources/memory_history.cc',
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'surfaces/surface.h', 489 'surfaces/surface.h',
488 'surfaces/surface_aggregator.cc', 490 'surfaces/surface_aggregator.cc',
489 'surfaces/surface_aggregator.h', 491 'surfaces/surface_aggregator.h',
490 'surfaces/surface_manager.cc', 492 'surfaces/surface_manager.cc',
491 'surfaces/surface_manager.h', 493 'surfaces/surface_manager.h',
492 'surfaces/surfaces_export.h', 494 'surfaces/surfaces_export.h',
493 ], 495 ],
494 }, 496 },
495 ], 497 ],
496 } 498 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/image_copy_raster_worker_pool.h » ('j') | cc/resources/image_copy_raster_worker_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698