aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-17 08:47:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-17 08:47:05 -0700
commit19d7d808ec494d575746c09f1aa740bcd9743b0e (patch)
tree17e6f6f6c21d49f10a97a8033f62f553de52eb78 /build.yaml
parent2ed1a9e32960c7ff60db41859c9a5b8f55867db7 (diff)
Split port_posix.c into platform specifics and a portable interface to port_server.py
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 1f01024413..1fd0d8ddb9 100644
--- a/build.yaml
+++ b/build.yaml
@@ -544,6 +544,7 @@ filegroups:
- test/core/util/grpc_profiler.h
- test/core/util/parse_hexstring.h
- test/core/util/port.h
+ - test/core/util/port_server_client.h
- test/core/util/slice_splitter.h
src:
- test/core/end2end/cq_verifier.c
@@ -552,6 +553,7 @@ filegroups:
- test/core/util/grpc_profiler.c
- test/core/util/parse_hexstring.c
- test/core/util/port_posix.c
+ - test/core/util/port_server_client.c
- test/core/util/port_windows.c
- test/core/util/slice_splitter.c
- name: nanopb