Small change to grpc++_base_unsecure library.

pull/19778/head
Matthew Stevenson 6 years ago
parent 63bc2fb5aa
commit 456e81d2ee
  1. 2
      BUILD
  2. 1
      CMakeLists.txt
  3. 1
      Makefile
  4. 2
      build.yaml

@ -1971,7 +1971,7 @@ grpc_cc_library(
srcs = GRPCXX_SRCS,
hdrs = GRPCXX_HDRS,
language = "c++",
public_hdrs = GRPCXX_PUBLIC_HDRS + GRPC_SECURE_PUBLIC_HDRS,
public_hdrs = GRPCXX_PUBLIC_HDRS,
deps = [
"grpc++_codegen_base",
"grpc_health_upb",

@ -4338,7 +4338,6 @@ target_link_libraries(grpc++_unsecure
)
foreach(_hdr
include/grpc/grpc_security.h
include/grpc++/alarm.h
include/grpc++/channel.h
include/grpc++/client_context.h

@ -6729,7 +6729,6 @@ LIBGRPC++_UNSECURE_SRC = \
src/cpp/codegen/codegen_init.cc \
PUBLIC_HEADERS_CXX += \
include/grpc/grpc_security.h \
include/grpc++/alarm.h \
include/grpc++/channel.h \
include/grpc++/client_context.h \

@ -321,8 +321,6 @@ filegroups:
- grpc++_common
- grpc++_codegen_base
- name: grpc++_base_unsecure
public_headers:
- include/grpc/grpc_security.h
deps:
- grpc_unsecure
uses:

Loading…
Cancel
Save