aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-05-19 10:53:44 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-05-19 11:02:01 -0700
commita20a2ad41bfb1c30b0442578fa9fa1754bc60d53 (patch)
treeb5961fcdfa799de91d135aeef1ffef3ca96c915f /BUILD
parent10ff0de2e96c0819b1ca86d27ffdaa63cc6516f8 (diff)
moved core_codegen from src/cpp/... to include/grpc++/...
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 793c1c714d..c7fe631265 100644
--- a/BUILD
+++ b/BUILD
@@ -844,8 +844,8 @@ cc_library(
cc_library(
name = "grpc++",
srcs = [
+ "include/grpc++/impl/codegen/core_codegen.h",
"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",
@@ -894,6 +894,7 @@ cc_library(
"include/grpc++/grpc++.h",
"include/grpc++/impl/call.h",
"include/grpc++/impl/client_unary_call.h",
+ "include/grpc++/impl/codegen/core_codegen.h",
"include/grpc++/impl/grpc_library.h",
"include/grpc++/impl/method_handler_impl.h",
"include/grpc++/impl/proto_utils.h",
@@ -1001,7 +1002,6 @@ cc_library(
name = "grpc++_unsecure",
srcs = [
"src/cpp/client/create_channel_internal.h",
- "src/cpp/common/core_codegen.h",
"src/cpp/server/dynamic_thread_pool.h",
"src/cpp/server/thread_pool_interface.h",
"src/cpp/common/insecure_create_auth_context.cc",
@@ -1042,6 +1042,7 @@ cc_library(
"include/grpc++/grpc++.h",
"include/grpc++/impl/call.h",
"include/grpc++/impl/client_unary_call.h",
+ "include/grpc++/impl/codegen/core_codegen.h",
"include/grpc++/impl/grpc_library.h",
"include/grpc++/impl/method_handler_impl.h",
"include/grpc++/impl/proto_utils.h",