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

Side by Side Diff: cc/cc.gyp

Issue 866883003: cc: Remove TilingSetRasterQueue virtual base. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp/gn 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl_perftest.cc » ('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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'resources/tile_manager.cc', 487 'resources/tile_manager.cc',
488 'resources/tile_manager.h', 488 'resources/tile_manager.h',
489 'resources/tile_priority.cc', 489 'resources/tile_priority.cc',
490 'resources/tile_priority.h', 490 'resources/tile_priority.h',
491 'resources/tiling_set_eviction_queue.cc', 491 'resources/tiling_set_eviction_queue.cc',
492 'resources/tiling_set_eviction_queue.h', 492 'resources/tiling_set_eviction_queue.h',
493 'resources/tiling_set_raster_queue_all.cc', 493 'resources/tiling_set_raster_queue_all.cc',
494 'resources/tiling_set_raster_queue_all.h', 494 'resources/tiling_set_raster_queue_all.h',
495 'resources/tiling_set_raster_queue_required.cc', 495 'resources/tiling_set_raster_queue_required.cc',
496 'resources/tiling_set_raster_queue_required.h', 496 'resources/tiling_set_raster_queue_required.h',
497 'resources/tiling_set_raster_queue.h',
498 'resources/transferable_resource.cc', 497 'resources/transferable_resource.cc',
499 'resources/transferable_resource.h', 498 'resources/transferable_resource.h',
500 'resources/transform_display_item.cc', 499 'resources/transform_display_item.cc',
501 'resources/transform_display_item.h', 500 'resources/transform_display_item.h',
502 'resources/transparency_display_item.cc', 501 'resources/transparency_display_item.cc',
503 'resources/transparency_display_item.h', 502 'resources/transparency_display_item.h',
504 'resources/ui_resource_bitmap.cc', 503 'resources/ui_resource_bitmap.cc',
505 'resources/ui_resource_bitmap.h', 504 'resources/ui_resource_bitmap.h',
506 'resources/ui_resource_client.h', 505 'resources/ui_resource_client.h',
507 'resources/ui_resource_request.cc', 506 'resources/ui_resource_request.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'surfaces/surface_resource_holder.cc', 602 'surfaces/surface_resource_holder.cc',
604 'surfaces/surface_resource_holder.h', 603 'surfaces/surface_resource_holder.h',
605 'surfaces/surfaces_export.h', 604 'surfaces/surfaces_export.h',
606 ], 605 ],
607 'includes': [ 606 'includes': [
608 '../build/android/increase_size_for_speed.gypi', 607 '../build/android/increase_size_for_speed.gypi',
609 ], 608 ],
610 }, 609 },
611 ], 610 ],
612 } 611 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/picture_layer_impl_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698