| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 3d0394e85b72d1abb8d9f1baf0f9647381ab9e98..ef836c9c066963cd23f23a3283af9db0c02c6654 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -545,11 +545,15 @@
|
| 'trees/blocking_task_runner.h',
|
| 'trees/channel_impl.h',
|
| 'trees/channel_main.h',
|
| + 'trees/clip_node.cc',
|
| + 'trees/clip_node.h',
|
| 'trees/compositor_mode.h',
|
| 'trees/damage_tracker.cc',
|
| 'trees/damage_tracker.h',
|
| 'trees/draw_property_utils.cc',
|
| 'trees/draw_property_utils.h',
|
| + 'trees/effect_node.cc',
|
| + 'trees/effect_node.h',
|
| 'trees/latency_info_swap_promise_monitor.cc',
|
| 'trees/latency_info_swap_promise_monitor.h',
|
| 'trees/layer_tree_host.cc',
|
| @@ -586,6 +590,8 @@
|
| 'trees/remote_channel_main.h',
|
| 'trees/remote_proto_channel.h',
|
| 'trees/scoped_abort_remaining_swap_promises.h',
|
| + 'trees/scroll_node.cc',
|
| + 'trees/scroll_node.h',
|
| 'trees/single_thread_proxy.cc',
|
| 'trees/single_thread_proxy.h',
|
| 'trees/swap_promise_monitor.cc',
|
| @@ -594,6 +600,8 @@
|
| 'trees/task_runner_provider.h',
|
| 'trees/threaded_channel.cc',
|
| 'trees/threaded_channel.h',
|
| + 'trees/transform_node.cc',
|
| + 'trees/transform_node.h',
|
| 'trees/tree_synchronizer.cc',
|
| 'trees/tree_synchronizer.h',
|
| ],
|
|
|