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

Unified Diff: cc/cc.gyp

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@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
« no previous file with comments | « cc/OWNERS ('k') | cc/cc_tests.gyp » ('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 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',
« no previous file with comments | « cc/OWNERS ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698