|
|
|
@ -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,29 +77,29 @@ 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_win32.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_posix.c", |
|
|
|
|
"src/core/lib/support/tmpfile_win32.c", |
|
|
|
|
"src/core/lib/support/tmpfile_windows.c", |
|
|
|
|
"src/core/lib/support/wrap_memcpy.c", |
|
|
|
|
], |
|
|
|
|
hdrs = [ |
|
|
|
@ -107,14 +107,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", |
|
|
|
@ -123,7 +123,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", |
|
|
|
@ -135,7 +135,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", |
|
|
|
@ -143,7 +143,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 = [ |
|
|
|
@ -192,7 +192,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", |
|
|
|
@ -402,7 +402,7 @@ cc_library( |
|
|
|
|
"src/core/lib/security/credentials.c", |
|
|
|
|
"src/core/lib/security/credentials_metadata.c", |
|
|
|
|
"src/core/lib/security/credentials_posix.c", |
|
|
|
|
"src/core/lib/security/credentials_win32.c", |
|
|
|
|
"src/core/lib/security/credentials_windows.c", |
|
|
|
|
"src/core/lib/security/google_default_credentials.c", |
|
|
|
|
"src/core/lib/security/handshake.c", |
|
|
|
|
"src/core/lib/security/json_token.c", |
|
|
|
@ -470,7 +470,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", |
|
|
|
@ -478,7 +478,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_security.h", |
|
|
|
|
"include/grpc/grpc_security_constants.h", |
|
|
|
@ -537,7 +537,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", |
|
|
|
@ -781,7 +781,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", |
|
|
|
@ -789,7 +789,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", |
|
|
|
|
], |
|
|
|
@ -953,7 +953,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", |
|
|
|
@ -961,7 +961,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++/impl/codegen/config.h", |
|
|
|
|
"include/grpc++/impl/codegen/config_protobuf.h", |
|
|
|
@ -1098,7 +1098,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", |
|
|
|
@ -1106,7 +1106,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++/impl/codegen/config.h", |
|
|
|
|
"include/grpc++/impl/codegen/config_protobuf.h", |
|
|
|
@ -1204,7 +1204,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", |
|
|
|
@ -1212,29 +1212,29 @@ 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_win32.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_posix.c", |
|
|
|
|
"src/core/lib/support/tmpfile_win32.c", |
|
|
|
|
"src/core/lib/support/tmpfile_windows.c", |
|
|
|
|
"src/core/lib/support/wrap_memcpy.c", |
|
|
|
|
], |
|
|
|
|
hdrs = [ |
|
|
|
@ -1242,14 +1242,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", |
|
|
|
@ -1258,7 +1258,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", |
|
|
|
@ -1270,7 +1270,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", |
|
|
|
@ -1278,7 +1278,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", |
|
|
|
@ -1288,7 +1288,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", |
|
|
|
@ -1417,7 +1417,7 @@ objc_library( |
|
|
|
|
"src/core/lib/security/credentials.c", |
|
|
|
|
"src/core/lib/security/credentials_metadata.c", |
|
|
|
|
"src/core/lib/security/credentials_posix.c", |
|
|
|
|
"src/core/lib/security/credentials_win32.c", |
|
|
|
|
"src/core/lib/security/credentials_windows.c", |
|
|
|
|
"src/core/lib/security/google_default_credentials.c", |
|
|
|
|
"src/core/lib/security/handshake.c", |
|
|
|
|
"src/core/lib/security/json_token.c", |
|
|
|
@ -1485,7 +1485,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", |
|
|
|
@ -1493,7 +1493,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_security.h", |
|
|
|
|
"include/grpc/grpc_security_constants.h", |
|
|
|
@ -1531,7 +1531,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", |
|
|
|
|