aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2017-11-21 10:12:28 -0800
committerGravatar Noah Eisen <ncteisen@google.com>2017-11-21 10:12:28 -0800
commitb8ec2382115bb81007515986f5dacfa2d56b6b8f (patch)
treea9b446bfa0f12f258614c38a4837b4aeda35f315 /build.yaml
parent901c47c96bb53dc1cad2d2572d3c17a300f9769d (diff)
parent240762d4c2fe20e22bb5cb3c8b7d846b27ff3ce4 (diff)
Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core
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 864429f856..16e31eb588 100644
--- a/build.yaml
+++ b/build.yaml
@@ -169,7 +169,6 @@ filegroups:
- src/core/lib/http/httpcli.cc
- src/core/lib/http/parser.cc
- src/core/lib/iomgr/call_combiner.cc
- - src/core/lib/iomgr/closure.cc
- src/core/lib/iomgr/combiner.cc
- src/core/lib/iomgr/endpoint.cc
- src/core/lib/iomgr/endpoint_pair_posix.cc
@@ -715,6 +714,7 @@ filegroups:
- test/core/util/port.h
- test/core/util/port_server_client.h
- test/core/util/slice_splitter.h
+ - test/core/util/tracer_util.h
- test/core/util/trickle_endpoint.h
src:
- src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
@@ -731,6 +731,7 @@ filegroups:
- test/core/util/port.cc
- test/core/util/port_server_client.cc
- test/core/util/slice_splitter.cc
+ - test/core/util/tracer_util.cc
- test/core/util/trickle_endpoint.cc
deps:
- gpr_test_util