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

Unified Diff: cc/cc.gyp

Issue 687873004: Introduce Property Trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wip-awoloszyn2
Patch Set: ComputeTransform now inits result to identity. 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 | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/layers/layer.h » ('J')
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 43e4b20243a8aafb347bf994a3bc7b7a6c23ec91..62655d7e6ebc257eca8ac0615fd64a6731076f77 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -504,6 +504,8 @@
'trees/blocking_task_runner.h',
'trees/damage_tracker.cc',
'trees/damage_tracker.h',
+ 'trees/draw_property_utils.cc',
+ 'trees/draw_property_utils.h',
'trees/layer_sorter.cc',
'trees/layer_sorter.h',
'trees/layer_tree_host.cc',
@@ -521,6 +523,10 @@
'trees/occlusion.h',
'trees/occlusion_tracker.cc',
'trees/occlusion_tracker.h',
+ 'trees/property_tree.cc',
+ 'trees/property_tree.h',
+ 'trees/property_tree_builder.cc',
+ 'trees/property_tree_builder.h',
'trees/proxy.cc',
'trees/proxy.h',
'trees/proxy_timing_history.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698