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

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: make reviewer happier 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
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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'resources/picture_pile_impl.h', 430 'resources/picture_pile_impl.h',
431 'resources/pixel_buffer_tile_task_worker_pool.cc', 431 'resources/pixel_buffer_tile_task_worker_pool.cc',
432 'resources/pixel_buffer_tile_task_worker_pool.h', 432 'resources/pixel_buffer_tile_task_worker_pool.h',
433 'resources/pixel_ref_map.cc', 433 'resources/pixel_ref_map.cc',
434 'resources/pixel_ref_map.h', 434 'resources/pixel_ref_map.h',
435 'resources/platform_color.h', 435 'resources/platform_color.h',
436 'resources/prioritized_resource.cc', 436 'resources/prioritized_resource.cc',
437 'resources/prioritized_resource.h', 437 'resources/prioritized_resource.h',
438 'resources/prioritized_resource_manager.cc', 438 'resources/prioritized_resource_manager.cc',
439 'resources/prioritized_resource_manager.h', 439 'resources/prioritized_resource_manager.h',
440 'resources/prioritized_tile.cc',
441 'resources/prioritized_tile.h',
440 'resources/priority_calculator.cc', 442 'resources/priority_calculator.cc',
441 'resources/priority_calculator.h', 443 'resources/priority_calculator.h',
442 'resources/raster_buffer.cc', 444 'resources/raster_buffer.cc',
443 'resources/raster_buffer.h', 445 'resources/raster_buffer.h',
444 'resources/raster_source.h', 446 'resources/raster_source.h',
445 'resources/raster_source_helper.cc', 447 'resources/raster_source_helper.cc',
446 'resources/raster_source_helper.h', 448 'resources/raster_source_helper.h',
447 'resources/raster_tile_priority_queue.cc', 449 'resources/raster_tile_priority_queue.cc',
448 'resources/raster_tile_priority_queue.h', 450 'resources/raster_tile_priority_queue.h',
449 'resources/raster_tile_priority_queue_all.cc', 451 'resources/raster_tile_priority_queue_all.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'surfaces/surface_resource_holder.cc', 628 'surfaces/surface_resource_holder.cc',
627 'surfaces/surface_resource_holder.h', 629 'surfaces/surface_resource_holder.h',
628 'surfaces/surfaces_export.h', 630 'surfaces/surfaces_export.h',
629 ], 631 ],
630 'includes': [ 632 'includes': [
631 '../build/android/increase_size_for_speed.gypi', 633 '../build/android/increase_size_for_speed.gypi',
632 ], 634 ],
633 }, 635 },
634 ], 636 ],
635 } 637 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698