diff options
author | Craig Tiller <ctiller@google.com> | 2016-09-16 09:03:56 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-09-16 09:03:56 -0700 |
commit | b8ab81ffc1aacfc865cb9793022702c2c782e864 (patch) | |
tree | 9e9dc629c01e870fb590f63f9a9dea48a9a9924d /BUILD | |
parent | ba1db3b6303976dc51daccfad3c3421a299e2637 (diff) | |
parent | 708d35fd2b54941d1741d3c9e6fc01fea91a30f3 (diff) |
Merge github.com:grpc/grpc into direct-calls
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1543,6 +1543,7 @@ cc_library( "include/grpc++/impl/codegen/service_type.h", "include/grpc++/impl/codegen/status.h", "include/grpc++/impl/codegen/status_code_enum.h", + "include/grpc++/impl/codegen/status_helper.h", "include/grpc++/impl/codegen/string_ref.h", "include/grpc++/impl/codegen/stub_options.h", "include/grpc++/impl/codegen/sync.h", @@ -1602,6 +1603,7 @@ cc_library( "include/grpc++/impl/codegen/service_type.h", "include/grpc++/impl/codegen/status.h", "include/grpc++/impl/codegen/status_code_enum.h", + "include/grpc++/impl/codegen/status_helper.h", "include/grpc++/impl/codegen/string_ref.h", "include/grpc++/impl/codegen/stub_options.h", "include/grpc++/impl/codegen/sync.h", @@ -1940,6 +1942,7 @@ cc_library( "include/grpc++/impl/codegen/service_type.h", "include/grpc++/impl/codegen/status.h", "include/grpc++/impl/codegen/status_code_enum.h", + "include/grpc++/impl/codegen/status_helper.h", "include/grpc++/impl/codegen/string_ref.h", "include/grpc++/impl/codegen/stub_options.h", "include/grpc++/impl/codegen/sync.h", |