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

Side by Side Diff: cc/cc.gyp

Issue 1130123003: cc: Separate the priority from the tile and put in new PrioritizedTile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/frame_viewer_instrumentation.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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'resources/picture_pile_impl.h', 429 'resources/picture_pile_impl.h',
430 'resources/pixel_buffer_tile_task_worker_pool.cc', 430 'resources/pixel_buffer_tile_task_worker_pool.cc',
431 'resources/pixel_buffer_tile_task_worker_pool.h', 431 'resources/pixel_buffer_tile_task_worker_pool.h',
432 'resources/pixel_ref_map.cc', 432 'resources/pixel_ref_map.cc',
433 'resources/pixel_ref_map.h', 433 'resources/pixel_ref_map.h',
434 'resources/platform_color.h', 434 'resources/platform_color.h',
435 'resources/prioritized_resource.cc', 435 'resources/prioritized_resource.cc',
436 'resources/prioritized_resource.h', 436 'resources/prioritized_resource.h',
437 'resources/prioritized_resource_manager.cc', 437 'resources/prioritized_resource_manager.cc',
438 'resources/prioritized_resource_manager.h', 438 'resources/prioritized_resource_manager.h',
439 'resources/prioritized_tile.cc',
440 'resources/prioritized_tile.h',
439 'resources/priority_calculator.cc', 441 'resources/priority_calculator.cc',
440 'resources/priority_calculator.h', 442 'resources/priority_calculator.h',
441 'resources/raster_buffer.cc', 443 'resources/raster_buffer.cc',
442 'resources/raster_buffer.h', 444 'resources/raster_buffer.h',
443 'resources/raster_source.h', 445 'resources/raster_source.h',
444 'resources/raster_source_helper.cc', 446 'resources/raster_source_helper.cc',
445 'resources/raster_source_helper.h', 447 'resources/raster_source_helper.h',
446 'resources/raster_tile_priority_queue.cc', 448 'resources/raster_tile_priority_queue.cc',
447 'resources/raster_tile_priority_queue.h', 449 'resources/raster_tile_priority_queue.h',
448 'resources/raster_tile_priority_queue_all.cc', 450 'resources/raster_tile_priority_queue_all.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'surfaces/surface_resource_holder.cc', 627 'surfaces/surface_resource_holder.cc',
626 'surfaces/surface_resource_holder.h', 628 'surfaces/surface_resource_holder.h',
627 'surfaces/surfaces_export.h', 629 'surfaces/surfaces_export.h',
628 ], 630 ],
629 'includes': [ 631 'includes': [
630 '../build/android/increase_size_for_speed.gypi', 632 '../build/android/increase_size_for_speed.gypi',
631 ], 633 ],
632 }, 634 },
633 ], 635 ],
634 } 636 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/frame_viewer_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698