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

Side by Side Diff: cc/cc.gyp

Issue 246673005: cc: Start using raster/eviction iterators in tile manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/resources/picture_layer_tiling.h » ('J')
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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'resources/picture_pile_base.h', 352 'resources/picture_pile_base.h',
353 'resources/picture_pile_impl.cc', 353 'resources/picture_pile_impl.cc',
354 'resources/picture_pile_impl.h', 354 'resources/picture_pile_impl.h',
355 'resources/pixel_buffer_raster_worker_pool.cc', 355 'resources/pixel_buffer_raster_worker_pool.cc',
356 'resources/pixel_buffer_raster_worker_pool.h', 356 'resources/pixel_buffer_raster_worker_pool.h',
357 'resources/platform_color.h', 357 'resources/platform_color.h',
358 'resources/prioritized_resource.cc', 358 'resources/prioritized_resource.cc',
359 'resources/prioritized_resource.h', 359 'resources/prioritized_resource.h',
360 'resources/prioritized_resource_manager.cc', 360 'resources/prioritized_resource_manager.cc',
361 'resources/prioritized_resource_manager.h', 361 'resources/prioritized_resource_manager.h',
362 'resources/prioritized_tile_set.cc',
363 'resources/prioritized_tile_set.h',
364 'resources/priority_calculator.cc', 362 'resources/priority_calculator.cc',
365 'resources/priority_calculator.h', 363 'resources/priority_calculator.h',
366 'resources/raster_mode.cc', 364 'resources/raster_mode.cc',
367 'resources/raster_mode.h', 365 'resources/raster_mode.h',
368 'resources/raster_worker_pool.cc', 366 'resources/raster_worker_pool.cc',
369 'resources/raster_worker_pool.h', 367 'resources/raster_worker_pool.h',
370 'resources/rasterizer.cc', 368 'resources/rasterizer.cc',
371 'resources/rasterizer.h', 369 'resources/rasterizer.h',
372 'resources/rasterizer_delegate.cc', 370 'resources/rasterizer_delegate.cc',
373 'resources/rasterizer_delegate.h', 371 'resources/rasterizer_delegate.h',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'surfaces/surface.h', 485 'surfaces/surface.h',
488 'surfaces/surface_aggregator.cc', 486 'surfaces/surface_aggregator.cc',
489 'surfaces/surface_aggregator.h', 487 'surfaces/surface_aggregator.h',
490 'surfaces/surface_manager.cc', 488 'surfaces/surface_manager.cc',
491 'surfaces/surface_manager.h', 489 'surfaces/surface_manager.h',
492 'surfaces/surfaces_export.h', 490 'surfaces/surfaces_export.h',
493 ], 491 ],
494 }, 492 },
495 ], 493 ],
496 } 494 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/resources/picture_layer_tiling.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698