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

Unified Diff: cc/BUILD.gn

Issue 2668873002: cc: Add checker-imaging support to TileManager. (Closed)
Patch Set: Rebase Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.h » ('j') | cc/layers/picture_layer_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 919be27714b86e6adb1fd2774b4210fc79ce5b74..0eeb4b20b9cb4fbb4b3acc30a81f7f6bf42b4456 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -392,6 +392,8 @@ cc_component("cc") {
"scheduler/scheduler_state_machine.cc",
"scheduler/scheduler_state_machine.h",
"scheduler/video_frame_controller.h",
+ "tiles/checker_image_tracker.cc",
+ "tiles/checker_image_tracker.h",
"tiles/decoded_image_tracker.cc",
"tiles/decoded_image_tracker.h",
"tiles/eviction_tile_priority_queue.cc",
@@ -423,6 +425,8 @@ cc_component("cc") {
"tiles/tile_draw_info.h",
"tiles/tile_manager.cc",
"tiles/tile_manager.h",
+ "tiles/tile_manager_settings.cc",
+ "tiles/tile_manager_settings.h",
"tiles/tile_priority.cc",
"tiles/tile_priority.h",
"tiles/tile_task_manager.cc",
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.h » ('j') | cc/layers/picture_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698