Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 43e4b20243a8aafb347bf994a3bc7b7a6c23ec91..3f6e75a65a7d0a68a7fce9b11a4dd5a20b8f024f 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -106,6 +106,7 @@ |
'debug/devtools_instrumentation.h', |
'debug/frame_rate_counter.cc', |
'debug/frame_rate_counter.h', |
+ 'debug/frame_viewer_instrumentation.cc', |
'debug/frame_viewer_instrumentation.h', |
'debug/invalidation_benchmark.cc', |
'debug/invalidation_benchmark.h', |
@@ -491,6 +492,7 @@ |
'resources/zero_copy_tile_task_worker_pool.h', |
'scheduler/begin_frame_source.cc', |
'scheduler/begin_frame_source.h', |
+ 'scheduler/commit_earlyout_reason.h', |
'scheduler/delay_based_time_source.cc', |
'scheduler/delay_based_time_source.h', |
'scheduler/draw_result.h', |
@@ -504,6 +506,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 +525,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', |