aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-30 11:39:26 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-30 11:39:26 -0700
commit3cb8b0b8cba79a7200b5bb60e6e711062dec34bc (patch)
treea0dcc81f68a183c0de3d7b43af5e2e11ed1322c0 /build.yaml
parentc13de2eb1e12295cc576abb58d1f8060ff8035b4 (diff)
Move uri_parser to common spot
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml11
1 files changed, 9 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index e7e92d280d..4f84265cae 100644
--- a/build.yaml
+++ b/build.yaml
@@ -588,7 +588,6 @@ filegroups:
- src/core/ext/filters/client_channel/retry_throttle.h
- src/core/ext/filters/client_channel/subchannel.h
- src/core/ext/filters/client_channel/subchannel_index.h
- - src/core/ext/filters/client_channel/uri_parser.h
src:
- src/core/ext/filters/client_channel/backup_poller.cc
- src/core/ext/filters/client_channel/channel_connectivity.cc
@@ -612,12 +611,12 @@ filegroups:
- src/core/ext/filters/client_channel/retry_throttle.cc
- src/core/ext/filters/client_channel/subchannel.cc
- src/core/ext/filters/client_channel/subchannel_index.cc
- - src/core/ext/filters/client_channel/uri_parser.cc
plugin: grpc_client_channel
uses:
- grpc_base
- grpc_deadline_filter
- health_proto
+ - grpc_uri
- name: grpc_codegen
public_headers:
- include/grpc/impl/codegen/byte_buffer.h
@@ -1007,6 +1006,7 @@ filegroups:
- grpc_base
- grpc_transport_chttp2_alpn
- grpc_http_filters
+ - grpc_uri
- name: grpc_transport_chttp2_alpn
headers:
- src/core/ext/transport/chttp2/alpn/alpn.h
@@ -1096,6 +1096,13 @@ filegroups:
- src/core/ext/transport/inproc/inproc_transport.h
uses:
- grpc_base_headers
+- name: grpc_uri
+ headers:
+ - src/core/ext/uri/uri_parser.h
+ src:
+ - src/core/ext/uri/uri_parser.cc
+ uses:
+ - grpc_base
- name: grpc_workaround_cronet_compression_filter
headers:
- src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h