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

Side by Side Diff: cc/BUILD.gn

Issue 742343002: cc: Move LayerRasterTileIterator to a separate file and make it a queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 "resources/texture_uploader.cc", 436 "resources/texture_uploader.cc",
437 "resources/texture_uploader.h", 437 "resources/texture_uploader.h",
438 "resources/tile.cc", 438 "resources/tile.cc",
439 "resources/tile.h", 439 "resources/tile.h",
440 "resources/tile_manager.cc", 440 "resources/tile_manager.cc",
441 "resources/tile_manager.h", 441 "resources/tile_manager.h",
442 "resources/tile_priority.cc", 442 "resources/tile_priority.cc",
443 "resources/tile_priority.h", 443 "resources/tile_priority.h",
444 "resources/tiling_set_eviction_queue.cc", 444 "resources/tiling_set_eviction_queue.cc",
445 "resources/tiling_set_eviction_queue.h", 445 "resources/tiling_set_eviction_queue.h",
446 "resources/tiling_set_raster_queue.cc",
447 "resources/tiling_set_raster_queue.h",
446 "resources/transferable_resource.cc", 448 "resources/transferable_resource.cc",
447 "resources/transferable_resource.h", 449 "resources/transferable_resource.h",
448 "resources/transform_display_item.cc", 450 "resources/transform_display_item.cc",
449 "resources/transform_display_item.h", 451 "resources/transform_display_item.h",
450 "resources/transparency_display_item.cc", 452 "resources/transparency_display_item.cc",
451 "resources/transparency_display_item.h", 453 "resources/transparency_display_item.h",
452 "resources/ui_resource_bitmap.cc", 454 "resources/ui_resource_bitmap.cc",
453 "resources/ui_resource_bitmap.h", 455 "resources/ui_resource_bitmap.h",
454 "resources/ui_resource_client.h", 456 "resources/ui_resource_client.h",
455 "resources/ui_resource_request.cc", 457 "resources/ui_resource_request.cc",
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 "//media", 873 "//media",
872 "//skia", 874 "//skia",
873 "//testing/gmock", 875 "//testing/gmock",
874 "//testing/gtest", 876 "//testing/gtest",
875 "//testing/perf", 877 "//testing/perf",
876 "//ui/gfx", 878 "//ui/gfx",
877 "//ui/gfx/geometry", 879 "//ui/gfx/geometry",
878 "//ui/gl", 880 "//ui/gl",
879 ] 881 ]
880 } 882 }
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