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

Side by Side Diff: cc/cc.gyp

Issue 741683003: cc: Move LayerEvictionTileIterator to a separate file and make it a queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl.h » ('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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'resources/texture_mailbox_deleter.cc', 446 'resources/texture_mailbox_deleter.cc',
447 'resources/texture_mailbox_deleter.h', 447 'resources/texture_mailbox_deleter.h',
448 'resources/texture_uploader.cc', 448 'resources/texture_uploader.cc',
449 'resources/texture_uploader.h', 449 'resources/texture_uploader.h',
450 'resources/tile.cc', 450 'resources/tile.cc',
451 'resources/tile.h', 451 'resources/tile.h',
452 'resources/tile_manager.cc', 452 'resources/tile_manager.cc',
453 'resources/tile_manager.h', 453 'resources/tile_manager.h',
454 'resources/tile_priority.cc', 454 'resources/tile_priority.cc',
455 'resources/tile_priority.h', 455 'resources/tile_priority.h',
456 'resources/tiling_set_eviction_queue.cc',
457 'resources/tiling_set_eviction_queue.h',
456 'resources/transferable_resource.cc', 458 'resources/transferable_resource.cc',
457 'resources/transferable_resource.h', 459 'resources/transferable_resource.h',
458 'resources/ui_resource_bitmap.cc', 460 'resources/ui_resource_bitmap.cc',
459 'resources/ui_resource_bitmap.h', 461 'resources/ui_resource_bitmap.h',
460 'resources/ui_resource_client.h', 462 'resources/ui_resource_client.h',
461 'resources/ui_resource_request.cc', 463 'resources/ui_resource_request.cc',
462 'resources/ui_resource_request.h', 464 'resources/ui_resource_request.h',
463 'resources/video_resource_updater.cc', 465 'resources/video_resource_updater.cc',
464 'resources/video_resource_updater.h', 466 'resources/video_resource_updater.h',
465 'resources/zero_copy_raster_worker_pool.cc', 467 'resources/zero_copy_raster_worker_pool.cc',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'surfaces/surface_resource_holder.cc', 552 'surfaces/surface_resource_holder.cc',
551 'surfaces/surface_resource_holder.h', 553 'surfaces/surface_resource_holder.h',
552 'surfaces/surfaces_export.h', 554 'surfaces/surfaces_export.h',
553 ], 555 ],
554 'includes': [ 556 'includes': [
555 '../build/android/increase_size_for_speed.gypi', 557 '../build/android/increase_size_for_speed.gypi',
556 ], 558 ],
557 }, 559 },
558 ], 560 ],
559 } 561 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698