aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-09 09:02:59 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-09 09:02:59 -0800
commitaa5a61e888c168ff8fc78847e43bdbf0592df76c (patch)
tree5d58ed06062856de8660787c344ea3bc38257191 /build.yaml
parent2dd081955d2cc28630807092ef7f6fcccb6a80a4 (diff)
parente1719ee01d260f0bc1ec741f37ea1d86596b320e (diff)
Merge github.com:grpc/grpc into make_a_full_request
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml14
1 files changed, 10 insertions, 4 deletions
diff --git a/build.yaml b/build.yaml
index 388b0a6e01..d1844f9456 100644
--- a/build.yaml
+++ b/build.yaml
@@ -133,8 +133,6 @@ filegroups:
- src/core/client_config/resolvers/sockaddr_resolver.h
- src/core/client_config/subchannel.h
- src/core/client_config/subchannel_factory.h
- - src/core/client_config/subchannel_factory_decorators/add_channel_arg.h
- - src/core/client_config/subchannel_factory_decorators/merge_channel_args.h
- src/core/client_config/uri_parser.h
- src/core/compression/algorithm_metadata.h
- src/core/compression/message_compress.h
@@ -251,8 +249,6 @@ filegroups:
- src/core/client_config/resolvers/sockaddr_resolver.c
- src/core/client_config/subchannel.c
- src/core/client_config/subchannel_factory.c
- - src/core/client_config/subchannel_factory_decorators/add_channel_arg.c
- - src/core/client_config/subchannel_factory_decorators/merge_channel_args.c
- src/core/client_config/uri_parser.c
- src/core/compression/algorithm.c
- src/core/compression/message_compress.c
@@ -865,6 +861,16 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: chttp2_varint_test
+ build: test
+ language: c
+ src:
+ - test/core/transport/chttp2/varint_test.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: compression_test
build: test
language: c