aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-31 14:14:09 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-31 14:14:09 -0700
commit1a3c2d3e3ae3e7ab242c486db7e6405c9b7f8999 (patch)
treeccec148b8cb7494fee8eed6d5e3b8ea97518dd49 /build.yaml
parent1e64fa629c75ec2cf3be6dd40985f9517c4d33bc (diff)
Move uri_parser to lib
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.yaml b/build.yaml
index 4f84265cae..35db884cff 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1098,9 +1098,9 @@ filegroups:
- grpc_base_headers
- name: grpc_uri
headers:
- - src/core/ext/uri/uri_parser.h
+ - src/core/lib/uri/uri_parser.h
src:
- - src/core/ext/uri/uri_parser.cc
+ - src/core/lib/uri/uri_parser.cc
uses:
- grpc_base
- name: grpc_workaround_cronet_compression_filter