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

Side by Side Diff: cc/BUILD.gn

Issue 741683003: cc: Move LayerEvictionTileIterator 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "resources/texture_mailbox_deleter.cc", 417 "resources/texture_mailbox_deleter.cc",
418 "resources/texture_mailbox_deleter.h", 418 "resources/texture_mailbox_deleter.h",
419 "resources/texture_uploader.cc", 419 "resources/texture_uploader.cc",
420 "resources/texture_uploader.h", 420 "resources/texture_uploader.h",
421 "resources/tile.cc", 421 "resources/tile.cc",
422 "resources/tile.h", 422 "resources/tile.h",
423 "resources/tile_manager.cc", 423 "resources/tile_manager.cc",
424 "resources/tile_manager.h", 424 "resources/tile_manager.h",
425 "resources/tile_priority.cc", 425 "resources/tile_priority.cc",
426 "resources/tile_priority.h", 426 "resources/tile_priority.h",
427 "resources/tiling_set_eviction_queue.cc",
428 "resources/tiling_set_eviction_queue.h",
427 "resources/transferable_resource.cc", 429 "resources/transferable_resource.cc",
428 "resources/transferable_resource.h", 430 "resources/transferable_resource.h",
429 "resources/ui_resource_bitmap.cc", 431 "resources/ui_resource_bitmap.cc",
430 "resources/ui_resource_bitmap.h", 432 "resources/ui_resource_bitmap.h",
431 "resources/ui_resource_client.h", 433 "resources/ui_resource_client.h",
432 "resources/ui_resource_request.cc", 434 "resources/ui_resource_request.cc",
433 "resources/ui_resource_request.h", 435 "resources/ui_resource_request.h",
434 "resources/video_resource_updater.cc", 436 "resources/video_resource_updater.cc",
435 "resources/video_resource_updater.h", 437 "resources/video_resource_updater.h",
436 "resources/zero_copy_raster_worker_pool.cc", 438 "resources/zero_copy_raster_worker_pool.cc",
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 "//media", 849 "//media",
848 "//skia", 850 "//skia",
849 "//testing/gmock", 851 "//testing/gmock",
850 "//testing/gtest", 852 "//testing/gtest",
851 "//testing/perf", 853 "//testing/perf",
852 "//ui/gfx", 854 "//ui/gfx",
853 "//ui/gfx/geometry", 855 "//ui/gfx/geometry",
854 "//ui/gl", 856 "//ui/gl",
855 ] 857 ]
856 } 858 }
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