| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 313473ecde685c59bf2182d4cd650f13c4c2eca3..f1be4f78fd9a1b20592338ce2440a590e2293f72 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -484,11 +484,15 @@ component("cc") {
|
| "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",
|
| @@ -525,6 +529,8 @@ component("cc") {
|
| "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",
|
| @@ -533,6 +539,8 @@ component("cc") {
|
| "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",
|
| ]
|
|
|