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

Unified Diff: cc/cc.gyp

Issue 11529003: [cc] Route LayerImpl::layerTreeHostImpl() calls through LayerTreeImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/debug_colors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index f157d0373de178fd8c6de5a23334af7dc9032021..c20cb5db2354ea91a93bff462287c99269e87f48 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -97,6 +97,8 @@
'layer_sorter.h',
'layer_tiling_data.cc',
'layer_tiling_data.h',
+ 'layer_tree_debug_state.cc',
+ 'layer_tree_debug_state.h',
'layer_tree_host.cc',
'layer_tree_host.h',
'layer_tree_host_client.h',
@@ -106,6 +108,8 @@
'layer_tree_host_impl.h',
'layer_tree_impl.cc',
'layer_tree_impl.h',
+ 'layer_tree_settings.cc',
+ 'layer_tree_settings.h',
'layer_updater.cc',
'layer_updater.h',
'managed_memory_policy.cc',
« no previous file with comments | « no previous file | cc/debug_colors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698