|  | @@ -45,6 +45,7 @@ cc_library(
 | 
	
		
			
				|  |  |    name = "gpr",
 | 
	
		
			
				|  |  |    srcs = [
 | 
	
		
			
				|  |  |      "src/core/profiling/timers.h",
 | 
	
		
			
				|  |  | +    "src/core/support/backoff.h",
 | 
	
		
			
				|  |  |      "src/core/support/block_annotate.h",
 | 
	
		
			
				|  |  |      "src/core/support/env.h",
 | 
	
		
			
				|  |  |      "src/core/support/load_file.h",
 | 
	
	
		
			
				|  | @@ -59,6 +60,7 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/profiling/stap_timers.c",
 | 
	
		
			
				|  |  |      "src/core/support/alloc.c",
 | 
	
		
			
				|  |  |      "src/core/support/avl.c",
 | 
	
		
			
				|  |  | +    "src/core/support/backoff.c",
 | 
	
		
			
				|  |  |      "src/core/support/cmdline.c",
 | 
	
		
			
				|  |  |      "src/core/support/cpu_iphone.c",
 | 
	
		
			
				|  |  |      "src/core/support/cpu_linux.c",
 | 
	
	
		
			
				|  | @@ -156,8 +158,10 @@ cc_library(
 | 
	
		
			
				|  |  |    name = "grpc",
 | 
	
		
			
				|  |  |    srcs = [
 | 
	
		
			
				|  |  |      "src/core/census/grpc_filter.h",
 | 
	
		
			
				|  |  | +    "src/core/census/grpc_plugin.h",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_args.h",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_stack.h",
 | 
	
		
			
				|  |  | +    "src/core/channel/channel_stack_builder.h",
 | 
	
		
			
				|  |  |      "src/core/channel/client_channel.h",
 | 
	
		
			
				|  |  |      "src/core/channel/client_uchannel.h",
 | 
	
		
			
				|  |  |      "src/core/channel/compress_filter.h",
 | 
	
	
		
			
				|  | @@ -237,9 +241,12 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/call.h",
 | 
	
		
			
				|  |  |      "src/core/surface/call_test_only.h",
 | 
	
		
			
				|  |  |      "src/core/surface/channel.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_init.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_stack_type.h",
 | 
	
		
			
				|  |  |      "src/core/surface/completion_queue.h",
 | 
	
		
			
				|  |  |      "src/core/surface/event_string.h",
 | 
	
		
			
				|  |  |      "src/core/surface/init.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/lame_client.h",
 | 
	
		
			
				|  |  |      "src/core/surface/server.h",
 | 
	
		
			
				|  |  |      "src/core/surface/surface_trace.h",
 | 
	
		
			
				|  |  |      "src/core/transport/byte_stream.h",
 | 
	
	
		
			
				|  | @@ -293,8 +300,10 @@ cc_library(
 | 
	
		
			
				|  |  |      "third_party/nanopb/pb_encode.h",
 | 
	
		
			
				|  |  |      "src/core/census/grpc_context.c",
 | 
	
		
			
				|  |  |      "src/core/census/grpc_filter.c",
 | 
	
		
			
				|  |  | +    "src/core/census/grpc_plugin.c",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_args.c",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_stack.c",
 | 
	
		
			
				|  |  | +    "src/core/channel/channel_stack_builder.c",
 | 
	
		
			
				|  |  |      "src/core/channel/client_channel.c",
 | 
	
		
			
				|  |  |      "src/core/channel/client_uchannel.c",
 | 
	
		
			
				|  |  |      "src/core/channel/compress_filter.c",
 | 
	
	
		
			
				|  | @@ -382,7 +391,9 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/channel.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_connectivity.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_create.c",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_init.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_ping.c",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_stack_type.c",
 | 
	
		
			
				|  |  |      "src/core/surface/completion_queue.c",
 | 
	
		
			
				|  |  |      "src/core/surface/event_string.c",
 | 
	
		
			
				|  |  |      "src/core/surface/init.c",
 | 
	
	
		
			
				|  | @@ -390,7 +401,6 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/metadata_array.c",
 | 
	
		
			
				|  |  |      "src/core/surface/server.c",
 | 
	
		
			
				|  |  |      "src/core/surface/server_chttp2.c",
 | 
	
		
			
				|  |  | -    "src/core/surface/server_create.c",
 | 
	
		
			
				|  |  |      "src/core/surface/validate_metadata.c",
 | 
	
		
			
				|  |  |      "src/core/surface/version.c",
 | 
	
		
			
				|  |  |      "src/core/transport/byte_stream.c",
 | 
	
	
		
			
				|  | @@ -454,17 +464,17 @@ cc_library(
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |    hdrs = [
 | 
	
		
			
				|  |  |      "include/grpc/grpc_security.h",
 | 
	
		
			
				|  |  | +    "include/grpc/byte_buffer.h",
 | 
	
		
			
				|  |  | +    "include/grpc/byte_buffer_reader.h",
 | 
	
		
			
				|  |  | +    "include/grpc/compression.h",
 | 
	
		
			
				|  |  | +    "include/grpc/grpc.h",
 | 
	
		
			
				|  |  | +    "include/grpc/status.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/byte_buffer.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/compression_types.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/connectivity_state.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/grpc_types.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/propagation_bits.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/status.h",
 | 
	
		
			
				|  |  | -    "include/grpc/byte_buffer.h",
 | 
	
		
			
				|  |  | -    "include/grpc/byte_buffer_reader.h",
 | 
	
		
			
				|  |  | -    "include/grpc/compression.h",
 | 
	
		
			
				|  |  | -    "include/grpc/grpc.h",
 | 
	
		
			
				|  |  | -    "include/grpc/status.h",
 | 
	
		
			
				|  |  |      "include/grpc/census.h",
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |    includes = [
 | 
	
	
		
			
				|  | @@ -482,12 +492,50 @@ cc_library(
 | 
	
		
			
				|  |  |  )
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +cc_library(
 | 
	
		
			
				|  |  | +  name = "grpc_codegen_lib",
 | 
	
		
			
				|  |  | +  srcs = [
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +  hdrs = [
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/alloc.h",
 | 
	
		
			
				|  |  | +    "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/log.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/port_platform.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/slice.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/slice_buffer.h",
 | 
	
		
			
				|  |  | +    "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/time.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/byte_buffer.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/compression_types.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/connectivity_state.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/grpc_types.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/propagation_bits.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/status.h",
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +  includes = [
 | 
	
		
			
				|  |  | +    "include",
 | 
	
		
			
				|  |  | +    ".",
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +  deps = [
 | 
	
		
			
				|  |  | +    "//external:protobuf_compiler",
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +)
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  cc_library(
 | 
	
		
			
				|  |  |    name = "grpc_unsecure",
 | 
	
		
			
				|  |  |    srcs = [
 | 
	
		
			
				|  |  |      "src/core/census/grpc_filter.h",
 | 
	
		
			
				|  |  | +    "src/core/census/grpc_plugin.h",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_args.h",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_stack.h",
 | 
	
		
			
				|  |  | +    "src/core/channel/channel_stack_builder.h",
 | 
	
		
			
				|  |  |      "src/core/channel/client_channel.h",
 | 
	
		
			
				|  |  |      "src/core/channel/client_uchannel.h",
 | 
	
		
			
				|  |  |      "src/core/channel/compress_filter.h",
 | 
	
	
		
			
				|  | @@ -567,9 +615,12 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/call.h",
 | 
	
		
			
				|  |  |      "src/core/surface/call_test_only.h",
 | 
	
		
			
				|  |  |      "src/core/surface/channel.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_init.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_stack_type.h",
 | 
	
		
			
				|  |  |      "src/core/surface/completion_queue.h",
 | 
	
		
			
				|  |  |      "src/core/surface/event_string.h",
 | 
	
		
			
				|  |  |      "src/core/surface/init.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/lame_client.h",
 | 
	
		
			
				|  |  |      "src/core/surface/server.h",
 | 
	
		
			
				|  |  |      "src/core/surface/surface_trace.h",
 | 
	
		
			
				|  |  |      "src/core/transport/byte_stream.h",
 | 
	
	
		
			
				|  | @@ -610,8 +661,10 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/init_unsecure.c",
 | 
	
		
			
				|  |  |      "src/core/census/grpc_context.c",
 | 
	
		
			
				|  |  |      "src/core/census/grpc_filter.c",
 | 
	
		
			
				|  |  | +    "src/core/census/grpc_plugin.c",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_args.c",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_stack.c",
 | 
	
		
			
				|  |  | +    "src/core/channel/channel_stack_builder.c",
 | 
	
		
			
				|  |  |      "src/core/channel/client_channel.c",
 | 
	
		
			
				|  |  |      "src/core/channel/client_uchannel.c",
 | 
	
		
			
				|  |  |      "src/core/channel/compress_filter.c",
 | 
	
	
		
			
				|  | @@ -699,7 +752,9 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/channel.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_connectivity.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_create.c",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_init.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_ping.c",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_stack_type.c",
 | 
	
		
			
				|  |  |      "src/core/surface/completion_queue.c",
 | 
	
		
			
				|  |  |      "src/core/surface/event_string.c",
 | 
	
		
			
				|  |  |      "src/core/surface/init.c",
 | 
	
	
		
			
				|  | @@ -707,7 +762,6 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/metadata_array.c",
 | 
	
		
			
				|  |  |      "src/core/surface/server.c",
 | 
	
		
			
				|  |  |      "src/core/surface/server_chttp2.c",
 | 
	
		
			
				|  |  | -    "src/core/surface/server_create.c",
 | 
	
		
			
				|  |  |      "src/core/surface/validate_metadata.c",
 | 
	
		
			
				|  |  |      "src/core/surface/version.c",
 | 
	
		
			
				|  |  |      "src/core/transport/byte_stream.c",
 | 
	
	
		
			
				|  | @@ -799,9 +853,11 @@ cc_library(
 | 
	
		
			
				|  |  |    name = "grpc++",
 | 
	
		
			
				|  |  |    srcs = [
 | 
	
		
			
				|  |  |      "src/cpp/client/secure_credentials.h",
 | 
	
		
			
				|  |  | +    "src/cpp/common/core_codegen.h",
 | 
	
		
			
				|  |  |      "src/cpp/common/secure_auth_context.h",
 | 
	
		
			
				|  |  |      "src/cpp/server/secure_server_credentials.h",
 | 
	
		
			
				|  |  |      "src/cpp/client/create_channel_internal.h",
 | 
	
		
			
				|  |  | +    "src/cpp/common/core_codegen.h",
 | 
	
		
			
				|  |  |      "src/cpp/common/create_auth_context.h",
 | 
	
		
			
				|  |  |      "src/cpp/server/dynamic_thread_pool.h",
 | 
	
		
			
				|  |  |      "src/cpp/server/thread_pool_interface.h",
 | 
	
	
		
			
				|  | @@ -818,11 +874,10 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/cpp/client/credentials.cc",
 | 
	
		
			
				|  |  |      "src/cpp/client/generic_stub.cc",
 | 
	
		
			
				|  |  |      "src/cpp/client/insecure_credentials.cc",
 | 
	
		
			
				|  |  | -    "src/cpp/common/call.cc",
 | 
	
		
			
				|  |  |      "src/cpp/common/channel_arguments.cc",
 | 
	
		
			
				|  |  |      "src/cpp/common/completion_queue.cc",
 | 
	
		
			
				|  |  | +    "src/cpp/common/core_codegen.cc",
 | 
	
		
			
				|  |  |      "src/cpp/common/rpc_method.cc",
 | 
	
		
			
				|  |  | -    "src/cpp/proto/proto_utils.cc",
 | 
	
		
			
				|  |  |      "src/cpp/server/async_generic_service.cc",
 | 
	
		
			
				|  |  |      "src/cpp/server/create_default_thread_pool.cc",
 | 
	
		
			
				|  |  |      "src/cpp/server/dynamic_thread_pool.cc",
 | 
	
	
		
			
				|  | @@ -836,7 +891,7 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/cpp/util/status.cc",
 | 
	
		
			
				|  |  |      "src/cpp/util/string_ref.cc",
 | 
	
		
			
				|  |  |      "src/cpp/util/time.cc",
 | 
	
		
			
				|  |  | -    "src/cpp/codegen/grpc_library.cc",
 | 
	
		
			
				|  |  | +    "src/cpp/codegen/codegen_init.cc",
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |    hdrs = [
 | 
	
		
			
				|  |  |      "include/grpc++/alarm.h",
 | 
	
	
		
			
				|  | @@ -894,6 +949,7 @@ cc_library(
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/completion_queue_tag.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/config.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/config_protobuf.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/core_codegen_interface.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/grpc_library.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/method_handler_impl.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/proto_utils.h",
 | 
	
	
		
			
				|  | @@ -926,10 +982,79 @@ cc_library(
 | 
	
		
			
				|  |  |  )
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +cc_library(
 | 
	
		
			
				|  |  | +  name = "grpc++_codegen_lib",
 | 
	
		
			
				|  |  | +  srcs = [
 | 
	
		
			
				|  |  | +    "src/cpp/codegen/codegen_init.cc",
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +  hdrs = [
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/alloc.h",
 | 
	
		
			
				|  |  | +    "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/log.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/port_platform.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/slice.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/slice_buffer.h",
 | 
	
		
			
				|  |  | +    "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/time.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/byte_buffer.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/compression_types.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/connectivity_state.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/grpc_types.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/propagation_bits.h",
 | 
	
		
			
				|  |  | +    "include/grpc/impl/codegen/status.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/async_stream.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/async_unary_call.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/call.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/call_hook.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/channel_interface.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/client_context.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/client_unary_call.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/completion_queue.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/completion_queue_tag.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/config.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/config_protobuf.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/core_codegen_interface.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/grpc_library.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/method_handler_impl.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/proto_utils.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/rpc_method.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/rpc_service_method.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/security/auth_context.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/serialization_traits.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/server_context.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/server_interface.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/service_type.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/status.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/status_code_enum.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/string_ref.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/stub_options.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/sync.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/sync_cxx11.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/sync_no_cxx11.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/sync_stream.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/time.h",
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +  includes = [
 | 
	
		
			
				|  |  | +    "include",
 | 
	
		
			
				|  |  | +    ".",
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +  deps = [
 | 
	
		
			
				|  |  | +    "//external:protobuf_compiler",
 | 
	
		
			
				|  |  | +  ],
 | 
	
		
			
				|  |  | +)
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  cc_library(
 | 
	
		
			
				|  |  |    name = "grpc++_unsecure",
 | 
	
		
			
				|  |  |    srcs = [
 | 
	
		
			
				|  |  |      "src/cpp/client/create_channel_internal.h",
 | 
	
		
			
				|  |  | +    "src/cpp/common/core_codegen.h",
 | 
	
		
			
				|  |  |      "src/cpp/common/create_auth_context.h",
 | 
	
		
			
				|  |  |      "src/cpp/server/dynamic_thread_pool.h",
 | 
	
		
			
				|  |  |      "src/cpp/server/thread_pool_interface.h",
 | 
	
	
		
			
				|  | @@ -941,11 +1066,10 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/cpp/client/credentials.cc",
 | 
	
		
			
				|  |  |      "src/cpp/client/generic_stub.cc",
 | 
	
		
			
				|  |  |      "src/cpp/client/insecure_credentials.cc",
 | 
	
		
			
				|  |  | -    "src/cpp/common/call.cc",
 | 
	
		
			
				|  |  |      "src/cpp/common/channel_arguments.cc",
 | 
	
		
			
				|  |  |      "src/cpp/common/completion_queue.cc",
 | 
	
		
			
				|  |  | +    "src/cpp/common/core_codegen.cc",
 | 
	
		
			
				|  |  |      "src/cpp/common/rpc_method.cc",
 | 
	
		
			
				|  |  | -    "src/cpp/proto/proto_utils.cc",
 | 
	
		
			
				|  |  |      "src/cpp/server/async_generic_service.cc",
 | 
	
		
			
				|  |  |      "src/cpp/server/create_default_thread_pool.cc",
 | 
	
		
			
				|  |  |      "src/cpp/server/dynamic_thread_pool.cc",
 | 
	
	
		
			
				|  | @@ -959,7 +1083,7 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/cpp/util/status.cc",
 | 
	
		
			
				|  |  |      "src/cpp/util/string_ref.cc",
 | 
	
		
			
				|  |  |      "src/cpp/util/time.cc",
 | 
	
		
			
				|  |  | -    "src/cpp/codegen/grpc_library.cc",
 | 
	
		
			
				|  |  | +    "src/cpp/codegen/codegen_init.cc",
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |    hdrs = [
 | 
	
		
			
				|  |  |      "include/grpc++/alarm.h",
 | 
	
	
		
			
				|  | @@ -1017,6 +1141,7 @@ cc_library(
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/completion_queue_tag.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/config.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/config_protobuf.h",
 | 
	
		
			
				|  |  | +    "include/grpc++/impl/codegen/core_codegen_interface.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/grpc_library.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/method_handler_impl.h",
 | 
	
		
			
				|  |  |      "include/grpc++/impl/codegen/proto_utils.h",
 | 
	
	
		
			
				|  | @@ -1072,45 +1197,8 @@ cc_library(
 | 
	
		
			
				|  |  |      "src/compiler/objective_c_generator.cc",
 | 
	
		
			
				|  |  |      "src/compiler/python_generator.cc",
 | 
	
		
			
				|  |  |      "src/compiler/ruby_generator.cc",
 | 
	
		
			
				|  |  | -    "src/cpp/codegen/grpc_library.cc",
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |    hdrs = [
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/async_stream.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/async_unary_call.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/call.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/call_hook.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/channel_interface.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/client_context.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/client_unary_call.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/completion_queue.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/completion_queue_tag.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/config.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/config_protobuf.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/grpc_library.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/method_handler_impl.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/proto_utils.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/rpc_method.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/rpc_service_method.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/security/auth_context.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/serialization_traits.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/server_context.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/server_interface.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/service_type.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/status.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/status_code_enum.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/string_ref.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/stub_options.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/sync.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/sync_cxx11.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/sync_no_cxx11.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/sync_stream.h",
 | 
	
		
			
				|  |  | -    "include/grpc++/impl/codegen/time.h",
 | 
	
		
			
				|  |  | -    "include/grpc/impl/codegen/byte_buffer.h",
 | 
	
		
			
				|  |  | -    "include/grpc/impl/codegen/compression_types.h",
 | 
	
		
			
				|  |  | -    "include/grpc/impl/codegen/connectivity_state.h",
 | 
	
		
			
				|  |  | -    "include/grpc/impl/codegen/grpc_types.h",
 | 
	
		
			
				|  |  | -    "include/grpc/impl/codegen/propagation_bits.h",
 | 
	
		
			
				|  |  | -    "include/grpc/impl/codegen/status.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/alloc.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/atm.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/atm_gcc_atomic.h",
 | 
	
	
		
			
				|  | @@ -1132,6 +1220,7 @@ cc_library(
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |    deps = [
 | 
	
		
			
				|  |  |      "//external:protobuf_compiler",
 | 
	
		
			
				|  |  | +    ":grpc++_codegen_lib",
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |  )
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1162,6 +1251,7 @@ objc_library(
 | 
	
		
			
				|  |  |      "src/core/profiling/stap_timers.c",
 | 
	
		
			
				|  |  |      "src/core/support/alloc.c",
 | 
	
		
			
				|  |  |      "src/core/support/avl.c",
 | 
	
		
			
				|  |  | +    "src/core/support/backoff.c",
 | 
	
		
			
				|  |  |      "src/core/support/cmdline.c",
 | 
	
		
			
				|  |  |      "src/core/support/cpu_iphone.c",
 | 
	
		
			
				|  |  |      "src/core/support/cpu_linux.c",
 | 
	
	
		
			
				|  | @@ -1246,6 +1336,7 @@ objc_library(
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/sync_win32.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/time.h",
 | 
	
		
			
				|  |  |      "src/core/profiling/timers.h",
 | 
	
		
			
				|  |  | +    "src/core/support/backoff.h",
 | 
	
		
			
				|  |  |      "src/core/support/block_annotate.h",
 | 
	
		
			
				|  |  |      "src/core/support/env.h",
 | 
	
		
			
				|  |  |      "src/core/support/load_file.h",
 | 
	
	
		
			
				|  | @@ -1271,8 +1362,10 @@ objc_library(
 | 
	
		
			
				|  |  |    srcs = [
 | 
	
		
			
				|  |  |      "src/core/census/grpc_context.c",
 | 
	
		
			
				|  |  |      "src/core/census/grpc_filter.c",
 | 
	
		
			
				|  |  | +    "src/core/census/grpc_plugin.c",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_args.c",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_stack.c",
 | 
	
		
			
				|  |  | +    "src/core/channel/channel_stack_builder.c",
 | 
	
		
			
				|  |  |      "src/core/channel/client_channel.c",
 | 
	
		
			
				|  |  |      "src/core/channel/client_uchannel.c",
 | 
	
		
			
				|  |  |      "src/core/channel/compress_filter.c",
 | 
	
	
		
			
				|  | @@ -1360,7 +1453,9 @@ objc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/channel.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_connectivity.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_create.c",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_init.c",
 | 
	
		
			
				|  |  |      "src/core/surface/channel_ping.c",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_stack_type.c",
 | 
	
		
			
				|  |  |      "src/core/surface/completion_queue.c",
 | 
	
		
			
				|  |  |      "src/core/surface/event_string.c",
 | 
	
		
			
				|  |  |      "src/core/surface/init.c",
 | 
	
	
		
			
				|  | @@ -1368,7 +1463,6 @@ objc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/metadata_array.c",
 | 
	
		
			
				|  |  |      "src/core/surface/server.c",
 | 
	
		
			
				|  |  |      "src/core/surface/server_chttp2.c",
 | 
	
		
			
				|  |  | -    "src/core/surface/server_create.c",
 | 
	
		
			
				|  |  |      "src/core/surface/validate_metadata.c",
 | 
	
		
			
				|  |  |      "src/core/surface/version.c",
 | 
	
		
			
				|  |  |      "src/core/transport/byte_stream.c",
 | 
	
	
		
			
				|  | @@ -1432,21 +1526,23 @@ objc_library(
 | 
	
		
			
				|  |  |    ],
 | 
	
		
			
				|  |  |    hdrs = [
 | 
	
		
			
				|  |  |      "include/grpc/grpc_security.h",
 | 
	
		
			
				|  |  | +    "include/grpc/byte_buffer.h",
 | 
	
		
			
				|  |  | +    "include/grpc/byte_buffer_reader.h",
 | 
	
		
			
				|  |  | +    "include/grpc/compression.h",
 | 
	
		
			
				|  |  | +    "include/grpc/grpc.h",
 | 
	
		
			
				|  |  | +    "include/grpc/status.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/byte_buffer.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/compression_types.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/connectivity_state.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/grpc_types.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/propagation_bits.h",
 | 
	
		
			
				|  |  |      "include/grpc/impl/codegen/status.h",
 | 
	
		
			
				|  |  | -    "include/grpc/byte_buffer.h",
 | 
	
		
			
				|  |  | -    "include/grpc/byte_buffer_reader.h",
 | 
	
		
			
				|  |  | -    "include/grpc/compression.h",
 | 
	
		
			
				|  |  | -    "include/grpc/grpc.h",
 | 
	
		
			
				|  |  | -    "include/grpc/status.h",
 | 
	
		
			
				|  |  |      "include/grpc/census.h",
 | 
	
		
			
				|  |  |      "src/core/census/grpc_filter.h",
 | 
	
		
			
				|  |  | +    "src/core/census/grpc_plugin.h",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_args.h",
 | 
	
		
			
				|  |  |      "src/core/channel/channel_stack.h",
 | 
	
		
			
				|  |  | +    "src/core/channel/channel_stack_builder.h",
 | 
	
		
			
				|  |  |      "src/core/channel/client_channel.h",
 | 
	
		
			
				|  |  |      "src/core/channel/client_uchannel.h",
 | 
	
		
			
				|  |  |      "src/core/channel/compress_filter.h",
 | 
	
	
		
			
				|  | @@ -1526,9 +1622,12 @@ objc_library(
 | 
	
		
			
				|  |  |      "src/core/surface/call.h",
 | 
	
		
			
				|  |  |      "src/core/surface/call_test_only.h",
 | 
	
		
			
				|  |  |      "src/core/surface/channel.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_init.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/channel_stack_type.h",
 | 
	
		
			
				|  |  |      "src/core/surface/completion_queue.h",
 | 
	
		
			
				|  |  |      "src/core/surface/event_string.h",
 | 
	
		
			
				|  |  |      "src/core/surface/init.h",
 | 
	
		
			
				|  |  | +    "src/core/surface/lame_client.h",
 | 
	
		
			
				|  |  |      "src/core/surface/server.h",
 | 
	
		
			
				|  |  |      "src/core/surface/surface_trace.h",
 | 
	
		
			
				|  |  |      "src/core/transport/byte_stream.h",
 |