blob: 092ed35ad971fd37e52434b9055395689283107f [file] [log] [blame]
Craig Tillerf75fc122015-06-25 06:58:00 -07001
2
3[
4 {
5 "deps": [
Craig Tiller1298afd2016-02-09 12:29:17 -08006 "gpr",
7 "gpr_test_util",
David Garcia Quintas48ec8062015-12-11 14:04:59 -08008 "grpc",
9 "grpc_test_util"
10 ],
11 "headers": [],
12 "language": "c",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010013 "name": "alarm_test",
14 "src": [
15 "test/core/surface/alarm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080016 ],
17 "third_party": false,
18 "type": "target"
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010019 },
20 {
21 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080022 "gpr",
23 "gpr_test_util",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010024 "grpc",
25 "grpc_test_util"
26 ],
27 "headers": [],
28 "language": "c",
David Garcia Quintas48ec8062015-12-11 14:04:59 -080029 "name": "algorithm_test",
30 "src": [
31 "test/core/compression/algorithm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080032 ],
33 "third_party": false,
34 "type": "target"
David Garcia Quintas48ec8062015-12-11 14:04:59 -080035 },
36 {
37 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080038 "gpr",
39 "gpr_test_util"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080040 ],
41 "headers": [],
42 "language": "c",
43 "name": "alloc_test",
44 "src": [
45 "test/core/support/alloc_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080046 ],
47 "third_party": false,
48 "type": "target"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080049 },
50 {
51 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080052 "gpr",
53 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070054 "grpc",
55 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070056 ],
57 "headers": [],
58 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -070059 "name": "alpn_test",
60 "src": [
61 "test/core/transport/chttp2/alpn_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080062 ],
63 "third_party": false,
64 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -070065 },
66 {
67 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -070068 "grpc",
69 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070070 ],
71 "headers": [],
72 "language": "c",
73 "name": "bin_encoder_test",
74 "src": [
75 "test/core/transport/chttp2/bin_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080076 ],
77 "third_party": false,
78 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -070079 },
80 {
81 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080082 "gpr",
83 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070084 "grpc",
85 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070086 ],
87 "headers": [],
88 "language": "c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -080089 "name": "census_context_test",
90 "src": [
91 "test/core/census/context_test.c"
Alistair Veitch75d5c0f2016-02-02 09:43:02 -080092 ],
Craig Tiller732a8752016-02-22 15:59:19 -080093 "third_party": false,
94 "type": "target"
Alistair Veitch85afe712016-02-02 17:58:15 -080095 },
96 {
97 "deps": [
Alistair Veitch749250f2016-02-11 09:23:20 -080098 "gpr",
99 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -0700100 "grpc",
101 "grpc_test_util"
102 ],
103 "headers": [],
104 "language": "c",
yang-gc0ed5092015-12-09 08:48:08 -0800105 "name": "channel_create_test",
106 "src": [
107 "test/core/surface/channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800108 ],
109 "third_party": false,
110 "type": "target"
yang-gc0ed5092015-12-09 08:48:08 -0800111 },
112 {
113 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800114 "gpr",
115 "gpr_test_util",
yang-gc0ed5092015-12-09 08:48:08 -0800116 "grpc",
117 "grpc_test_util"
118 ],
119 "headers": [],
120 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800121 "name": "chttp2_hpack_encoder_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700122 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800123 "test/core/transport/chttp2/hpack_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800124 ],
125 "third_party": false,
126 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700127 },
128 {
129 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800130 "gpr",
131 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700132 "grpc",
133 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700134 ],
135 "headers": [],
136 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800137 "name": "chttp2_status_conversion_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700138 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800139 "test/core/transport/chttp2/status_conversion_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800140 ],
141 "third_party": false,
142 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700143 },
144 {
145 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800146 "gpr",
147 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700148 "grpc",
149 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700150 ],
151 "headers": [],
152 "language": "c",
153 "name": "chttp2_stream_map_test",
154 "src": [
155 "test/core/transport/chttp2/stream_map_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800156 ],
157 "third_party": false,
158 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700159 },
160 {
161 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800162 "gpr",
163 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700164 "grpc",
165 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700166 ],
167 "headers": [],
168 "language": "c",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800169 "name": "chttp2_varint_test",
170 "src": [
171 "test/core/transport/chttp2/varint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800172 ],
173 "third_party": false,
174 "type": "target"
Craig Tiller8ab91b22015-12-07 11:28:51 -0800175 },
176 {
177 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800178 "gpr",
179 "gpr_test_util",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800180 "grpc",
181 "grpc_test_util"
182 ],
183 "headers": [],
184 "language": "c",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700185 "name": "compression_test",
186 "src": [
187 "test/core/compression/compression_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800188 ],
189 "third_party": false,
190 "type": "target"
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700191 },
192 {
193 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800194 "gpr",
195 "gpr_test_util",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700196 "grpc",
197 "grpc_test_util"
198 ],
199 "headers": [],
200 "language": "c",
Craig Tiller57e27432016-03-11 16:53:58 -0800201 "name": "concurrent_connectivity_test",
202 "src": [
203 "test/core/surface/concurrent_connectivity_test.c"
204 ],
205 "third_party": false,
206 "type": "target"
207 },
208 {
209 "deps": [
210 "gpr",
211 "gpr_test_util",
212 "grpc",
213 "grpc_test_util"
214 ],
215 "headers": [],
216 "language": "c",
Craig Tillere91ef682016-03-11 08:59:17 -0800217 "name": "dns_resolver_connectivity_test",
218 "src": [
219 "test/core/client_config/resolvers/dns_resolver_connectivity_test.c"
220 ],
221 "third_party": false,
222 "type": "target"
223 },
224 {
225 "deps": [
226 "gpr",
227 "gpr_test_util",
228 "grpc",
229 "grpc_test_util"
230 ],
231 "headers": [],
232 "language": "c",
Craig Tiller147c4f42015-12-11 12:32:39 -0800233 "name": "dns_resolver_test",
234 "src": [
235 "test/core/client_config/resolvers/dns_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800236 ],
237 "third_party": false,
238 "type": "target"
Craig Tiller147c4f42015-12-11 12:32:39 -0800239 },
240 {
241 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800242 "gpr",
243 "gpr_test_util",
Craig Tiller147c4f42015-12-11 12:32:39 -0800244 "grpc",
245 "grpc_test_util"
246 ],
247 "headers": [],
248 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700249 "name": "dualstack_socket_test",
250 "src": [
251 "test/core/end2end/dualstack_socket_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800252 ],
253 "third_party": false,
254 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700255 },
256 {
257 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800258 "gpr",
259 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700260 "grpc",
261 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700262 ],
263 "headers": [],
264 "language": "c",
Craig Tillerae69ad12015-08-27 09:06:31 -0700265 "name": "endpoint_pair_test",
266 "src": [
267 "test/core/iomgr/endpoint_pair_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800268 ],
269 "third_party": false,
270 "type": "target"
Craig Tillerae69ad12015-08-27 09:06:31 -0700271 },
272 {
273 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800274 "gpr",
275 "gpr_test_util",
Craig Tillerae69ad12015-08-27 09:06:31 -0700276 "grpc",
277 "grpc_test_util"
278 ],
279 "headers": [],
280 "language": "c",
Craig Tilleree98d842015-06-29 08:45:55 -0700281 "name": "fd_conservation_posix_test",
282 "src": [
283 "test/core/iomgr/fd_conservation_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800284 ],
285 "third_party": false,
286 "type": "target"
Craig Tilleree98d842015-06-29 08:45:55 -0700287 },
288 {
289 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800290 "gpr",
291 "gpr_test_util",
Craig Tilleree98d842015-06-29 08:45:55 -0700292 "grpc",
293 "grpc_test_util"
294 ],
295 "headers": [],
296 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700297 "name": "fd_posix_test",
298 "src": [
299 "test/core/iomgr/fd_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800300 ],
301 "third_party": false,
302 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700303 },
304 {
305 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800306 "gpr",
307 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700308 "grpc",
309 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700310 ],
311 "headers": [],
312 "language": "c",
313 "name": "fling_client",
314 "src": [
315 "test/core/fling/client.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800316 ],
317 "third_party": false,
318 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700319 },
320 {
321 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800322 "gpr",
323 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700324 "grpc",
325 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700326 ],
327 "headers": [],
328 "language": "c",
329 "name": "fling_server",
330 "src": [
331 "test/core/fling/server.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800332 ],
333 "third_party": false,
334 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700335 },
336 {
337 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800338 "gpr",
339 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700340 "grpc",
341 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700342 ],
343 "headers": [],
344 "language": "c",
345 "name": "fling_stream_test",
346 "src": [
347 "test/core/fling/fling_stream_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800348 ],
349 "third_party": false,
350 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700351 },
352 {
353 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800354 "gpr",
355 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700356 "grpc",
357 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700358 ],
359 "headers": [],
360 "language": "c",
361 "name": "fling_test",
362 "src": [
363 "test/core/fling/fling_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800364 ],
365 "third_party": false,
366 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700367 },
368 {
369 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800370 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700371 "grpc"
372 ],
373 "headers": [],
374 "language": "c",
375 "name": "gen_hpack_tables",
376 "src": [
Craig Tillerfe8592e2015-06-25 07:00:18 -0700377 "tools/codegen/core/gen_hpack_tables.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800378 ],
379 "third_party": false,
380 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700381 },
382 {
Craig Tiller11a28c72015-08-24 07:54:34 -0700383 "deps": [],
Craig Tiller49772e02015-08-21 08:08:37 -0700384 "headers": [],
385 "language": "c",
386 "name": "gen_legal_metadata_characters",
387 "src": [
388 "tools/codegen/core/gen_legal_metadata_characters.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800389 ],
390 "third_party": false,
391 "type": "target"
Craig Tiller49772e02015-08-21 08:08:37 -0700392 },
393 {
Craig Tillerf75fc122015-06-25 06:58:00 -0700394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800395 "gpr",
396 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700397 ],
398 "headers": [],
399 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800400 "name": "gpr_avl_test",
401 "src": [
402 "test/core/support/avl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800403 ],
404 "third_party": false,
405 "type": "target"
Craig Tillerfba79f22015-11-23 11:06:55 -0800406 },
407 {
408 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800409 "gpr",
410 "gpr_test_util"
Craig Tillerfba79f22015-11-23 11:06:55 -0800411 ],
412 "headers": [],
413 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700414 "name": "gpr_cmdline_test",
415 "src": [
416 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800417 ],
418 "third_party": false,
419 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700420 },
421 {
422 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800423 "gpr",
424 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700425 ],
426 "headers": [],
427 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700428 "name": "gpr_cpu_test",
429 "src": [
430 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800431 ],
432 "third_party": false,
433 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700434 },
435 {
436 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800437 "gpr",
438 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700439 ],
440 "headers": [],
441 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700442 "name": "gpr_env_test",
443 "src": [
444 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700445 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800446 "third_party": false,
447 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700448 },
449 {
450 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800451 "gpr",
452 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700453 ],
454 "headers": [],
455 "language": "c",
456 "name": "gpr_histogram_test",
457 "src": [
458 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800459 ],
460 "third_party": false,
461 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700462 },
463 {
464 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800465 "gpr",
466 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700467 ],
468 "headers": [],
469 "language": "c",
470 "name": "gpr_host_port_test",
471 "src": [
472 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800473 ],
474 "third_party": false,
475 "type": "target"
476 },
477 {
478 "deps": [
479 "gpr",
480 "gpr_test_util"
481 ],
482 "headers": [],
483 "language": "c",
484 "name": "gpr_load_file_test",
485 "src": [
486 "test/core/support/load_file_test.c"
487 ],
488 "third_party": false,
489 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700490 },
491 {
492 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800493 "gpr",
494 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700495 ],
496 "headers": [],
497 "language": "c",
498 "name": "gpr_log_test",
499 "src": [
500 "test/core/support/log_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800501 ],
502 "third_party": false,
503 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700504 },
505 {
506 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800507 "gpr",
508 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700509 ],
510 "headers": [],
511 "language": "c",
512 "name": "gpr_slice_buffer_test",
513 "src": [
514 "test/core/support/slice_buffer_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800515 ],
516 "third_party": false,
517 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700518 },
519 {
520 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800521 "gpr",
522 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700523 ],
524 "headers": [],
525 "language": "c",
526 "name": "gpr_slice_test",
527 "src": [
528 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800529 ],
530 "third_party": false,
531 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700532 },
533 {
534 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800535 "gpr",
536 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700537 ],
538 "headers": [],
539 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700540 "name": "gpr_stack_lockfree_test",
541 "src": [
542 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800543 ],
544 "third_party": false,
545 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700546 },
547 {
548 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800549 "gpr",
550 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700551 ],
552 "headers": [],
553 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700554 "name": "gpr_string_test",
555 "src": [
556 "test/core/support/string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800557 ],
558 "third_party": false,
559 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700560 },
561 {
562 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800563 "gpr",
564 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700565 ],
566 "headers": [],
567 "language": "c",
568 "name": "gpr_sync_test",
569 "src": [
570 "test/core/support/sync_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800571 ],
572 "third_party": false,
573 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700574 },
575 {
576 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800577 "gpr",
578 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700579 ],
580 "headers": [],
581 "language": "c",
582 "name": "gpr_thd_test",
583 "src": [
584 "test/core/support/thd_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800585 ],
586 "third_party": false,
587 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700588 },
589 {
590 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800591 "gpr",
592 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700593 ],
594 "headers": [],
595 "language": "c",
596 "name": "gpr_time_test",
597 "src": [
598 "test/core/support/time_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800599 ],
600 "third_party": false,
601 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700602 },
603 {
604 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800605 "gpr",
606 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700607 ],
608 "headers": [],
609 "language": "c",
610 "name": "gpr_tls_test",
611 "src": [
612 "test/core/support/tls_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800613 ],
614 "third_party": false,
615 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700616 },
617 {
618 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800619 "gpr",
620 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700621 ],
622 "headers": [],
623 "language": "c",
624 "name": "gpr_useful_test",
625 "src": [
626 "test/core/support/useful_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800627 ],
628 "third_party": false,
629 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700630 },
631 {
632 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800633 "gpr",
634 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700635 "grpc",
636 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700637 ],
638 "headers": [],
639 "language": "c",
640 "name": "grpc_auth_context_test",
641 "src": [
642 "test/core/security/auth_context_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800643 ],
644 "third_party": false,
645 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700646 },
647 {
648 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800649 "gpr",
650 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700651 "grpc",
652 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700653 ],
654 "headers": [],
655 "language": "c",
Craig Tiller732a8752016-02-22 15:59:19 -0800656 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700657 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800658 "test/core/security/b64_test.c"
659 ],
660 "third_party": false,
661 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700662 },
663 {
664 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 "gpr",
666 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700667 "grpc",
668 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700669 ],
670 "headers": [],
671 "language": "c",
672 "name": "grpc_byte_buffer_reader_test",
673 "src": [
674 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800675 ],
676 "third_party": false,
677 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700678 },
679 {
680 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800681 "gpr",
682 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700683 "grpc",
684 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700685 ],
686 "headers": [],
687 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700688 "name": "grpc_channel_args_test",
689 "src": [
690 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800691 ],
692 "third_party": false,
693 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700694 },
695 {
696 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800697 "gpr",
698 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700699 "grpc",
700 "grpc_test_util"
701 ],
702 "headers": [],
703 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700704 "name": "grpc_channel_stack_test",
705 "src": [
706 "test/core/channel/channel_stack_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800707 ],
708 "third_party": false,
709 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700710 },
711 {
712 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800713 "gpr",
714 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700715 "grpc",
716 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700717 ],
718 "headers": [],
719 "language": "c",
720 "name": "grpc_completion_queue_test",
721 "src": [
722 "test/core/surface/completion_queue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800723 ],
724 "third_party": false,
725 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700726 },
727 {
728 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800729 "gpr",
730 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700731 "grpc",
732 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700733 ],
734 "headers": [],
735 "language": "c",
736 "name": "grpc_create_jwt",
737 "src": [
738 "test/core/security/create_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800739 ],
740 "third_party": false,
741 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700742 },
743 {
744 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800745 "gpr",
746 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700747 "grpc",
748 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700749 ],
750 "headers": [],
751 "language": "c",
752 "name": "grpc_credentials_test",
753 "src": [
754 "test/core/security/credentials_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800755 ],
756 "third_party": false,
757 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700758 },
759 {
760 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800761 "gpr",
762 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700763 "grpc",
764 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700765 ],
766 "headers": [],
767 "language": "c",
768 "name": "grpc_fetch_oauth2",
769 "src": [
770 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800771 ],
772 "third_party": false,
773 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700774 },
775 {
776 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800777 "gpr",
778 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700779 "grpc",
780 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700781 ],
782 "headers": [],
783 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800784 "name": "grpc_invalid_channel_args_test",
785 "src": [
786 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800787 ],
788 "third_party": false,
789 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800790 },
791 {
792 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800793 "gpr",
794 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800795 "grpc",
796 "grpc_test_util"
797 ],
798 "headers": [],
799 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700800 "name": "grpc_json_token_test",
801 "src": [
802 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800803 ],
804 "third_party": false,
805 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700806 },
807 {
808 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800809 "gpr",
810 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700811 "grpc",
812 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700813 ],
814 "headers": [],
815 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200816 "name": "grpc_jwt_verifier_test",
817 "src": [
818 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800819 ],
820 "third_party": false,
821 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200822 },
823 {
824 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800825 "gpr",
826 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200827 "grpc",
828 "grpc_test_util"
829 ],
830 "headers": [],
831 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700832 "name": "grpc_print_google_default_creds_token",
833 "src": [
834 "test/core/security/print_google_default_creds_token.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800835 ],
836 "third_party": false,
837 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700838 },
839 {
840 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800841 "gpr",
842 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700843 "grpc",
844 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700845 ],
846 "headers": [],
847 "language": "c",
848 "name": "grpc_security_connector_test",
849 "src": [
850 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800851 ],
852 "third_party": false,
853 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700854 },
855 {
856 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800857 "gpr",
858 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700859 "grpc",
860 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700861 ],
862 "headers": [],
863 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200864 "name": "grpc_verify_jwt",
865 "src": [
866 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800867 ],
868 "third_party": false,
869 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200870 },
871 {
872 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800873 "gpr",
874 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200875 "grpc",
876 "grpc_test_util"
877 ],
878 "headers": [],
879 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700880 "name": "hpack_parser_test",
881 "src": [
882 "test/core/transport/chttp2/hpack_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800883 ],
884 "third_party": false,
885 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700886 },
887 {
888 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800889 "gpr",
890 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700891 "grpc",
892 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700893 ],
894 "headers": [],
895 "language": "c",
896 "name": "hpack_table_test",
897 "src": [
898 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800899 ],
900 "third_party": false,
901 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700902 },
903 {
904 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800905 "gpr",
906 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700907 "grpc",
908 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700909 ],
910 "headers": [],
911 "language": "c",
912 "name": "httpcli_format_request_test",
913 "src": [
914 "test/core/httpcli/format_request_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800915 ],
916 "third_party": false,
917 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700918 },
919 {
920 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800921 "gpr",
922 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700923 "grpc",
924 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700925 ],
926 "headers": [],
927 "language": "c",
928 "name": "httpcli_parser_test",
929 "src": [
930 "test/core/httpcli/parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800931 ],
932 "third_party": false,
933 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700934 },
935 {
936 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800937 "gpr",
938 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700939 "grpc",
940 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700941 ],
942 "headers": [],
943 "language": "c",
944 "name": "httpcli_test",
945 "src": [
946 "test/core/httpcli/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800947 ],
948 "third_party": false,
949 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700950 },
951 {
952 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 "gpr",
954 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -0800955 "grpc",
956 "grpc_test_util"
957 ],
958 "headers": [],
959 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -0800960 "name": "httpscli_test",
961 "src": [
962 "test/core/httpcli/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800963 ],
964 "third_party": false,
965 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -0800966 },
967 {
968 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800969 "gpr",
970 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -0800971 "grpc",
972 "grpc_test_util"
973 ],
974 "headers": [],
975 "language": "c",
yang-gf1183302015-12-07 16:02:05 -0800976 "name": "init_test",
977 "src": [
978 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800979 ],
980 "third_party": false,
981 "type": "target"
yang-gf1183302015-12-07 16:02:05 -0800982 },
983 {
984 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800985 "gpr",
986 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -0800987 "grpc",
988 "grpc_test_util"
989 ],
990 "headers": [],
991 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -0800992 "name": "invalid_call_argument_test",
993 "src": [
994 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800995 ],
996 "third_party": false,
997 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -0800998 },
999 {
1000 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001001 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001002 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001003 ],
1004 "headers": [],
1005 "language": "c",
1006 "name": "json_rewrite",
1007 "src": [
1008 "test/core/json/json_rewrite.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001009 ],
1010 "third_party": false,
1011 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001012 },
1013 {
1014 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 "gpr",
1016 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001017 "grpc",
1018 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001019 ],
1020 "headers": [],
1021 "language": "c",
1022 "name": "json_rewrite_test",
1023 "src": [
1024 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001025 ],
1026 "third_party": false,
1027 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001028 },
1029 {
1030 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 "gpr",
1032 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001033 "grpc",
1034 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001035 ],
1036 "headers": [],
1037 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001038 "name": "json_stream_error_test",
1039 "src": [
1040 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001041 ],
1042 "third_party": false,
1043 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001044 },
1045 {
1046 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 "gpr",
1048 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001049 "grpc",
1050 "grpc_test_util"
1051 ],
1052 "headers": [],
1053 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001054 "name": "json_test",
1055 "src": [
1056 "test/core/json/json_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001057 ],
1058 "third_party": false,
1059 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001060 },
1061 {
1062 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 "gpr",
1064 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001065 "grpc",
1066 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001067 ],
1068 "headers": [],
1069 "language": "c",
1070 "name": "lame_client_test",
1071 "src": [
1072 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001073 ],
1074 "third_party": false,
1075 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001076 },
1077 {
1078 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001079 "gpr",
1080 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001081 "grpc",
1082 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001083 ],
1084 "headers": [],
1085 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001086 "name": "lb_policies_test",
1087 "src": [
1088 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001089 ],
1090 "third_party": false,
1091 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001092 },
1093 {
1094 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001095 "gpr",
1096 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001097 "grpc",
1098 "grpc_test_util"
1099 ],
1100 "headers": [],
1101 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001102 "name": "low_level_ping_pong_benchmark",
1103 "src": [
1104 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001105 ],
1106 "third_party": false,
1107 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001108 },
1109 {
1110 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 "gpr",
1112 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001113 "grpc",
1114 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001115 ],
1116 "headers": [],
1117 "language": "c",
1118 "name": "message_compress_test",
1119 "src": [
1120 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001121 ],
1122 "third_party": false,
1123 "type": "target"
1124 },
1125 {
1126 "deps": [
1127 "gpr",
1128 "gpr_test_util",
1129 "grpc",
1130 "grpc_test_util"
1131 ],
1132 "headers": [],
1133 "language": "c",
1134 "name": "mlog_test",
1135 "src": [
1136 "test/core/census/mlog_test.c"
1137 ],
1138 "third_party": false,
1139 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001140 },
1141 {
1142 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 "gpr",
1144 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001145 "grpc",
1146 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001147 ],
1148 "headers": [],
1149 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001150 "name": "multiple_server_queues_test",
1151 "src": [
1152 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001153 ],
1154 "third_party": false,
1155 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001156 },
1157 {
1158 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 "gpr",
1160 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001161 ],
1162 "headers": [],
1163 "language": "c",
1164 "name": "murmur_hash_test",
1165 "src": [
1166 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001167 ],
1168 "third_party": false,
1169 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001170 },
1171 {
1172 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 "gpr",
1174 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001175 "grpc",
1176 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001177 ],
1178 "headers": [],
1179 "language": "c",
1180 "name": "no_server_test",
1181 "src": [
1182 "test/core/end2end/no_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001183 ],
1184 "third_party": false,
1185 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001186 },
1187 {
1188 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 "gpr",
1190 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001191 "grpc",
1192 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001193 ],
1194 "headers": [],
1195 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001196 "name": "resolve_address_test",
1197 "src": [
1198 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001199 ],
1200 "third_party": false,
1201 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001202 },
1203 {
1204 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 "gpr",
1206 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001207 "grpc",
1208 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001209 ],
1210 "headers": [],
1211 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001212 "name": "secure_channel_create_test",
1213 "src": [
1214 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001215 ],
1216 "third_party": false,
1217 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001218 },
1219 {
1220 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 "gpr",
1222 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001223 "grpc",
1224 "grpc_test_util"
1225 ],
1226 "headers": [],
1227 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001228 "name": "secure_endpoint_test",
1229 "src": [
1230 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001231 ],
1232 "third_party": false,
1233 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001234 },
1235 {
1236 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 "gpr",
1238 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001239 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001240 "grpc_test_util"
1241 ],
1242 "headers": [],
1243 "language": "c",
1244 "name": "server_chttp2_test",
1245 "src": [
1246 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001247 ],
1248 "third_party": false,
1249 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001250 },
1251 {
1252 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001253 "gpr",
1254 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001255 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001256 "grpc_test_util"
1257 ],
1258 "headers": [],
1259 "language": "c",
1260 "name": "server_test",
1261 "src": [
1262 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001263 ],
1264 "third_party": false,
1265 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001266 },
1267 {
1268 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 "gpr",
1270 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001271 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001272 "grpc_test_util",
1273 "test_tcp_server"
1274 ],
1275 "headers": [],
1276 "language": "c",
1277 "name": "set_initial_connect_string_test",
1278 "src": [
1279 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001280 ],
1281 "third_party": false,
1282 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001283 },
1284 {
1285 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 "gpr",
1287 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001288 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001289 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001290 ],
1291 "headers": [],
1292 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001293 "name": "sockaddr_resolver_test",
1294 "src": [
1295 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001296 ],
1297 "third_party": false,
1298 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001299 },
1300 {
1301 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 "gpr",
1303 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001304 "grpc",
1305 "grpc_test_util"
1306 ],
1307 "headers": [],
1308 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001309 "name": "sockaddr_utils_test",
1310 "src": [
1311 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001312 ],
1313 "third_party": false,
1314 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001315 },
1316 {
1317 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001318 "gpr",
1319 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001320 "grpc",
1321 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001322 ],
1323 "headers": [],
1324 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001325 "name": "socket_utils_test",
1326 "src": [
1327 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001328 ],
1329 "third_party": false,
1330 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001331 },
1332 {
1333 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 "gpr",
1335 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001336 "grpc",
1337 "grpc_test_util"
1338 ],
1339 "headers": [],
1340 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001341 "name": "tcp_client_posix_test",
1342 "src": [
1343 "test/core/iomgr/tcp_client_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001344 ],
1345 "third_party": false,
1346 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001347 },
1348 {
1349 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 "gpr",
1351 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001352 "grpc",
1353 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001354 ],
1355 "headers": [],
1356 "language": "c",
1357 "name": "tcp_posix_test",
1358 "src": [
1359 "test/core/iomgr/tcp_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001360 ],
1361 "third_party": false,
1362 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001363 },
1364 {
1365 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 "gpr",
1367 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001368 "grpc",
1369 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001370 ],
1371 "headers": [],
1372 "language": "c",
1373 "name": "tcp_server_posix_test",
1374 "src": [
1375 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001376 ],
1377 "third_party": false,
1378 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001379 },
1380 {
1381 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 "gpr",
1383 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001384 "grpc",
1385 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001386 ],
1387 "headers": [],
1388 "language": "c",
1389 "name": "time_averaged_stats_test",
1390 "src": [
1391 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001392 ],
1393 "third_party": false,
1394 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001395 },
1396 {
1397 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 "gpr",
1399 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001400 "grpc",
1401 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001402 ],
1403 "headers": [],
1404 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001405 "name": "timeout_encoding_test",
1406 "src": [
1407 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001408 ],
1409 "third_party": false,
1410 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001411 },
1412 {
1413 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 "gpr",
1415 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001416 "grpc",
1417 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001418 ],
1419 "headers": [],
1420 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001421 "name": "timer_heap_test",
1422 "src": [
1423 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001424 ],
1425 "third_party": false,
1426 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001427 },
1428 {
1429 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 "gpr",
1431 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001432 "grpc",
1433 "grpc_test_util"
1434 ],
1435 "headers": [],
1436 "language": "c",
1437 "name": "timer_list_test",
1438 "src": [
1439 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001440 ],
1441 "third_party": false,
1442 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001443 },
1444 {
1445 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 "gpr",
1447 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001448 "grpc",
1449 "grpc_test_util"
1450 ],
1451 "headers": [],
1452 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001453 "name": "timers_test",
1454 "src": [
1455 "test/core/profiling/timers_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001456 ],
1457 "third_party": false,
1458 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001459 },
1460 {
1461 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 "gpr",
1463 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001464 "grpc",
1465 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001466 ],
1467 "headers": [],
1468 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001469 "name": "transport_connectivity_state_test",
1470 "src": [
1471 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001472 ],
1473 "third_party": false,
1474 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001475 },
1476 {
1477 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 "gpr",
1479 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001480 "grpc",
1481 "grpc_test_util"
1482 ],
1483 "headers": [],
1484 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001485 "name": "transport_metadata_test",
1486 "src": [
1487 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001488 ],
1489 "third_party": false,
1490 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001491 },
1492 {
1493 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 "gpr",
1495 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001496 "grpc",
1497 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001498 ],
1499 "headers": [],
1500 "language": "c",
1501 "name": "transport_security_test",
1502 "src": [
1503 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001504 ],
1505 "third_party": false,
1506 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001507 },
1508 {
1509 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 "gpr",
1511 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001512 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001513 "grpc_test_util"
1514 ],
1515 "headers": [],
1516 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001517 "name": "udp_server_test",
1518 "src": [
1519 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001520 ],
1521 "third_party": false,
1522 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001523 },
1524 {
1525 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 "gpr",
1527 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001528 "grpc",
1529 "grpc_test_util"
1530 ],
1531 "headers": [],
1532 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001533 "name": "uri_parser_test",
1534 "src": [
1535 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001536 ],
1537 "third_party": false,
1538 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001539 },
1540 {
1541 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001542 "gpr",
1543 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001544 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001545 "grpc_test_util"
1546 ],
1547 "headers": [],
1548 "language": "c",
1549 "name": "workqueue_test",
1550 "src": [
1551 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001552 ],
1553 "third_party": false,
1554 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001555 },
1556 {
1557 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001558 "gpr",
1559 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001560 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001561 "grpc++",
1562 "grpc++_test_util",
1563 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001564 ],
1565 "headers": [],
1566 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001567 "name": "alarm_cpp_test",
1568 "src": [
1569 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001570 ],
1571 "third_party": false,
1572 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001573 },
1574 {
1575 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001576 "gpr",
1577 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001578 "grpc",
1579 "grpc++",
1580 "grpc++_test_util",
1581 "grpc_test_util"
1582 ],
1583 "headers": [],
1584 "language": "c++",
1585 "name": "async_end2end_test",
1586 "src": [
1587 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001588 ],
1589 "third_party": false,
1590 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001591 },
1592 {
1593 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 "gpr",
1595 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001596 "grpc",
1597 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001598 "grpc++_test_util",
1599 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001600 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001601 ],
1602 "headers": [],
1603 "language": "c++",
1604 "name": "async_streaming_ping_pong_test",
1605 "src": [
1606 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001607 ],
1608 "third_party": false,
1609 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001610 },
1611 {
1612 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 "gpr",
1614 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001615 "grpc",
1616 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001617 "grpc++_test_util",
1618 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001619 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001620 ],
1621 "headers": [],
1622 "language": "c++",
1623 "name": "async_unary_ping_pong_test",
1624 "src": [
1625 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001626 ],
1627 "third_party": false,
1628 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001629 },
1630 {
1631 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 "gpr",
1633 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001634 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001635 "grpc++",
1636 "grpc++_test_util",
1637 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001638 ],
1639 "headers": [],
1640 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001641 "name": "auth_property_iterator_test",
1642 "src": [
1643 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001644 ],
1645 "third_party": false,
1646 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001647 },
1648 {
1649 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001651 "grpc",
1652 "grpc++"
1653 ],
1654 "headers": [],
1655 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001656 "name": "channel_arguments_test",
1657 "src": [
yang-g52705592015-11-25 11:45:33 -08001658 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001659 ],
1660 "third_party": false,
1661 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001662 },
1663 {
1664 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 "gpr",
1666 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001667 "grpc",
1668 "grpc++",
1669 "grpc++_test_util",
1670 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001671 ],
1672 "headers": [],
1673 "language": "c++",
1674 "name": "cli_call_test",
1675 "src": [
1676 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001677 ],
1678 "third_party": false,
1679 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001680 },
1681 {
1682 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 "gpr",
1684 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001685 "grpc",
1686 "grpc++",
1687 "grpc++_test_util",
1688 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001689 ],
1690 "headers": [],
1691 "language": "c++",
1692 "name": "client_crash_test",
1693 "src": [
1694 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001695 ],
1696 "third_party": false,
1697 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001698 },
1699 {
1700 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 "gpr",
1702 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001703 "grpc",
1704 "grpc++",
1705 "grpc++_test_util",
1706 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001707 ],
1708 "headers": [],
1709 "language": "c++",
1710 "name": "client_crash_test_server",
1711 "src": [
1712 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001713 ],
1714 "third_party": false,
1715 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001716 },
1717 {
1718 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001720 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001721 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001722 ],
1723 "headers": [],
1724 "language": "c++",
1725 "name": "credentials_test",
1726 "src": [
1727 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001728 ],
1729 "third_party": false,
1730 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001731 },
1732 {
1733 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 "gpr",
1735 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001736 "grpc",
1737 "grpc++",
1738 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001739 ],
1740 "headers": [],
1741 "language": "c++",
1742 "name": "cxx_byte_buffer_test",
1743 "src": [
1744 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001745 ],
1746 "third_party": false,
1747 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001748 },
1749 {
1750 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 "gpr",
1752 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001753 "grpc",
1754 "grpc++",
1755 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001756 ],
1757 "headers": [],
1758 "language": "c++",
1759 "name": "cxx_slice_test",
1760 "src": [
1761 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001762 ],
1763 "third_party": false,
1764 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001765 },
1766 {
1767 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001768 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001769 ],
1770 "headers": [],
1771 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001772 "name": "cxx_string_ref_test",
1773 "src": [
1774 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001775 ],
1776 "third_party": false,
1777 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001778 },
1779 {
1780 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 "gpr",
1782 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001783 "grpc",
1784 "grpc++",
1785 "grpc_test_util"
1786 ],
1787 "headers": [],
1788 "language": "c++",
1789 "name": "cxx_time_test",
1790 "src": [
1791 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001792 ],
1793 "third_party": false,
1794 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001795 },
1796 {
1797 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 "gpr",
1799 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001800 "grpc",
1801 "grpc++",
1802 "grpc++_test_util",
1803 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001804 ],
1805 "headers": [],
1806 "language": "c++",
1807 "name": "end2end_test",
1808 "src": [
1809 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001810 ],
1811 "third_party": false,
1812 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001813 },
1814 {
1815 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 "gpr",
1817 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001818 "grpc",
1819 "grpc++",
1820 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001821 "grpc_test_util",
1822 "qps"
1823 ],
1824 "headers": [],
1825 "language": "c++",
1826 "name": "generic_async_streaming_ping_pong_test",
1827 "src": [
1828 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001829 ],
1830 "third_party": false,
1831 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001832 },
1833 {
1834 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 "gpr",
1836 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001837 "grpc",
1838 "grpc++",
1839 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001840 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001841 ],
1842 "headers": [],
1843 "language": "c++",
1844 "name": "generic_end2end_test",
1845 "src": [
1846 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001847 ],
1848 "third_party": false,
1849 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001850 },
1851 {
1852 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 "gpr",
1854 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001855 "grpc",
1856 "grpc++",
1857 "grpc++_test_config",
1858 "grpc++_test_util",
1859 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001860 ],
1861 "headers": [],
1862 "language": "c++",
1863 "name": "grpc_cli",
1864 "src": [
1865 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001866 ],
1867 "third_party": false,
1868 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001869 },
1870 {
1871 "deps": [
1872 "grpc_plugin_support"
1873 ],
1874 "headers": [],
1875 "language": "c++",
1876 "name": "grpc_cpp_plugin",
1877 "src": [
1878 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001879 ],
1880 "third_party": false,
1881 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001882 },
1883 {
1884 "deps": [
1885 "grpc_plugin_support"
1886 ],
1887 "headers": [],
1888 "language": "c++",
1889 "name": "grpc_csharp_plugin",
1890 "src": [
1891 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001892 ],
1893 "third_party": false,
1894 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001895 },
1896 {
1897 "deps": [
1898 "grpc_plugin_support"
1899 ],
1900 "headers": [],
1901 "language": "c++",
1902 "name": "grpc_objective_c_plugin",
1903 "src": [
1904 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001905 ],
1906 "third_party": false,
1907 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001908 },
1909 {
1910 "deps": [
1911 "grpc_plugin_support"
1912 ],
1913 "headers": [],
1914 "language": "c++",
1915 "name": "grpc_python_plugin",
1916 "src": [
1917 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001918 ],
1919 "third_party": false,
1920 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001921 },
1922 {
1923 "deps": [
1924 "grpc_plugin_support"
1925 ],
1926 "headers": [],
1927 "language": "c++",
1928 "name": "grpc_ruby_plugin",
1929 "src": [
1930 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001931 ],
1932 "third_party": false,
1933 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001934 },
1935 {
1936 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08001937 "grpc",
1938 "grpc++",
1939 "grpc++_test_util",
1940 "grpc_test_util"
1941 ],
1942 "headers": [
1943 "src/proto/grpc/lb/v0/load_balancer.grpc.pb.h",
1944 "src/proto/grpc/lb/v0/load_balancer.pb.h"
1945 ],
1946 "language": "c++",
1947 "name": "grpclb_api_test",
1948 "src": [
1949 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08001950 ],
1951 "third_party": false,
1952 "type": "target"
Craig Tillereb841e22016-02-11 15:49:16 -08001953 },
1954 {
1955 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 "gpr",
1957 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001958 "grpc",
1959 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08001960 "grpc++_test_util",
1961 "grpc_test_util"
1962 ],
1963 "headers": [],
1964 "language": "c++",
1965 "name": "hybrid_end2end_test",
1966 "src": [
1967 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001968 ],
1969 "third_party": false,
1970 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08001971 },
1972 {
1973 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 "gpr",
1975 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08001976 "grpc",
1977 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07001978 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001979 "grpc++_test_util",
1980 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001981 "interop_client_helper",
1982 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07001983 ],
1984 "headers": [],
1985 "language": "c++",
1986 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08001987 "src": [],
1988 "third_party": false,
1989 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001990 },
1991 {
1992 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 "gpr",
1994 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001995 "grpc",
1996 "grpc++",
1997 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001998 "grpc++_test_util",
1999 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002000 "interop_server_helper",
2001 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002002 ],
2003 "headers": [],
2004 "language": "c++",
2005 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002006 "src": [],
2007 "third_party": false,
2008 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002009 },
2010 {
2011 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 "gpr",
2013 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002014 "grpc",
2015 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002016 ],
2017 "headers": [],
2018 "language": "c++",
2019 "name": "interop_test",
2020 "src": [
2021 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002022 ],
2023 "third_party": false,
2024 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002025 },
2026 {
2027 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002029 "grpc",
2030 "grpc++",
2031 "grpc++_test_config"
2032 ],
2033 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002034 "src/proto/grpc/testing/metrics.grpc.pb.h",
2035 "src/proto/grpc/testing/metrics.pb.h",
2036 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002037 ],
2038 "language": "c++",
2039 "name": "metrics_client",
2040 "src": [
2041 "test/cpp/interop/metrics_client.cc",
2042 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002043 ],
2044 "third_party": false,
2045 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002046 },
2047 {
2048 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 "gpr",
2050 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002051 "grpc",
2052 "grpc++",
2053 "grpc++_test_util",
2054 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002055 ],
2056 "headers": [],
2057 "language": "c++",
2058 "name": "mock_test",
2059 "src": [
2060 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002061 ],
2062 "third_party": false,
2063 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002064 },
2065 {
2066 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 "gpr",
2068 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002069 "grpc",
2070 "grpc++",
2071 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002072 "grpc++_test_util",
2073 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002074 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002075 ],
2076 "headers": [],
2077 "language": "c++",
2078 "name": "qps_driver",
2079 "src": [
2080 "test/cpp/qps/qps_driver.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002081 ],
2082 "third_party": false,
2083 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002084 },
2085 {
2086 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 "gpr",
2088 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002089 "grpc",
2090 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002091 "grpc++_test_util",
2092 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002093 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002094 ],
2095 "headers": [],
2096 "language": "c++",
2097 "name": "qps_interarrival_test",
2098 "src": [
2099 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002100 ],
2101 "third_party": false,
2102 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002103 },
2104 {
2105 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 "gpr",
2107 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002108 "grpc",
2109 "grpc++",
2110 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002111 "grpc++_test_util",
2112 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002113 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002114 ],
2115 "headers": [],
2116 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002117 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002118 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002119 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002120 ],
2121 "third_party": false,
2122 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002123 },
2124 {
2125 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 "gpr",
2127 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002128 "grpc",
2129 "grpc++",
2130 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002131 "grpc++_test_util",
2132 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002133 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002134 ],
2135 "headers": [],
2136 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002137 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002138 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002139 "test/cpp/qps/qps_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002140 ],
2141 "third_party": false,
2142 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002143 },
2144 {
2145 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 "gpr",
2147 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002148 "grpc",
2149 "grpc++",
2150 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002151 "grpc++_test_util",
2152 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002153 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002154 ],
2155 "headers": [
2156 "test/cpp/qps/client.h",
2157 "test/cpp/qps/server.h"
2158 ],
2159 "language": "c++",
2160 "name": "qps_worker",
2161 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002162 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002163 "test/cpp/qps/server.h",
2164 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002165 ],
2166 "third_party": false,
2167 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002168 },
2169 {
2170 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 "gpr",
2172 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002173 "grpc",
2174 "grpc++",
2175 "grpc++_test_config",
2176 "grpc++_test_util",
2177 "grpc_test_util"
2178 ],
2179 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002180 "src/proto/grpc/testing/empty.grpc.pb.h",
2181 "src/proto/grpc/testing/empty.pb.h",
2182 "src/proto/grpc/testing/messages.grpc.pb.h",
2183 "src/proto/grpc/testing/messages.pb.h",
2184 "src/proto/grpc/testing/test.grpc.pb.h",
2185 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002186 ],
2187 "language": "c++",
2188 "name": "reconnect_interop_client",
2189 "src": [
2190 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002191 ],
2192 "third_party": false,
2193 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002194 },
2195 {
2196 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 "gpr",
2198 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002199 "grpc",
2200 "grpc++",
2201 "grpc++_test_config",
2202 "grpc++_test_util",
2203 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002204 "reconnect_server",
2205 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002206 ],
2207 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002208 "src/proto/grpc/testing/empty.grpc.pb.h",
2209 "src/proto/grpc/testing/empty.pb.h",
2210 "src/proto/grpc/testing/messages.grpc.pb.h",
2211 "src/proto/grpc/testing/messages.pb.h",
2212 "src/proto/grpc/testing/test.grpc.pb.h",
2213 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002214 ],
2215 "language": "c++",
2216 "name": "reconnect_interop_server",
2217 "src": [
2218 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002219 ],
2220 "third_party": false,
2221 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002222 },
2223 {
2224 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 "gpr",
2226 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002227 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002228 "grpc++",
2229 "grpc++_test_util",
2230 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002231 ],
2232 "headers": [],
2233 "language": "c++",
2234 "name": "secure_auth_context_test",
2235 "src": [
2236 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002237 ],
2238 "third_party": false,
2239 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002240 },
2241 {
2242 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 "gpr",
2244 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002245 "grpc",
2246 "grpc++",
2247 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002248 "grpc_test_util",
2249 "qps"
2250 ],
2251 "headers": [],
2252 "language": "c++",
2253 "name": "secure_sync_unary_ping_pong_test",
2254 "src": [
2255 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002256 ],
2257 "third_party": false,
2258 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002259 },
2260 {
2261 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 "gpr",
2263 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002264 "grpc",
2265 "grpc++",
2266 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002267 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002268 ],
2269 "headers": [],
2270 "language": "c++",
2271 "name": "server_crash_test",
2272 "src": [
2273 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002274 ],
2275 "third_party": false,
2276 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002277 },
2278 {
2279 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 "gpr",
2281 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002282 "grpc",
2283 "grpc++",
2284 "grpc++_test_util",
2285 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002286 ],
2287 "headers": [],
2288 "language": "c++",
2289 "name": "server_crash_test_client",
2290 "src": [
2291 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002292 ],
2293 "third_party": false,
2294 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002295 },
2296 {
2297 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 "gpr",
2299 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002300 "grpc",
2301 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002302 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002303 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002304 ],
2305 "headers": [],
2306 "language": "c++",
2307 "name": "shutdown_test",
2308 "src": [
2309 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002310 ],
2311 "third_party": false,
2312 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002313 },
2314 {
2315 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 "gpr",
2317 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002318 "grpc",
2319 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002320 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002321 ],
2322 "headers": [],
2323 "language": "c++",
2324 "name": "status_test",
2325 "src": [
2326 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002327 ],
2328 "third_party": false,
2329 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002330 },
2331 {
2332 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 "gpr",
2334 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002335 "grpc",
2336 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002337 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002338 "grpc_test_util"
2339 ],
2340 "headers": [],
2341 "language": "c++",
2342 "name": "streaming_throughput_test",
2343 "src": [
2344 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002345 ],
2346 "third_party": false,
2347 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002348 },
2349 {
2350 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 "gpr",
2352 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002353 "grpc",
2354 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002355 "grpc++_test_config",
2356 "grpc++_test_util",
2357 "grpc_test_util"
2358 ],
2359 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002360 "src/proto/grpc/testing/empty.grpc.pb.h",
2361 "src/proto/grpc/testing/empty.pb.h",
2362 "src/proto/grpc/testing/messages.grpc.pb.h",
2363 "src/proto/grpc/testing/messages.pb.h",
2364 "src/proto/grpc/testing/metrics.grpc.pb.h",
2365 "src/proto/grpc/testing/metrics.pb.h",
2366 "src/proto/grpc/testing/test.grpc.pb.h",
2367 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002368 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002369 "test/cpp/interop/interop_client.h",
2370 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002371 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002372 ],
2373 "language": "c++",
2374 "name": "stress_test",
2375 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002376 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002377 "test/cpp/interop/interop_client.cc",
2378 "test/cpp/interop/interop_client.h",
2379 "test/cpp/interop/stress_interop_client.cc",
2380 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002381 "test/cpp/interop/stress_test.cc",
2382 "test/cpp/util/metrics_server.cc",
2383 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002384 ],
2385 "third_party": false,
2386 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002387 },
2388 {
2389 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 "gpr",
2391 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002392 "grpc",
2393 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002394 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002395 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002396 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002397 ],
2398 "headers": [],
2399 "language": "c++",
2400 "name": "sync_streaming_ping_pong_test",
2401 "src": [
2402 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002403 ],
2404 "third_party": false,
2405 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002406 },
2407 {
2408 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 "gpr",
2410 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002411 "grpc",
2412 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002413 "grpc++_test_util",
2414 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002415 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002416 ],
2417 "headers": [],
2418 "language": "c++",
2419 "name": "sync_unary_ping_pong_test",
2420 "src": [
2421 "test/cpp/qps/sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002422 ],
2423 "third_party": false,
2424 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002425 },
2426 {
2427 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 "gpr",
2429 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002430 "grpc",
2431 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002432 "grpc++_test_util",
2433 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002434 ],
2435 "headers": [],
2436 "language": "c++",
2437 "name": "thread_stress_test",
2438 "src": [
2439 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002440 ],
2441 "third_party": false,
2442 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002443 },
2444 {
2445 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 "gpr",
2447 "gpr_test_util",
Hongwei Wang8e04d412015-07-31 15:12:51 -07002448 "grpc",
2449 "grpc++",
2450 "grpc++_test_util",
2451 "grpc_test_util",
2452 "grpc_zookeeper"
2453 ],
Craig Tiller1b4e3302015-12-17 16:35:00 -08002454 "headers": [
2455 "src/proto/grpc/testing/echo.grpc.pb.h",
2456 "src/proto/grpc/testing/echo.pb.h"
2457 ],
Hongwei Wang8e04d412015-07-31 15:12:51 -07002458 "language": "c++",
2459 "name": "zookeeper_test",
2460 "src": [
2461 "test/cpp/end2end/zookeeper_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002462 ],
2463 "third_party": false,
2464 "type": "target"
Hongwei Wang8e04d412015-07-31 15:12:51 -07002465 },
2466 {
2467 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002469 "grpc"
2470 ],
2471 "headers": [],
2472 "language": "c89",
2473 "name": "public_headers_must_be_c89",
2474 "src": [
2475 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002476 ],
2477 "third_party": false,
2478 "type": "target"
2479 },
2480 {
2481 "deps": [
2482 "boringssl",
2483 "boringssl_aes_test_lib",
2484 "boringssl_test_util"
2485 ],
2486 "headers": [],
2487 "language": "c++",
2488 "name": "boringssl_aes_test",
2489 "src": [],
2490 "third_party": true,
2491 "type": "target"
2492 },
2493 {
2494 "deps": [
2495 "boringssl",
2496 "boringssl_base64_test_lib",
2497 "boringssl_test_util"
2498 ],
2499 "headers": [],
2500 "language": "c++",
2501 "name": "boringssl_base64_test",
2502 "src": [],
2503 "third_party": true,
2504 "type": "target"
2505 },
2506 {
2507 "deps": [
2508 "boringssl",
2509 "boringssl_bio_test_lib",
2510 "boringssl_test_util"
2511 ],
2512 "headers": [],
2513 "language": "c++",
2514 "name": "boringssl_bio_test",
2515 "src": [],
2516 "third_party": true,
2517 "type": "target"
2518 },
2519 {
2520 "deps": [
2521 "boringssl",
2522 "boringssl_bn_test_lib",
2523 "boringssl_test_util"
2524 ],
2525 "headers": [],
2526 "language": "c++",
2527 "name": "boringssl_bn_test",
2528 "src": [],
2529 "third_party": true,
2530 "type": "target"
2531 },
2532 {
2533 "deps": [
2534 "boringssl",
2535 "boringssl_bytestring_test_lib",
2536 "boringssl_test_util"
2537 ],
2538 "headers": [],
2539 "language": "c++",
2540 "name": "boringssl_bytestring_test",
2541 "src": [],
2542 "third_party": true,
2543 "type": "target"
2544 },
2545 {
2546 "deps": [
2547 "boringssl",
2548 "boringssl_aead_test_lib",
2549 "boringssl_test_util"
2550 ],
2551 "headers": [],
2552 "language": "c++",
2553 "name": "boringssl_aead_test",
2554 "src": [],
2555 "third_party": true,
2556 "type": "target"
2557 },
2558 {
2559 "deps": [
2560 "boringssl",
2561 "boringssl_cipher_test_lib",
2562 "boringssl_test_util"
2563 ],
2564 "headers": [],
2565 "language": "c++",
2566 "name": "boringssl_cipher_test",
2567 "src": [],
2568 "third_party": true,
2569 "type": "target"
2570 },
2571 {
2572 "deps": [
2573 "boringssl",
2574 "boringssl_cmac_test_lib",
2575 "boringssl_test_util"
2576 ],
2577 "headers": [],
2578 "language": "c++",
2579 "name": "boringssl_cmac_test",
2580 "src": [],
2581 "third_party": true,
2582 "type": "target"
2583 },
2584 {
2585 "deps": [
2586 "boringssl",
2587 "boringssl_constant_time_test_lib",
2588 "boringssl_test_util"
2589 ],
2590 "headers": [],
2591 "language": "c++",
2592 "name": "boringssl_constant_time_test",
2593 "src": [],
2594 "third_party": true,
2595 "type": "target"
2596 },
2597 {
2598 "deps": [
2599 "boringssl",
2600 "boringssl_ed25519_test_lib",
2601 "boringssl_test_util"
2602 ],
2603 "headers": [],
2604 "language": "c++",
2605 "name": "boringssl_ed25519_test",
2606 "src": [],
2607 "third_party": true,
2608 "type": "target"
2609 },
2610 {
2611 "deps": [
2612 "boringssl",
2613 "boringssl_test_util",
2614 "boringssl_x25519_test_lib"
2615 ],
2616 "headers": [],
2617 "language": "c++",
2618 "name": "boringssl_x25519_test",
2619 "src": [],
2620 "third_party": true,
2621 "type": "target"
2622 },
2623 {
2624 "deps": [
2625 "boringssl",
2626 "boringssl_dh_test_lib",
2627 "boringssl_test_util"
2628 ],
2629 "headers": [],
2630 "language": "c++",
2631 "name": "boringssl_dh_test",
2632 "src": [],
2633 "third_party": true,
2634 "type": "target"
2635 },
2636 {
2637 "deps": [
2638 "boringssl",
2639 "boringssl_digest_test_lib",
2640 "boringssl_test_util"
2641 ],
2642 "headers": [],
2643 "language": "c++",
2644 "name": "boringssl_digest_test",
2645 "src": [],
2646 "third_party": true,
2647 "type": "target"
2648 },
2649 {
2650 "deps": [
2651 "boringssl",
2652 "boringssl_dsa_test_lib",
2653 "boringssl_test_util"
2654 ],
2655 "headers": [],
2656 "language": "c++",
2657 "name": "boringssl_dsa_test",
2658 "src": [],
2659 "third_party": true,
2660 "type": "target"
2661 },
2662 {
2663 "deps": [
2664 "boringssl",
2665 "boringssl_ec_test_lib",
2666 "boringssl_test_util"
2667 ],
2668 "headers": [],
2669 "language": "c++",
2670 "name": "boringssl_ec_test",
2671 "src": [],
2672 "third_party": true,
2673 "type": "target"
2674 },
2675 {
2676 "deps": [
2677 "boringssl",
2678 "boringssl_example_mul_lib",
2679 "boringssl_test_util"
2680 ],
2681 "headers": [],
2682 "language": "c++",
2683 "name": "boringssl_example_mul",
2684 "src": [],
2685 "third_party": true,
2686 "type": "target"
2687 },
2688 {
2689 "deps": [
2690 "boringssl",
2691 "boringssl_ecdsa_test_lib",
2692 "boringssl_test_util"
2693 ],
2694 "headers": [],
2695 "language": "c++",
2696 "name": "boringssl_ecdsa_test",
2697 "src": [],
2698 "third_party": true,
2699 "type": "target"
2700 },
2701 {
2702 "deps": [
2703 "boringssl",
2704 "boringssl_err_test_lib",
2705 "boringssl_test_util"
2706 ],
2707 "headers": [],
2708 "language": "c++",
2709 "name": "boringssl_err_test",
2710 "src": [],
2711 "third_party": true,
2712 "type": "target"
2713 },
2714 {
2715 "deps": [
2716 "boringssl",
2717 "boringssl_evp_extra_test_lib",
2718 "boringssl_test_util"
2719 ],
2720 "headers": [],
2721 "language": "c++",
2722 "name": "boringssl_evp_extra_test",
2723 "src": [],
2724 "third_party": true,
2725 "type": "target"
2726 },
2727 {
2728 "deps": [
2729 "boringssl",
2730 "boringssl_evp_test_lib",
2731 "boringssl_test_util"
2732 ],
2733 "headers": [],
2734 "language": "c++",
2735 "name": "boringssl_evp_test",
2736 "src": [],
2737 "third_party": true,
2738 "type": "target"
2739 },
2740 {
2741 "deps": [
2742 "boringssl",
2743 "boringssl_pbkdf_test_lib",
2744 "boringssl_test_util"
2745 ],
2746 "headers": [],
2747 "language": "c++",
2748 "name": "boringssl_pbkdf_test",
2749 "src": [],
2750 "third_party": true,
2751 "type": "target"
2752 },
2753 {
2754 "deps": [
2755 "boringssl",
2756 "boringssl_hkdf_test_lib",
2757 "boringssl_test_util"
2758 ],
2759 "headers": [],
2760 "language": "c++",
2761 "name": "boringssl_hkdf_test",
2762 "src": [],
2763 "third_party": true,
2764 "type": "target"
2765 },
2766 {
2767 "deps": [
2768 "boringssl",
2769 "boringssl_hmac_test_lib",
2770 "boringssl_test_util"
2771 ],
2772 "headers": [],
2773 "language": "c++",
2774 "name": "boringssl_hmac_test",
2775 "src": [],
2776 "third_party": true,
2777 "type": "target"
2778 },
2779 {
2780 "deps": [
2781 "boringssl",
2782 "boringssl_lhash_test_lib",
2783 "boringssl_test_util"
2784 ],
2785 "headers": [],
2786 "language": "c++",
2787 "name": "boringssl_lhash_test",
2788 "src": [],
2789 "third_party": true,
2790 "type": "target"
2791 },
2792 {
2793 "deps": [
2794 "boringssl",
2795 "boringssl_gcm_test_lib",
2796 "boringssl_test_util"
2797 ],
2798 "headers": [],
2799 "language": "c++",
2800 "name": "boringssl_gcm_test",
2801 "src": [],
2802 "third_party": true,
2803 "type": "target"
2804 },
2805 {
2806 "deps": [
2807 "boringssl",
2808 "boringssl_pkcs12_test_lib",
2809 "boringssl_test_util"
2810 ],
2811 "headers": [],
2812 "language": "c++",
2813 "name": "boringssl_pkcs12_test",
2814 "src": [],
2815 "third_party": true,
2816 "type": "target"
2817 },
2818 {
2819 "deps": [
2820 "boringssl",
2821 "boringssl_pkcs8_test_lib",
2822 "boringssl_test_util"
2823 ],
2824 "headers": [],
2825 "language": "c++",
2826 "name": "boringssl_pkcs8_test",
2827 "src": [],
2828 "third_party": true,
2829 "type": "target"
2830 },
2831 {
2832 "deps": [
2833 "boringssl",
2834 "boringssl_poly1305_test_lib",
2835 "boringssl_test_util"
2836 ],
2837 "headers": [],
2838 "language": "c++",
2839 "name": "boringssl_poly1305_test",
2840 "src": [],
2841 "third_party": true,
2842 "type": "target"
2843 },
2844 {
2845 "deps": [
2846 "boringssl",
2847 "boringssl_refcount_test_lib",
2848 "boringssl_test_util"
2849 ],
2850 "headers": [],
2851 "language": "c++",
2852 "name": "boringssl_refcount_test",
2853 "src": [],
2854 "third_party": true,
2855 "type": "target"
2856 },
2857 {
2858 "deps": [
2859 "boringssl",
2860 "boringssl_rsa_test_lib",
2861 "boringssl_test_util"
2862 ],
2863 "headers": [],
2864 "language": "c++",
2865 "name": "boringssl_rsa_test",
2866 "src": [],
2867 "third_party": true,
2868 "type": "target"
2869 },
2870 {
2871 "deps": [
2872 "boringssl",
2873 "boringssl_test_util",
2874 "boringssl_thread_test_lib"
2875 ],
2876 "headers": [],
2877 "language": "c++",
2878 "name": "boringssl_thread_test",
2879 "src": [],
2880 "third_party": true,
2881 "type": "target"
2882 },
2883 {
2884 "deps": [
2885 "boringssl",
2886 "boringssl_pkcs7_test_lib",
2887 "boringssl_test_util"
2888 ],
2889 "headers": [],
2890 "language": "c++",
2891 "name": "boringssl_pkcs7_test",
2892 "src": [],
2893 "third_party": true,
2894 "type": "target"
2895 },
2896 {
2897 "deps": [
2898 "boringssl",
2899 "boringssl_tab_test_lib",
2900 "boringssl_test_util"
2901 ],
2902 "headers": [],
2903 "language": "c++",
2904 "name": "boringssl_tab_test",
2905 "src": [],
2906 "third_party": true,
2907 "type": "target"
2908 },
2909 {
2910 "deps": [
2911 "boringssl",
2912 "boringssl_test_util",
2913 "boringssl_v3name_test_lib"
2914 ],
2915 "headers": [],
2916 "language": "c++",
2917 "name": "boringssl_v3name_test",
2918 "src": [],
2919 "third_party": true,
2920 "type": "target"
2921 },
2922 {
2923 "deps": [
2924 "boringssl",
2925 "boringssl_pqueue_test_lib",
2926 "boringssl_test_util"
2927 ],
2928 "headers": [],
2929 "language": "c++",
2930 "name": "boringssl_pqueue_test",
2931 "src": [],
2932 "third_party": true,
2933 "type": "target"
2934 },
2935 {
2936 "deps": [
2937 "boringssl",
2938 "boringssl_ssl_test_lib",
2939 "boringssl_test_util"
2940 ],
2941 "headers": [],
2942 "language": "c++",
2943 "name": "boringssl_ssl_test",
2944 "src": [],
2945 "third_party": true,
2946 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08002947 },
2948 {
2949 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08002950 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002951 "gpr",
2952 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002953 "grpc_test_util_unsecure",
2954 "grpc_unsecure"
2955 ],
2956 "headers": [],
2957 "language": "c",
2958 "name": "badreq_bad_client_test",
2959 "src": [
2960 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002961 ],
2962 "third_party": false,
2963 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08002964 },
2965 {
2966 "deps": [
2967 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 "gpr",
2969 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002970 "grpc_test_util_unsecure",
2971 "grpc_unsecure"
2972 ],
2973 "headers": [],
2974 "language": "c",
2975 "name": "connection_prefix_bad_client_test",
2976 "src": [
2977 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002978 ],
2979 "third_party": false,
2980 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08002981 },
2982 {
2983 "deps": [
2984 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 "gpr",
2986 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002987 "grpc_test_util_unsecure",
2988 "grpc_unsecure"
2989 ],
2990 "headers": [],
2991 "language": "c",
2992 "name": "headers_bad_client_test",
2993 "src": [
2994 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002995 ],
2996 "third_party": false,
2997 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08002998 },
2999 {
3000 "deps": [
3001 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 "gpr",
3003 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003004 "grpc_test_util_unsecure",
3005 "grpc_unsecure"
3006 ],
3007 "headers": [],
3008 "language": "c",
3009 "name": "initial_settings_frame_bad_client_test",
3010 "src": [
3011 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003012 ],
3013 "third_party": false,
3014 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003015 },
3016 {
3017 "deps": [
3018 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 "gpr",
3020 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003021 "grpc_test_util_unsecure",
3022 "grpc_unsecure"
3023 ],
3024 "headers": [],
3025 "language": "c",
3026 "name": "server_registered_method_bad_client_test",
3027 "src": [
3028 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003029 ],
3030 "third_party": false,
3031 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003032 },
3033 {
3034 "deps": [
3035 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 "gpr",
3037 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003038 "grpc_test_util_unsecure",
3039 "grpc_unsecure"
3040 ],
3041 "headers": [],
3042 "language": "c",
3043 "name": "simple_request_bad_client_test",
3044 "src": [
3045 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003046 ],
3047 "third_party": false,
3048 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003049 },
3050 {
3051 "deps": [
3052 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003053 "gpr",
3054 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003055 "grpc_test_util_unsecure",
3056 "grpc_unsecure"
3057 ],
3058 "headers": [],
3059 "language": "c",
3060 "name": "unknown_frame_bad_client_test",
3061 "src": [
3062 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003063 ],
3064 "third_party": false,
3065 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003066 },
3067 {
3068 "deps": [
3069 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003070 "gpr",
3071 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003072 "grpc_test_util_unsecure",
3073 "grpc_unsecure"
3074 ],
3075 "headers": [],
3076 "language": "c",
3077 "name": "window_overflow_bad_client_test",
3078 "src": [
3079 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003080 ],
3081 "third_party": false,
3082 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003083 },
3084 {
3085 "deps": [
3086 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003087 "gpr",
3088 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003089 "grpc",
3090 "grpc_test_util"
3091 ],
3092 "headers": [],
3093 "language": "c",
3094 "name": "bad_ssl_alpn_server",
3095 "src": [
3096 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003097 ],
3098 "third_party": false,
3099 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003100 },
3101 {
3102 "deps": [
3103 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 "gpr",
3105 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003106 "grpc",
3107 "grpc_test_util"
3108 ],
3109 "headers": [],
3110 "language": "c",
3111 "name": "bad_ssl_cert_server",
3112 "src": [
3113 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003114 ],
3115 "third_party": false,
3116 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003117 },
3118 {
3119 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 "gpr",
3121 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003122 "grpc",
3123 "grpc_test_util"
3124 ],
3125 "headers": [],
3126 "language": "c",
3127 "name": "bad_ssl_alpn_test",
3128 "src": [
3129 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003130 ],
3131 "third_party": false,
3132 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003133 },
3134 {
3135 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003136 "gpr",
3137 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003138 "grpc",
3139 "grpc_test_util"
3140 ],
3141 "headers": [],
3142 "language": "c",
3143 "name": "bad_ssl_cert_test",
3144 "src": [
3145 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003146 ],
3147 "third_party": false,
3148 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003149 },
3150 {
3151 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003152 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003153 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003154 "gpr",
3155 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003156 "grpc",
3157 "grpc_test_util"
3158 ],
3159 "headers": [],
3160 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003161 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003162 "src": [
3163 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003164 ],
3165 "third_party": false,
3166 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003167 },
3168 {
3169 "deps": [
3170 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003171 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 "gpr",
3173 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003174 "grpc",
3175 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003176 ],
3177 "headers": [],
3178 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003179 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003180 "src": [
3181 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003182 ],
3183 "third_party": false,
3184 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003185 },
3186 {
3187 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003188 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003189 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003190 "gpr",
3191 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003192 "grpc",
3193 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003194 ],
3195 "headers": [],
3196 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003197 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003198 "src": [
3199 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003200 ],
3201 "third_party": false,
3202 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003203 },
3204 {
3205 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003206 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003207 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003208 "gpr",
3209 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003210 "grpc",
3211 "grpc_test_util"
3212 ],
3213 "headers": [],
3214 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003215 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003216 "src": [
3217 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003218 ],
3219 "third_party": false,
3220 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003221 },
3222 {
3223 "deps": [
3224 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003225 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003226 "gpr",
3227 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003228 "grpc",
3229 "grpc_test_util"
3230 ],
3231 "headers": [],
3232 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003233 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003234 "src": [
3235 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003236 ],
3237 "third_party": false,
3238 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003239 },
3240 {
3241 "deps": [
3242 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003243 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 "gpr",
3245 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003246 "grpc",
3247 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003248 ],
3249 "headers": [],
3250 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003251 "name": "h2_full+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003252 "src": [
3253 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003254 ],
3255 "third_party": false,
3256 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003257 },
3258 {
3259 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003260 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003261 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003262 "gpr",
3263 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003264 "grpc",
3265 "grpc_test_util"
3266 ],
3267 "headers": [],
3268 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003269 "name": "h2_full+poll+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003270 "src": [
3271 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003272 ],
3273 "third_party": false,
3274 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003275 },
3276 {
3277 "deps": [
3278 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003279 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 "gpr",
3281 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003282 "grpc",
3283 "grpc_test_util"
3284 ],
3285 "headers": [],
3286 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003287 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003288 "src": [
3289 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003290 ],
3291 "third_party": false,
3292 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003293 },
3294 {
3295 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003296 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003297 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003298 "gpr",
3299 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003300 "grpc",
3301 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003302 ],
3303 "headers": [],
3304 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003305 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003306 "src": [
3307 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003308 ],
3309 "third_party": false,
3310 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003311 },
3312 {
3313 "deps": [
3314 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003315 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 "gpr",
3317 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003318 "grpc",
3319 "grpc_test_util"
3320 ],
3321 "headers": [],
3322 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003323 "name": "h2_sockpair_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003324 "src": [
3325 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003326 ],
3327 "third_party": false,
3328 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003329 },
3330 {
3331 "deps": [
3332 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003333 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 "gpr",
3335 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003336 "grpc",
3337 "grpc_test_util"
3338 ],
3339 "headers": [],
3340 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003341 "name": "h2_sockpair+trace_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003342 "src": [
3343 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003344 ],
3345 "third_party": false,
3346 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003347 },
3348 {
3349 "deps": [
3350 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003351 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003352 "gpr",
3353 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003354 "grpc",
3355 "grpc_test_util"
3356 ],
3357 "headers": [],
3358 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003359 "name": "h2_sockpair_1byte_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003360 "src": [
3361 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003362 ],
3363 "third_party": false,
3364 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003365 },
3366 {
3367 "deps": [
3368 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003369 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003370 "gpr",
3371 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003372 "grpc",
3373 "grpc_test_util"
3374 ],
3375 "headers": [],
3376 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003377 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003378 "src": [
3379 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003380 ],
3381 "third_party": false,
3382 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003383 },
3384 {
3385 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003386 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003387 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003388 "gpr",
3389 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003390 "grpc",
3391 "grpc_test_util"
3392 ],
3393 "headers": [],
3394 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003395 "name": "h2_ssl+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003396 "src": [
3397 "test/core/end2end/fixtures/h2_ssl+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003398 ],
3399 "third_party": false,
3400 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003401 },
3402 {
3403 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003404 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003405 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003406 "gpr",
3407 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003408 "grpc",
3409 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003410 ],
3411 "headers": [],
3412 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003413 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003414 "src": [
3415 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003416 ],
3417 "third_party": false,
3418 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003419 },
3420 {
3421 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003422 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003423 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003424 "gpr",
3425 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003426 "grpc",
3427 "grpc_test_util"
3428 ],
3429 "headers": [],
3430 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003431 "name": "h2_uchannel_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003432 "src": [
3433 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003434 ],
3435 "third_party": false,
3436 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003437 },
3438 {
3439 "deps": [
3440 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003441 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003442 "gpr",
3443 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003444 "grpc",
3445 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003446 ],
3447 "headers": [],
3448 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003449 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003450 "src": [
3451 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003452 ],
3453 "third_party": false,
3454 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003455 },
3456 {
3457 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003458 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003459 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 "gpr",
3461 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003462 "grpc",
3463 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003464 ],
3465 "headers": [],
3466 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003467 "name": "h2_uds+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003468 "src": [
3469 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003470 ],
3471 "third_party": false,
3472 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003473 },
3474 {
3475 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003476 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003477 "gpr",
3478 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003479 "grpc_test_util_unsecure",
3480 "grpc_unsecure"
3481 ],
3482 "headers": [],
3483 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003484 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003485 "src": [
3486 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003487 ],
3488 "third_party": false,
3489 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003490 },
3491 {
3492 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003493 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003494 "gpr",
3495 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003496 "grpc_test_util_unsecure",
3497 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003498 ],
3499 "headers": [],
3500 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003501 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003502 "src": [
3503 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003504 ],
3505 "third_party": false,
3506 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003507 },
3508 {
3509 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003510 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003511 "gpr",
3512 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003513 "grpc_test_util_unsecure",
3514 "grpc_unsecure"
3515 ],
3516 "headers": [],
3517 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003518 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003519 "src": [
3520 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003521 ],
3522 "third_party": false,
3523 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003524 },
3525 {
3526 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003527 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003528 "gpr",
3529 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003530 "grpc_test_util_unsecure",
3531 "grpc_unsecure"
3532 ],
3533 "headers": [],
3534 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003535 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003536 "src": [
3537 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003538 ],
3539 "third_party": false,
3540 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003541 },
3542 {
3543 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003544 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003545 "gpr",
3546 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003547 "grpc_test_util_unsecure",
3548 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003549 ],
3550 "headers": [],
3551 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003552 "name": "h2_full+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003553 "src": [
3554 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003555 ],
3556 "third_party": false,
3557 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003558 },
3559 {
3560 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003561 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003562 "gpr",
3563 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003564 "grpc_test_util_unsecure",
3565 "grpc_unsecure"
3566 ],
3567 "headers": [],
3568 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003569 "name": "h2_full+poll+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003570 "src": [
3571 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003572 ],
3573 "third_party": false,
3574 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003575 },
3576 {
3577 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003578 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003579 "gpr",
3580 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003581 "grpc_test_util_unsecure",
3582 "grpc_unsecure"
3583 ],
3584 "headers": [],
3585 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003586 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003587 "src": [
3588 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003589 ],
3590 "third_party": false,
3591 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003592 },
3593 {
3594 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003595 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003596 "gpr",
3597 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003598 "grpc_test_util_unsecure",
3599 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003600 ],
3601 "headers": [],
3602 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003603 "name": "h2_sockpair_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003604 "src": [
3605 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003606 ],
3607 "third_party": false,
3608 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003609 },
3610 {
3611 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003612 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003613 "gpr",
3614 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003615 "grpc_test_util_unsecure",
3616 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003617 ],
3618 "headers": [],
3619 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003620 "name": "h2_sockpair+trace_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003621 "src": [
3622 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003623 ],
3624 "third_party": false,
3625 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003626 },
3627 {
3628 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003629 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003630 "gpr",
3631 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003632 "grpc_test_util_unsecure",
3633 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003634 ],
3635 "headers": [],
3636 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003637 "name": "h2_sockpair_1byte_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003638 "src": [
3639 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003640 ],
3641 "third_party": false,
3642 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003643 },
3644 {
3645 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003646 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003647 "gpr",
3648 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003649 "grpc_test_util_unsecure",
3650 "grpc_unsecure"
3651 ],
3652 "headers": [],
3653 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003654 "name": "h2_uchannel_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003655 "src": [
3656 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003657 ],
3658 "third_party": false,
3659 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003660 },
3661 {
3662 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003663 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003664 "gpr",
3665 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003666 "grpc_test_util_unsecure",
3667 "grpc_unsecure"
3668 ],
3669 "headers": [],
3670 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003671 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003672 "src": [
3673 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003674 ],
3675 "third_party": false,
3676 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003677 },
3678 {
3679 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003680 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003681 "gpr",
3682 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003683 "grpc_test_util_unsecure",
3684 "grpc_unsecure"
3685 ],
3686 "headers": [],
3687 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003688 "name": "h2_uds+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003689 "src": [
3690 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003691 ],
3692 "third_party": false,
3693 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003694 },
3695 {
Craig Tillerf75fc122015-06-25 06:58:00 -07003696 "deps": [],
3697 "headers": [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003698 "include/grpc/impl/codegen/alloc.h",
3699 "include/grpc/impl/codegen/atm.h",
3700 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3701 "include/grpc/impl/codegen/atm_gcc_sync.h",
3702 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003703 "include/grpc/impl/codegen/log.h",
3704 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003705 "include/grpc/impl/codegen/slice.h",
3706 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003707 "include/grpc/impl/codegen/sync.h",
3708 "include/grpc/impl/codegen/sync_generic.h",
3709 "include/grpc/impl/codegen/sync_posix.h",
3710 "include/grpc/impl/codegen/sync_win32.h",
3711 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003712 "include/grpc/support/alloc.h",
3713 "include/grpc/support/atm.h",
3714 "include/grpc/support/atm_gcc_atomic.h",
3715 "include/grpc/support/atm_gcc_sync.h",
3716 "include/grpc/support/atm_win32.h",
3717 "include/grpc/support/avl.h",
3718 "include/grpc/support/cmdline.h",
3719 "include/grpc/support/cpu.h",
3720 "include/grpc/support/histogram.h",
3721 "include/grpc/support/host_port.h",
3722 "include/grpc/support/log.h",
3723 "include/grpc/support/log_win32.h",
3724 "include/grpc/support/port_platform.h",
3725 "include/grpc/support/slice.h",
3726 "include/grpc/support/slice_buffer.h",
3727 "include/grpc/support/string_util.h",
3728 "include/grpc/support/subprocess.h",
3729 "include/grpc/support/sync.h",
3730 "include/grpc/support/sync_generic.h",
3731 "include/grpc/support/sync_posix.h",
3732 "include/grpc/support/sync_win32.h",
3733 "include/grpc/support/thd.h",
3734 "include/grpc/support/time.h",
3735 "include/grpc/support/tls.h",
3736 "include/grpc/support/tls_gcc.h",
3737 "include/grpc/support/tls_msvc.h",
3738 "include/grpc/support/tls_pthread.h",
3739 "include/grpc/support/useful.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003740 "src/core/profiling/timers.h",
3741 "src/core/support/block_annotate.h",
3742 "src/core/support/env.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003743 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003744 "src/core/support/murmur_hash.h",
3745 "src/core/support/stack_lockfree.h",
3746 "src/core/support/string.h",
3747 "src/core/support/string_win32.h",
3748 "src/core/support/thd_internal.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003749 "src/core/support/time_precise.h",
3750 "src/core/support/tmpfile.h"
Craig Tillerda179ce2016-02-09 12:01:53 -08003751 ],
3752 "language": "c",
3753 "name": "gpr",
3754 "src": [
3755 "include/grpc/impl/codegen/alloc.h",
3756 "include/grpc/impl/codegen/atm.h",
3757 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3758 "include/grpc/impl/codegen/atm_gcc_sync.h",
3759 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003760 "include/grpc/impl/codegen/log.h",
3761 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003762 "include/grpc/impl/codegen/slice.h",
3763 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003764 "include/grpc/impl/codegen/sync.h",
3765 "include/grpc/impl/codegen/sync_generic.h",
3766 "include/grpc/impl/codegen/sync_posix.h",
3767 "include/grpc/impl/codegen/sync_win32.h",
3768 "include/grpc/impl/codegen/time.h",
3769 "include/grpc/support/alloc.h",
3770 "include/grpc/support/atm.h",
3771 "include/grpc/support/atm_gcc_atomic.h",
3772 "include/grpc/support/atm_gcc_sync.h",
3773 "include/grpc/support/atm_win32.h",
3774 "include/grpc/support/avl.h",
3775 "include/grpc/support/cmdline.h",
3776 "include/grpc/support/cpu.h",
3777 "include/grpc/support/histogram.h",
3778 "include/grpc/support/host_port.h",
3779 "include/grpc/support/log.h",
3780 "include/grpc/support/log_win32.h",
3781 "include/grpc/support/port_platform.h",
3782 "include/grpc/support/slice.h",
3783 "include/grpc/support/slice_buffer.h",
3784 "include/grpc/support/string_util.h",
3785 "include/grpc/support/subprocess.h",
3786 "include/grpc/support/sync.h",
3787 "include/grpc/support/sync_generic.h",
3788 "include/grpc/support/sync_posix.h",
3789 "include/grpc/support/sync_win32.h",
3790 "include/grpc/support/thd.h",
3791 "include/grpc/support/time.h",
3792 "include/grpc/support/tls.h",
3793 "include/grpc/support/tls_gcc.h",
3794 "include/grpc/support/tls_msvc.h",
3795 "include/grpc/support/tls_pthread.h",
3796 "include/grpc/support/useful.h",
3797 "src/core/profiling/basic_timers.c",
3798 "src/core/profiling/stap_timers.c",
3799 "src/core/profiling/timers.h",
3800 "src/core/support/alloc.c",
3801 "src/core/support/avl.c",
3802 "src/core/support/block_annotate.h",
3803 "src/core/support/cmdline.c",
3804 "src/core/support/cpu_iphone.c",
3805 "src/core/support/cpu_linux.c",
3806 "src/core/support/cpu_posix.c",
3807 "src/core/support/cpu_windows.c",
3808 "src/core/support/env.h",
3809 "src/core/support/env_linux.c",
3810 "src/core/support/env_posix.c",
3811 "src/core/support/env_win32.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003812 "src/core/support/histogram.c",
3813 "src/core/support/host_port.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003814 "src/core/support/load_file.c",
3815 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003816 "src/core/support/log.c",
3817 "src/core/support/log_android.c",
3818 "src/core/support/log_linux.c",
3819 "src/core/support/log_posix.c",
3820 "src/core/support/log_win32.c",
3821 "src/core/support/murmur_hash.c",
3822 "src/core/support/murmur_hash.h",
3823 "src/core/support/slice.c",
3824 "src/core/support/slice_buffer.c",
3825 "src/core/support/stack_lockfree.c",
3826 "src/core/support/stack_lockfree.h",
3827 "src/core/support/string.c",
3828 "src/core/support/string.h",
3829 "src/core/support/string_posix.c",
3830 "src/core/support/string_win32.c",
3831 "src/core/support/string_win32.h",
3832 "src/core/support/subprocess_posix.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003833 "src/core/support/subprocess_windows.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003834 "src/core/support/sync.c",
3835 "src/core/support/sync_posix.c",
3836 "src/core/support/sync_win32.c",
3837 "src/core/support/thd.c",
3838 "src/core/support/thd_internal.h",
3839 "src/core/support/thd_posix.c",
3840 "src/core/support/thd_win32.c",
3841 "src/core/support/time.c",
3842 "src/core/support/time_posix.c",
3843 "src/core/support/time_precise.c",
3844 "src/core/support/time_precise.h",
3845 "src/core/support/time_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003846 "src/core/support/tls_pthread.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003847 "src/core/support/tmpfile.h",
3848 "src/core/support/tmpfile_posix.c",
3849 "src/core/support/tmpfile_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003850 "src/core/support/wrap_memcpy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003851 ],
3852 "third_party": false,
3853 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003854 },
3855 {
3856 "deps": [
3857 "gpr"
3858 ],
3859 "headers": [
3860 "test/core/util/test_config.h"
3861 ],
3862 "language": "c",
3863 "name": "gpr_test_util",
3864 "src": [
3865 "test/core/util/test_config.c",
3866 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003867 ],
3868 "third_party": false,
3869 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003870 },
3871 {
3872 "deps": [
3873 "gpr"
3874 ],
3875 "headers": [
3876 "include/grpc/byte_buffer.h",
3877 "include/grpc/byte_buffer_reader.h",
3878 "include/grpc/census.h",
3879 "include/grpc/compression.h",
3880 "include/grpc/grpc.h",
3881 "include/grpc/grpc_security.h",
Craig Tiller1298afd2016-02-09 12:29:17 -08003882 "include/grpc/impl/codegen/byte_buffer.h",
3883 "include/grpc/impl/codegen/compression_types.h",
3884 "include/grpc/impl/codegen/connectivity_state.h",
3885 "include/grpc/impl/codegen/grpc_types.h",
3886 "include/grpc/impl/codegen/propagation_bits.h",
3887 "include/grpc/impl/codegen/status.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003888 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07003889 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07003890 "src/core/census/grpc_filter.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003891 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07003892 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003893 "src/core/channel/channel_args.h",
3894 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003895 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003896 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003897 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003898 "src/core/channel/connected_channel.h",
3899 "src/core/channel/context.h",
3900 "src/core/channel/http_client_filter.h",
3901 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003902 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003903 "src/core/client_config/client_config.h",
3904 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08003905 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003906 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003907 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003908 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003909 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003910 "src/core/client_config/lb_policy_factory.h",
3911 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003912 "src/core/client_config/resolver.h",
3913 "src/core/client_config/resolver_factory.h",
3914 "src/core/client_config/resolver_registry.h",
3915 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003916 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003917 "src/core/client_config/subchannel.h",
3918 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08003919 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003920 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003921 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003922 "src/core/compression/message_compress.h",
3923 "src/core/debug/trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003924 "src/core/httpcli/format_request.h",
3925 "src/core/httpcli/httpcli.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003926 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003927 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003928 "src/core/iomgr/endpoint.h",
3929 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003930 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003931 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003932 "src/core/iomgr/fd_posix.h",
3933 "src/core/iomgr/iocp_windows.h",
3934 "src/core/iomgr/iomgr.h",
3935 "src/core/iomgr/iomgr_internal.h",
3936 "src/core/iomgr/iomgr_posix.h",
3937 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003938 "src/core/iomgr/pollset_posix.h",
3939 "src/core/iomgr/pollset_set.h",
3940 "src/core/iomgr/pollset_set_posix.h",
3941 "src/core/iomgr/pollset_set_windows.h",
3942 "src/core/iomgr/pollset_windows.h",
3943 "src/core/iomgr/resolve_address.h",
3944 "src/core/iomgr/sockaddr.h",
3945 "src/core/iomgr/sockaddr_posix.h",
3946 "src/core/iomgr/sockaddr_utils.h",
3947 "src/core/iomgr/sockaddr_win32.h",
3948 "src/core/iomgr/socket_utils_posix.h",
3949 "src/core/iomgr/socket_windows.h",
3950 "src/core/iomgr/tcp_client.h",
3951 "src/core/iomgr/tcp_posix.h",
3952 "src/core/iomgr/tcp_server.h",
3953 "src/core/iomgr/tcp_windows.h",
3954 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003955 "src/core/iomgr/timer.h",
3956 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04003957 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003958 "src/core/iomgr/wakeup_fd_pipe.h",
3959 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07003960 "src/core/iomgr/workqueue.h",
3961 "src/core/iomgr/workqueue_posix.h",
3962 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003963 "src/core/json/json.h",
3964 "src/core/json/json_common.h",
3965 "src/core/json/json_reader.h",
3966 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003967 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003968 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003969 "src/core/security/b64.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003970 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07003971 "src/core/security/handshake.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003972 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02003973 "src/core/security/jwt_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003974 "src/core/security/secure_endpoint.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003975 "src/core/security/security_connector.h",
3976 "src/core/security/security_context.h",
yang-g31ff8bc2015-08-25 14:09:06 -07003977 "src/core/statistics/census_interface.h",
3978 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07003979 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003980 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07003981 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003982 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003983 "src/core/surface/completion_queue.h",
3984 "src/core/surface/event_string.h",
3985 "src/core/surface/init.h",
3986 "src/core/surface/server.h",
3987 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003988 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003989 "src/core/transport/chttp2/alpn.h",
3990 "src/core/transport/chttp2/bin_encoder.h",
3991 "src/core/transport/chttp2/frame.h",
3992 "src/core/transport/chttp2/frame_data.h",
3993 "src/core/transport/chttp2/frame_goaway.h",
3994 "src/core/transport/chttp2/frame_ping.h",
3995 "src/core/transport/chttp2/frame_rst_stream.h",
3996 "src/core/transport/chttp2/frame_settings.h",
3997 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003998 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003999 "src/core/transport/chttp2/hpack_parser.h",
4000 "src/core/transport/chttp2/hpack_table.h",
4001 "src/core/transport/chttp2/http2_errors.h",
4002 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004003 "src/core/transport/chttp2/incoming_metadata.h",
4004 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004005 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004006 "src/core/transport/chttp2/stream_map.h",
4007 "src/core/transport/chttp2/timeout_encoding.h",
4008 "src/core/transport/chttp2/varint.h",
4009 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004010 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004011 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004012 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004013 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004014 "src/core/transport/transport.h",
4015 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004016 "src/core/tsi/fake_transport_security.h",
4017 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004018 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004019 "src/core/tsi/transport_security.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004020 "src/core/tsi/transport_security_interface.h",
4021 "third_party/nanopb/pb.h",
4022 "third_party/nanopb/pb_common.h",
4023 "third_party/nanopb/pb_decode.h",
4024 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004025 ],
4026 "language": "c",
4027 "name": "grpc",
4028 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004029 "include/grpc/byte_buffer.h",
4030 "include/grpc/byte_buffer_reader.h",
4031 "include/grpc/census.h",
4032 "include/grpc/compression.h",
4033 "include/grpc/grpc.h",
4034 "include/grpc/grpc_security.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004035 "include/grpc/impl/codegen/byte_buffer.h",
4036 "include/grpc/impl/codegen/compression_types.h",
4037 "include/grpc/impl/codegen/connectivity_state.h",
4038 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004039 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004040 "include/grpc/impl/codegen/status.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004041 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004042 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004043 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004044 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004045 "src/core/census/grpc_filter.c",
4046 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004047 "src/core/census/initialize.c",
Craig Tiller732a8752016-02-22 15:59:19 -08004048 "src/core/census/mlog.c",
4049 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004050 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004051 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004052 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004053 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004054 "src/core/channel/channel_args.c",
4055 "src/core/channel/channel_args.h",
4056 "src/core/channel/channel_stack.c",
4057 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004058 "src/core/channel/client_channel.c",
4059 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004060 "src/core/channel/client_uchannel.c",
4061 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004062 "src/core/channel/compress_filter.c",
4063 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004064 "src/core/channel/connected_channel.c",
4065 "src/core/channel/connected_channel.h",
4066 "src/core/channel/context.h",
4067 "src/core/channel/http_client_filter.c",
4068 "src/core/channel/http_client_filter.h",
4069 "src/core/channel/http_server_filter.c",
4070 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004071 "src/core/channel/subchannel_call_holder.c",
4072 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004073 "src/core/client_config/client_config.c",
4074 "src/core/client_config/client_config.h",
4075 "src/core/client_config/connector.c",
4076 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004077 "src/core/client_config/default_initial_connect_string.c",
4078 "src/core/client_config/initial_connect_string.c",
4079 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004080 "src/core/client_config/lb_policies/load_balancer_api.c",
4081 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004082 "src/core/client_config/lb_policies/pick_first.c",
4083 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004084 "src/core/client_config/lb_policies/round_robin.c",
4085 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004086 "src/core/client_config/lb_policy.c",
4087 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004088 "src/core/client_config/lb_policy_factory.c",
4089 "src/core/client_config/lb_policy_factory.h",
4090 "src/core/client_config/lb_policy_registry.c",
4091 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004092 "src/core/client_config/resolver.c",
4093 "src/core/client_config/resolver.h",
4094 "src/core/client_config/resolver_factory.c",
4095 "src/core/client_config/resolver_factory.h",
4096 "src/core/client_config/resolver_registry.c",
4097 "src/core/client_config/resolver_registry.h",
4098 "src/core/client_config/resolvers/dns_resolver.c",
4099 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004100 "src/core/client_config/resolvers/sockaddr_resolver.c",
4101 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004102 "src/core/client_config/subchannel.c",
4103 "src/core/client_config/subchannel.h",
4104 "src/core/client_config/subchannel_factory.c",
4105 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004106 "src/core/client_config/subchannel_index.c",
4107 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004108 "src/core/client_config/uri_parser.c",
4109 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004110 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004111 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004112 "src/core/compression/message_compress.c",
4113 "src/core/compression/message_compress.h",
4114 "src/core/debug/trace.c",
4115 "src/core/debug/trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004116 "src/core/httpcli/format_request.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004117 "src/core/httpcli/format_request.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004118 "src/core/httpcli/httpcli.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004119 "src/core/httpcli/httpcli.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004120 "src/core/httpcli/httpcli_security_connector.c",
4121 "src/core/httpcli/parser.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004122 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004123 "src/core/iomgr/closure.c",
4124 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004125 "src/core/iomgr/endpoint.c",
4126 "src/core/iomgr/endpoint.h",
4127 "src/core/iomgr/endpoint_pair.h",
4128 "src/core/iomgr/endpoint_pair_posix.c",
4129 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004130 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004131 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004132 "src/core/iomgr/executor.c",
4133 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004134 "src/core/iomgr/fd_posix.c",
4135 "src/core/iomgr/fd_posix.h",
4136 "src/core/iomgr/iocp_windows.c",
4137 "src/core/iomgr/iocp_windows.h",
4138 "src/core/iomgr/iomgr.c",
4139 "src/core/iomgr/iomgr.h",
4140 "src/core/iomgr/iomgr_internal.h",
4141 "src/core/iomgr/iomgr_posix.c",
4142 "src/core/iomgr/iomgr_posix.h",
4143 "src/core/iomgr/iomgr_windows.c",
4144 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004145 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4146 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4147 "src/core/iomgr/pollset_posix.c",
4148 "src/core/iomgr/pollset_posix.h",
4149 "src/core/iomgr/pollset_set.h",
4150 "src/core/iomgr/pollset_set_posix.c",
4151 "src/core/iomgr/pollset_set_posix.h",
4152 "src/core/iomgr/pollset_set_windows.c",
4153 "src/core/iomgr/pollset_set_windows.h",
4154 "src/core/iomgr/pollset_windows.c",
4155 "src/core/iomgr/pollset_windows.h",
4156 "src/core/iomgr/resolve_address.h",
4157 "src/core/iomgr/resolve_address_posix.c",
4158 "src/core/iomgr/resolve_address_windows.c",
4159 "src/core/iomgr/sockaddr.h",
4160 "src/core/iomgr/sockaddr_posix.h",
4161 "src/core/iomgr/sockaddr_utils.c",
4162 "src/core/iomgr/sockaddr_utils.h",
4163 "src/core/iomgr/sockaddr_win32.h",
4164 "src/core/iomgr/socket_utils_common_posix.c",
4165 "src/core/iomgr/socket_utils_linux.c",
4166 "src/core/iomgr/socket_utils_posix.c",
4167 "src/core/iomgr/socket_utils_posix.h",
4168 "src/core/iomgr/socket_windows.c",
4169 "src/core/iomgr/socket_windows.h",
4170 "src/core/iomgr/tcp_client.h",
4171 "src/core/iomgr/tcp_client_posix.c",
4172 "src/core/iomgr/tcp_client_windows.c",
4173 "src/core/iomgr/tcp_posix.c",
4174 "src/core/iomgr/tcp_posix.h",
4175 "src/core/iomgr/tcp_server.h",
4176 "src/core/iomgr/tcp_server_posix.c",
4177 "src/core/iomgr/tcp_server_windows.c",
4178 "src/core/iomgr/tcp_windows.c",
4179 "src/core/iomgr/tcp_windows.h",
4180 "src/core/iomgr/time_averaged_stats.c",
4181 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004182 "src/core/iomgr/timer.c",
4183 "src/core/iomgr/timer.h",
4184 "src/core/iomgr/timer_heap.c",
4185 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004186 "src/core/iomgr/udp_server.c",
4187 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004188 "src/core/iomgr/wakeup_fd_eventfd.c",
4189 "src/core/iomgr/wakeup_fd_nospecial.c",
4190 "src/core/iomgr/wakeup_fd_pipe.c",
4191 "src/core/iomgr/wakeup_fd_pipe.h",
4192 "src/core/iomgr/wakeup_fd_posix.c",
4193 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004194 "src/core/iomgr/workqueue.h",
4195 "src/core/iomgr/workqueue_posix.c",
4196 "src/core/iomgr/workqueue_posix.h",
4197 "src/core/iomgr/workqueue_windows.c",
4198 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004199 "src/core/json/json.c",
4200 "src/core/json/json.h",
4201 "src/core/json/json_common.h",
4202 "src/core/json/json_reader.c",
4203 "src/core/json/json_reader.h",
4204 "src/core/json/json_string.c",
4205 "src/core/json/json_writer.c",
4206 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004207 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4208 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004209 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004210 "src/core/security/b64.c",
4211 "src/core/security/b64.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004212 "src/core/security/client_auth_filter.c",
4213 "src/core/security/credentials.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004214 "src/core/security/credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004215 "src/core/security/credentials_metadata.c",
4216 "src/core/security/credentials_posix.c",
4217 "src/core/security/credentials_win32.c",
4218 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07004219 "src/core/security/handshake.c",
4220 "src/core/security/handshake.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004221 "src/core/security/json_token.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004222 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02004223 "src/core/security/jwt_verifier.c",
4224 "src/core/security/jwt_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004225 "src/core/security/secure_endpoint.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004226 "src/core/security/secure_endpoint.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004227 "src/core/security/security_connector.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004228 "src/core/security/security_connector.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004229 "src/core/security/security_context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004230 "src/core/security/security_context.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004231 "src/core/security/server_auth_filter.c",
4232 "src/core/security/server_secure_chttp2.c",
yang-g31ff8bc2015-08-25 14:09:06 -07004233 "src/core/statistics/census_interface.h",
4234 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004235 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004236 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004237 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004238 "src/core/surface/byte_buffer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004239 "src/core/surface/byte_buffer_reader.c",
4240 "src/core/surface/call.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004241 "src/core/surface/call.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004242 "src/core/surface/call_details.c",
4243 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004244 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004245 "src/core/surface/channel.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004246 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004247 "src/core/surface/channel_connectivity.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004248 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08004249 "src/core/surface/channel_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004250 "src/core/surface/completion_queue.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004251 "src/core/surface/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004252 "src/core/surface/event_string.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004253 "src/core/surface/event_string.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004254 "src/core/surface/init.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004255 "src/core/surface/init.h",
4256 "src/core/surface/init_secure.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004257 "src/core/surface/lame_client.c",
4258 "src/core/surface/metadata_array.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004259 "src/core/surface/secure_channel_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004260 "src/core/surface/server.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004261 "src/core/surface/server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004262 "src/core/surface/server_chttp2.c",
4263 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004264 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004265 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004266 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004267 "src/core/transport/byte_stream.c",
4268 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004269 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004270 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004271 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004272 "src/core/transport/chttp2/bin_encoder.h",
4273 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004274 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004275 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004276 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004277 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004278 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004279 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004280 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004281 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004282 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004283 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004284 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004285 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004286 "src/core/transport/chttp2/hpack_encoder.c",
4287 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004288 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004289 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004290 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004291 "src/core/transport/chttp2/hpack_table.h",
4292 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004293 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004294 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004295 "src/core/transport/chttp2/incoming_metadata.c",
4296 "src/core/transport/chttp2/incoming_metadata.h",
4297 "src/core/transport/chttp2/internal.h",
4298 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004299 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004300 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004301 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004302 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004303 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004304 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004305 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004306 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004307 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004308 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004309 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004310 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004311 "src/core/transport/connectivity_state.c",
4312 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004313 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004314 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004315 "src/core/transport/metadata_batch.c",
4316 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004317 "src/core/transport/static_metadata.c",
4318 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004319 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004320 "src/core/transport/transport.h",
4321 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004322 "src/core/transport/transport_op_string.c",
4323 "src/core/tsi/fake_transport_security.c",
4324 "src/core/tsi/fake_transport_security.h",
4325 "src/core/tsi/ssl_transport_security.c",
4326 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004327 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004328 "src/core/tsi/transport_security.c",
4329 "src/core/tsi/transport_security.h",
4330 "src/core/tsi/transport_security_interface.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004331 ],
4332 "third_party": false,
4333 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004334 },
4335 {
4336 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004337 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004338 "grpc"
4339 ],
4340 "headers": [],
4341 "language": "c",
4342 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004343 "src": [],
4344 "third_party": false,
4345 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004346 },
4347 {
4348 "deps": [
4349 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004350 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07004351 "grpc"
4352 ],
4353 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004354 "test/core/end2end/cq_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004355 "test/core/end2end/data/ssl_test_data.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004356 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004357 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004358 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004359 "test/core/util/grpc_profiler.h",
4360 "test/core/util/parse_hexstring.h",
4361 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004362 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004363 ],
4364 "language": "c",
4365 "name": "grpc_test_util",
4366 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004367 "test/core/end2end/cq_verifier.c",
4368 "test/core/end2end/cq_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004369 "test/core/end2end/data/server1_cert.c",
4370 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004371 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004372 "test/core/end2end/data/test_root_cert.c",
Craig Tiller17effab2015-08-04 08:19:36 -07004373 "test/core/end2end/fixtures/proxy.c",
4374 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004375 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004376 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004377 "test/core/security/oauth2_utils.c",
4378 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004379 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004380 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004381 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004382 "test/core/util/parse_hexstring.h",
4383 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004384 "test/core/util/port_posix.c",
4385 "test/core/util/port_windows.c",
4386 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004387 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004388 ],
4389 "third_party": false,
4390 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004391 },
4392 {
4393 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004394 "gpr",
4395 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004396 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004397 ],
4398 "headers": [
4399 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004400 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004401 "test/core/iomgr/endpoint_tests.h",
4402 "test/core/util/grpc_profiler.h",
4403 "test/core/util/parse_hexstring.h",
4404 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004405 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004406 ],
4407 "language": "c",
4408 "name": "grpc_test_util_unsecure",
4409 "src": [
4410 "test/core/end2end/cq_verifier.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004411 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004412 "test/core/end2end/fixtures/proxy.c",
4413 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004414 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004415 "test/core/iomgr/endpoint_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004416 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004417 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004418 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004419 "test/core/util/parse_hexstring.h",
4420 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004421 "test/core/util/port_posix.c",
4422 "test/core/util/port_windows.c",
4423 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004424 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004425 ],
4426 "third_party": false,
4427 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004428 },
4429 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004430 "deps": [
4431 "gpr"
4432 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004433 "headers": [
4434 "include/grpc/byte_buffer.h",
4435 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004436 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004437 "include/grpc/compression.h",
4438 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004439 "include/grpc/impl/codegen/byte_buffer.h",
4440 "include/grpc/impl/codegen/compression_types.h",
4441 "include/grpc/impl/codegen/connectivity_state.h",
4442 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004443 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004444 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004445 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004446 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07004447 "src/core/census/grpc_filter.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004448 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07004449 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004450 "src/core/channel/channel_args.h",
4451 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004452 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004453 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004454 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004455 "src/core/channel/connected_channel.h",
4456 "src/core/channel/context.h",
4457 "src/core/channel/http_client_filter.h",
4458 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004459 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004460 "src/core/client_config/client_config.h",
4461 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004462 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004463 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004464 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004465 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004466 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004467 "src/core/client_config/lb_policy_factory.h",
4468 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004469 "src/core/client_config/resolver.h",
4470 "src/core/client_config/resolver_factory.h",
4471 "src/core/client_config/resolver_registry.h",
4472 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004473 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004474 "src/core/client_config/subchannel.h",
4475 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004476 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004477 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004478 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004479 "src/core/compression/message_compress.h",
4480 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004481 "src/core/httpcli/format_request.h",
4482 "src/core/httpcli/httpcli.h",
4483 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004484 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004485 "src/core/iomgr/endpoint.h",
4486 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004487 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004488 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004489 "src/core/iomgr/fd_posix.h",
4490 "src/core/iomgr/iocp_windows.h",
4491 "src/core/iomgr/iomgr.h",
4492 "src/core/iomgr/iomgr_internal.h",
4493 "src/core/iomgr/iomgr_posix.h",
4494 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004495 "src/core/iomgr/pollset_posix.h",
4496 "src/core/iomgr/pollset_set.h",
4497 "src/core/iomgr/pollset_set_posix.h",
4498 "src/core/iomgr/pollset_set_windows.h",
4499 "src/core/iomgr/pollset_windows.h",
4500 "src/core/iomgr/resolve_address.h",
4501 "src/core/iomgr/sockaddr.h",
4502 "src/core/iomgr/sockaddr_posix.h",
4503 "src/core/iomgr/sockaddr_utils.h",
4504 "src/core/iomgr/sockaddr_win32.h",
4505 "src/core/iomgr/socket_utils_posix.h",
4506 "src/core/iomgr/socket_windows.h",
4507 "src/core/iomgr/tcp_client.h",
4508 "src/core/iomgr/tcp_posix.h",
4509 "src/core/iomgr/tcp_server.h",
4510 "src/core/iomgr/tcp_windows.h",
4511 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004512 "src/core/iomgr/timer.h",
4513 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004514 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004515 "src/core/iomgr/wakeup_fd_pipe.h",
4516 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004517 "src/core/iomgr/workqueue.h",
4518 "src/core/iomgr/workqueue_posix.h",
4519 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004520 "src/core/json/json.h",
4521 "src/core/json/json_common.h",
4522 "src/core/json/json_reader.h",
4523 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004524 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004525 "src/core/statistics/census_interface.h",
4526 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004527 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004528 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004529 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004530 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004531 "src/core/surface/completion_queue.h",
4532 "src/core/surface/event_string.h",
4533 "src/core/surface/init.h",
4534 "src/core/surface/server.h",
4535 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004536 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004537 "src/core/transport/chttp2/alpn.h",
4538 "src/core/transport/chttp2/bin_encoder.h",
4539 "src/core/transport/chttp2/frame.h",
4540 "src/core/transport/chttp2/frame_data.h",
4541 "src/core/transport/chttp2/frame_goaway.h",
4542 "src/core/transport/chttp2/frame_ping.h",
4543 "src/core/transport/chttp2/frame_rst_stream.h",
4544 "src/core/transport/chttp2/frame_settings.h",
4545 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004546 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004547 "src/core/transport/chttp2/hpack_parser.h",
4548 "src/core/transport/chttp2/hpack_table.h",
4549 "src/core/transport/chttp2/http2_errors.h",
4550 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004551 "src/core/transport/chttp2/incoming_metadata.h",
4552 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004553 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004554 "src/core/transport/chttp2/stream_map.h",
4555 "src/core/transport/chttp2/timeout_encoding.h",
4556 "src/core/transport/chttp2/varint.h",
4557 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004558 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004559 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004560 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004561 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004562 "src/core/transport/transport.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004563 "src/core/transport/transport_impl.h",
4564 "third_party/nanopb/pb.h",
4565 "third_party/nanopb/pb_common.h",
4566 "third_party/nanopb/pb_decode.h",
4567 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004568 ],
4569 "language": "c",
4570 "name": "grpc_unsecure",
4571 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004572 "include/grpc/byte_buffer.h",
4573 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004574 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004575 "include/grpc/compression.h",
4576 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004577 "include/grpc/impl/codegen/byte_buffer.h",
4578 "include/grpc/impl/codegen/compression_types.h",
4579 "include/grpc/impl/codegen/connectivity_state.h",
4580 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004581 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004582 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004583 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004584 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004585 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004586 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004587 "src/core/census/grpc_filter.c",
4588 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004589 "src/core/census/initialize.c",
Craig Tiller732a8752016-02-22 15:59:19 -08004590 "src/core/census/mlog.c",
4591 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004592 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004593 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004594 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004595 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004596 "src/core/channel/channel_args.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004597 "src/core/channel/channel_args.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004598 "src/core/channel/channel_stack.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004599 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004600 "src/core/channel/client_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004601 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004602 "src/core/channel/client_uchannel.c",
4603 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004604 "src/core/channel/compress_filter.c",
4605 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004606 "src/core/channel/connected_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004607 "src/core/channel/connected_channel.h",
4608 "src/core/channel/context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004609 "src/core/channel/http_client_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004610 "src/core/channel/http_client_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004611 "src/core/channel/http_server_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004612 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004613 "src/core/channel/subchannel_call_holder.c",
4614 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004615 "src/core/client_config/client_config.c",
4616 "src/core/client_config/client_config.h",
4617 "src/core/client_config/connector.c",
4618 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004619 "src/core/client_config/default_initial_connect_string.c",
4620 "src/core/client_config/initial_connect_string.c",
4621 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004622 "src/core/client_config/lb_policies/load_balancer_api.c",
4623 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004624 "src/core/client_config/lb_policies/pick_first.c",
4625 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004626 "src/core/client_config/lb_policies/round_robin.c",
4627 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004628 "src/core/client_config/lb_policy.c",
4629 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004630 "src/core/client_config/lb_policy_factory.c",
4631 "src/core/client_config/lb_policy_factory.h",
4632 "src/core/client_config/lb_policy_registry.c",
4633 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004634 "src/core/client_config/resolver.c",
4635 "src/core/client_config/resolver.h",
4636 "src/core/client_config/resolver_factory.c",
4637 "src/core/client_config/resolver_factory.h",
4638 "src/core/client_config/resolver_registry.c",
4639 "src/core/client_config/resolver_registry.h",
4640 "src/core/client_config/resolvers/dns_resolver.c",
4641 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004642 "src/core/client_config/resolvers/sockaddr_resolver.c",
4643 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004644 "src/core/client_config/subchannel.c",
4645 "src/core/client_config/subchannel.h",
4646 "src/core/client_config/subchannel_factory.c",
4647 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004648 "src/core/client_config/subchannel_index.c",
4649 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004650 "src/core/client_config/uri_parser.c",
4651 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004652 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004653 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004654 "src/core/compression/message_compress.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004655 "src/core/compression/message_compress.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004656 "src/core/debug/trace.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004657 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004658 "src/core/httpcli/format_request.c",
4659 "src/core/httpcli/format_request.h",
4660 "src/core/httpcli/httpcli.c",
4661 "src/core/httpcli/httpcli.h",
4662 "src/core/httpcli/parser.c",
4663 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004664 "src/core/iomgr/closure.c",
4665 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004666 "src/core/iomgr/endpoint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004667 "src/core/iomgr/endpoint.h",
4668 "src/core/iomgr/endpoint_pair.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004669 "src/core/iomgr/endpoint_pair_posix.c",
4670 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004671 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004672 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004673 "src/core/iomgr/executor.c",
4674 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004675 "src/core/iomgr/fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004676 "src/core/iomgr/fd_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004677 "src/core/iomgr/iocp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004678 "src/core/iomgr/iocp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004679 "src/core/iomgr/iomgr.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004680 "src/core/iomgr/iomgr.h",
4681 "src/core/iomgr/iomgr_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004682 "src/core/iomgr/iomgr_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004683 "src/core/iomgr/iomgr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004684 "src/core/iomgr/iomgr_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004685 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004686 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4687 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4688 "src/core/iomgr/pollset_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004689 "src/core/iomgr/pollset_posix.h",
4690 "src/core/iomgr/pollset_set.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004691 "src/core/iomgr/pollset_set_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004692 "src/core/iomgr/pollset_set_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004693 "src/core/iomgr/pollset_set_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004694 "src/core/iomgr/pollset_set_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004695 "src/core/iomgr/pollset_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004696 "src/core/iomgr/pollset_windows.h",
4697 "src/core/iomgr/resolve_address.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004698 "src/core/iomgr/resolve_address_posix.c",
4699 "src/core/iomgr/resolve_address_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004700 "src/core/iomgr/sockaddr.h",
4701 "src/core/iomgr/sockaddr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004702 "src/core/iomgr/sockaddr_utils.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004703 "src/core/iomgr/sockaddr_utils.h",
4704 "src/core/iomgr/sockaddr_win32.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004705 "src/core/iomgr/socket_utils_common_posix.c",
4706 "src/core/iomgr/socket_utils_linux.c",
4707 "src/core/iomgr/socket_utils_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004708 "src/core/iomgr/socket_utils_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004709 "src/core/iomgr/socket_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004710 "src/core/iomgr/socket_windows.h",
4711 "src/core/iomgr/tcp_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004712 "src/core/iomgr/tcp_client_posix.c",
4713 "src/core/iomgr/tcp_client_windows.c",
4714 "src/core/iomgr/tcp_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004715 "src/core/iomgr/tcp_posix.h",
4716 "src/core/iomgr/tcp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004717 "src/core/iomgr/tcp_server_posix.c",
4718 "src/core/iomgr/tcp_server_windows.c",
4719 "src/core/iomgr/tcp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004720 "src/core/iomgr/tcp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004721 "src/core/iomgr/time_averaged_stats.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004722 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004723 "src/core/iomgr/timer.c",
4724 "src/core/iomgr/timer.h",
4725 "src/core/iomgr/timer_heap.c",
4726 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004727 "src/core/iomgr/udp_server.c",
4728 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004729 "src/core/iomgr/wakeup_fd_eventfd.c",
4730 "src/core/iomgr/wakeup_fd_nospecial.c",
4731 "src/core/iomgr/wakeup_fd_pipe.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004732 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004733 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004734 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004735 "src/core/iomgr/workqueue.h",
4736 "src/core/iomgr/workqueue_posix.c",
4737 "src/core/iomgr/workqueue_posix.h",
4738 "src/core/iomgr/workqueue_windows.c",
4739 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004740 "src/core/json/json.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004741 "src/core/json/json.h",
4742 "src/core/json/json_common.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004743 "src/core/json/json_reader.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004744 "src/core/json/json_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004745 "src/core/json/json_string.c",
4746 "src/core/json/json_writer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004747 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004748 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4749 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004750 "src/core/statistics/census_interface.h",
4751 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004752 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004753 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004754 "src/core/surface/api_trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004755 "src/core/surface/byte_buffer.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004756 "src/core/surface/byte_buffer_reader.c",
4757 "src/core/surface/call.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004758 "src/core/surface/call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004759 "src/core/surface/call_details.c",
4760 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004761 "src/core/surface/call_test_only.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004762 "src/core/surface/channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004763 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004764 "src/core/surface/channel_connectivity.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004765 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08004766 "src/core/surface/channel_ping.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004767 "src/core/surface/completion_queue.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004768 "src/core/surface/completion_queue.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004769 "src/core/surface/event_string.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004770 "src/core/surface/event_string.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004771 "src/core/surface/init.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004772 "src/core/surface/init.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004773 "src/core/surface/init_unsecure.c",
4774 "src/core/surface/lame_client.c",
4775 "src/core/surface/metadata_array.c",
4776 "src/core/surface/server.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004777 "src/core/surface/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004778 "src/core/surface/server_chttp2.c",
4779 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004780 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004781 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004782 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004783 "src/core/transport/byte_stream.c",
4784 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004785 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004786 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004787 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004788 "src/core/transport/chttp2/bin_encoder.h",
4789 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004790 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004791 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004792 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004793 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004794 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004795 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004796 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004797 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004798 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004799 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004800 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004801 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004802 "src/core/transport/chttp2/hpack_encoder.c",
4803 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004804 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004805 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004806 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004807 "src/core/transport/chttp2/hpack_table.h",
4808 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004809 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004810 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004811 "src/core/transport/chttp2/incoming_metadata.c",
4812 "src/core/transport/chttp2/incoming_metadata.h",
4813 "src/core/transport/chttp2/internal.h",
4814 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004815 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004816 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004817 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004818 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004819 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004820 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004821 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004822 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004823 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004824 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004825 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004826 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004827 "src/core/transport/connectivity_state.c",
4828 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004829 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004830 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004831 "src/core/transport/metadata_batch.c",
4832 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004833 "src/core/transport/static_metadata.c",
4834 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004835 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004836 "src/core/transport/transport.h",
4837 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004838 "src/core/transport/transport_op_string.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004839 ],
4840 "third_party": false,
4841 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004842 },
4843 {
4844 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004845 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004846 "grpc"
4847 ],
4848 "headers": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004849 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004850 "src/core/client_config/resolvers/zookeeper_resolver.h"
4851 ],
4852 "language": "c",
4853 "name": "grpc_zookeeper",
4854 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004855 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004856 "src/core/client_config/resolvers/zookeeper_resolver.c",
4857 "src/core/client_config/resolvers/zookeeper_resolver.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004858 ],
4859 "third_party": false,
4860 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004861 },
4862 {
4863 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004864 "gpr",
4865 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004866 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004867 "grpc_test_util",
4868 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004869 ],
4870 "headers": [
4871 "test/core/util/reconnect_server.h"
4872 ],
4873 "language": "c",
4874 "name": "reconnect_server",
4875 "src": [
4876 "test/core/util/reconnect_server.c",
4877 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004878 ],
4879 "third_party": false,
4880 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004881 },
4882 {
4883 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004884 "gpr",
4885 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004886 "grpc",
4887 "grpc_test_util"
4888 ],
4889 "headers": [
4890 "test/core/util/test_tcp_server.h"
4891 ],
4892 "language": "c",
4893 "name": "test_tcp_server",
4894 "src": [
4895 "test/core/util/test_tcp_server.c",
4896 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004897 ],
4898 "third_party": false,
4899 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004900 },
4901 {
4902 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004903 "grpc"
4904 ],
4905 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08004906 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07004907 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004908 "include/grpc++/client_context.h",
4909 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004910 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004911 "include/grpc++/generic/async_generic_service.h",
4912 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07004913 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004914 "include/grpc++/impl/call.h",
4915 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004916 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004917 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004918 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004919 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004920 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004921 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004922 "include/grpc++/impl/codegen/client_unary_call.h",
4923 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004924 "include/grpc++/impl/codegen/completion_queue_tag.h",
4925 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004926 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004927 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004928 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004929 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004930 "include/grpc++/impl/codegen/rpc_method.h",
4931 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004932 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004933 "include/grpc++/impl/codegen/serialization_traits.h",
4934 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004935 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004936 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004937 "include/grpc++/impl/codegen/status.h",
4938 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004939 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004940 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004941 "include/grpc++/impl/codegen/sync.h",
4942 "include/grpc++/impl/codegen/sync_cxx11.h",
4943 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004944 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004945 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004946 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08004947 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004948 "include/grpc++/impl/proto_utils.h",
4949 "include/grpc++/impl/rpc_method.h",
4950 "include/grpc++/impl/rpc_service_method.h",
4951 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08004952 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004953 "include/grpc++/impl/service_type.h",
4954 "include/grpc++/impl/sync.h",
4955 "include/grpc++/impl/sync_cxx11.h",
4956 "include/grpc++/impl/sync_no_cxx11.h",
4957 "include/grpc++/impl/thd.h",
4958 "include/grpc++/impl/thd_cxx11.h",
4959 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07004960 "include/grpc++/security/auth_context.h",
4961 "include/grpc++/security/auth_metadata_processor.h",
4962 "include/grpc++/security/credentials.h",
4963 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004964 "include/grpc++/server.h",
4965 "include/grpc++/server_builder.h",
4966 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07004967 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004968 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004969 "include/grpc++/support/byte_buffer.h",
4970 "include/grpc++/support/channel_arguments.h",
4971 "include/grpc++/support/config.h",
4972 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004973 "include/grpc++/support/slice.h",
4974 "include/grpc++/support/status.h",
4975 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07004976 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004977 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07004978 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004979 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07004980 "src/cpp/client/create_channel_internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004981 "src/cpp/client/secure_credentials.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004982 "src/cpp/common/create_auth_context.h",
4983 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07004984 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07004985 "src/cpp/server/secure_server_credentials.h",
4986 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004987 ],
4988 "language": "c++",
4989 "name": "grpc++",
4990 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08004991 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07004992 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004993 "include/grpc++/client_context.h",
4994 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004995 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004996 "include/grpc++/generic/async_generic_service.h",
4997 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07004998 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004999 "include/grpc++/impl/call.h",
5000 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005001 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005002 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005003 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005004 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005005 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005006 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005007 "include/grpc++/impl/codegen/client_unary_call.h",
5008 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005009 "include/grpc++/impl/codegen/completion_queue_tag.h",
5010 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005011 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005012 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005013 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005014 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005015 "include/grpc++/impl/codegen/rpc_method.h",
5016 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005017 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005018 "include/grpc++/impl/codegen/serialization_traits.h",
5019 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005020 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005021 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005022 "include/grpc++/impl/codegen/status.h",
5023 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005024 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005025 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005026 "include/grpc++/impl/codegen/sync.h",
5027 "include/grpc++/impl/codegen/sync_cxx11.h",
5028 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005029 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005030 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005031 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005032 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005033 "include/grpc++/impl/proto_utils.h",
5034 "include/grpc++/impl/rpc_method.h",
5035 "include/grpc++/impl/rpc_service_method.h",
5036 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005037 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005038 "include/grpc++/impl/service_type.h",
5039 "include/grpc++/impl/sync.h",
5040 "include/grpc++/impl/sync_cxx11.h",
5041 "include/grpc++/impl/sync_no_cxx11.h",
5042 "include/grpc++/impl/thd.h",
5043 "include/grpc++/impl/thd_cxx11.h",
5044 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005045 "include/grpc++/security/auth_context.h",
5046 "include/grpc++/security/auth_metadata_processor.h",
5047 "include/grpc++/security/credentials.h",
5048 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005049 "include/grpc++/server.h",
5050 "include/grpc++/server_builder.h",
5051 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005052 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005053 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005054 "include/grpc++/support/byte_buffer.h",
5055 "include/grpc++/support/channel_arguments.h",
5056 "include/grpc++/support/config.h",
5057 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005058 "include/grpc++/support/slice.h",
5059 "include/grpc++/support/status.h",
5060 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005061 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005062 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005063 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005064 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005065 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005066 "src/cpp/client/client_context.cc",
5067 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005068 "src/cpp/client/create_channel_internal.cc",
5069 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005070 "src/cpp/client/credentials.cc",
5071 "src/cpp/client/generic_stub.cc",
5072 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005073 "src/cpp/client/secure_credentials.cc",
5074 "src/cpp/client/secure_credentials.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005075 "src/cpp/codegen/grpc_library.cc",
yang-g7ef72322015-07-16 21:00:51 -07005076 "src/cpp/common/auth_property_iterator.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005077 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005078 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005079 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005080 "src/cpp/common/create_auth_context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005081 "src/cpp/common/rpc_method.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005082 "src/cpp/common/secure_auth_context.cc",
5083 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08005084 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005085 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005086 "src/cpp/proto/proto_utils.cc",
5087 "src/cpp/server/async_generic_service.cc",
5088 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005089 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005090 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005091 "src/cpp/server/insecure_server_credentials.cc",
5092 "src/cpp/server/secure_server_credentials.cc",
5093 "src/cpp/server/secure_server_credentials.h",
5094 "src/cpp/server/server.cc",
5095 "src/cpp/server/server_builder.cc",
5096 "src/cpp/server/server_context.cc",
5097 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005098 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005099 "src/cpp/util/byte_buffer.cc",
5100 "src/cpp/util/slice.cc",
5101 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005102 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005103 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005104 ],
5105 "third_party": false,
5106 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005107 },
5108 {
5109 "deps": [],
5110 "headers": [
5111 "test/cpp/util/test_config.h"
5112 ],
5113 "language": "c++",
5114 "name": "grpc++_test_config",
5115 "src": [
5116 "test/cpp/util/test_config.cc",
5117 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005118 ],
5119 "third_party": false,
5120 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005121 },
5122 {
5123 "deps": [
5124 "grpc++",
5125 "grpc_test_util"
5126 ],
5127 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005128 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
5129 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
5130 "src/proto/grpc/testing/echo.grpc.pb.h",
5131 "src/proto/grpc/testing/echo.pb.h",
5132 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
5133 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08005134 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005135 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005136 "test/cpp/util/cli_call.h",
5137 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005138 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08005139 "test/cpp/util/subprocess.h",
5140 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005141 ],
5142 "language": "c++",
5143 "name": "grpc++_test_util",
5144 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08005145 "test/cpp/end2end/test_service_impl.cc",
5146 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005147 "test/cpp/util/byte_buffer_proto_helper.cc",
5148 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005149 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005150 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005151 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005152 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005153 "test/cpp/util/string_ref_helper.cc",
5154 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005155 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08005156 "test/cpp/util/subprocess.h",
5157 "test/cpp/util/test_credentials_provider.cc",
5158 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005159 ],
5160 "third_party": false,
5161 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005162 },
5163 {
5164 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005165 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005166 "grpc_unsecure"
5167 ],
5168 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005169 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005170 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005171 "include/grpc++/client_context.h",
5172 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005173 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005174 "include/grpc++/generic/async_generic_service.h",
5175 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005176 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005177 "include/grpc++/impl/call.h",
5178 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005179 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005180 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005181 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005182 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005183 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005184 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005185 "include/grpc++/impl/codegen/client_unary_call.h",
5186 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005187 "include/grpc++/impl/codegen/completion_queue_tag.h",
5188 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005189 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005190 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005191 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005192 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005193 "include/grpc++/impl/codegen/rpc_method.h",
5194 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005195 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005196 "include/grpc++/impl/codegen/serialization_traits.h",
5197 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005198 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005199 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005200 "include/grpc++/impl/codegen/status.h",
5201 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005202 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005203 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005204 "include/grpc++/impl/codegen/sync.h",
5205 "include/grpc++/impl/codegen/sync_cxx11.h",
5206 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005207 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005208 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005209 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005210 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005211 "include/grpc++/impl/proto_utils.h",
5212 "include/grpc++/impl/rpc_method.h",
5213 "include/grpc++/impl/rpc_service_method.h",
5214 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005215 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005216 "include/grpc++/impl/service_type.h",
5217 "include/grpc++/impl/sync.h",
5218 "include/grpc++/impl/sync_cxx11.h",
5219 "include/grpc++/impl/sync_no_cxx11.h",
5220 "include/grpc++/impl/thd.h",
5221 "include/grpc++/impl/thd_cxx11.h",
5222 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005223 "include/grpc++/security/auth_context.h",
5224 "include/grpc++/security/auth_metadata_processor.h",
5225 "include/grpc++/security/credentials.h",
5226 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005227 "include/grpc++/server.h",
5228 "include/grpc++/server_builder.h",
5229 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005230 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005231 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005232 "include/grpc++/support/byte_buffer.h",
5233 "include/grpc++/support/channel_arguments.h",
5234 "include/grpc++/support/config.h",
5235 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005236 "include/grpc++/support/slice.h",
5237 "include/grpc++/support/status.h",
5238 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005239 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005240 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005241 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005242 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005243 "src/cpp/client/create_channel_internal.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005244 "src/cpp/common/create_auth_context.h",
5245 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005246 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005247 ],
5248 "language": "c++",
5249 "name": "grpc++_unsecure",
5250 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005251 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005252 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005253 "include/grpc++/client_context.h",
5254 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005255 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005256 "include/grpc++/generic/async_generic_service.h",
5257 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005258 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005259 "include/grpc++/impl/call.h",
5260 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005261 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005262 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005263 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005264 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005265 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005266 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005267 "include/grpc++/impl/codegen/client_unary_call.h",
5268 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005269 "include/grpc++/impl/codegen/completion_queue_tag.h",
5270 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005271 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005272 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005273 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005274 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005275 "include/grpc++/impl/codegen/rpc_method.h",
5276 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005277 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005278 "include/grpc++/impl/codegen/serialization_traits.h",
5279 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005280 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005281 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005282 "include/grpc++/impl/codegen/status.h",
5283 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005284 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005285 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005286 "include/grpc++/impl/codegen/sync.h",
5287 "include/grpc++/impl/codegen/sync_cxx11.h",
5288 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005289 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005290 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005291 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005292 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005293 "include/grpc++/impl/proto_utils.h",
5294 "include/grpc++/impl/rpc_method.h",
5295 "include/grpc++/impl/rpc_service_method.h",
5296 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005297 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005298 "include/grpc++/impl/service_type.h",
5299 "include/grpc++/impl/sync.h",
5300 "include/grpc++/impl/sync_cxx11.h",
5301 "include/grpc++/impl/sync_no_cxx11.h",
5302 "include/grpc++/impl/thd.h",
5303 "include/grpc++/impl/thd_cxx11.h",
5304 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005305 "include/grpc++/security/auth_context.h",
5306 "include/grpc++/security/auth_metadata_processor.h",
5307 "include/grpc++/security/credentials.h",
5308 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005309 "include/grpc++/server.h",
5310 "include/grpc++/server_builder.h",
5311 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005312 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005313 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005314 "include/grpc++/support/byte_buffer.h",
5315 "include/grpc++/support/channel_arguments.h",
5316 "include/grpc++/support/config.h",
5317 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005318 "include/grpc++/support/slice.h",
5319 "include/grpc++/support/status.h",
5320 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005321 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005322 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005323 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005324 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005325 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005326 "src/cpp/client/client_context.cc",
5327 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005328 "src/cpp/client/create_channel_internal.cc",
5329 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005330 "src/cpp/client/credentials.cc",
5331 "src/cpp/client/generic_stub.cc",
5332 "src/cpp/client/insecure_credentials.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005333 "src/cpp/codegen/grpc_library.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005334 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005335 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005336 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005337 "src/cpp/common/create_auth_context.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005338 "src/cpp/common/insecure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005339 "src/cpp/common/rpc_method.cc",
5340 "src/cpp/proto/proto_utils.cc",
5341 "src/cpp/server/async_generic_service.cc",
5342 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005343 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005344 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005345 "src/cpp/server/insecure_server_credentials.cc",
5346 "src/cpp/server/server.cc",
5347 "src/cpp/server/server_builder.cc",
5348 "src/cpp/server/server_context.cc",
5349 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005350 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005351 "src/cpp/util/byte_buffer.cc",
5352 "src/cpp/util/slice.cc",
5353 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005354 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005355 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005356 ],
5357 "third_party": false,
5358 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005359 },
5360 {
5361 "deps": [],
5362 "headers": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005363 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005364 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005365 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005366 "include/grpc++/impl/codegen/call_hook.h",
5367 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005368 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005369 "include/grpc++/impl/codegen/client_unary_call.h",
5370 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005371 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005372 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005373 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005374 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005375 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005376 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005377 "include/grpc++/impl/codegen/rpc_method.h",
5378 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005379 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005380 "include/grpc++/impl/codegen/serialization_traits.h",
5381 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005382 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005383 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005384 "include/grpc++/impl/codegen/status.h",
5385 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005386 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005387 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005388 "include/grpc++/impl/codegen/sync.h",
5389 "include/grpc++/impl/codegen/sync_cxx11.h",
5390 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005391 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005392 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005393 "include/grpc++/support/config.h",
5394 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005395 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005396 "include/grpc/impl/codegen/atm.h",
5397 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5398 "include/grpc/impl/codegen/atm_gcc_sync.h",
5399 "include/grpc/impl/codegen/atm_win32.h",
5400 "include/grpc/impl/codegen/byte_buffer.h",
5401 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005402 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005403 "include/grpc/impl/codegen/grpc_types.h",
5404 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005405 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005406 "include/grpc/impl/codegen/propagation_bits.h",
5407 "include/grpc/impl/codegen/slice.h",
5408 "include/grpc/impl/codegen/slice_buffer.h",
5409 "include/grpc/impl/codegen/status.h",
5410 "include/grpc/impl/codegen/sync.h",
5411 "include/grpc/impl/codegen/sync_generic.h",
5412 "include/grpc/impl/codegen/sync_posix.h",
5413 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005414 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005415 "src/compiler/config.h",
5416 "src/compiler/cpp_generator.h",
5417 "src/compiler/cpp_generator_helpers.h",
5418 "src/compiler/csharp_generator.h",
5419 "src/compiler/csharp_generator_helpers.h",
5420 "src/compiler/generator_helpers.h",
5421 "src/compiler/objective_c_generator.h",
5422 "src/compiler/objective_c_generator_helpers.h",
5423 "src/compiler/python_generator.h",
5424 "src/compiler/ruby_generator.h",
5425 "src/compiler/ruby_generator_helpers-inl.h",
5426 "src/compiler/ruby_generator_map-inl.h",
5427 "src/compiler/ruby_generator_string-inl.h"
5428 ],
5429 "language": "c++",
5430 "name": "grpc_plugin_support",
5431 "src": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005432 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005433 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005434 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005435 "include/grpc++/impl/codegen/call_hook.h",
5436 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005437 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005438 "include/grpc++/impl/codegen/client_unary_call.h",
5439 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005440 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005441 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005442 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005443 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005444 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005445 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005446 "include/grpc++/impl/codegen/rpc_method.h",
5447 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005448 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005449 "include/grpc++/impl/codegen/serialization_traits.h",
5450 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005451 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005452 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005453 "include/grpc++/impl/codegen/status.h",
5454 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005455 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005456 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005457 "include/grpc++/impl/codegen/sync.h",
5458 "include/grpc++/impl/codegen/sync_cxx11.h",
5459 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005460 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005461 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005462 "include/grpc++/support/config.h",
5463 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005464 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005465 "include/grpc/impl/codegen/atm.h",
5466 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5467 "include/grpc/impl/codegen/atm_gcc_sync.h",
5468 "include/grpc/impl/codegen/atm_win32.h",
5469 "include/grpc/impl/codegen/byte_buffer.h",
5470 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005471 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005472 "include/grpc/impl/codegen/grpc_types.h",
5473 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005474 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005475 "include/grpc/impl/codegen/propagation_bits.h",
5476 "include/grpc/impl/codegen/slice.h",
5477 "include/grpc/impl/codegen/slice_buffer.h",
5478 "include/grpc/impl/codegen/status.h",
5479 "include/grpc/impl/codegen/sync.h",
5480 "include/grpc/impl/codegen/sync_generic.h",
5481 "include/grpc/impl/codegen/sync_posix.h",
5482 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005483 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005484 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005485 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005486 "src/compiler/cpp_generator.h",
5487 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005488 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005489 "src/compiler/csharp_generator.h",
5490 "src/compiler/csharp_generator_helpers.h",
5491 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005492 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005493 "src/compiler/objective_c_generator.h",
5494 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005495 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005496 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005497 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005498 "src/compiler/ruby_generator.h",
5499 "src/compiler/ruby_generator_helpers-inl.h",
5500 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005501 "src/compiler/ruby_generator_string-inl.h",
5502 "src/cpp/codegen/grpc_library.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005503 ],
5504 "third_party": false,
5505 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005506 },
5507 {
5508 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005509 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005510 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005511 "grpc++",
5512 "grpc++_test_util",
5513 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005514 ],
5515 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005516 "src/proto/grpc/testing/messages.grpc.pb.h",
5517 "src/proto/grpc/testing/messages.pb.h",
5518 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005519 ],
5520 "language": "c++",
5521 "name": "interop_client_helper",
5522 "src": [
5523 "test/cpp/interop/client_helper.cc",
5524 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005525 ],
5526 "third_party": false,
5527 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005528 },
5529 {
5530 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005531 "gpr",
5532 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005533 "grpc",
5534 "grpc++",
5535 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005536 "grpc++_test_util",
5537 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005538 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005539 ],
5540 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005541 "src/proto/grpc/testing/empty.grpc.pb.h",
5542 "src/proto/grpc/testing/empty.pb.h",
5543 "src/proto/grpc/testing/messages.grpc.pb.h",
5544 "src/proto/grpc/testing/messages.pb.h",
5545 "src/proto/grpc/testing/test.grpc.pb.h",
5546 "src/proto/grpc/testing/test.pb.h",
5547 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005548 ],
5549 "language": "c++",
5550 "name": "interop_client_main",
5551 "src": [
5552 "test/cpp/interop/client.cc",
5553 "test/cpp/interop/interop_client.cc",
5554 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005555 ],
5556 "third_party": false,
5557 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005558 },
5559 {
5560 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005561 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005562 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005563 "grpc++",
5564 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005565 ],
5566 "headers": [
5567 "test/cpp/interop/server_helper.h"
5568 ],
5569 "language": "c++",
5570 "name": "interop_server_helper",
5571 "src": [
5572 "test/cpp/interop/server_helper.cc",
5573 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005574 ],
5575 "third_party": false,
5576 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005577 },
5578 {
5579 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005580 "gpr",
5581 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005582 "grpc",
5583 "grpc++",
5584 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005585 "grpc++_test_util",
5586 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005587 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005588 ],
5589 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005590 "src/proto/grpc/testing/empty.grpc.pb.h",
5591 "src/proto/grpc/testing/empty.pb.h",
5592 "src/proto/grpc/testing/messages.grpc.pb.h",
5593 "src/proto/grpc/testing/messages.pb.h",
5594 "src/proto/grpc/testing/test.grpc.pb.h",
5595 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005596 ],
5597 "language": "c++",
5598 "name": "interop_server_main",
5599 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005600 "test/cpp/interop/server_main.cc"
5601 ],
5602 "third_party": false,
5603 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005604 },
5605 {
5606 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005607 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07005608 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005609 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005610 ],
5611 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005612 "src/proto/grpc/testing/control.grpc.pb.h",
5613 "src/proto/grpc/testing/control.pb.h",
5614 "src/proto/grpc/testing/messages.grpc.pb.h",
5615 "src/proto/grpc/testing/messages.pb.h",
5616 "src/proto/grpc/testing/payloads.grpc.pb.h",
5617 "src/proto/grpc/testing/payloads.pb.h",
5618 "src/proto/grpc/testing/perf_db.grpc.pb.h",
5619 "src/proto/grpc/testing/perf_db.pb.h",
5620 "src/proto/grpc/testing/services.grpc.pb.h",
5621 "src/proto/grpc/testing/services.pb.h",
5622 "src/proto/grpc/testing/stats.grpc.pb.h",
5623 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005624 "test/cpp/qps/client.h",
5625 "test/cpp/qps/driver.h",
5626 "test/cpp/qps/histogram.h",
5627 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005628 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005629 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005630 "test/cpp/qps/qps_worker.h",
5631 "test/cpp/qps/report.h",
5632 "test/cpp/qps/server.h",
5633 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005634 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08005635 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005636 ],
5637 "language": "c++",
5638 "name": "qps",
5639 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005640 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005641 "test/cpp/qps/client_async.cc",
5642 "test/cpp/qps/client_sync.cc",
5643 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005644 "test/cpp/qps/driver.h",
5645 "test/cpp/qps/histogram.h",
5646 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005647 "test/cpp/qps/limit_cores.cc",
5648 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07005649 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005650 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005651 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005652 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005653 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005654 "test/cpp/qps/report.h",
5655 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005656 "test/cpp/qps/server_async.cc",
5657 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005658 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005659 "test/cpp/qps/usage_timer.cc",
5660 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005661 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005662 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005663 ],
5664 "third_party": false,
5665 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005666 },
5667 {
5668 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005669 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005670 "grpc"
5671 ],
5672 "headers": [],
5673 "language": "csharp",
5674 "name": "grpc_csharp_ext",
5675 "src": [
5676 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005677 ],
5678 "third_party": false,
5679 "type": "lib"
5680 },
5681 {
5682 "deps": [],
5683 "headers": [
5684 "third_party/boringssl/crypto/aes/internal.h",
5685 "third_party/boringssl/crypto/asn1/asn1_locl.h",
5686 "third_party/boringssl/crypto/bio/internal.h",
5687 "third_party/boringssl/crypto/bn/internal.h",
5688 "third_party/boringssl/crypto/bn/rsaz_exp.h",
5689 "third_party/boringssl/crypto/bytestring/internal.h",
5690 "third_party/boringssl/crypto/cipher/internal.h",
5691 "third_party/boringssl/crypto/conf/conf_def.h",
5692 "third_party/boringssl/crypto/conf/internal.h",
5693 "third_party/boringssl/crypto/des/internal.h",
5694 "third_party/boringssl/crypto/dh/internal.h",
5695 "third_party/boringssl/crypto/digest/internal.h",
5696 "third_party/boringssl/crypto/digest/md32_common.h",
5697 "third_party/boringssl/crypto/directory.h",
5698 "third_party/boringssl/crypto/dsa/internal.h",
5699 "third_party/boringssl/crypto/ec/internal.h",
5700 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
5701 "third_party/boringssl/crypto/evp/internal.h",
5702 "third_party/boringssl/crypto/internal.h",
5703 "third_party/boringssl/crypto/modes/internal.h",
5704 "third_party/boringssl/crypto/obj/obj_dat.h",
5705 "third_party/boringssl/crypto/obj/obj_xref.h",
5706 "third_party/boringssl/crypto/pkcs8/internal.h",
5707 "third_party/boringssl/crypto/rand/internal.h",
5708 "third_party/boringssl/crypto/rsa/internal.h",
5709 "third_party/boringssl/crypto/test/scoped_types.h",
5710 "third_party/boringssl/crypto/test/test_util.h",
5711 "third_party/boringssl/crypto/x509/charmap.h",
5712 "third_party/boringssl/crypto/x509/vpm_int.h",
5713 "third_party/boringssl/crypto/x509v3/ext_dat.h",
5714 "third_party/boringssl/crypto/x509v3/pcy_int.h",
5715 "third_party/boringssl/include/openssl/aead.h",
5716 "third_party/boringssl/include/openssl/aes.h",
5717 "third_party/boringssl/include/openssl/arm_arch.h",
5718 "third_party/boringssl/include/openssl/asn1.h",
5719 "third_party/boringssl/include/openssl/asn1_mac.h",
5720 "third_party/boringssl/include/openssl/asn1t.h",
5721 "third_party/boringssl/include/openssl/base.h",
5722 "third_party/boringssl/include/openssl/base64.h",
5723 "third_party/boringssl/include/openssl/bio.h",
5724 "third_party/boringssl/include/openssl/blowfish.h",
5725 "third_party/boringssl/include/openssl/bn.h",
5726 "third_party/boringssl/include/openssl/buf.h",
5727 "third_party/boringssl/include/openssl/buffer.h",
5728 "third_party/boringssl/include/openssl/bytestring.h",
5729 "third_party/boringssl/include/openssl/cast.h",
5730 "third_party/boringssl/include/openssl/chacha.h",
5731 "third_party/boringssl/include/openssl/cipher.h",
5732 "third_party/boringssl/include/openssl/cmac.h",
5733 "third_party/boringssl/include/openssl/conf.h",
5734 "third_party/boringssl/include/openssl/cpu.h",
5735 "third_party/boringssl/include/openssl/crypto.h",
5736 "third_party/boringssl/include/openssl/curve25519.h",
5737 "third_party/boringssl/include/openssl/des.h",
5738 "third_party/boringssl/include/openssl/dh.h",
5739 "third_party/boringssl/include/openssl/digest.h",
5740 "third_party/boringssl/include/openssl/dsa.h",
5741 "third_party/boringssl/include/openssl/dtls1.h",
5742 "third_party/boringssl/include/openssl/ec.h",
5743 "third_party/boringssl/include/openssl/ec_key.h",
5744 "third_party/boringssl/include/openssl/ecdh.h",
5745 "third_party/boringssl/include/openssl/ecdsa.h",
5746 "third_party/boringssl/include/openssl/engine.h",
5747 "third_party/boringssl/include/openssl/err.h",
5748 "third_party/boringssl/include/openssl/evp.h",
5749 "third_party/boringssl/include/openssl/ex_data.h",
5750 "third_party/boringssl/include/openssl/hkdf.h",
5751 "third_party/boringssl/include/openssl/hmac.h",
5752 "third_party/boringssl/include/openssl/lhash.h",
5753 "third_party/boringssl/include/openssl/lhash_macros.h",
5754 "third_party/boringssl/include/openssl/md4.h",
5755 "third_party/boringssl/include/openssl/md5.h",
5756 "third_party/boringssl/include/openssl/mem.h",
5757 "third_party/boringssl/include/openssl/obj.h",
5758 "third_party/boringssl/include/openssl/obj_mac.h",
5759 "third_party/boringssl/include/openssl/objects.h",
5760 "third_party/boringssl/include/openssl/opensslfeatures.h",
5761 "third_party/boringssl/include/openssl/opensslv.h",
5762 "third_party/boringssl/include/openssl/ossl_typ.h",
5763 "third_party/boringssl/include/openssl/pem.h",
5764 "third_party/boringssl/include/openssl/pkcs12.h",
5765 "third_party/boringssl/include/openssl/pkcs7.h",
5766 "third_party/boringssl/include/openssl/pkcs8.h",
5767 "third_party/boringssl/include/openssl/poly1305.h",
5768 "third_party/boringssl/include/openssl/pqueue.h",
5769 "third_party/boringssl/include/openssl/rand.h",
5770 "third_party/boringssl/include/openssl/rc4.h",
5771 "third_party/boringssl/include/openssl/rsa.h",
5772 "third_party/boringssl/include/openssl/safestack.h",
5773 "third_party/boringssl/include/openssl/sha.h",
5774 "third_party/boringssl/include/openssl/srtp.h",
5775 "third_party/boringssl/include/openssl/ssl.h",
5776 "third_party/boringssl/include/openssl/ssl3.h",
5777 "third_party/boringssl/include/openssl/stack.h",
5778 "third_party/boringssl/include/openssl/stack_macros.h",
5779 "third_party/boringssl/include/openssl/thread.h",
5780 "third_party/boringssl/include/openssl/time_support.h",
5781 "third_party/boringssl/include/openssl/tls1.h",
5782 "third_party/boringssl/include/openssl/type_check.h",
5783 "third_party/boringssl/include/openssl/x509.h",
5784 "third_party/boringssl/include/openssl/x509_vfy.h",
5785 "third_party/boringssl/include/openssl/x509v3.h",
5786 "third_party/boringssl/ssl/internal.h",
5787 "third_party/boringssl/ssl/test/async_bio.h",
5788 "third_party/boringssl/ssl/test/packeted_bio.h",
5789 "third_party/boringssl/ssl/test/scoped_types.h",
5790 "third_party/boringssl/ssl/test/test_config.h"
5791 ],
5792 "language": "c",
5793 "name": "boringssl",
5794 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08005795 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005796 ],
5797 "third_party": true,
5798 "type": "lib"
5799 },
5800 {
5801 "deps": [],
5802 "headers": [],
5803 "language": "c++",
5804 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08005805 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005806 "third_party": true,
5807 "type": "lib"
5808 },
5809 {
5810 "deps": [
5811 "boringssl",
5812 "boringssl_test_util"
5813 ],
5814 "headers": [],
5815 "language": "c++",
5816 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005817 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005818 "third_party": true,
5819 "type": "lib"
5820 },
5821 {
5822 "deps": [
5823 "boringssl",
5824 "boringssl_test_util"
5825 ],
5826 "headers": [],
5827 "language": "c++",
5828 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005829 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005830 "third_party": true,
5831 "type": "lib"
5832 },
5833 {
5834 "deps": [
5835 "boringssl",
5836 "boringssl_test_util"
5837 ],
5838 "headers": [],
5839 "language": "c++",
5840 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005841 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005842 "third_party": true,
5843 "type": "lib"
5844 },
5845 {
5846 "deps": [
5847 "boringssl",
5848 "boringssl_test_util"
5849 ],
5850 "headers": [],
5851 "language": "c++",
5852 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005853 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005854 "third_party": true,
5855 "type": "lib"
5856 },
5857 {
5858 "deps": [
5859 "boringssl",
5860 "boringssl_test_util"
5861 ],
5862 "headers": [],
5863 "language": "c++",
5864 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005865 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005866 "third_party": true,
5867 "type": "lib"
5868 },
5869 {
5870 "deps": [
5871 "boringssl",
5872 "boringssl_test_util"
5873 ],
5874 "headers": [],
5875 "language": "c++",
5876 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005877 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005878 "third_party": true,
5879 "type": "lib"
5880 },
5881 {
5882 "deps": [
5883 "boringssl",
5884 "boringssl_test_util"
5885 ],
5886 "headers": [],
5887 "language": "c++",
5888 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005889 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005890 "third_party": true,
5891 "type": "lib"
5892 },
5893 {
5894 "deps": [
5895 "boringssl",
5896 "boringssl_test_util"
5897 ],
5898 "headers": [],
5899 "language": "c++",
5900 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005901 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005902 "third_party": true,
5903 "type": "lib"
5904 },
5905 {
5906 "deps": [
5907 "boringssl",
5908 "boringssl_test_util"
5909 ],
5910 "headers": [],
5911 "language": "c",
5912 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005913 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005914 "third_party": true,
5915 "type": "lib"
5916 },
5917 {
5918 "deps": [
5919 "boringssl",
5920 "boringssl_test_util"
5921 ],
5922 "headers": [],
5923 "language": "c++",
5924 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005925 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005926 "third_party": true,
5927 "type": "lib"
5928 },
5929 {
5930 "deps": [
5931 "boringssl",
5932 "boringssl_test_util"
5933 ],
5934 "headers": [],
5935 "language": "c++",
5936 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005937 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005938 "third_party": true,
5939 "type": "lib"
5940 },
5941 {
5942 "deps": [
5943 "boringssl",
5944 "boringssl_test_util"
5945 ],
5946 "headers": [],
5947 "language": "c++",
5948 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005949 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005950 "third_party": true,
5951 "type": "lib"
5952 },
5953 {
5954 "deps": [
5955 "boringssl",
5956 "boringssl_test_util"
5957 ],
5958 "headers": [],
5959 "language": "c++",
5960 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005961 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005962 "third_party": true,
5963 "type": "lib"
5964 },
5965 {
5966 "deps": [
5967 "boringssl",
5968 "boringssl_test_util"
5969 ],
5970 "headers": [],
5971 "language": "c",
5972 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005973 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005974 "third_party": true,
5975 "type": "lib"
5976 },
5977 {
5978 "deps": [
5979 "boringssl",
5980 "boringssl_test_util"
5981 ],
5982 "headers": [],
5983 "language": "c++",
5984 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005985 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005986 "third_party": true,
5987 "type": "lib"
5988 },
5989 {
5990 "deps": [
5991 "boringssl",
5992 "boringssl_test_util"
5993 ],
5994 "headers": [],
5995 "language": "c",
5996 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005997 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005998 "third_party": true,
5999 "type": "lib"
6000 },
6001 {
6002 "deps": [
6003 "boringssl",
6004 "boringssl_test_util"
6005 ],
6006 "headers": [],
6007 "language": "c++",
6008 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006009 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006010 "third_party": true,
6011 "type": "lib"
6012 },
6013 {
6014 "deps": [
6015 "boringssl",
6016 "boringssl_test_util"
6017 ],
6018 "headers": [],
6019 "language": "c++",
6020 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006021 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006022 "third_party": true,
6023 "type": "lib"
6024 },
6025 {
6026 "deps": [
6027 "boringssl",
6028 "boringssl_test_util"
6029 ],
6030 "headers": [],
6031 "language": "c++",
6032 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006033 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006034 "third_party": true,
6035 "type": "lib"
6036 },
6037 {
6038 "deps": [
6039 "boringssl",
6040 "boringssl_test_util"
6041 ],
6042 "headers": [],
6043 "language": "c++",
6044 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006045 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006046 "third_party": true,
6047 "type": "lib"
6048 },
6049 {
6050 "deps": [
6051 "boringssl",
6052 "boringssl_test_util"
6053 ],
6054 "headers": [],
6055 "language": "c++",
6056 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006057 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006058 "third_party": true,
6059 "type": "lib"
6060 },
6061 {
6062 "deps": [
6063 "boringssl",
6064 "boringssl_test_util"
6065 ],
6066 "headers": [],
6067 "language": "c",
6068 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006069 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006070 "third_party": true,
6071 "type": "lib"
6072 },
6073 {
6074 "deps": [
6075 "boringssl",
6076 "boringssl_test_util"
6077 ],
6078 "headers": [],
6079 "language": "c++",
6080 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006081 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006082 "third_party": true,
6083 "type": "lib"
6084 },
6085 {
6086 "deps": [
6087 "boringssl",
6088 "boringssl_test_util"
6089 ],
6090 "headers": [],
6091 "language": "c",
6092 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006093 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006094 "third_party": true,
6095 "type": "lib"
6096 },
6097 {
6098 "deps": [
6099 "boringssl",
6100 "boringssl_test_util"
6101 ],
6102 "headers": [],
6103 "language": "c",
6104 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006105 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006106 "third_party": true,
6107 "type": "lib"
6108 },
6109 {
6110 "deps": [
6111 "boringssl",
6112 "boringssl_test_util"
6113 ],
6114 "headers": [],
6115 "language": "c++",
6116 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006117 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006118 "third_party": true,
6119 "type": "lib"
6120 },
6121 {
6122 "deps": [
6123 "boringssl",
6124 "boringssl_test_util"
6125 ],
6126 "headers": [],
6127 "language": "c++",
6128 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006129 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006130 "third_party": true,
6131 "type": "lib"
6132 },
6133 {
6134 "deps": [
6135 "boringssl",
6136 "boringssl_test_util"
6137 ],
6138 "headers": [],
6139 "language": "c++",
6140 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006141 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006142 "third_party": true,
6143 "type": "lib"
6144 },
6145 {
6146 "deps": [
6147 "boringssl",
6148 "boringssl_test_util"
6149 ],
6150 "headers": [],
6151 "language": "c",
6152 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006153 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006154 "third_party": true,
6155 "type": "lib"
6156 },
6157 {
6158 "deps": [
6159 "boringssl",
6160 "boringssl_test_util"
6161 ],
6162 "headers": [],
6163 "language": "c++",
6164 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006165 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006166 "third_party": true,
6167 "type": "lib"
6168 },
6169 {
6170 "deps": [
6171 "boringssl",
6172 "boringssl_test_util"
6173 ],
6174 "headers": [],
6175 "language": "c",
6176 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006177 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006178 "third_party": true,
6179 "type": "lib"
6180 },
6181 {
6182 "deps": [
6183 "boringssl",
6184 "boringssl_test_util"
6185 ],
6186 "headers": [],
6187 "language": "c",
6188 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006189 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006190 "third_party": true,
6191 "type": "lib"
6192 },
6193 {
6194 "deps": [
6195 "boringssl",
6196 "boringssl_test_util"
6197 ],
6198 "headers": [],
6199 "language": "c",
6200 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006201 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006202 "third_party": true,
6203 "type": "lib"
6204 },
6205 {
6206 "deps": [
6207 "boringssl",
6208 "boringssl_test_util"
6209 ],
6210 "headers": [],
6211 "language": "c",
6212 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006213 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006214 "third_party": true,
6215 "type": "lib"
6216 },
6217 {
6218 "deps": [
6219 "boringssl",
6220 "boringssl_test_util"
6221 ],
6222 "headers": [],
6223 "language": "c",
6224 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006225 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006226 "third_party": true,
6227 "type": "lib"
6228 },
6229 {
6230 "deps": [
6231 "boringssl",
6232 "boringssl_test_util"
6233 ],
6234 "headers": [],
6235 "language": "c++",
6236 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006237 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006238 "third_party": true,
6239 "type": "lib"
6240 },
6241 {
6242 "deps": [],
6243 "headers": [
6244 "third_party/zlib/crc32.h",
6245 "third_party/zlib/deflate.h",
6246 "third_party/zlib/gzguts.h",
6247 "third_party/zlib/inffast.h",
6248 "third_party/zlib/inffixed.h",
6249 "third_party/zlib/inflate.h",
6250 "third_party/zlib/inftrees.h",
6251 "third_party/zlib/trees.h",
6252 "third_party/zlib/zconf.h",
6253 "third_party/zlib/zlib.h",
6254 "third_party/zlib/zutil.h"
6255 ],
6256 "language": "c",
6257 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08006258 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006259 "third_party": true,
6260 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006261 },
6262 {
6263 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006264 "gpr",
6265 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006266 "grpc_test_util_unsecure",
6267 "grpc_unsecure"
6268 ],
6269 "headers": [
6270 "test/core/bad_client/bad_client.h"
6271 ],
6272 "language": "c",
6273 "name": "bad_client_test",
6274 "src": [
6275 "test/core/bad_client/bad_client.c",
6276 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08006277 ],
6278 "third_party": false,
6279 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006280 },
6281 {
6282 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006283 "gpr",
6284 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006285 "grpc",
6286 "grpc_test_util"
6287 ],
6288 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08006289 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006290 ],
6291 "language": "c",
6292 "name": "bad_ssl_test_server",
6293 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08006294 "test/core/bad_ssl/server_common.c",
6295 "test/core/bad_ssl/server_common.h"
6296 ],
6297 "third_party": false,
6298 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006299 },
6300 {
Craig Tillerf75fc122015-06-25 06:58:00 -07006301 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08006302 "end2end_certs",
Craig Tillerda179ce2016-02-09 12:01:53 -08006303 "gpr",
6304 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08006305 "grpc",
6306 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07006307 ],
6308 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07006309 "test/core/end2end/end2end_tests.h",
6310 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07006311 ],
6312 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006313 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07006314 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006315 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006316 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07006317 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006318 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006319 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006320 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006321 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006322 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006323 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006324 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006325 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006326 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006327 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006328 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006329 "test/core/end2end/tests/default_host.c",
6330 "test/core/end2end/tests/disappearing_server.c",
6331 "test/core/end2end/tests/empty_batch.c",
6332 "test/core/end2end/tests/graceful_server_shutdown.c",
6333 "test/core/end2end/tests/high_initial_seqno.c",
6334 "test/core/end2end/tests/hpack_size.c",
6335 "test/core/end2end/tests/invoke_large_request.c",
6336 "test/core/end2end/tests/large_metadata.c",
6337 "test/core/end2end/tests/max_concurrent_streams.c",
6338 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006339 "test/core/end2end/tests/negative_deadline.c",
6340 "test/core/end2end/tests/no_op.c",
6341 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006342 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006343 "test/core/end2end/tests/ping_pong_streaming.c",
6344 "test/core/end2end/tests/registered_call.c",
6345 "test/core/end2end/tests/request_with_flags.c",
6346 "test/core/end2end/tests/request_with_payload.c",
6347 "test/core/end2end/tests/server_finishes_request.c",
6348 "test/core/end2end/tests/shutdown_finishes_calls.c",
6349 "test/core/end2end/tests/shutdown_finishes_tags.c",
6350 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006351 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006352 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006353 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006354 ],
6355 "third_party": false,
6356 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08006357 },
6358 {
6359 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006360 "gpr",
6361 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006362 "grpc_test_util_unsecure",
6363 "grpc_unsecure"
6364 ],
6365 "headers": [
6366 "test/core/end2end/end2end_tests.h",
6367 "test/core/end2end/tests/cancel_test_helpers.h"
6368 ],
6369 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006370 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08006371 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006372 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006373 "test/core/end2end/end2end_tests.h",
6374 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006375 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006376 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006377 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006378 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006379 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006380 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08006381 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006382 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006383 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006384 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006385 "test/core/end2end/tests/default_host.c",
6386 "test/core/end2end/tests/disappearing_server.c",
6387 "test/core/end2end/tests/empty_batch.c",
6388 "test/core/end2end/tests/graceful_server_shutdown.c",
6389 "test/core/end2end/tests/high_initial_seqno.c",
6390 "test/core/end2end/tests/hpack_size.c",
6391 "test/core/end2end/tests/invoke_large_request.c",
6392 "test/core/end2end/tests/large_metadata.c",
6393 "test/core/end2end/tests/max_concurrent_streams.c",
6394 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006395 "test/core/end2end/tests/negative_deadline.c",
6396 "test/core/end2end/tests/no_op.c",
6397 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006398 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006399 "test/core/end2end/tests/ping_pong_streaming.c",
6400 "test/core/end2end/tests/registered_call.c",
6401 "test/core/end2end/tests/request_with_flags.c",
6402 "test/core/end2end/tests/request_with_payload.c",
6403 "test/core/end2end/tests/server_finishes_request.c",
6404 "test/core/end2end/tests/shutdown_finishes_calls.c",
6405 "test/core/end2end/tests/shutdown_finishes_tags.c",
6406 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006407 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006408 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006409 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006410 ],
6411 "third_party": false,
6412 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006413 },
6414 {
6415 "deps": [],
6416 "headers": [],
6417 "language": "c",
6418 "name": "end2end_certs",
6419 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07006420 "test/core/end2end/data/server1_cert.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006421 "test/core/end2end/data/server1_key.c",
6422 "test/core/end2end/data/test_root_cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006423 ],
6424 "third_party": false,
6425 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006426 }
6427]