|
|
|
@ -401,7 +401,6 @@ libs: |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy_factory.h |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy_registry.h |
|
|
|
|
- src/core/ext/filters/client_channel/local_subchannel_pool.h |
|
|
|
|
- src/core/ext/filters/client_channel/parse_address.h |
|
|
|
|
- src/core/ext/filters/client_channel/proxy_mapper.h |
|
|
|
|
- src/core/ext/filters/client_channel/proxy_mapper_registry.h |
|
|
|
|
- src/core/ext/filters/client_channel/resolver.h |
|
|
|
@ -607,6 +606,7 @@ libs: |
|
|
|
|
- src/core/lib/iomgr/load_file.h |
|
|
|
|
- src/core/lib/iomgr/lockfree_event.h |
|
|
|
|
- src/core/lib/iomgr/nameser.h |
|
|
|
|
- src/core/lib/iomgr/parse_address.h |
|
|
|
|
- src/core/lib/iomgr/poller/eventmanager_libuv.h |
|
|
|
|
- src/core/lib/iomgr/polling_entity.h |
|
|
|
|
- src/core/lib/iomgr/pollset.h |
|
|
|
@ -778,7 +778,6 @@ libs: |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy_registry.cc |
|
|
|
|
- src/core/ext/filters/client_channel/local_subchannel_pool.cc |
|
|
|
|
- src/core/ext/filters/client_channel/parse_address.cc |
|
|
|
|
- src/core/ext/filters/client_channel/proxy_mapper_registry.cc |
|
|
|
|
- src/core/ext/filters/client_channel/resolver.cc |
|
|
|
|
- src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc |
|
|
|
@ -1003,6 +1002,7 @@ libs: |
|
|
|
|
- src/core/lib/iomgr/is_epollexclusive_available.cc |
|
|
|
|
- src/core/lib/iomgr/load_file.cc |
|
|
|
|
- src/core/lib/iomgr/lockfree_event.cc |
|
|
|
|
- src/core/lib/iomgr/parse_address.cc |
|
|
|
|
- src/core/lib/iomgr/poller/eventmanager_libuv.cc |
|
|
|
|
- src/core/lib/iomgr/polling_entity.cc |
|
|
|
|
- src/core/lib/iomgr/pollset.cc |
|
|
|
@ -1338,7 +1338,6 @@ libs: |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy_factory.h |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy_registry.h |
|
|
|
|
- src/core/ext/filters/client_channel/local_subchannel_pool.h |
|
|
|
|
- src/core/ext/filters/client_channel/parse_address.h |
|
|
|
|
- src/core/ext/filters/client_channel/proxy_mapper.h |
|
|
|
|
- src/core/ext/filters/client_channel/proxy_mapper_registry.h |
|
|
|
|
- src/core/ext/filters/client_channel/resolver.h |
|
|
|
@ -1541,6 +1540,7 @@ libs: |
|
|
|
|
- src/core/lib/iomgr/load_file.h |
|
|
|
|
- src/core/lib/iomgr/lockfree_event.h |
|
|
|
|
- src/core/lib/iomgr/nameser.h |
|
|
|
|
- src/core/lib/iomgr/parse_address.h |
|
|
|
|
- src/core/lib/iomgr/poller/eventmanager_libuv.h |
|
|
|
|
- src/core/lib/iomgr/polling_entity.h |
|
|
|
|
- src/core/lib/iomgr/pollset.h |
|
|
|
@ -1652,7 +1652,6 @@ libs: |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy/xds/xds_routing.cc |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy_registry.cc |
|
|
|
|
- src/core/ext/filters/client_channel/local_subchannel_pool.cc |
|
|
|
|
- src/core/ext/filters/client_channel/parse_address.cc |
|
|
|
|
- src/core/ext/filters/client_channel/proxy_mapper_registry.cc |
|
|
|
|
- src/core/ext/filters/client_channel/resolver.cc |
|
|
|
|
- src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc |
|
|
|
@ -1871,6 +1870,7 @@ libs: |
|
|
|
|
- src/core/lib/iomgr/is_epollexclusive_available.cc |
|
|
|
|
- src/core/lib/iomgr/load_file.cc |
|
|
|
|
- src/core/lib/iomgr/lockfree_event.cc |
|
|
|
|
- src/core/lib/iomgr/parse_address.cc |
|
|
|
|
- src/core/lib/iomgr/poller/eventmanager_libuv.cc |
|
|
|
|
- src/core/lib/iomgr/polling_entity.cc |
|
|
|
|
- src/core/lib/iomgr/pollset.cc |
|
|
|
@ -3943,7 +3943,7 @@ targets: |
|
|
|
|
language: c |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/client_channel/parse_address_test.cc |
|
|
|
|
- test/core/iomgr/parse_address_test.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc_test_util |
|
|
|
|
- grpc |
|
|
|
@ -3955,7 +3955,7 @@ targets: |
|
|
|
|
language: c |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- test/core/client_channel/parse_address_with_named_scope_id_test.cc |
|
|
|
|
- test/core/iomgr/parse_address_with_named_scope_id_test.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc_test_util |
|
|
|
|
- grpc |
|
|
|
|