aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-06-14 23:07:33 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-06-15 13:14:52 -0700
commit7eda61937e5b042882f70f9f8078c94edd7fc01c (patch)
treedca4d61b40a34220d2e0d831889093a13e076bd2 /grpc.gemspec
parentc65066666f964f656cd6c0f3e0d830c0c12875e8 (diff)
Separate the posix part of the c-ares driver
Diffstat (limited to 'grpc.gemspec')
-rw-r--r--grpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 5ab3713683..1a3b5bd889 100644
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -725,6 +725,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc )
s.files += %w( src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc )
+ s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.cc )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc )
s.files += %w( src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc )