aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-03-16 14:14:18 -0700
committerGravatar yang-g <yangg@google.com>2017-03-16 14:14:18 -0700
commit9df13b26d2ce0f14b0499b45e5aa01c48108e3f5 (patch)
tree7bbc1897add3e438ff72049184dd6f939cfa86f6
parentda73580d2c61134529d31651cc18584ac5924227 (diff)
Add missing files
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index ca0a1c5607..5a2e7a72e9 100644
--- a/BUILD
+++ b/BUILD
@@ -1132,6 +1132,7 @@ grpc_cc_library(
"src/cpp/common/rpc_method.cc",
"src/cpp/common/version_cc.cc",
"src/cpp/server/async_generic_service.cc",
+ "src/cpp/server/channel_argument_option.cc",
"src/cpp/server/create_default_thread_pool.cc",
"src/cpp/server/dynamic_thread_pool.cc",
"src/cpp/server/health/default_health_check_service.cc",
@@ -1173,6 +1174,7 @@ grpc_cc_library(
"include/grpc++/grpc++.h",
"include/grpc++/health_check_service_interface.h",
"include/grpc++/impl/call.h",
+ "include/grpc++/impl/channel_argument_option.h",
"include/grpc++/impl/client_unary_call.h",
"include/grpc++/impl/codegen/core_codegen.h",
"include/grpc++/impl/grpc_library.h",