aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-06-08 16:31:58 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-06-08 16:31:58 -0700
commitf325ee367a30b9cad65c3223d199087d3071b725 (patch)
tree45fb17483edd3c7e1a19128ef87fc6fd711369a4 /BUILD
parent3dbf4d61b26e2364a974e47f16f3a655d3eda908 (diff)
parentd861b13aff7481b4901ab012cfd51c5887b11a2e (diff)
Merge branch 'master' into epoll_changes
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 4d85f22741..73d7a1627a 100644
--- a/BUILD
+++ b/BUILD
@@ -1216,8 +1216,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",
@@ -1266,6 +1266,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/rpc_method.h",
@@ -1369,7 +1370,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",
@@ -1410,6 +1410,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/rpc_method.h",