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

Unified Diff: cc/BUILD.gn

Issue 793573006: Refactoring for merging ManagedTileState into Tile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a nit 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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »
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 174cb41da1c4dd9e7240d97e0a713aa46d50204e..5795f90ddbcf543ea29731ccbf114040298911e4 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -361,8 +361,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",
@@ -438,6 +436,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",
« 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