aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-05-02 07:26:12 -0700
committerGravatar GitHub <noreply@github.com>2018-05-02 07:26:12 -0700
commit7df24412237760f9dbae6b1bd7b8f89c95c9c913 (patch)
tree49a029c8d5663b9aa8b29fea38e9c509f4cb7644 /grpc.gyp
parente21c2ef5cc1d64f3934ead91287b9ba0a6b6aa8b (diff)
parent026b20eebba34889892b07a16ebe7ec6b674c404 (diff)
Merge pull request #14886 from markdroth/c++_subchannel_list
Convert subchannel_list code to C++.
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/grpc.gyp b/grpc.gyp
index c5e10edf7f..0c567d9da4 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -529,7 +529,6 @@
'src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c',
'src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc',
'src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc',
- 'src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc',
'src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc',
'src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc',
'src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc',
@@ -1258,7 +1257,6 @@
'third_party/nanopb/pb_decode.c',
'third_party/nanopb/pb_encode.c',
'src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc',
- 'src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc',
'src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc',
'src/core/ext/census/grpc_context.cc',
'src/core/ext/filters/max_age/max_age_filter.cc',