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

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: update Created 6 years, 6 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/layers/heads_up_display_layer_impl.cc » ('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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'resources/picture_pile_base.h', 364 'resources/picture_pile_base.h',
365 'resources/picture_pile_impl.cc', 365 'resources/picture_pile_impl.cc',
366 'resources/picture_pile_impl.h', 366 'resources/picture_pile_impl.h',
367 'resources/pixel_buffer_raster_worker_pool.cc', 367 'resources/pixel_buffer_raster_worker_pool.cc',
368 'resources/pixel_buffer_raster_worker_pool.h', 368 'resources/pixel_buffer_raster_worker_pool.h',
369 'resources/platform_color.h', 369 'resources/platform_color.h',
370 'resources/prioritized_resource.cc', 370 'resources/prioritized_resource.cc',
371 'resources/prioritized_resource.h', 371 'resources/prioritized_resource.h',
372 'resources/prioritized_resource_manager.cc', 372 'resources/prioritized_resource_manager.cc',
373 'resources/prioritized_resource_manager.h', 373 'resources/prioritized_resource_manager.h',
374 'resources/prioritized_tile_set.cc',
375 'resources/prioritized_tile_set.h',
376 'resources/priority_calculator.cc', 374 'resources/priority_calculator.cc',
377 'resources/priority_calculator.h', 375 'resources/priority_calculator.h',
378 'resources/raster_mode.cc', 376 'resources/raster_mode.cc',
379 'resources/raster_mode.h', 377 'resources/raster_mode.h',
380 'resources/raster_worker_pool.cc', 378 'resources/raster_worker_pool.cc',
381 'resources/raster_worker_pool.h', 379 'resources/raster_worker_pool.h',
382 'resources/rasterizer.cc', 380 'resources/rasterizer.cc',
383 'resources/rasterizer.h', 381 'resources/rasterizer.h',
384 'resources/release_callback.h', 382 'resources/release_callback.h',
385 'resources/resource.cc', 383 'resources/resource.cc',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 'surfaces/surface_aggregator.cc', 495 'surfaces/surface_aggregator.cc',
498 'surfaces/surface_aggregator.h', 496 'surfaces/surface_aggregator.h',
499 'surfaces/surface_client.h', 497 'surfaces/surface_client.h',
500 'surfaces/surface_manager.cc', 498 'surfaces/surface_manager.cc',
501 'surfaces/surface_manager.h', 499 'surfaces/surface_manager.h',
502 'surfaces/surfaces_export.h', 500 'surfaces/surfaces_export.h',
503 ], 501 ],
504 }, 502 },
505 ], 503 ],
506 } 504 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/layers/heads_up_display_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698