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

Unified Diff: cc/BUILD.gn

Issue 822713002: Update from https://crrev.com/309415 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index f5f4570de80130410994628f02885f337c21573e..affcf43afc59c7c99a60e8a8bf176e1637c9ba33 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -354,8 +354,6 @@ component("cc") {
"resources/layer_tiling_data.h",
"resources/layer_updater.cc",
"resources/layer_updater.h",
- "resources/managed_tile_state.cc",
- "resources/managed_tile_state.h",
"resources/memory_history.cc",
"resources/memory_history.h",
"resources/one_copy_tile_task_worker_pool.cc",
@@ -431,6 +429,8 @@ component("cc") {
"resources/texture_uploader.h",
"resources/tile.cc",
"resources/tile.h",
+ "resources/tile_draw_info.cc",
+ "resources/tile_draw_info.h",
"resources/tile_manager.cc",
"resources/tile_manager.h",
"resources/tile_priority.cc",

Powered by Google App Engine
This is Rietveld 408576698