aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-09-22 12:05:25 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-10-02 16:29:41 -0700
commit4a91bf47d074a54d4405ba48d8799d458883ee82 (patch)
tree667e812ebb374b63c33b6431dd45e695b4965614 /build.yaml
parent19f0a909ac8d75fda477b4053cae1dd3a9f6c3d2 (diff)
Fixing build.yaml. More pointer conversions and changes required by other builds
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml28
1 files changed, 14 insertions, 14 deletions
diff --git a/build.yaml b/build.yaml
index 4fc7a85712..8d610bae74 100644
--- a/build.yaml
+++ b/build.yaml
@@ -735,20 +735,20 @@ filegroups:
- test/core/util/trickle_endpoint.h
src:
- src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
- - test/core/end2end/cq_verifier.cc
- - test/core/end2end/fixtures/http_proxy_fixture.cc
- - test/core/end2end/fixtures/proxy.cc
- - test/core/iomgr/endpoint_tests.cc
- - test/core/util/debugger_macros.cc
- - test/core/util/grpc_profiler.cc
- - test/core/util/memory_counters.cc
- - test/core/util/mock_endpoint.cc
- - test/core/util/parse_hexstring.cc
- - test/core/util/passthru_endpoint.cc
- - test/core/util/port.cc
- - test/core/util/port_server_client.cc
- - test/core/util/slice_splitter.cc
- - test/core/util/trickle_endpoint.cc
+ - test/core/end2end/cq_verifier.c
+ - test/core/end2end/fixtures/http_proxy_fixture.c
+ - test/core/end2end/fixtures/proxy.c
+ - test/core/iomgr/endpoint_tests.c
+ - test/core/util/debugger_macros.c
+ - test/core/util/grpc_profiler.c
+ - test/core/util/memory_counters.c
+ - test/core/util/mock_endpoint.c
+ - test/core/util/parse_hexstring.c
+ - test/core/util/passthru_endpoint.c
+ - test/core/util/port.c
+ - test/core/util/port_server_client.c
+ - test/core/util/slice_splitter.c
+ - test/core/util/trickle_endpoint.c
deps:
- gpr_test_util
- gpr