diff options
author | Yuchen Zeng <zyc@google.com> | 2017-10-05 13:15:49 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2017-10-30 12:06:52 -0700 |
commit | f8ed4fa7f4b516d98daeefb0459ce1b175baa7e3 (patch) | |
tree | a0264a2649c5f0542e50e61806a336dbf9afacd2 /BUILD | |
parent | 6a48dc544e4db970b19cf132019bcccb8eb92df1 (diff) |
convert connectivity_watcher to cpp file
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -872,6 +872,7 @@ grpc_cc_library( grpc_cc_library( name = "grpc_client_channel", srcs = [ + "src/core/ext/filters/client_channel/channel_connectivity_internal.cc", "src/core/ext/filters/client_channel/channel_connectivity.cc", "src/core/ext/filters/client_channel/client_channel.cc", "src/core/ext/filters/client_channel/client_channel_factory.cc", |