aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/generated/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-31 21:11:28 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-31 21:11:28 -0700
commit44b262c361f1d7f6825363f267da2e0c650f8a1b (patch)
tree0009ccec9634320c2ba2da5bd049693218b91e3a /tools/run_tests/generated/sources_and_headers.json
parent77895eec56f029dbfd00054dcffc603fa492d054 (diff)
fix build and sanity
Diffstat (limited to 'tools/run_tests/generated/sources_and_headers.json')
-rw-r--r--tools/run_tests/generated/sources_and_headers.json31
1 files changed, 7 insertions, 24 deletions
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json
index 02e3f02434..f045c2719b 100644
--- a/tools/run_tests/generated/sources_and_headers.json
+++ b/tools/run_tests/generated/sources_and_headers.json
@@ -9648,7 +9648,8 @@
"src/core/lib/transport/status_metadata.cc",
"src/core/lib/transport/timeout_encoding.cc",
"src/core/lib/transport/transport.cc",
- "src/core/lib/transport/transport_op_string.cc"
+ "src/core/lib/transport/transport_op_string.cc",
+ "src/core/lib/uri/uri_parser.cc"
],
"third_party": false,
"type": "filegroup"
@@ -9805,7 +9806,8 @@
"src/core/lib/transport/status_metadata.h",
"src/core/lib/transport/timeout_encoding.h",
"src/core/lib/transport/transport.h",
- "src/core/lib/transport/transport_impl.h"
+ "src/core/lib/transport/transport_impl.h",
+ "src/core/lib/uri/uri_parser.h"
],
"is_filegroup": true,
"language": "c",
@@ -9956,7 +9958,8 @@
"src/core/lib/transport/status_metadata.h",
"src/core/lib/transport/timeout_encoding.h",
"src/core/lib/transport/transport.h",
- "src/core/lib/transport/transport_impl.h"
+ "src/core/lib/transport/transport_impl.h",
+ "src/core/lib/uri/uri_parser.h"
],
"third_party": false,
"type": "filegroup"
@@ -10011,7 +10014,6 @@
"gpr",
"grpc_base",
"grpc_deadline_filter",
- "grpc_uri",
"health_proto"
],
"headers": [
@@ -10721,8 +10723,7 @@
"gpr",
"grpc_base",
"grpc_http_filters",
- "grpc_transport_chttp2_alpn",
- "grpc_uri"
+ "grpc_transport_chttp2_alpn"
],
"headers": [
"src/core/ext/transport/chttp2/transport/bin_decoder.h",
@@ -10994,24 +10995,6 @@
{
"deps": [
"gpr",
- "grpc_base"
- ],
- "headers": [
- "src/core/lib/uri/uri_parser.h"
- ],
- "is_filegroup": true,
- "language": "c",
- "name": "grpc_uri",
- "src": [
- "src/core/lib/uri/uri_parser.cc",
- "src/core/lib/uri/uri_parser.h"
- ],
- "third_party": false,
- "type": "filegroup"
- },
- {
- "deps": [
- "gpr",
"grpc_base",
"grpc_server_backward_compatibility"
],