aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
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
parent1e64fa629c75ec2cf3be6dd40985f9517c4d33bc (diff)
Move uri_parser to lib
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 0064b25dc3..1486f4e944 100644
--- a/BUILD
+++ b/BUILD
@@ -1095,10 +1095,10 @@ grpc_cc_library(
grpc_cc_library(
name = "grpc_uri",
srcs = [
- "src/core/ext/uri/uri_parser.cc",
+ "src/core/lib/uri/uri_parser.cc",
],
hdrs = [
- "src/core/ext/uri/uri_parser.h",
+ "src/core/lib/uri/uri_parser.h",
],
language = "c++",
deps = [