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

Side by Side Diff: cc/BUILD.gn

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 | « no previous file | cc/cc.gyp » ('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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "resources/tile_manager.cc", 460 "resources/tile_manager.cc",
461 "resources/tile_manager.h", 461 "resources/tile_manager.h",
462 "resources/tile_priority.cc", 462 "resources/tile_priority.cc",
463 "resources/tile_priority.h", 463 "resources/tile_priority.h",
464 "resources/tiling_set_eviction_queue.cc", 464 "resources/tiling_set_eviction_queue.cc",
465 "resources/tiling_set_eviction_queue.h", 465 "resources/tiling_set_eviction_queue.h",
466 "resources/tiling_set_raster_queue_all.cc", 466 "resources/tiling_set_raster_queue_all.cc",
467 "resources/tiling_set_raster_queue_all.h", 467 "resources/tiling_set_raster_queue_all.h",
468 "resources/tiling_set_raster_queue_required.cc", 468 "resources/tiling_set_raster_queue_required.cc",
469 "resources/tiling_set_raster_queue_required.h", 469 "resources/tiling_set_raster_queue_required.h",
470 "resources/tiling_set_raster_queue.h",
471 "resources/transferable_resource.cc", 470 "resources/transferable_resource.cc",
472 "resources/transferable_resource.h", 471 "resources/transferable_resource.h",
473 "resources/transform_display_item.cc", 472 "resources/transform_display_item.cc",
474 "resources/transform_display_item.h", 473 "resources/transform_display_item.h",
475 "resources/transparency_display_item.cc", 474 "resources/transparency_display_item.cc",
476 "resources/transparency_display_item.h", 475 "resources/transparency_display_item.h",
477 "resources/ui_resource_bitmap.cc", 476 "resources/ui_resource_bitmap.cc",
478 "resources/ui_resource_bitmap.h", 477 "resources/ui_resource_bitmap.h",
479 "resources/ui_resource_client.h", 478 "resources/ui_resource_client.h",
480 "resources/ui_resource_request.cc", 479 "resources/ui_resource_request.cc",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "//media", 910 "//media",
912 "//skia", 911 "//skia",
913 "//testing/gmock", 912 "//testing/gmock",
914 "//testing/gtest", 913 "//testing/gtest",
915 "//testing/perf", 914 "//testing/perf",
916 "//ui/gfx", 915 "//ui/gfx",
917 "//ui/gfx/geometry", 916 "//ui/gfx/geometry",
918 "//ui/gl", 917 "//ui/gl",
919 ] 918 ]
920 } 919 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698