Skip to content

Commit

Permalink
merge with head
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-g committed May 22, 2017
2 parents 21035da + 495cf83 commit 725d822
Show file tree
Hide file tree
Showing 207 changed files with 3,664 additions and 4,922 deletions.
14 changes: 7 additions & 7 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ grpc_cc_library(
"src/core/lib/iomgr/ev_epollsig_linux.c",
"src/core/lib/iomgr/ev_poll_posix.c",
"src/core/lib/iomgr/ev_posix.c",
"src/core/lib/iomgr/ev_windows.c",
"src/core/lib/iomgr/exec_ctx.c",
"src/core/lib/iomgr/executor.c",
"src/core/lib/iomgr/iocp_windows.c",
Expand Down Expand Up @@ -744,7 +745,7 @@ grpc_cc_library(
"grpc_transport_chttp2_server_insecure",
"grpc_workaround_cronet_compression_filter",
"grpc_server_backward_compatibility",
]
],
)

grpc_cc_library(
Expand Down Expand Up @@ -1399,22 +1400,22 @@ GRPCXX_PUBLIC_HDRS = [

grpc_cc_library(
name = "grpc++_base",
hdrs = GRPCXX_HDRS,
srcs = GRPCXX_SRCS,
public_hdrs = GRPCXX_PUBLIC_HDRS,
hdrs = GRPCXX_HDRS,
language = "c++",
public_hdrs = GRPCXX_PUBLIC_HDRS,
deps = [
"grpc++_codegen_base",
"grpc",
"grpc++_codegen_base",
],
)

grpc_cc_library(
name = "grpc++_base_unsecure",
hdrs = GRPCXX_HDRS,
srcs = GRPCXX_SRCS,
public_hdrs = GRPCXX_PUBLIC_HDRS,
hdrs = GRPCXX_HDRS,
language = "c++",
public_hdrs = GRPCXX_PUBLIC_HDRS,
deps = [
"grpc++_codegen_base",
"grpc_unsecure",
Expand Down Expand Up @@ -1538,5 +1539,4 @@ grpc_cc_library(
],
)


grpc_generate_one_off_targets()
Loading

0 comments on commit 725d822

Please sign in to comment.