aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-09 13:57:46 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-09 13:57:46 -0800
commit79d9096126aceb3fbf5a9ef0c2942b5d17276851 (patch)
tree3de7f34966d77fabdba40528e551215fd2e25751 /BUILD
parent9eef37786531faa30ca51def84daa3e950c7e1a7 (diff)
removed spurious grpc_library.cc
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index a7bcd01398..00620b6c66 100644
--- a/BUILD
+++ b/BUILD
@@ -789,16 +789,17 @@ cc_library(
name = "grpc++",
srcs = [
"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",
+ "src/cpp/common/core_codegen.h",
"src/cpp/common/create_auth_context.h",
"src/cpp/server/dynamic_thread_pool.h",
"src/cpp/server/thread_pool_interface.h",
"src/cpp/client/secure_credentials.cc",
"src/cpp/common/auth_property_iterator.cc",
"src/cpp/common/core_codegen.cc",
- "src/cpp/common/grpc_library.cc",
"src/cpp/common/secure_auth_context.cc",
"src/cpp/common/secure_channel_arguments.cc",
"src/cpp/common/secure_create_auth_context.cc",
@@ -890,6 +891,7 @@ cc_library(
name = "grpc++_unsecure",
srcs = [
"src/cpp/client/create_channel_internal.h",
+ "src/cpp/common/core_codegen.h",
"src/cpp/common/create_auth_context.h",
"src/cpp/server/dynamic_thread_pool.h",
"src/cpp/server/thread_pool_interface.h",