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

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, 4 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'resources/picture_pile.h', 378 'resources/picture_pile.h',
379 'resources/picture_pile_impl.cc', 379 'resources/picture_pile_impl.cc',
380 'resources/picture_pile_impl.h', 380 'resources/picture_pile_impl.h',
381 'resources/pixel_buffer_raster_worker_pool.cc', 381 'resources/pixel_buffer_raster_worker_pool.cc',
382 'resources/pixel_buffer_raster_worker_pool.h', 382 'resources/pixel_buffer_raster_worker_pool.h',
383 'resources/platform_color.h', 383 'resources/platform_color.h',
384 'resources/prioritized_resource.cc', 384 'resources/prioritized_resource.cc',
385 'resources/prioritized_resource.h', 385 'resources/prioritized_resource.h',
386 'resources/prioritized_resource_manager.cc', 386 'resources/prioritized_resource_manager.cc',
387 'resources/prioritized_resource_manager.h', 387 'resources/prioritized_resource_manager.h',
388 'resources/prioritized_tile_set.cc',
389 'resources/prioritized_tile_set.h',
390 'resources/priority_calculator.cc', 388 'resources/priority_calculator.cc',
391 'resources/priority_calculator.h', 389 'resources/priority_calculator.h',
392 'resources/rasterizer.cc', 390 'resources/rasterizer.cc',
393 'resources/rasterizer.h', 391 'resources/rasterizer.h',
394 'resources/raster_mode.cc', 392 'resources/raster_mode.cc',
395 'resources/raster_mode.h', 393 'resources/raster_mode.h',
396 'resources/raster_tile_priority_queue.cc', 394 'resources/raster_tile_priority_queue.cc',
397 'resources/raster_tile_priority_queue.h', 395 'resources/raster_tile_priority_queue.h',
398 'resources/raster_worker_pool.cc', 396 'resources/raster_worker_pool.cc',
399 'resources/raster_worker_pool.h', 397 'resources/raster_worker_pool.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'surfaces/surface_id_allocator.h', 521 'surfaces/surface_id_allocator.h',
524 'surfaces/surface_manager.cc', 522 'surfaces/surface_manager.cc',
525 'surfaces/surface_manager.h', 523 'surfaces/surface_manager.h',
526 'surfaces/surface_resource_holder.cc', 524 'surfaces/surface_resource_holder.cc',
527 'surfaces/surface_resource_holder.h', 525 'surfaces/surface_resource_holder.h',
528 'surfaces/surfaces_export.h', 526 'surfaces/surfaces_export.h',
529 ], 527 ],
530 }, 528 },
531 ], 529 ],
532 } 530 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/layers/picture_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698