|
|
|
@ -53,7 +53,7 @@ cc_library( |
|
|
|
|
"src/core/lib/support/murmur_hash.h", |
|
|
|
|
"src/core/lib/support/stack_lockfree.h", |
|
|
|
|
"src/core/lib/support/string.h", |
|
|
|
|
"src/core/lib/support/string_win32.h", |
|
|
|
|
"src/core/lib/support/string_windows.h", |
|
|
|
|
"src/core/lib/support/thd_internal.h", |
|
|
|
|
"src/core/lib/support/time_precise.h", |
|
|
|
|
"src/core/lib/support/tmpfile.h", |
|
|
|
@ -69,7 +69,7 @@ cc_library( |
|
|
|
|
"src/core/lib/support/cpu_windows.c", |
|
|
|
|
"src/core/lib/support/env_linux.c", |
|
|
|
|
"src/core/lib/support/env_posix.c", |
|
|
|
|
"src/core/lib/support/env_win32.c", |
|
|
|
|
"src/core/lib/support/env_windows.c", |
|
|
|
|
"src/core/lib/support/histogram.c", |
|
|
|
|
"src/core/lib/support/host_port.c", |
|
|
|
|
"src/core/lib/support/load_file.c", |
|
|
|
@ -77,31 +77,31 @@ cc_library( |
|
|
|
|
"src/core/lib/support/log_android.c", |
|
|
|
|
"src/core/lib/support/log_linux.c", |
|
|
|
|
"src/core/lib/support/log_posix.c", |
|
|
|
|
"src/core/lib/support/log_win32.c", |
|
|
|
|
"src/core/lib/support/log_windows.c", |
|
|
|
|
"src/core/lib/support/murmur_hash.c", |
|
|
|
|
"src/core/lib/support/slice.c", |
|
|
|
|
"src/core/lib/support/slice_buffer.c", |
|
|
|
|
"src/core/lib/support/stack_lockfree.c", |
|
|
|
|
"src/core/lib/support/string.c", |
|
|
|
|
"src/core/lib/support/string_posix.c", |
|
|
|
|
"src/core/lib/support/string_util_win32.c", |
|
|
|
|
"src/core/lib/support/string_win32.c", |
|
|
|
|
"src/core/lib/support/string_util_windows.c", |
|
|
|
|
"src/core/lib/support/string_windows.c", |
|
|
|
|
"src/core/lib/support/subprocess_posix.c", |
|
|
|
|
"src/core/lib/support/subprocess_windows.c", |
|
|
|
|
"src/core/lib/support/sync.c", |
|
|
|
|
"src/core/lib/support/sync_posix.c", |
|
|
|
|
"src/core/lib/support/sync_win32.c", |
|
|
|
|
"src/core/lib/support/sync_windows.c", |
|
|
|
|
"src/core/lib/support/thd.c", |
|
|
|
|
"src/core/lib/support/thd_posix.c", |
|
|
|
|
"src/core/lib/support/thd_win32.c", |
|
|
|
|
"src/core/lib/support/thd_windows.c", |
|
|
|
|
"src/core/lib/support/time.c", |
|
|
|
|
"src/core/lib/support/time_posix.c", |
|
|
|
|
"src/core/lib/support/time_precise.c", |
|
|
|
|
"src/core/lib/support/time_win32.c", |
|
|
|
|
"src/core/lib/support/time_windows.c", |
|
|
|
|
"src/core/lib/support/tls_pthread.c", |
|
|
|
|
"src/core/lib/support/tmpfile_msys.c", |
|
|
|
|
"src/core/lib/support/tmpfile_posix.c", |
|
|
|
|
"src/core/lib/support/tmpfile_win32.c", |
|
|
|
|
"src/core/lib/support/tmpfile_windows.c", |
|
|
|
|
"src/core/lib/support/wrap_memcpy.c", |
|
|
|
|
], |
|
|
|
|
hdrs = [ |
|
|
|
@ -109,14 +109,14 @@ cc_library( |
|
|
|
|
"include/grpc/support/atm.h", |
|
|
|
|
"include/grpc/support/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/support/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/support/atm_win32.h", |
|
|
|
|
"include/grpc/support/atm_windows.h", |
|
|
|
|
"include/grpc/support/avl.h", |
|
|
|
|
"include/grpc/support/cmdline.h", |
|
|
|
|
"include/grpc/support/cpu.h", |
|
|
|
|
"include/grpc/support/histogram.h", |
|
|
|
|
"include/grpc/support/host_port.h", |
|
|
|
|
"include/grpc/support/log.h", |
|
|
|
|
"include/grpc/support/log_win32.h", |
|
|
|
|
"include/grpc/support/log_windows.h", |
|
|
|
|
"include/grpc/support/port_platform.h", |
|
|
|
|
"include/grpc/support/slice.h", |
|
|
|
|
"include/grpc/support/slice_buffer.h", |
|
|
|
@ -125,7 +125,7 @@ cc_library( |
|
|
|
|
"include/grpc/support/sync.h", |
|
|
|
|
"include/grpc/support/sync_generic.h", |
|
|
|
|
"include/grpc/support/sync_posix.h", |
|
|
|
|
"include/grpc/support/sync_win32.h", |
|
|
|
|
"include/grpc/support/sync_windows.h", |
|
|
|
|
"include/grpc/support/thd.h", |
|
|
|
|
"include/grpc/support/time.h", |
|
|
|
|
"include/grpc/support/tls.h", |
|
|
|
@ -137,7 +137,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/atm.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/log.h", |
|
|
|
|
"include/grpc/impl/codegen/port_platform.h", |
|
|
|
|
"include/grpc/impl/codegen/slice.h", |
|
|
|
@ -145,7 +145,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/sync.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_generic.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_posix.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/time.h", |
|
|
|
|
], |
|
|
|
|
includes = [ |
|
|
|
@ -195,7 +195,7 @@ cc_library( |
|
|
|
|
"src/core/lib/iomgr/sockaddr.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_posix.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_utils.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_win32.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_windows.h", |
|
|
|
|
"src/core/lib/iomgr/socket_utils_posix.h", |
|
|
|
|
"src/core/lib/iomgr/socket_windows.h", |
|
|
|
|
"src/core/lib/iomgr/tcp_client.h", |
|
|
|
@ -298,6 +298,8 @@ cc_library( |
|
|
|
|
"third_party/objective_c/Cronet/cronet_c_for_grpc.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting_filter.h", |
|
|
|
|
"src/core/ext/census/aggregation.h", |
|
|
|
|
"src/core/ext/census/census_interface.h", |
|
|
|
|
"src/core/ext/census/census_rpc_stats.h", |
|
|
|
@ -418,7 +420,7 @@ cc_library( |
|
|
|
|
"src/core/lib/security/credentials/credentials_metadata.c", |
|
|
|
|
"src/core/lib/security/credentials/fake/fake_credentials.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/credentials_posix.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/credentials_win32.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/credentials_windows.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/google_default_credentials.c", |
|
|
|
|
"src/core/lib/security/credentials/iam/iam_credentials.c", |
|
|
|
|
"src/core/lib/security/credentials/jwt/json_token.c", |
|
|
|
@ -469,6 +471,8 @@ cc_library( |
|
|
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c", |
|
|
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c", |
|
|
|
|
"src/core/ext/resolver/sockaddr/sockaddr_resolver.c", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.c", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting_filter.c", |
|
|
|
|
"src/core/ext/census/context.c", |
|
|
|
|
"src/core/ext/census/gen/census.pb.c", |
|
|
|
|
"src/core/ext/census/grpc_context.c", |
|
|
|
@ -498,7 +502,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/atm.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/log.h", |
|
|
|
|
"include/grpc/impl/codegen/port_platform.h", |
|
|
|
|
"include/grpc/impl/codegen/slice.h", |
|
|
|
@ -506,7 +510,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/sync.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_generic.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_posix.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/time.h", |
|
|
|
|
"include/grpc/grpc_cronet.h", |
|
|
|
|
"include/grpc/grpc_security.h", |
|
|
|
@ -567,7 +571,7 @@ cc_library( |
|
|
|
|
"src/core/lib/iomgr/sockaddr.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_posix.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_utils.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_win32.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_windows.h", |
|
|
|
|
"src/core/lib/iomgr/socket_utils_posix.h", |
|
|
|
|
"src/core/lib/iomgr/socket_windows.h", |
|
|
|
|
"src/core/lib/iomgr/tcp_client.h", |
|
|
|
@ -644,6 +648,8 @@ cc_library( |
|
|
|
|
"src/core/ext/client_config/subchannel_call_holder.h", |
|
|
|
|
"src/core/ext/client_config/subchannel_index.h", |
|
|
|
|
"src/core/ext/client_config/uri_parser.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting_filter.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
|
|
|
|
"src/core/ext/census/aggregation.h", |
|
|
|
@ -782,6 +788,8 @@ cc_library( |
|
|
|
|
"src/core/ext/client_config/uri_parser.c", |
|
|
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c", |
|
|
|
|
"src/core/ext/resolver/sockaddr/sockaddr_resolver.c", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.c", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting_filter.c", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.c", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c", |
|
|
|
|
"src/core/ext/lb_policy/pick_first/pick_first.c", |
|
|
|
@ -815,7 +823,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/atm.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/log.h", |
|
|
|
|
"include/grpc/impl/codegen/port_platform.h", |
|
|
|
|
"include/grpc/impl/codegen/slice.h", |
|
|
|
@ -823,7 +831,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/sync.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_generic.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_posix.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/time.h", |
|
|
|
|
"include/grpc/census.h", |
|
|
|
|
], |
|
|
|
@ -990,7 +998,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/atm.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/log.h", |
|
|
|
|
"include/grpc/impl/codegen/port_platform.h", |
|
|
|
|
"include/grpc/impl/codegen/slice.h", |
|
|
|
@ -998,7 +1006,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/sync.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_generic.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_posix.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/time.h", |
|
|
|
|
], |
|
|
|
|
includes = [ |
|
|
|
@ -1134,7 +1142,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/atm.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/log.h", |
|
|
|
|
"include/grpc/impl/codegen/port_platform.h", |
|
|
|
|
"include/grpc/impl/codegen/slice.h", |
|
|
|
@ -1142,7 +1150,7 @@ cc_library( |
|
|
|
|
"include/grpc/impl/codegen/sync.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_generic.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_posix.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/time.h", |
|
|
|
|
], |
|
|
|
|
includes = [ |
|
|
|
@ -1233,7 +1241,7 @@ objc_library( |
|
|
|
|
"src/core/lib/support/cpu_windows.c", |
|
|
|
|
"src/core/lib/support/env_linux.c", |
|
|
|
|
"src/core/lib/support/env_posix.c", |
|
|
|
|
"src/core/lib/support/env_win32.c", |
|
|
|
|
"src/core/lib/support/env_windows.c", |
|
|
|
|
"src/core/lib/support/histogram.c", |
|
|
|
|
"src/core/lib/support/host_port.c", |
|
|
|
|
"src/core/lib/support/load_file.c", |
|
|
|
@ -1241,31 +1249,31 @@ objc_library( |
|
|
|
|
"src/core/lib/support/log_android.c", |
|
|
|
|
"src/core/lib/support/log_linux.c", |
|
|
|
|
"src/core/lib/support/log_posix.c", |
|
|
|
|
"src/core/lib/support/log_win32.c", |
|
|
|
|
"src/core/lib/support/log_windows.c", |
|
|
|
|
"src/core/lib/support/murmur_hash.c", |
|
|
|
|
"src/core/lib/support/slice.c", |
|
|
|
|
"src/core/lib/support/slice_buffer.c", |
|
|
|
|
"src/core/lib/support/stack_lockfree.c", |
|
|
|
|
"src/core/lib/support/string.c", |
|
|
|
|
"src/core/lib/support/string_posix.c", |
|
|
|
|
"src/core/lib/support/string_util_win32.c", |
|
|
|
|
"src/core/lib/support/string_win32.c", |
|
|
|
|
"src/core/lib/support/string_util_windows.c", |
|
|
|
|
"src/core/lib/support/string_windows.c", |
|
|
|
|
"src/core/lib/support/subprocess_posix.c", |
|
|
|
|
"src/core/lib/support/subprocess_windows.c", |
|
|
|
|
"src/core/lib/support/sync.c", |
|
|
|
|
"src/core/lib/support/sync_posix.c", |
|
|
|
|
"src/core/lib/support/sync_win32.c", |
|
|
|
|
"src/core/lib/support/sync_windows.c", |
|
|
|
|
"src/core/lib/support/thd.c", |
|
|
|
|
"src/core/lib/support/thd_posix.c", |
|
|
|
|
"src/core/lib/support/thd_win32.c", |
|
|
|
|
"src/core/lib/support/thd_windows.c", |
|
|
|
|
"src/core/lib/support/time.c", |
|
|
|
|
"src/core/lib/support/time_posix.c", |
|
|
|
|
"src/core/lib/support/time_precise.c", |
|
|
|
|
"src/core/lib/support/time_win32.c", |
|
|
|
|
"src/core/lib/support/time_windows.c", |
|
|
|
|
"src/core/lib/support/tls_pthread.c", |
|
|
|
|
"src/core/lib/support/tmpfile_msys.c", |
|
|
|
|
"src/core/lib/support/tmpfile_posix.c", |
|
|
|
|
"src/core/lib/support/tmpfile_win32.c", |
|
|
|
|
"src/core/lib/support/tmpfile_windows.c", |
|
|
|
|
"src/core/lib/support/wrap_memcpy.c", |
|
|
|
|
], |
|
|
|
|
hdrs = [ |
|
|
|
@ -1273,14 +1281,14 @@ objc_library( |
|
|
|
|
"include/grpc/support/atm.h", |
|
|
|
|
"include/grpc/support/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/support/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/support/atm_win32.h", |
|
|
|
|
"include/grpc/support/atm_windows.h", |
|
|
|
|
"include/grpc/support/avl.h", |
|
|
|
|
"include/grpc/support/cmdline.h", |
|
|
|
|
"include/grpc/support/cpu.h", |
|
|
|
|
"include/grpc/support/histogram.h", |
|
|
|
|
"include/grpc/support/host_port.h", |
|
|
|
|
"include/grpc/support/log.h", |
|
|
|
|
"include/grpc/support/log_win32.h", |
|
|
|
|
"include/grpc/support/log_windows.h", |
|
|
|
|
"include/grpc/support/port_platform.h", |
|
|
|
|
"include/grpc/support/slice.h", |
|
|
|
|
"include/grpc/support/slice_buffer.h", |
|
|
|
@ -1289,7 +1297,7 @@ objc_library( |
|
|
|
|
"include/grpc/support/sync.h", |
|
|
|
|
"include/grpc/support/sync_generic.h", |
|
|
|
|
"include/grpc/support/sync_posix.h", |
|
|
|
|
"include/grpc/support/sync_win32.h", |
|
|
|
|
"include/grpc/support/sync_windows.h", |
|
|
|
|
"include/grpc/support/thd.h", |
|
|
|
|
"include/grpc/support/time.h", |
|
|
|
|
"include/grpc/support/tls.h", |
|
|
|
@ -1301,7 +1309,7 @@ objc_library( |
|
|
|
|
"include/grpc/impl/codegen/atm.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/log.h", |
|
|
|
|
"include/grpc/impl/codegen/port_platform.h", |
|
|
|
|
"include/grpc/impl/codegen/slice.h", |
|
|
|
@ -1309,7 +1317,7 @@ objc_library( |
|
|
|
|
"include/grpc/impl/codegen/sync.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_generic.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_posix.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/time.h", |
|
|
|
|
"src/core/lib/profiling/timers.h", |
|
|
|
|
"src/core/lib/support/backoff.h", |
|
|
|
@ -1319,7 +1327,7 @@ objc_library( |
|
|
|
|
"src/core/lib/support/murmur_hash.h", |
|
|
|
|
"src/core/lib/support/stack_lockfree.h", |
|
|
|
|
"src/core/lib/support/string.h", |
|
|
|
|
"src/core/lib/support/string_win32.h", |
|
|
|
|
"src/core/lib/support/string_windows.h", |
|
|
|
|
"src/core/lib/support/thd_internal.h", |
|
|
|
|
"src/core/lib/support/time_precise.h", |
|
|
|
|
"src/core/lib/support/tmpfile.h", |
|
|
|
@ -1450,7 +1458,7 @@ objc_library( |
|
|
|
|
"src/core/lib/security/credentials/credentials_metadata.c", |
|
|
|
|
"src/core/lib/security/credentials/fake/fake_credentials.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/credentials_posix.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/credentials_win32.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/credentials_windows.c", |
|
|
|
|
"src/core/lib/security/credentials/google_default/google_default_credentials.c", |
|
|
|
|
"src/core/lib/security/credentials/iam/iam_credentials.c", |
|
|
|
|
"src/core/lib/security/credentials/jwt/json_token.c", |
|
|
|
@ -1501,6 +1509,8 @@ objc_library( |
|
|
|
|
"src/core/ext/lb_policy/round_robin/round_robin.c", |
|
|
|
|
"src/core/ext/resolver/dns/native/dns_resolver.c", |
|
|
|
|
"src/core/ext/resolver/sockaddr/sockaddr_resolver.c", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.c", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting_filter.c", |
|
|
|
|
"src/core/ext/census/context.c", |
|
|
|
|
"src/core/ext/census/gen/census.pb.c", |
|
|
|
|
"src/core/ext/census/grpc_context.c", |
|
|
|
@ -1530,7 +1540,7 @@ objc_library( |
|
|
|
|
"include/grpc/impl/codegen/atm.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_atomic.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_gcc_sync.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/atm_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/log.h", |
|
|
|
|
"include/grpc/impl/codegen/port_platform.h", |
|
|
|
|
"include/grpc/impl/codegen/slice.h", |
|
|
|
@ -1538,7 +1548,7 @@ objc_library( |
|
|
|
|
"include/grpc/impl/codegen/sync.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_generic.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_posix.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_win32.h", |
|
|
|
|
"include/grpc/impl/codegen/sync_windows.h", |
|
|
|
|
"include/grpc/impl/codegen/time.h", |
|
|
|
|
"include/grpc/grpc_cronet.h", |
|
|
|
|
"include/grpc/grpc_security.h", |
|
|
|
@ -1578,7 +1588,7 @@ objc_library( |
|
|
|
|
"src/core/lib/iomgr/sockaddr.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_posix.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_utils.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_win32.h", |
|
|
|
|
"src/core/lib/iomgr/sockaddr_windows.h", |
|
|
|
|
"src/core/lib/iomgr/socket_utils_posix.h", |
|
|
|
|
"src/core/lib/iomgr/socket_windows.h", |
|
|
|
|
"src/core/lib/iomgr/tcp_client.h", |
|
|
|
@ -1681,6 +1691,8 @@ objc_library( |
|
|
|
|
"third_party/objective_c/Cronet/cronet_c_for_grpc.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/load_balancer_api.h", |
|
|
|
|
"src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting.h", |
|
|
|
|
"src/core/ext/load_reporting/load_reporting_filter.h", |
|
|
|
|
"src/core/ext/census/aggregation.h", |
|
|
|
|
"src/core/ext/census/census_interface.h", |
|
|
|
|
"src/core/ext/census/census_rpc_stats.h", |
|
|
|
|