diff options
author | yang-g <yangg@google.com> | 2017-03-16 14:14:18 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2017-03-16 14:14:18 -0700 |
commit | 9df13b26d2ce0f14b0499b45e5aa01c48108e3f5 (patch) | |
tree | 7bbc1897add3e438ff72049184dd6f939cfa86f6 | |
parent | da73580d2c61134529d31651cc18584ac5924227 (diff) |
Add missing files
-rw-r--r-- | BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", |