aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-10-05 21:47:39 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-10-30 12:06:52 -0700
commit0bad30a244e060c602904bef3f3447558d9445fb (patch)
tree60ce15e78557804d51169d7072b851d6e0d94424 /binding.gyp
parentd9ce7d9233f90918b39771d5cba605101ccf2b16 (diff)
Use backup pollser instead of connectivity watcher
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/binding.gyp b/binding.gyp
index ff7bf8fcda..9a1e3dce51 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -853,12 +853,11 @@
'src/core/tsi/transport_security_adapter.cc',
'src/core/ext/transport/chttp2/server/chttp2_server.cc',
'src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc',
+ 'src/core/ext/filters/client_channel/backup_poller.cc',
'src/core/ext/filters/client_channel/channel_connectivity.cc',
- 'src/core/ext/filters/client_channel/channel_connectivity_internal.cc',
'src/core/ext/filters/client_channel/client_channel.cc',
'src/core/ext/filters/client_channel/client_channel_factory.cc',
'src/core/ext/filters/client_channel/client_channel_plugin.cc',
- 'src/core/ext/filters/client_channel/connectivity_watcher.cc',
'src/core/ext/filters/client_channel/connector.cc',
'src/core/ext/filters/client_channel/http_connect_handshaker.cc',
'src/core/ext/filters/client_channel/http_proxy.cc',