aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-08-21 15:49:35 -0700
committerGravatar yang-g <yangg@google.com>2015-08-21 15:49:35 -0700
commit9fb35a53320a7b958739ce01ed50de087e6c5ee9 (patch)
treeb9dee466644c19f917142e24798bd6c033db2176 /BUILD
parent9e2f90cd068b4c2a8fdec69ca93ca614d35cba28 (diff)
split stream.h into sync_stream.h and async_stream.h
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 620a954a5a..3847795f4d 100644
--- a/BUILD
+++ b/BUILD
@@ -735,6 +735,7 @@ cc_library(
"include/grpc++/server_builder.h",
"include/grpc++/server_context.h",
"include/grpc++/server_credentials.h",
+ "include/grpc++/support/async_stream.h",
"include/grpc++/support/async_unary_call.h",
"include/grpc++/support/auth_context.h",
"include/grpc++/support/byte_buffer.h",
@@ -746,8 +747,8 @@ cc_library(
"include/grpc++/support/slice.h",
"include/grpc++/support/status.h",
"include/grpc++/support/status_code_enum.h",
- "include/grpc++/support/stream.h",
"include/grpc++/support/stub_options.h",
+ "include/grpc++/support/sync_stream.h",
"include/grpc++/support/thread_pool_interface.h",
"include/grpc++/support/time.h",
],
@@ -821,6 +822,7 @@ cc_library(
"include/grpc++/server_builder.h",
"include/grpc++/server_context.h",
"include/grpc++/server_credentials.h",
+ "include/grpc++/support/async_stream.h",
"include/grpc++/support/async_unary_call.h",
"include/grpc++/support/auth_context.h",
"include/grpc++/support/byte_buffer.h",
@@ -832,8 +834,8 @@ cc_library(
"include/grpc++/support/slice.h",
"include/grpc++/support/status.h",
"include/grpc++/support/status_code_enum.h",
- "include/grpc++/support/stream.h",
"include/grpc++/support/stub_options.h",
+ "include/grpc++/support/sync_stream.h",
"include/grpc++/support/thread_pool_interface.h",
"include/grpc++/support/time.h",
],