| Index: cc/cc.gyp
|
| diff --git a/cc/cc.gyp b/cc/cc.gyp
|
| index 8205cb75b7224ab5df59f451200a331addfe228d..4c7f96783b0eff638daa3e93fc0059602ef31b39 100644
|
| --- a/cc/cc.gyp
|
| +++ b/cc/cc.gyp
|
| @@ -553,7 +553,9 @@
|
| 'trees/proxy.h',
|
| 'trees/proxy_common.cc',
|
| 'trees/proxy_common.h',
|
| + 'trees/proxy_impl.cc',
|
| 'trees/proxy_impl.h',
|
| + 'trees/proxy_main.cc',
|
| 'trees/proxy_main.h',
|
| 'trees/remote_proto_channel.h',
|
| 'trees/scoped_abort_remaining_swap_promises.h',
|
| @@ -561,8 +563,6 @@
|
| 'trees/single_thread_proxy.h',
|
| 'trees/swap_promise_monitor.cc',
|
| 'trees/swap_promise_monitor.h',
|
| - 'trees/thread_proxy.cc',
|
| - 'trees/thread_proxy.h',
|
| 'trees/task_runner_provider.cc',
|
| 'trees/task_runner_provider.h',
|
| 'trees/threaded_channel.cc',
|
|
|