diff options
author | Alexander Polcyn <apolcyn@google.com> | 2018-06-14 23:07:33 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2018-06-15 13:14:52 -0700 |
commit | 7eda61937e5b042882f70f9f8078c94edd7fc01c (patch) | |
tree | dca4d61b40a34220d2e0d831889093a13e076bd2 /grpc.gemspec | |
parent | c65066666f964f656cd6c0f3e0d830c0c12875e8 (diff) |
Separate the posix part of the c-ares driver
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 1 |
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 ) |