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

Side by Side Diff: cc/cc.gyp

Issue 816453008: cc: Split tiling set raster queues into all and required. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'resources/tile.cc', 471 'resources/tile.cc',
472 'resources/tile.h', 472 'resources/tile.h',
473 'resources/tile_draw_info.cc', 473 'resources/tile_draw_info.cc',
474 'resources/tile_draw_info.h', 474 'resources/tile_draw_info.h',
475 'resources/tile_manager.cc', 475 'resources/tile_manager.cc',
476 'resources/tile_manager.h', 476 'resources/tile_manager.h',
477 'resources/tile_priority.cc', 477 'resources/tile_priority.cc',
478 'resources/tile_priority.h', 478 'resources/tile_priority.h',
479 'resources/tiling_set_eviction_queue.cc', 479 'resources/tiling_set_eviction_queue.cc',
480 'resources/tiling_set_eviction_queue.h', 480 'resources/tiling_set_eviction_queue.h',
481 'resources/tiling_set_raster_queue.cc', 481 'resources/tiling_set_raster_queue_all.cc',
482 'resources/tiling_set_raster_queue_all.h',
483 'resources/tiling_set_raster_queue_required.cc',
484 'resources/tiling_set_raster_queue_required.h',
482 'resources/tiling_set_raster_queue.h', 485 'resources/tiling_set_raster_queue.h',
483 'resources/transferable_resource.cc', 486 'resources/transferable_resource.cc',
484 'resources/transferable_resource.h', 487 'resources/transferable_resource.h',
485 'resources/transform_display_item.cc', 488 'resources/transform_display_item.cc',
486 'resources/transform_display_item.h', 489 'resources/transform_display_item.h',
487 'resources/transparency_display_item.cc', 490 'resources/transparency_display_item.cc',
488 'resources/transparency_display_item.h', 491 'resources/transparency_display_item.h',
489 'resources/ui_resource_bitmap.cc', 492 'resources/ui_resource_bitmap.cc',
490 'resources/ui_resource_bitmap.h', 493 'resources/ui_resource_bitmap.h',
491 'resources/ui_resource_client.h', 494 'resources/ui_resource_client.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'surfaces/surface_resource_holder.cc', 591 'surfaces/surface_resource_holder.cc',
589 'surfaces/surface_resource_holder.h', 592 'surfaces/surface_resource_holder.h',
590 'surfaces/surfaces_export.h', 593 'surfaces/surfaces_export.h',
591 ], 594 ],
592 'includes': [ 595 'includes': [
593 '../build/android/increase_size_for_speed.gypi', 596 '../build/android/increase_size_for_speed.gypi',
594 ], 597 ],
595 }, 598 },
596 ], 599 ],
597 } 600 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698