| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 2c6c280d3b0cc17b12d7ee0d702075052d669c70..a9d4d52a1eaa044d516597d240383b9a84812a58 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -520,6 +520,8 @@
|
| 'tiles/tiling_set_raster_queue_required.h',
|
| 'trees/blocking_task_runner.cc',
|
| 'trees/blocking_task_runner.h',
|
| + 'trees/channel_impl.h',
|
| + 'trees/channel_main.h',
|
| 'trees/damage_tracker.cc',
|
| 'trees/damage_tracker.h',
|
| 'trees/draw_property_utils.cc',
|
| @@ -549,11 +551,15 @@
|
| 'trees/property_tree_builder.h',
|
| 'trees/proxy.cc',
|
| 'trees/proxy.h',
|
| + 'trees/proxy_impl.h'
|
| + 'trees/proxy_main.h'
|
| 'trees/scoped_abort_remaining_swap_promises.h',
|
| 'trees/single_thread_proxy.cc',
|
| 'trees/single_thread_proxy.h',
|
| 'trees/swap_promise_monitor.cc',
|
| 'trees/swap_promise_monitor.h',
|
| + 'trees/threaded_channel.cc',
|
| + 'trees/threaded_channel.h',
|
| 'trees/thread_proxy.cc',
|
| 'trees/thread_proxy.h',
|
| 'trees/tree_synchronizer.cc',
|
|
|