Skip to content

Commit

Permalink
Clean up grpc++_unsecure so that it doesn't require secure content an…
Browse files Browse the repository at this point in the history
…ymore
  • Loading branch information
vjpai committed Jul 31, 2017
1 parent e5cd176 commit 4280725
Show file tree
Hide file tree
Showing 24 changed files with 3,873 additions and 2,500 deletions.
5 changes: 4 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ grpc_cc_library(
standalone = True,
deps = [
"grpc_common",
"grpc_lb_policy_grpclb",
],
)

Expand All @@ -221,7 +222,6 @@ grpc_cc_library(
deps = [
"grpc_common",
"grpc_lb_policy_grpclb_secure",
"grpc_resolver_dns_ares",
"grpc_secure",
"grpc_transport_chttp2_client_secure",
"grpc_transport_chttp2_server_secure",
Expand Down Expand Up @@ -287,6 +287,7 @@ grpc_cc_library(
"grpc++_base_unsecure",
"grpc++_codegen_base",
"grpc++_codegen_base_src",
"grpc++_codegen_proto",
"grpc_unsecure",
],
)
Expand Down Expand Up @@ -837,6 +838,8 @@ grpc_cc_library(
"grpc_load_reporting",
"grpc_max_age_filter",
"grpc_message_size_filter",
"grpc_resolver_dns_ares",
"grpc_resolver_fake",
"grpc_resolver_dns_native",
"grpc_resolver_sockaddr",
"grpc_transport_chttp2_client_insecure",
Expand Down
Loading

0 comments on commit 4280725

Please sign in to comment.