aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-10-03 09:33:29 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-10-03 09:33:29 -0700
commiteebb129fd39c050a9d3b325fcd89df8aadb09218 (patch)
tree8fd46cd5b59259166c25d16000eec49c34829332 /build.yaml
parent7e405b19328dd4ebe9bc8ddf91ef0d1dc3dd5632 (diff)
parentecc5a40bd32a5f633d158496a0291b4081c70849 (diff)
Merge branch 'master' into uv_core_transport
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 042b48fc9b..f539ddba0b 100644
--- a/build.yaml
+++ b/build.yaml
@@ -172,6 +172,7 @@ filegroups:
- src/core/lib/channel/compress_filter.h
- src/core/lib/channel/connected_channel.h
- src/core/lib/channel/context.h
+ - src/core/lib/channel/deadline_filter.h
- src/core/lib/channel/handshaker.h
- src/core/lib/channel/http_client_filter.h
- src/core/lib/channel/http_server_filter.h
@@ -261,6 +262,7 @@ filegroups:
- src/core/lib/channel/channel_stack_builder.c
- src/core/lib/channel/compress_filter.c
- src/core/lib/channel/connected_channel.c
+ - src/core/lib/channel/deadline_filter.c
- src/core/lib/channel/handshaker.c
- src/core/lib/channel/http_client_filter.c
- src/core/lib/channel/http_server_filter.c
@@ -762,7 +764,6 @@ filegroups:
- src/cpp/util/string_ref.cc
- src/cpp/util/time_cc.cc
uses:
- - grpc_base
- grpc++_codegen_base
- name: grpc++_codegen_base
language: c++