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

Side by Side Diff: cc/BUILD.gn

Issue 956813002: Remove unused transparency display items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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 | « no previous file | cc/blink/web_display_item_list_impl.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "resources/tiling_set_eviction_queue.cc", 468 "resources/tiling_set_eviction_queue.cc",
469 "resources/tiling_set_eviction_queue.h", 469 "resources/tiling_set_eviction_queue.h",
470 "resources/tiling_set_raster_queue_all.cc", 470 "resources/tiling_set_raster_queue_all.cc",
471 "resources/tiling_set_raster_queue_all.h", 471 "resources/tiling_set_raster_queue_all.h",
472 "resources/tiling_set_raster_queue_required.cc", 472 "resources/tiling_set_raster_queue_required.cc",
473 "resources/tiling_set_raster_queue_required.h", 473 "resources/tiling_set_raster_queue_required.h",
474 "resources/transferable_resource.cc", 474 "resources/transferable_resource.cc",
475 "resources/transferable_resource.h", 475 "resources/transferable_resource.h",
476 "resources/transform_display_item.cc", 476 "resources/transform_display_item.cc",
477 "resources/transform_display_item.h", 477 "resources/transform_display_item.h",
478 "resources/transparency_display_item.cc",
479 "resources/transparency_display_item.h",
480 "resources/ui_resource_bitmap.cc", 478 "resources/ui_resource_bitmap.cc",
481 "resources/ui_resource_bitmap.h", 479 "resources/ui_resource_bitmap.h",
482 "resources/ui_resource_client.h", 480 "resources/ui_resource_client.h",
483 "resources/ui_resource_request.cc", 481 "resources/ui_resource_request.cc",
484 "resources/ui_resource_request.h", 482 "resources/ui_resource_request.h",
485 "resources/video_resource_updater.cc", 483 "resources/video_resource_updater.cc",
486 "resources/video_resource_updater.h", 484 "resources/video_resource_updater.h",
487 "resources/zero_copy_tile_task_worker_pool.cc", 485 "resources/zero_copy_tile_task_worker_pool.cc",
488 "resources/zero_copy_tile_task_worker_pool.h", 486 "resources/zero_copy_tile_task_worker_pool.h",
489 "scheduler/begin_frame_source.cc", 487 "scheduler/begin_frame_source.cc",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 "//media", 918 "//media",
921 "//skia", 919 "//skia",
922 "//testing/gmock", 920 "//testing/gmock",
923 "//testing/gtest", 921 "//testing/gtest",
924 "//testing/perf", 922 "//testing/perf",
925 "//ui/gfx", 923 "//ui/gfx",
926 "//ui/gfx/geometry", 924 "//ui/gfx/geometry",
927 "//ui/gl", 925 "//ui/gl",
928 ] 926 ]
929 } 927 }
OLDNEW
« no previous file with comments | « no previous file | cc/blink/web_display_item_list_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698