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

Side by Side Diff: cc/cc.gyp

Issue 367833003: cc: Start using raster/eviction iterators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'resources/picture_pile_base.h', 367 'resources/picture_pile_base.h',
368 'resources/picture_pile_impl.cc', 368 'resources/picture_pile_impl.cc',
369 'resources/picture_pile_impl.h', 369 'resources/picture_pile_impl.h',
370 'resources/pixel_buffer_raster_worker_pool.cc', 370 'resources/pixel_buffer_raster_worker_pool.cc',
371 'resources/pixel_buffer_raster_worker_pool.h', 371 'resources/pixel_buffer_raster_worker_pool.h',
372 'resources/platform_color.h', 372 'resources/platform_color.h',
373 'resources/prioritized_resource.cc', 373 'resources/prioritized_resource.cc',
374 'resources/prioritized_resource.h', 374 'resources/prioritized_resource.h',
375 'resources/prioritized_resource_manager.cc', 375 'resources/prioritized_resource_manager.cc',
376 'resources/prioritized_resource_manager.h', 376 'resources/prioritized_resource_manager.h',
377 'resources/prioritized_tile_set.cc',
378 'resources/prioritized_tile_set.h',
379 'resources/priority_calculator.cc', 377 'resources/priority_calculator.cc',
380 'resources/priority_calculator.h', 378 'resources/priority_calculator.h',
381 'resources/raster_mode.cc', 379 'resources/raster_mode.cc',
382 'resources/raster_mode.h', 380 'resources/raster_mode.h',
383 'resources/raster_worker_pool.cc', 381 'resources/raster_worker_pool.cc',
384 'resources/raster_worker_pool.h', 382 'resources/raster_worker_pool.h',
385 'resources/rasterizer.cc', 383 'resources/rasterizer.cc',
386 'resources/rasterizer.h', 384 'resources/rasterizer.h',
387 'resources/release_callback.h', 385 'resources/release_callback.h',
388 'resources/resource.cc', 386 'resources/resource.cc',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'surfaces/surface_id_allocator.h', 506 'surfaces/surface_id_allocator.h',
509 'surfaces/surface_manager.cc', 507 'surfaces/surface_manager.cc',
510 'surfaces/surface_manager.h', 508 'surfaces/surface_manager.h',
511 'surfaces/surface_resource_holder.cc', 509 'surfaces/surface_resource_holder.cc',
512 'surfaces/surface_resource_holder.h', 510 'surfaces/surface_resource_holder.h',
513 'surfaces/surfaces_export.h', 511 'surfaces/surfaces_export.h',
514 ], 512 ],
515 }, 513 },
516 ], 514 ],
517 } 515 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/layers/heads_up_display_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698