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

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: nits Created 6 years, 7 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
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/output/delegating_renderer.cc » ('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 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'surfaces/surface.h', 487 'surfaces/surface.h',
486 'surfaces/surface_aggregator.cc', 488 'surfaces/surface_aggregator.cc',
487 'surfaces/surface_aggregator.h', 489 'surfaces/surface_aggregator.h',
488 'surfaces/surface_manager.cc', 490 'surfaces/surface_manager.cc',
489 'surfaces/surface_manager.h', 491 'surfaces/surface_manager.h',
490 'surfaces/surfaces_export.h', 492 'surfaces/surfaces_export.h',
491 ], 493 ],
492 }, 494 },
493 ], 495 ],
494 } 496 }
OLDNEW
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | cc/output/delegating_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698