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

Side by Side Diff: cc/cc.gyp

Issue 956813002: Remove unused transparency display items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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/blink/web_display_item_list_impl.cc ('k') | cc/resources/transparency_display_item.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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'resources/tiling_set_eviction_queue.cc', 495 'resources/tiling_set_eviction_queue.cc',
496 'resources/tiling_set_eviction_queue.h', 496 'resources/tiling_set_eviction_queue.h',
497 'resources/tiling_set_raster_queue_all.cc', 497 'resources/tiling_set_raster_queue_all.cc',
498 'resources/tiling_set_raster_queue_all.h', 498 'resources/tiling_set_raster_queue_all.h',
499 'resources/tiling_set_raster_queue_required.cc', 499 'resources/tiling_set_raster_queue_required.cc',
500 'resources/tiling_set_raster_queue_required.h', 500 'resources/tiling_set_raster_queue_required.h',
501 'resources/transferable_resource.cc', 501 'resources/transferable_resource.cc',
502 'resources/transferable_resource.h', 502 'resources/transferable_resource.h',
503 'resources/transform_display_item.cc', 503 'resources/transform_display_item.cc',
504 'resources/transform_display_item.h', 504 'resources/transform_display_item.h',
505 'resources/transparency_display_item.cc',
506 'resources/transparency_display_item.h',
507 'resources/ui_resource_bitmap.cc', 505 'resources/ui_resource_bitmap.cc',
508 'resources/ui_resource_bitmap.h', 506 'resources/ui_resource_bitmap.h',
509 'resources/ui_resource_client.h', 507 'resources/ui_resource_client.h',
510 'resources/ui_resource_request.cc', 508 'resources/ui_resource_request.cc',
511 'resources/ui_resource_request.h', 509 'resources/ui_resource_request.h',
512 'resources/video_resource_updater.cc', 510 'resources/video_resource_updater.cc',
513 'resources/video_resource_updater.h', 511 'resources/video_resource_updater.h',
514 'resources/zero_copy_tile_task_worker_pool.cc', 512 'resources/zero_copy_tile_task_worker_pool.cc',
515 'resources/zero_copy_tile_task_worker_pool.h', 513 'resources/zero_copy_tile_task_worker_pool.h',
516 'scheduler/begin_frame_source.cc', 514 'scheduler/begin_frame_source.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 'surfaces/surface_resource_holder.cc', 608 'surfaces/surface_resource_holder.cc',
611 'surfaces/surface_resource_holder.h', 609 'surfaces/surface_resource_holder.h',
612 'surfaces/surfaces_export.h', 610 'surfaces/surfaces_export.h',
613 ], 611 ],
614 'includes': [ 612 'includes': [
615 '../build/android/increase_size_for_speed.gypi', 613 '../build/android/increase_size_for_speed.gypi',
616 ], 614 ],
617 }, 615 },
618 ], 616 ],
619 } 617 }
OLDNEW
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/resources/transparency_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698