blob: 74a1fac902c2f79942dcb4b8969b3b18830c33bd [file] [log] [blame]
Craig Tillerf75fc122015-06-25 06:58:00 -07001
2
3[
4 {
5 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07006 "gpr",
David Garcia Quintas48ec8062015-12-11 14:04:59 -08007 "gpr_test_util",
8 "grpc",
9 "grpc_test_util"
10 ],
11 "headers": [],
12 "language": "c",
13 "name": "algorithm_test",
14 "src": [
15 "test/core/compression/algorithm_test.c"
16 ]
17 },
18 {
19 "deps": [
20 "gpr",
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080021 "gpr_test_util"
22 ],
23 "headers": [],
24 "language": "c",
25 "name": "alloc_test",
26 "src": [
27 "test/core/support/alloc_test.c"
28 ]
29 },
30 {
31 "deps": [
32 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -070033 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070034 "grpc",
35 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070036 ],
37 "headers": [],
38 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -070039 "name": "alpn_test",
40 "src": [
41 "test/core/transport/chttp2/alpn_test.c"
42 ]
43 },
44 {
45 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -070046 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -070047 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070048 "grpc",
49 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070050 ],
51 "headers": [],
52 "language": "c",
53 "name": "bin_encoder_test",
54 "src": [
55 "test/core/transport/chttp2/bin_encoder_test.c"
56 ]
57 },
58 {
59 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -070060 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -070061 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070062 "grpc",
63 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070064 ],
65 "headers": [],
66 "language": "c",
yang-gc0ed5092015-12-09 08:48:08 -080067 "name": "channel_create_test",
68 "src": [
69 "test/core/surface/channel_create_test.c"
70 ]
71 },
72 {
73 "deps": [
74 "gpr",
75 "gpr_test_util",
76 "grpc",
77 "grpc_test_util"
78 ],
79 "headers": [],
80 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -080081 "name": "chttp2_hpack_encoder_test",
Craig Tillerf75fc122015-06-25 06:58:00 -070082 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -080083 "test/core/transport/chttp2/hpack_encoder_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -070084 ]
85 },
86 {
87 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -070088 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -070089 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070090 "grpc",
91 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070092 ],
93 "headers": [],
94 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -080095 "name": "chttp2_status_conversion_test",
Craig Tillerf75fc122015-06-25 06:58:00 -070096 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -080097 "test/core/transport/chttp2/status_conversion_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -070098 ]
99 },
100 {
101 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700102 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700103 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700104 "grpc",
105 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700106 ],
107 "headers": [],
108 "language": "c",
109 "name": "chttp2_stream_map_test",
110 "src": [
111 "test/core/transport/chttp2/stream_map_test.c"
112 ]
113 },
114 {
115 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700116 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700117 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700118 "grpc",
119 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700120 ],
121 "headers": [],
122 "language": "c",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800123 "name": "chttp2_varint_test",
124 "src": [
125 "test/core/transport/chttp2/varint_test.c"
126 ]
127 },
128 {
129 "deps": [
130 "gpr",
131 "gpr_test_util",
132 "grpc",
133 "grpc_test_util"
134 ],
135 "headers": [],
136 "language": "c",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700137 "name": "compression_test",
138 "src": [
139 "test/core/compression/compression_test.c"
140 ]
141 },
142 {
143 "deps": [
144 "gpr",
145 "gpr_test_util",
146 "grpc",
147 "grpc_test_util"
148 ],
149 "headers": [],
150 "language": "c",
Craig Tiller147c4f42015-12-11 12:32:39 -0800151 "name": "dns_resolver_test",
152 "src": [
153 "test/core/client_config/resolvers/dns_resolver_test.c"
154 ]
155 },
156 {
157 "deps": [
158 "gpr",
159 "gpr_test_util",
160 "grpc",
161 "grpc_test_util"
162 ],
163 "headers": [],
164 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700165 "name": "dualstack_socket_test",
166 "src": [
167 "test/core/end2end/dualstack_socket_test.c"
168 ]
169 },
170 {
171 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700172 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700173 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700174 "grpc",
175 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700176 ],
177 "headers": [],
178 "language": "c",
Craig Tillerae69ad12015-08-27 09:06:31 -0700179 "name": "endpoint_pair_test",
180 "src": [
181 "test/core/iomgr/endpoint_pair_test.c"
182 ]
183 },
184 {
185 "deps": [
186 "gpr",
187 "gpr_test_util",
188 "grpc",
189 "grpc_test_util"
190 ],
191 "headers": [],
192 "language": "c",
Craig Tilleree98d842015-06-29 08:45:55 -0700193 "name": "fd_conservation_posix_test",
194 "src": [
195 "test/core/iomgr/fd_conservation_posix_test.c"
196 ]
197 },
198 {
199 "deps": [
200 "gpr",
201 "gpr_test_util",
202 "grpc",
203 "grpc_test_util"
204 ],
205 "headers": [],
206 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700207 "name": "fd_posix_test",
208 "src": [
209 "test/core/iomgr/fd_posix_test.c"
210 ]
211 },
212 {
213 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700214 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700215 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700216 "grpc",
217 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700218 ],
219 "headers": [],
220 "language": "c",
221 "name": "fling_client",
222 "src": [
223 "test/core/fling/client.c"
224 ]
225 },
226 {
227 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700228 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700229 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700230 "grpc",
231 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700232 ],
233 "headers": [],
234 "language": "c",
235 "name": "fling_server",
236 "src": [
237 "test/core/fling/server.c"
238 ]
239 },
240 {
241 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700242 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700243 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700244 "grpc",
245 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700246 ],
247 "headers": [],
248 "language": "c",
249 "name": "fling_stream_test",
250 "src": [
251 "test/core/fling/fling_stream_test.c"
252 ]
253 },
254 {
255 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700256 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700257 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700258 "grpc",
259 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700260 ],
261 "headers": [],
262 "language": "c",
263 "name": "fling_test",
264 "src": [
265 "test/core/fling/fling_test.c"
266 ]
267 },
268 {
269 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -0700270 "gpr",
271 "grpc"
272 ],
273 "headers": [],
274 "language": "c",
275 "name": "gen_hpack_tables",
276 "src": [
Craig Tillerfe8592e2015-06-25 07:00:18 -0700277 "tools/codegen/core/gen_hpack_tables.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700278 ]
279 },
280 {
Craig Tiller11a28c72015-08-24 07:54:34 -0700281 "deps": [],
Craig Tiller49772e02015-08-21 08:08:37 -0700282 "headers": [],
283 "language": "c",
284 "name": "gen_legal_metadata_characters",
285 "src": [
286 "tools/codegen/core/gen_legal_metadata_characters.c"
287 ]
288 },
289 {
Craig Tillerf75fc122015-06-25 06:58:00 -0700290 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700291 "gpr",
292 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700293 ],
294 "headers": [],
295 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800296 "name": "gpr_avl_test",
297 "src": [
298 "test/core/support/avl_test.c"
299 ]
300 },
301 {
302 "deps": [
303 "gpr",
304 "gpr_test_util"
305 ],
306 "headers": [],
307 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700308 "name": "gpr_cmdline_test",
309 "src": [
310 "test/core/support/cmdline_test.c"
311 ]
312 },
313 {
314 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700315 "gpr",
316 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700317 ],
318 "headers": [],
319 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700320 "name": "gpr_cpu_test",
321 "src": [
322 "test/core/support/cpu_test.c"
323 ]
324 },
325 {
326 "deps": [
327 "gpr",
328 "gpr_test_util"
329 ],
330 "headers": [],
331 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700332 "name": "gpr_env_test",
333 "src": [
334 "test/core/support/env_test.c"
335 ]
336 },
337 {
338 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700339 "gpr",
340 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700341 ],
342 "headers": [],
343 "language": "c",
344 "name": "gpr_file_test",
345 "src": [
346 "test/core/support/file_test.c"
347 ]
348 },
349 {
350 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700351 "gpr",
352 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700353 ],
354 "headers": [],
355 "language": "c",
356 "name": "gpr_histogram_test",
357 "src": [
358 "test/core/support/histogram_test.c"
359 ]
360 },
361 {
362 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700363 "gpr",
364 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700365 ],
366 "headers": [],
367 "language": "c",
368 "name": "gpr_host_port_test",
369 "src": [
370 "test/core/support/host_port_test.c"
371 ]
372 },
373 {
374 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700375 "gpr",
376 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700377 ],
378 "headers": [],
379 "language": "c",
380 "name": "gpr_log_test",
381 "src": [
382 "test/core/support/log_test.c"
383 ]
384 },
385 {
386 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700387 "gpr",
388 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700389 ],
390 "headers": [],
391 "language": "c",
392 "name": "gpr_slice_buffer_test",
393 "src": [
394 "test/core/support/slice_buffer_test.c"
395 ]
396 },
397 {
398 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700399 "gpr",
400 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700401 ],
402 "headers": [],
403 "language": "c",
404 "name": "gpr_slice_test",
405 "src": [
406 "test/core/support/slice_test.c"
407 ]
408 },
409 {
410 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700411 "gpr",
412 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700413 ],
414 "headers": [],
415 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700416 "name": "gpr_stack_lockfree_test",
417 "src": [
418 "test/core/support/stack_lockfree_test.c"
419 ]
420 },
421 {
422 "deps": [
423 "gpr",
424 "gpr_test_util"
425 ],
426 "headers": [],
427 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700428 "name": "gpr_string_test",
429 "src": [
430 "test/core/support/string_test.c"
431 ]
432 },
433 {
434 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700435 "gpr",
436 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700437 ],
438 "headers": [],
439 "language": "c",
440 "name": "gpr_sync_test",
441 "src": [
442 "test/core/support/sync_test.c"
443 ]
444 },
445 {
446 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700447 "gpr",
448 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700449 ],
450 "headers": [],
451 "language": "c",
452 "name": "gpr_thd_test",
453 "src": [
454 "test/core/support/thd_test.c"
455 ]
456 },
457 {
458 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700459 "gpr",
460 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700461 ],
462 "headers": [],
463 "language": "c",
464 "name": "gpr_time_test",
465 "src": [
466 "test/core/support/time_test.c"
467 ]
468 },
469 {
470 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700471 "gpr",
472 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700473 ],
474 "headers": [],
475 "language": "c",
476 "name": "gpr_tls_test",
477 "src": [
478 "test/core/support/tls_test.c"
479 ]
480 },
481 {
482 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700483 "gpr",
484 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700485 ],
486 "headers": [],
487 "language": "c",
488 "name": "gpr_useful_test",
489 "src": [
490 "test/core/support/useful_test.c"
491 ]
492 },
493 {
494 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700495 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700496 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700497 "grpc",
498 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700499 ],
500 "headers": [],
501 "language": "c",
502 "name": "grpc_auth_context_test",
503 "src": [
504 "test/core/security/auth_context_test.c"
505 ]
506 },
507 {
508 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700509 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700510 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700511 "grpc",
512 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700513 ],
514 "headers": [],
515 "language": "c",
516 "name": "grpc_base64_test",
517 "src": [
518 "test/core/security/base64_test.c"
519 ]
520 },
521 {
522 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700523 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700524 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700525 "grpc",
526 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700527 ],
528 "headers": [],
529 "language": "c",
530 "name": "grpc_byte_buffer_reader_test",
531 "src": [
532 "test/core/surface/byte_buffer_reader_test.c"
533 ]
534 },
535 {
536 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700537 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700538 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700539 "grpc",
540 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700541 ],
542 "headers": [],
543 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700544 "name": "grpc_channel_args_test",
545 "src": [
546 "test/core/channel/channel_args_test.c"
547 ]
548 },
549 {
550 "deps": [
551 "gpr",
552 "gpr_test_util",
553 "grpc",
554 "grpc_test_util"
555 ],
556 "headers": [],
557 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700558 "name": "grpc_channel_stack_test",
559 "src": [
560 "test/core/channel/channel_stack_test.c"
561 ]
562 },
563 {
564 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700565 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700566 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700567 "grpc",
568 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700569 ],
570 "headers": [],
571 "language": "c",
572 "name": "grpc_completion_queue_test",
573 "src": [
574 "test/core/surface/completion_queue_test.c"
575 ]
576 },
577 {
578 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700579 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700580 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700581 "grpc",
582 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700583 ],
584 "headers": [],
585 "language": "c",
586 "name": "grpc_create_jwt",
587 "src": [
588 "test/core/security/create_jwt.c"
589 ]
590 },
591 {
592 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700593 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700594 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700595 "grpc",
596 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700597 ],
598 "headers": [],
599 "language": "c",
600 "name": "grpc_credentials_test",
601 "src": [
602 "test/core/security/credentials_test.c"
603 ]
604 },
605 {
606 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700607 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700608 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700609 "grpc",
610 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700611 ],
612 "headers": [],
613 "language": "c",
614 "name": "grpc_fetch_oauth2",
615 "src": [
616 "test/core/security/fetch_oauth2.c"
617 ]
618 },
619 {
620 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700621 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700622 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700623 "grpc",
624 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700625 ],
626 "headers": [],
627 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800628 "name": "grpc_invalid_channel_args_test",
629 "src": [
630 "test/core/surface/invalid_channel_args_test.c"
631 ]
632 },
633 {
634 "deps": [
635 "gpr",
636 "gpr_test_util",
637 "grpc",
638 "grpc_test_util"
639 ],
640 "headers": [],
641 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700642 "name": "grpc_json_token_test",
643 "src": [
644 "test/core/security/json_token_test.c"
645 ]
646 },
647 {
648 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700649 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700650 "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",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200656 "name": "grpc_jwt_verifier_test",
657 "src": [
658 "test/core/security/jwt_verifier_test.c"
659 ]
660 },
661 {
662 "deps": [
663 "gpr",
664 "gpr_test_util",
665 "grpc",
666 "grpc_test_util"
667 ],
668 "headers": [],
669 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700670 "name": "grpc_print_google_default_creds_token",
671 "src": [
672 "test/core/security/print_google_default_creds_token.c"
673 ]
674 },
675 {
676 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700677 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700678 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700679 "grpc",
680 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700681 ],
682 "headers": [],
683 "language": "c",
684 "name": "grpc_security_connector_test",
685 "src": [
686 "test/core/security/security_connector_test.c"
687 ]
688 },
689 {
690 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700691 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700692 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700693 "grpc",
694 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700695 ],
696 "headers": [],
697 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200698 "name": "grpc_verify_jwt",
699 "src": [
700 "test/core/security/verify_jwt.c"
701 ]
702 },
703 {
704 "deps": [
705 "gpr",
706 "gpr_test_util",
707 "grpc",
708 "grpc_test_util"
709 ],
710 "headers": [],
711 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700712 "name": "hpack_parser_test",
713 "src": [
714 "test/core/transport/chttp2/hpack_parser_test.c"
715 ]
716 },
717 {
718 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700719 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700720 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700721 "grpc",
722 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700723 ],
724 "headers": [],
725 "language": "c",
726 "name": "hpack_table_test",
727 "src": [
728 "test/core/transport/chttp2/hpack_table_test.c"
729 ]
730 },
731 {
732 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700733 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700734 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700735 "grpc",
736 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700737 ],
738 "headers": [],
739 "language": "c",
740 "name": "httpcli_format_request_test",
741 "src": [
742 "test/core/httpcli/format_request_test.c"
743 ]
744 },
745 {
746 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700747 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700748 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700749 "grpc",
750 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700751 ],
752 "headers": [],
753 "language": "c",
754 "name": "httpcli_parser_test",
755 "src": [
756 "test/core/httpcli/parser_test.c"
757 ]
758 },
759 {
760 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700761 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700762 "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": "httpcli_test",
769 "src": [
770 "test/core/httpcli/httpcli_test.c"
771 ]
772 },
773 {
774 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700775 "gpr",
yang-g077f6f82015-12-07 11:22:51 -0800776 "gpr_test_util",
777 "grpc",
778 "grpc_test_util"
779 ],
780 "headers": [],
781 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -0800782 "name": "httpscli_test",
783 "src": [
784 "test/core/httpcli/httpscli_test.c"
785 ]
786 },
787 {
788 "deps": [
789 "gpr",
790 "gpr_test_util",
791 "grpc",
792 "grpc_test_util"
793 ],
794 "headers": [],
795 "language": "c",
yang-gf1183302015-12-07 16:02:05 -0800796 "name": "init_test",
797 "src": [
798 "test/core/surface/init_test.c"
799 ]
800 },
801 {
802 "deps": [
803 "gpr",
yang-gb50ae462015-12-07 22:22:56 -0800804 "gpr_test_util",
805 "grpc",
806 "grpc_test_util"
807 ],
808 "headers": [],
809 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -0800810 "name": "invalid_call_argument_test",
811 "src": [
812 "test/core/end2end/invalid_call_argument_test.c"
813 ]
814 },
815 {
816 "deps": [
817 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -0700818 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -0700819 ],
820 "headers": [],
821 "language": "c",
822 "name": "json_rewrite",
823 "src": [
824 "test/core/json/json_rewrite.c"
825 ]
826 },
827 {
828 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700829 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700830 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700831 "grpc",
832 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700833 ],
834 "headers": [],
835 "language": "c",
836 "name": "json_rewrite_test",
837 "src": [
838 "test/core/json/json_rewrite_test.c"
839 ]
840 },
841 {
842 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700843 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700844 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700845 "grpc",
846 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700847 ],
848 "headers": [],
849 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +0100850 "name": "json_stream_error_test",
851 "src": [
852 "test/core/json/json_stream_error_test.c"
853 ]
854 },
855 {
856 "deps": [
857 "gpr",
858 "gpr_test_util",
859 "grpc",
860 "grpc_test_util"
861 ],
862 "headers": [],
863 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700864 "name": "json_test",
865 "src": [
866 "test/core/json/json_test.c"
867 ]
868 },
869 {
870 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700871 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700872 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700873 "grpc",
874 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700875 ],
876 "headers": [],
877 "language": "c",
878 "name": "lame_client_test",
879 "src": [
880 "test/core/surface/lame_client_test.c"
881 ]
882 },
883 {
884 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700885 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700886 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700887 "grpc",
888 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700889 ],
890 "headers": [],
891 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700892 "name": "lb_policies_test",
893 "src": [
894 "test/core/client_config/lb_policies_test.c"
895 ]
896 },
897 {
898 "deps": [
899 "gpr",
900 "gpr_test_util",
901 "grpc",
902 "grpc_test_util"
903 ],
904 "headers": [],
905 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700906 "name": "low_level_ping_pong_benchmark",
907 "src": [
908 "test/core/network_benchmarks/low_level_ping_pong.c"
909 ]
910 },
911 {
912 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700913 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700914 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700915 "grpc",
916 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700917 ],
918 "headers": [],
919 "language": "c",
920 "name": "message_compress_test",
921 "src": [
922 "test/core/compression/message_compress_test.c"
923 ]
924 },
925 {
926 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700927 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700928 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700929 "grpc",
930 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700931 ],
932 "headers": [],
933 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -0700934 "name": "multiple_server_queues_test",
935 "src": [
936 "test/core/end2end/multiple_server_queues_test.c"
937 ]
938 },
939 {
940 "deps": [
941 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -0700942 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700943 ],
944 "headers": [],
945 "language": "c",
946 "name": "murmur_hash_test",
947 "src": [
948 "test/core/support/murmur_hash_test.c"
949 ]
950 },
951 {
952 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700953 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700954 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700955 "grpc",
956 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700957 ],
958 "headers": [],
959 "language": "c",
960 "name": "no_server_test",
961 "src": [
962 "test/core/end2end/no_server_test.c"
963 ]
964 },
965 {
966 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700967 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700968 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700969 "grpc",
970 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700971 ],
972 "headers": [],
973 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700974 "name": "resolve_address_test",
975 "src": [
976 "test/core/iomgr/resolve_address_test.c"
977 ]
978 },
979 {
980 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700981 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700982 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700983 "grpc",
984 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700985 ],
986 "headers": [],
987 "language": "c",
yang-gd482e592015-12-10 14:04:00 -0800988 "name": "secure_channel_create_test",
989 "src": [
990 "test/core/surface/secure_channel_create_test.c"
991 ]
992 },
993 {
994 "deps": [
995 "gpr",
996 "gpr_test_util",
997 "grpc",
998 "grpc_test_util"
999 ],
1000 "headers": [],
1001 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001002 "name": "secure_endpoint_test",
1003 "src": [
1004 "test/core/security/secure_endpoint_test.c"
1005 ]
1006 },
1007 {
1008 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001009 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001010 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001011 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001012 "grpc_test_util"
1013 ],
1014 "headers": [],
1015 "language": "c",
1016 "name": "server_chttp2_test",
1017 "src": [
1018 "test/core/surface/server_chttp2_test.c"
1019 ]
1020 },
1021 {
1022 "deps": [
1023 "gpr",
1024 "gpr_test_util",
1025 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001026 "grpc_test_util"
1027 ],
1028 "headers": [],
1029 "language": "c",
1030 "name": "server_test",
1031 "src": [
1032 "test/core/surface/server_test.c"
1033 ]
1034 },
1035 {
1036 "deps": [
1037 "gpr",
1038 "gpr_test_util",
1039 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001040 "grpc_test_util",
1041 "test_tcp_server"
1042 ],
1043 "headers": [],
1044 "language": "c",
1045 "name": "set_initial_connect_string_test",
1046 "src": [
1047 "test/core/client_config/set_initial_connect_string_test.c"
1048 ]
1049 },
1050 {
1051 "deps": [
1052 "gpr",
1053 "gpr_test_util",
1054 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001055 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001056 ],
1057 "headers": [],
1058 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001059 "name": "sockaddr_resolver_test",
1060 "src": [
1061 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
1062 ]
1063 },
1064 {
1065 "deps": [
1066 "gpr",
1067 "gpr_test_util",
1068 "grpc",
1069 "grpc_test_util"
1070 ],
1071 "headers": [],
1072 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001073 "name": "sockaddr_utils_test",
1074 "src": [
1075 "test/core/iomgr/sockaddr_utils_test.c"
1076 ]
1077 },
1078 {
1079 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001080 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001081 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001082 "grpc",
1083 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001084 ],
1085 "headers": [],
1086 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001087 "name": "socket_utils_test",
1088 "src": [
1089 "test/core/iomgr/socket_utils_test.c"
1090 ]
1091 },
1092 {
1093 "deps": [
1094 "gpr",
1095 "gpr_test_util",
1096 "grpc",
1097 "grpc_test_util"
1098 ],
1099 "headers": [],
1100 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001101 "name": "tcp_client_posix_test",
1102 "src": [
1103 "test/core/iomgr/tcp_client_posix_test.c"
1104 ]
1105 },
1106 {
1107 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001108 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001109 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001110 "grpc",
1111 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001112 ],
1113 "headers": [],
1114 "language": "c",
1115 "name": "tcp_posix_test",
1116 "src": [
1117 "test/core/iomgr/tcp_posix_test.c"
1118 ]
1119 },
1120 {
1121 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001122 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001123 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001124 "grpc",
1125 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001126 ],
1127 "headers": [],
1128 "language": "c",
1129 "name": "tcp_server_posix_test",
1130 "src": [
1131 "test/core/iomgr/tcp_server_posix_test.c"
1132 ]
1133 },
1134 {
1135 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001136 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001137 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001138 "grpc",
1139 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001140 ],
1141 "headers": [],
1142 "language": "c",
1143 "name": "time_averaged_stats_test",
1144 "src": [
1145 "test/core/iomgr/time_averaged_stats_test.c"
1146 ]
1147 },
1148 {
1149 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001150 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001151 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001152 "grpc",
1153 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001154 ],
1155 "headers": [],
1156 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001157 "name": "timeout_encoding_test",
1158 "src": [
1159 "test/core/transport/chttp2/timeout_encoding_test.c"
1160 ]
1161 },
1162 {
1163 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001164 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001165 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001166 "grpc",
1167 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001168 ],
1169 "headers": [],
1170 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001171 "name": "timer_heap_test",
1172 "src": [
1173 "test/core/iomgr/timer_heap_test.c"
1174 ]
1175 },
1176 {
1177 "deps": [
1178 "gpr",
1179 "gpr_test_util",
1180 "grpc",
1181 "grpc_test_util"
1182 ],
1183 "headers": [],
1184 "language": "c",
1185 "name": "timer_list_test",
1186 "src": [
1187 "test/core/iomgr/timer_list_test.c"
1188 ]
1189 },
1190 {
1191 "deps": [
1192 "gpr",
1193 "gpr_test_util",
1194 "grpc",
1195 "grpc_test_util"
1196 ],
1197 "headers": [],
1198 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001199 "name": "timers_test",
1200 "src": [
1201 "test/core/profiling/timers_test.c"
1202 ]
1203 },
1204 {
1205 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001206 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001207 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001208 "grpc",
1209 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001210 ],
1211 "headers": [],
1212 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001213 "name": "transport_connectivity_state_test",
1214 "src": [
1215 "test/core/transport/connectivity_state_test.c"
1216 ]
1217 },
1218 {
1219 "deps": [
1220 "gpr",
1221 "gpr_test_util",
1222 "grpc",
1223 "grpc_test_util"
1224 ],
1225 "headers": [],
1226 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001227 "name": "transport_metadata_test",
1228 "src": [
1229 "test/core/transport/metadata_test.c"
1230 ]
1231 },
1232 {
1233 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001234 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001235 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001236 "grpc",
1237 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001238 ],
1239 "headers": [],
1240 "language": "c",
1241 "name": "transport_security_test",
1242 "src": [
1243 "test/core/tsi/transport_security_test.c"
1244 ]
1245 },
1246 {
1247 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001248 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001249 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001250 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001251 "grpc_test_util"
1252 ],
1253 "headers": [],
1254 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001255 "name": "udp_server_test",
1256 "src": [
1257 "test/core/iomgr/udp_server_test.c"
1258 ]
1259 },
1260 {
1261 "deps": [
1262 "gpr",
1263 "gpr_test_util",
1264 "grpc",
1265 "grpc_test_util"
1266 ],
1267 "headers": [],
1268 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001269 "name": "uri_parser_test",
1270 "src": [
1271 "test/core/client_config/uri_parser_test.c"
1272 ]
1273 },
1274 {
1275 "deps": [
1276 "gpr",
1277 "gpr_test_util",
1278 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001279 "grpc_test_util"
1280 ],
1281 "headers": [],
1282 "language": "c",
1283 "name": "workqueue_test",
1284 "src": [
1285 "test/core/iomgr/workqueue_test.c"
1286 ]
1287 },
1288 {
1289 "deps": [
1290 "gpr",
1291 "gpr_test_util",
1292 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001293 "grpc++",
1294 "grpc++_test_util",
1295 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001296 ],
1297 "headers": [],
1298 "language": "c++",
1299 "name": "async_end2end_test",
1300 "src": [
1301 "test/cpp/end2end/async_end2end_test.cc"
1302 ]
1303 },
1304 {
1305 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001306 "gpr",
1307 "gpr_test_util",
1308 "grpc",
1309 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001310 "grpc++_test_util",
1311 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001312 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001313 ],
1314 "headers": [],
1315 "language": "c++",
1316 "name": "async_streaming_ping_pong_test",
1317 "src": [
1318 "test/cpp/qps/async_streaming_ping_pong_test.cc"
1319 ]
1320 },
1321 {
1322 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001323 "gpr",
1324 "gpr_test_util",
1325 "grpc",
1326 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001327 "grpc++_test_util",
1328 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001329 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001330 ],
1331 "headers": [],
1332 "language": "c++",
1333 "name": "async_unary_ping_pong_test",
1334 "src": [
1335 "test/cpp/qps/async_unary_ping_pong_test.cc"
1336 ]
1337 },
1338 {
1339 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001340 "gpr",
yang-gd090fe12015-08-25 16:53:07 -07001341 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001342 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001343 "grpc++",
1344 "grpc++_test_util",
1345 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001346 ],
1347 "headers": [],
1348 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001349 "name": "auth_property_iterator_test",
1350 "src": [
1351 "test/cpp/common/auth_property_iterator_test.cc"
1352 ]
1353 },
1354 {
1355 "deps": [
1356 "gpr",
1357 "grpc",
1358 "grpc++"
1359 ],
1360 "headers": [],
1361 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001362 "name": "channel_arguments_test",
1363 "src": [
yang-g52705592015-11-25 11:45:33 -08001364 "test/cpp/common/channel_arguments_test.cc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001365 ]
1366 },
1367 {
1368 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001369 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001370 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001371 "grpc",
1372 "grpc++",
1373 "grpc++_test_util",
1374 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001375 ],
1376 "headers": [],
1377 "language": "c++",
1378 "name": "cli_call_test",
1379 "src": [
1380 "test/cpp/util/cli_call_test.cc"
1381 ]
1382 },
1383 {
1384 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001385 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001386 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001387 "grpc",
1388 "grpc++",
1389 "grpc++_test_util",
1390 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001391 ],
1392 "headers": [],
1393 "language": "c++",
1394 "name": "client_crash_test",
1395 "src": [
1396 "test/cpp/end2end/client_crash_test.cc"
1397 ]
1398 },
1399 {
1400 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001401 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001402 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001403 "grpc",
1404 "grpc++",
1405 "grpc++_test_util",
1406 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001407 ],
1408 "headers": [],
1409 "language": "c++",
1410 "name": "client_crash_test_server",
1411 "src": [
1412 "test/cpp/end2end/client_crash_test_server.cc"
1413 ]
1414 },
1415 {
1416 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001417 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001418 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001419 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001420 ],
1421 "headers": [],
1422 "language": "c++",
1423 "name": "credentials_test",
1424 "src": [
1425 "test/cpp/client/credentials_test.cc"
1426 ]
1427 },
1428 {
1429 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001430 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001431 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001432 "grpc",
1433 "grpc++",
1434 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001435 ],
1436 "headers": [],
1437 "language": "c++",
1438 "name": "cxx_byte_buffer_test",
1439 "src": [
1440 "test/cpp/util/byte_buffer_test.cc"
1441 ]
1442 },
1443 {
1444 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001445 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001446 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001447 "grpc",
1448 "grpc++",
1449 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001450 ],
1451 "headers": [],
1452 "language": "c++",
1453 "name": "cxx_slice_test",
1454 "src": [
1455 "test/cpp/util/slice_test.cc"
1456 ]
1457 },
1458 {
1459 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001460 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001461 ],
1462 "headers": [],
1463 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001464 "name": "cxx_string_ref_test",
1465 "src": [
1466 "test/cpp/util/string_ref_test.cc"
1467 ]
1468 },
1469 {
1470 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07001471 "gpr",
1472 "gpr_test_util",
1473 "grpc",
1474 "grpc++",
1475 "grpc_test_util"
1476 ],
1477 "headers": [],
1478 "language": "c++",
1479 "name": "cxx_time_test",
1480 "src": [
1481 "test/cpp/util/time_test.cc"
1482 ]
1483 },
1484 {
1485 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001486 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001487 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001488 "grpc",
1489 "grpc++",
1490 "grpc++_test_util",
1491 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001492 ],
1493 "headers": [],
1494 "language": "c++",
1495 "name": "end2end_test",
1496 "src": [
1497 "test/cpp/end2end/end2end_test.cc"
1498 ]
1499 },
1500 {
1501 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001502 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001503 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001504 "grpc",
1505 "grpc++",
1506 "grpc++_test_util",
1507 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001508 ],
1509 "headers": [],
1510 "language": "c++",
1511 "name": "generic_end2end_test",
1512 "src": [
1513 "test/cpp/end2end/generic_end2end_test.cc"
1514 ]
1515 },
1516 {
1517 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07001518 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001519 "gpr_test_util",
1520 "grpc",
1521 "grpc++",
1522 "grpc++_test_config",
1523 "grpc++_test_util",
1524 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001525 ],
1526 "headers": [],
1527 "language": "c++",
1528 "name": "grpc_cli",
1529 "src": [
1530 "test/cpp/util/grpc_cli.cc"
1531 ]
1532 },
1533 {
1534 "deps": [
1535 "grpc_plugin_support"
1536 ],
1537 "headers": [],
1538 "language": "c++",
1539 "name": "grpc_cpp_plugin",
1540 "src": [
1541 "src/compiler/cpp_plugin.cc"
1542 ]
1543 },
1544 {
1545 "deps": [
1546 "grpc_plugin_support"
1547 ],
1548 "headers": [],
1549 "language": "c++",
1550 "name": "grpc_csharp_plugin",
1551 "src": [
1552 "src/compiler/csharp_plugin.cc"
1553 ]
1554 },
1555 {
1556 "deps": [
1557 "grpc_plugin_support"
1558 ],
1559 "headers": [],
1560 "language": "c++",
1561 "name": "grpc_objective_c_plugin",
1562 "src": [
1563 "src/compiler/objective_c_plugin.cc"
1564 ]
1565 },
1566 {
1567 "deps": [
1568 "grpc_plugin_support"
1569 ],
1570 "headers": [],
1571 "language": "c++",
1572 "name": "grpc_python_plugin",
1573 "src": [
1574 "src/compiler/python_plugin.cc"
1575 ]
1576 },
1577 {
1578 "deps": [
1579 "grpc_plugin_support"
1580 ],
1581 "headers": [],
1582 "language": "c++",
1583 "name": "grpc_ruby_plugin",
1584 "src": [
1585 "src/compiler/ruby_plugin.cc"
1586 ]
1587 },
1588 {
1589 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001590 "gpr",
1591 "gpr_test_util",
1592 "grpc",
1593 "grpc++",
1594 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001595 "grpc++_test_util",
1596 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001597 "interop_client_helper",
1598 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07001599 ],
1600 "headers": [],
1601 "language": "c++",
1602 "name": "interop_client",
1603 "src": []
1604 },
1605 {
1606 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001607 "gpr",
1608 "gpr_test_util",
1609 "grpc",
1610 "grpc++",
1611 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001612 "grpc++_test_util",
1613 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001614 "interop_server_helper",
1615 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07001616 ],
1617 "headers": [],
1618 "language": "c++",
1619 "name": "interop_server",
1620 "src": []
1621 },
1622 {
1623 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001624 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001625 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001626 "grpc",
1627 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001628 ],
1629 "headers": [],
1630 "language": "c++",
1631 "name": "interop_test",
1632 "src": [
1633 "test/cpp/interop/interop_test.cc"
1634 ]
1635 },
1636 {
1637 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001638 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07001639 "grpc",
1640 "grpc++",
1641 "grpc++_test_config"
1642 ],
1643 "headers": [
1644 "test/cpp/util/metrics_server.h",
1645 "test/proto/metrics.grpc.pb.h",
1646 "test/proto/metrics.pb.h"
1647 ],
1648 "language": "c++",
1649 "name": "metrics_client",
1650 "src": [
1651 "test/cpp/interop/metrics_client.cc",
1652 "test/cpp/util/metrics_server.h"
1653 ]
1654 },
1655 {
1656 "deps": [
1657 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001658 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001659 "grpc",
1660 "grpc++",
1661 "grpc++_test_util",
1662 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001663 ],
1664 "headers": [],
1665 "language": "c++",
1666 "name": "mock_test",
1667 "src": [
1668 "test/cpp/end2end/mock_test.cc"
1669 ]
1670 },
1671 {
1672 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07001673 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001674 "gpr_test_util",
1675 "grpc",
1676 "grpc++",
1677 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001678 "grpc++_test_util",
1679 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001680 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001681 ],
1682 "headers": [],
1683 "language": "c++",
1684 "name": "qps_driver",
1685 "src": [
1686 "test/cpp/qps/qps_driver.cc"
1687 ]
1688 },
1689 {
1690 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001691 "gpr",
1692 "gpr_test_util",
1693 "grpc",
1694 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001695 "grpc++_test_util",
1696 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001697 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001698 ],
1699 "headers": [],
1700 "language": "c++",
1701 "name": "qps_interarrival_test",
1702 "src": [
1703 "test/cpp/qps/qps_interarrival_test.cc"
1704 ]
1705 },
1706 {
1707 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001708 "gpr",
1709 "gpr_test_util",
1710 "grpc",
1711 "grpc++",
1712 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001713 "grpc++_test_util",
1714 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001715 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001716 ],
1717 "headers": [],
1718 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07001719 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07001720 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07001721 "test/cpp/qps/qps_openloop_test.cc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001722 ]
1723 },
1724 {
1725 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001726 "gpr",
1727 "gpr_test_util",
1728 "grpc",
1729 "grpc++",
1730 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001731 "grpc++_test_util",
1732 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001733 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001734 ],
1735 "headers": [],
1736 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07001737 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07001738 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07001739 "test/cpp/qps/qps_test.cc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001740 ]
1741 },
1742 {
1743 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001744 "gpr",
1745 "gpr_test_util",
1746 "grpc",
1747 "grpc++",
1748 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001749 "grpc++_test_util",
1750 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001751 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001752 ],
1753 "headers": [
1754 "test/cpp/qps/client.h",
1755 "test/cpp/qps/server.h"
1756 ],
1757 "language": "c++",
1758 "name": "qps_worker",
1759 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07001760 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07001761 "test/cpp/qps/server.h",
1762 "test/cpp/qps/worker.cc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001763 ]
1764 },
1765 {
1766 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001767 "gpr",
yang-gc9c69e22015-07-24 14:38:26 -07001768 "gpr_test_util",
1769 "grpc",
1770 "grpc++",
1771 "grpc++_test_config",
1772 "grpc++_test_util",
1773 "grpc_test_util"
1774 ],
1775 "headers": [
1776 "test/proto/empty.grpc.pb.h",
1777 "test/proto/empty.pb.h",
1778 "test/proto/messages.grpc.pb.h",
1779 "test/proto/messages.pb.h",
1780 "test/proto/test.grpc.pb.h",
1781 "test/proto/test.pb.h"
1782 ],
1783 "language": "c++",
1784 "name": "reconnect_interop_client",
1785 "src": [
1786 "test/cpp/interop/reconnect_interop_client.cc"
1787 ]
1788 },
1789 {
1790 "deps": [
1791 "gpr",
1792 "gpr_test_util",
1793 "grpc",
1794 "grpc++",
1795 "grpc++_test_config",
1796 "grpc++_test_util",
1797 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08001798 "reconnect_server",
1799 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07001800 ],
1801 "headers": [
1802 "test/proto/empty.grpc.pb.h",
1803 "test/proto/empty.pb.h",
1804 "test/proto/messages.grpc.pb.h",
1805 "test/proto/messages.pb.h",
1806 "test/proto/test.grpc.pb.h",
1807 "test/proto/test.pb.h"
1808 ],
1809 "language": "c++",
1810 "name": "reconnect_interop_server",
1811 "src": [
1812 "test/cpp/interop/reconnect_interop_server.cc"
1813 ]
1814 },
1815 {
1816 "deps": [
1817 "gpr",
yang-gd090fe12015-08-25 16:53:07 -07001818 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07001819 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001820 "grpc++",
1821 "grpc++_test_util",
1822 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07001823 ],
1824 "headers": [],
1825 "language": "c++",
1826 "name": "secure_auth_context_test",
1827 "src": [
1828 "test/cpp/common/secure_auth_context_test.cc"
1829 ]
1830 },
1831 {
1832 "deps": [
1833 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001834 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001835 "grpc",
1836 "grpc++",
1837 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08001838 "grpc_test_util",
1839 "qps"
1840 ],
1841 "headers": [],
1842 "language": "c++",
1843 "name": "secure_sync_unary_ping_pong_test",
1844 "src": [
1845 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
1846 ]
1847 },
1848 {
1849 "deps": [
1850 "gpr",
1851 "gpr_test_util",
1852 "grpc",
1853 "grpc++",
1854 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001855 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001856 ],
1857 "headers": [],
1858 "language": "c++",
1859 "name": "server_crash_test",
1860 "src": [
1861 "test/cpp/end2end/server_crash_test.cc"
1862 ]
1863 },
1864 {
1865 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001866 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001867 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001868 "grpc",
1869 "grpc++",
1870 "grpc++_test_util",
1871 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001872 ],
1873 "headers": [],
1874 "language": "c++",
1875 "name": "server_crash_test_client",
1876 "src": [
1877 "test/cpp/end2end/server_crash_test_client.cc"
1878 ]
1879 },
1880 {
1881 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001882 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001883 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001884 "grpc",
1885 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07001886 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07001887 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07001888 ],
1889 "headers": [],
1890 "language": "c++",
1891 "name": "shutdown_test",
1892 "src": [
1893 "test/cpp/end2end/shutdown_test.cc"
1894 ]
1895 },
1896 {
1897 "deps": [
1898 "gpr",
1899 "gpr_test_util",
1900 "grpc",
1901 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07001902 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001903 ],
1904 "headers": [],
1905 "language": "c++",
1906 "name": "status_test",
1907 "src": [
1908 "test/cpp/util/status_test.cc"
1909 ]
1910 },
1911 {
1912 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001913 "gpr",
1914 "gpr_test_util",
1915 "grpc",
1916 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001917 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07001918 "grpc_test_util"
1919 ],
1920 "headers": [],
1921 "language": "c++",
1922 "name": "streaming_throughput_test",
1923 "src": [
1924 "test/cpp/end2end/streaming_throughput_test.cc"
1925 ]
1926 },
1927 {
1928 "deps": [
1929 "gpr",
1930 "gpr_test_util",
1931 "grpc",
1932 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07001933 "grpc++_test_config",
1934 "grpc++_test_util",
1935 "grpc_test_util"
1936 ],
1937 "headers": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07001938 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07001939 "test/cpp/interop/interop_client.h",
1940 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07001941 "test/cpp/util/metrics_server.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07001942 "test/proto/empty.grpc.pb.h",
1943 "test/proto/empty.pb.h",
1944 "test/proto/messages.grpc.pb.h",
1945 "test/proto/messages.pb.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07001946 "test/proto/metrics.grpc.pb.h",
1947 "test/proto/metrics.pb.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07001948 "test/proto/test.grpc.pb.h",
1949 "test/proto/test.pb.h"
1950 ],
1951 "language": "c++",
1952 "name": "stress_test",
1953 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07001954 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07001955 "test/cpp/interop/interop_client.cc",
1956 "test/cpp/interop/interop_client.h",
1957 "test/cpp/interop/stress_interop_client.cc",
1958 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07001959 "test/cpp/interop/stress_test.cc",
1960 "test/cpp/util/metrics_server.cc",
1961 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07001962 ]
1963 },
1964 {
1965 "deps": [
1966 "gpr",
1967 "gpr_test_util",
1968 "grpc",
1969 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07001970 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001971 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001972 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001973 ],
1974 "headers": [],
1975 "language": "c++",
1976 "name": "sync_streaming_ping_pong_test",
1977 "src": [
1978 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
1979 ]
1980 },
1981 {
1982 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07001983 "gpr",
1984 "gpr_test_util",
1985 "grpc",
1986 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001987 "grpc++_test_util",
1988 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001989 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001990 ],
1991 "headers": [],
1992 "language": "c++",
1993 "name": "sync_unary_ping_pong_test",
1994 "src": [
1995 "test/cpp/qps/sync_unary_ping_pong_test.cc"
1996 ]
1997 },
1998 {
1999 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002000 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002001 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002002 "grpc",
2003 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002004 "grpc++_test_util",
2005 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002006 ],
2007 "headers": [],
2008 "language": "c++",
2009 "name": "thread_stress_test",
2010 "src": [
2011 "test/cpp/end2end/thread_stress_test.cc"
2012 ]
2013 },
2014 {
2015 "deps": [
Hongwei Wang8e04d412015-07-31 15:12:51 -07002016 "gpr",
2017 "gpr_test_util",
2018 "grpc",
2019 "grpc++",
2020 "grpc++_test_util",
2021 "grpc_test_util",
2022 "grpc_zookeeper"
2023 ],
2024 "headers": [],
2025 "language": "c++",
2026 "name": "zookeeper_test",
2027 "src": [
2028 "test/cpp/end2end/zookeeper_test.cc"
2029 ]
2030 },
2031 {
2032 "deps": [
Craig Tillerab230452016-01-04 08:18:43 -08002033 "gpr",
2034 "grpc"
2035 ],
2036 "headers": [],
2037 "language": "c89",
2038 "name": "public_headers_must_be_c89",
2039 "src": [
2040 "test/core/surface/public_headers_must_be_c89.c"
2041 ]
2042 },
2043 {
2044 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002045 "end2end_certs",
Craig Tillerc586f4e2015-12-10 10:26:05 -08002046 "end2end_fixture_h2_census",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002047 "end2end_tests",
Craig Tillerc586f4e2015-12-10 10:26:05 -08002048 "gpr",
2049 "gpr_test_util",
2050 "grpc",
2051 "grpc_test_util"
2052 ],
2053 "headers": [],
2054 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002055 "name": "h2_census_test",
Craig Tillerc586f4e2015-12-10 10:26:05 -08002056 "src": []
2057 },
2058 {
2059 "deps": [
2060 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002061 "end2end_fixture_h2_compress",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002062 "end2end_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002063 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002064 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002065 "grpc",
2066 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002067 ],
2068 "headers": [],
2069 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002070 "name": "h2_compress_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002071 "src": []
2072 },
2073 {
2074 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002075 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002076 "end2end_fixture_h2_fakesec",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002077 "end2end_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002078 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002079 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002080 "grpc",
2081 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002082 ],
2083 "headers": [],
2084 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002085 "name": "h2_fakesec_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002086 "src": []
2087 },
2088 {
2089 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002090 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002091 "end2end_fixture_h2_full",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002092 "end2end_tests",
David Garcia Quintas8a187092015-07-01 14:52:44 -07002093 "gpr",
2094 "gpr_test_util",
2095 "grpc",
2096 "grpc_test_util"
2097 ],
2098 "headers": [],
2099 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002100 "name": "h2_full_test",
David Garcia Quintas8a187092015-07-01 14:52:44 -07002101 "src": []
2102 },
2103 {
2104 "deps": [
2105 "end2end_certs",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002106 "end2end_fixture_h2_full+pipe",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002107 "end2end_tests",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002108 "gpr",
2109 "gpr_test_util",
2110 "grpc",
2111 "grpc_test_util"
2112 ],
2113 "headers": [],
2114 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002115 "name": "h2_full+pipe_test",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002116 "src": []
2117 },
2118 {
2119 "deps": [
2120 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002121 "end2end_fixture_h2_full+poll",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002122 "end2end_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002123 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002124 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002125 "grpc",
2126 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002127 ],
2128 "headers": [],
2129 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002130 "name": "h2_full+poll_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002131 "src": []
2132 },
2133 {
2134 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002135 "end2end_certs",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002136 "end2end_fixture_h2_full+poll+pipe",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002137 "end2end_tests",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002138 "gpr",
2139 "gpr_test_util",
2140 "grpc",
2141 "grpc_test_util"
2142 ],
2143 "headers": [],
2144 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002145 "name": "h2_full+poll+pipe_test",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002146 "src": []
2147 },
2148 {
2149 "deps": [
2150 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002151 "end2end_fixture_h2_oauth2",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002152 "end2end_tests",
Craig Tiller17effab2015-08-04 08:19:36 -07002153 "gpr",
2154 "gpr_test_util",
2155 "grpc",
2156 "grpc_test_util"
2157 ],
2158 "headers": [],
2159 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002160 "name": "h2_oauth2_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002161 "src": []
2162 },
2163 {
2164 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002165 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002166 "end2end_fixture_h2_proxy",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002167 "end2end_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002168 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002169 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002170 "grpc",
2171 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002172 ],
2173 "headers": [],
2174 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002175 "name": "h2_proxy_test",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002176 "src": []
2177 },
2178 {
2179 "deps": [
2180 "end2end_certs",
2181 "end2end_fixture_h2_sockpair",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002182 "end2end_tests",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002183 "gpr",
2184 "gpr_test_util",
2185 "grpc",
2186 "grpc_test_util"
2187 ],
2188 "headers": [],
2189 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002190 "name": "h2_sockpair_test",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002191 "src": []
2192 },
2193 {
2194 "deps": [
2195 "end2end_certs",
2196 "end2end_fixture_h2_sockpair+trace",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002197 "end2end_tests",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002198 "gpr",
2199 "gpr_test_util",
2200 "grpc",
2201 "grpc_test_util"
2202 ],
2203 "headers": [],
2204 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002205 "name": "h2_sockpair+trace_test",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002206 "src": []
2207 },
2208 {
2209 "deps": [
2210 "end2end_certs",
2211 "end2end_fixture_h2_sockpair_1byte",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002212 "end2end_tests",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002213 "gpr",
2214 "gpr_test_util",
2215 "grpc",
2216 "grpc_test_util"
2217 ],
2218 "headers": [],
2219 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002220 "name": "h2_sockpair_1byte_test",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002221 "src": []
2222 },
2223 {
2224 "deps": [
2225 "end2end_certs",
2226 "end2end_fixture_h2_ssl",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002227 "end2end_tests",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002228 "gpr",
2229 "gpr_test_util",
2230 "grpc",
2231 "grpc_test_util"
2232 ],
2233 "headers": [],
2234 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002235 "name": "h2_ssl_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002236 "src": []
2237 },
2238 {
2239 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002240 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002241 "end2end_fixture_h2_ssl+poll",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002242 "end2end_tests",
Craig Tiller17effab2015-08-04 08:19:36 -07002243 "gpr",
2244 "gpr_test_util",
2245 "grpc",
2246 "grpc_test_util"
2247 ],
2248 "headers": [],
2249 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002250 "name": "h2_ssl+poll_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002251 "src": []
2252 },
2253 {
2254 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002255 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002256 "end2end_fixture_h2_ssl_proxy",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002257 "end2end_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002258 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002259 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002260 "grpc",
2261 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002262 ],
2263 "headers": [],
2264 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002265 "name": "h2_ssl_proxy_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002266 "src": []
2267 },
2268 {
2269 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002270 "end2end_certs",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07002271 "end2end_fixture_h2_uchannel",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002272 "end2end_tests",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07002273 "gpr",
2274 "gpr_test_util",
2275 "grpc",
2276 "grpc_test_util"
2277 ],
2278 "headers": [],
2279 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002280 "name": "h2_uchannel_test",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07002281 "src": []
2282 },
2283 {
2284 "deps": [
2285 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002286 "end2end_fixture_h2_uds",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002287 "end2end_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002288 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002289 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002290 "grpc",
2291 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002292 ],
2293 "headers": [],
2294 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002295 "name": "h2_uds_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002296 "src": []
2297 },
2298 {
2299 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002300 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002301 "end2end_fixture_h2_uds+poll",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002302 "end2end_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002303 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002304 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002305 "grpc",
2306 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002307 ],
2308 "headers": [],
2309 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002310 "name": "h2_uds+poll_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002311 "src": []
2312 },
2313 {
2314 "deps": [
Craig Tillerc586f4e2015-12-10 10:26:05 -08002315 "end2end_nosec_fixture_h2_census",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002316 "end2end_nosec_tests",
Craig Tillerc586f4e2015-12-10 10:26:05 -08002317 "gpr",
2318 "gpr_test_util",
2319 "grpc_test_util_unsecure",
2320 "grpc_unsecure"
2321 ],
2322 "headers": [],
2323 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002324 "name": "h2_census_nosec_test",
Craig Tillerc586f4e2015-12-10 10:26:05 -08002325 "src": []
2326 },
2327 {
2328 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002329 "end2end_nosec_fixture_h2_compress",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002330 "end2end_nosec_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002331 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002332 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002333 "grpc_test_util_unsecure",
2334 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07002335 ],
2336 "headers": [],
2337 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002338 "name": "h2_compress_nosec_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002339 "src": []
2340 },
2341 {
2342 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002343 "end2end_nosec_fixture_h2_full",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002344 "end2end_nosec_tests",
David Garcia Quintas8a187092015-07-01 14:52:44 -07002345 "gpr",
2346 "gpr_test_util",
2347 "grpc_test_util_unsecure",
2348 "grpc_unsecure"
2349 ],
2350 "headers": [],
2351 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002352 "name": "h2_full_nosec_test",
David Garcia Quintas8a187092015-07-01 14:52:44 -07002353 "src": []
2354 },
2355 {
2356 "deps": [
Craig Tillerf218c8b2015-12-10 14:57:56 -08002357 "end2end_nosec_fixture_h2_full+pipe",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002358 "end2end_nosec_tests",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002359 "gpr",
2360 "gpr_test_util",
2361 "grpc_test_util_unsecure",
2362 "grpc_unsecure"
2363 ],
2364 "headers": [],
2365 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002366 "name": "h2_full+pipe_nosec_test",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002367 "src": []
2368 },
2369 {
2370 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002371 "end2end_nosec_fixture_h2_full+poll",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002372 "end2end_nosec_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002373 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002374 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002375 "grpc_test_util_unsecure",
2376 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07002377 ],
2378 "headers": [],
2379 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002380 "name": "h2_full+poll_nosec_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002381 "src": []
2382 },
2383 {
2384 "deps": [
Craig Tillerf218c8b2015-12-10 14:57:56 -08002385 "end2end_nosec_fixture_h2_full+poll+pipe",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002386 "end2end_nosec_tests",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002387 "gpr",
2388 "gpr_test_util",
2389 "grpc_test_util_unsecure",
2390 "grpc_unsecure"
2391 ],
2392 "headers": [],
2393 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002394 "name": "h2_full+poll+pipe_nosec_test",
Craig Tillerf218c8b2015-12-10 14:57:56 -08002395 "src": []
2396 },
2397 {
2398 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002399 "end2end_nosec_fixture_h2_proxy",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002400 "end2end_nosec_tests",
Craig Tiller17effab2015-08-04 08:19:36 -07002401 "gpr",
2402 "gpr_test_util",
2403 "grpc_test_util_unsecure",
2404 "grpc_unsecure"
2405 ],
2406 "headers": [],
2407 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002408 "name": "h2_proxy_nosec_test",
Craig Tiller17effab2015-08-04 08:19:36 -07002409 "src": []
2410 },
2411 {
2412 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002413 "end2end_nosec_fixture_h2_sockpair",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002414 "end2end_nosec_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002415 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002416 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002417 "grpc_test_util_unsecure",
2418 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07002419 ],
2420 "headers": [],
2421 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002422 "name": "h2_sockpair_nosec_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002423 "src": []
2424 },
2425 {
2426 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002427 "end2end_nosec_fixture_h2_sockpair+trace",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002428 "end2end_nosec_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002429 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002430 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002431 "grpc_test_util_unsecure",
2432 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07002433 ],
2434 "headers": [],
2435 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002436 "name": "h2_sockpair+trace_nosec_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002437 "src": []
2438 },
2439 {
2440 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002441 "end2end_nosec_fixture_h2_sockpair_1byte",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002442 "end2end_nosec_tests",
Craig Tiller224b04f2015-06-25 07:11:18 -07002443 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002444 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002445 "grpc_test_util_unsecure",
2446 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07002447 ],
2448 "headers": [],
2449 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002450 "name": "h2_sockpair_1byte_nosec_test",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002451 "src": []
2452 },
2453 {
2454 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002455 "end2end_nosec_fixture_h2_uchannel",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002456 "end2end_nosec_tests",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07002457 "gpr",
2458 "gpr_test_util",
2459 "grpc_test_util_unsecure",
2460 "grpc_unsecure"
2461 ],
2462 "headers": [],
2463 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002464 "name": "h2_uchannel_nosec_test",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07002465 "src": []
2466 },
2467 {
2468 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002469 "end2end_nosec_fixture_h2_uds",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002470 "end2end_nosec_tests",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002471 "gpr",
2472 "gpr_test_util",
2473 "grpc_test_util_unsecure",
2474 "grpc_unsecure"
2475 ],
2476 "headers": [],
2477 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002478 "name": "h2_uds_nosec_test",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002479 "src": []
2480 },
2481 {
2482 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08002483 "end2end_nosec_fixture_h2_uds+poll",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002484 "end2end_nosec_tests",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07002485 "gpr",
2486 "gpr_test_util",
2487 "grpc_test_util_unsecure",
2488 "grpc_unsecure"
2489 ],
2490 "headers": [],
2491 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002492 "name": "h2_uds+poll_nosec_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002493 "src": []
2494 },
2495 {
2496 "deps": [
2497 "bad_client_test",
Craig Tiller224b04f2015-06-25 07:11:18 -07002498 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002499 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002500 "grpc_test_util_unsecure",
2501 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07002502 ],
2503 "headers": [],
2504 "language": "c",
Craig Tiller795764b2015-12-11 08:56:09 -08002505 "name": "badreq_bad_client_test",
2506 "src": [
2507 "test/core/bad_client/tests/badreq.c"
2508 ]
2509 },
2510 {
2511 "deps": [
2512 "bad_client_test",
2513 "gpr",
2514 "gpr_test_util",
2515 "grpc_test_util_unsecure",
2516 "grpc_unsecure"
2517 ],
2518 "headers": [],
2519 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07002520 "name": "connection_prefix_bad_client_test",
2521 "src": [
2522 "test/core/bad_client/tests/connection_prefix.c"
2523 ]
2524 },
2525 {
2526 "deps": [
2527 "bad_client_test",
Craig Tiller224b04f2015-06-25 07:11:18 -07002528 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002529 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002530 "grpc_test_util_unsecure",
2531 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07002532 ],
2533 "headers": [],
2534 "language": "c",
Craig Tiller535701c2015-12-07 10:09:44 -08002535 "name": "headers_bad_client_test",
2536 "src": [
2537 "test/core/bad_client/tests/headers.c"
2538 ]
2539 },
2540 {
2541 "deps": [
2542 "bad_client_test",
2543 "gpr",
2544 "gpr_test_util",
2545 "grpc_test_util_unsecure",
2546 "grpc_unsecure"
2547 ],
2548 "headers": [],
2549 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07002550 "name": "initial_settings_frame_bad_client_test",
2551 "src": [
2552 "test/core/bad_client/tests/initial_settings_frame.c"
2553 ]
2554 },
2555 {
Craig Tillereda1e9b2015-12-08 10:37:56 -08002556 "deps": [
2557 "bad_client_test",
2558 "gpr",
2559 "gpr_test_util",
2560 "grpc_test_util_unsecure",
2561 "grpc_unsecure"
2562 ],
2563 "headers": [],
2564 "language": "c",
Craig Tiller83399c92015-12-14 13:34:44 -08002565 "name": "server_registered_method_bad_client_test",
2566 "src": [
2567 "test/core/bad_client/tests/server_registered_method.c"
2568 ]
2569 },
2570 {
2571 "deps": [
2572 "bad_client_test",
2573 "gpr",
2574 "gpr_test_util",
2575 "grpc_test_util_unsecure",
2576 "grpc_unsecure"
2577 ],
2578 "headers": [],
2579 "language": "c",
Craig Tiller2a2bee92015-12-09 08:32:58 -08002580 "name": "simple_request_bad_client_test",
2581 "src": [
2582 "test/core/bad_client/tests/simple_request.c"
2583 ]
2584 },
2585 {
2586 "deps": [
2587 "bad_client_test",
2588 "gpr",
2589 "gpr_test_util",
2590 "grpc_test_util_unsecure",
2591 "grpc_unsecure"
2592 ],
2593 "headers": [],
2594 "language": "c",
Craig Tillereda1e9b2015-12-08 10:37:56 -08002595 "name": "unknown_frame_bad_client_test",
2596 "src": [
2597 "test/core/bad_client/tests/unknown_frame.c"
2598 ]
2599 },
2600 {
Craig Tiller3b66ab92015-12-09 19:42:22 -08002601 "deps": [
2602 "bad_client_test",
2603 "gpr",
2604 "gpr_test_util",
2605 "grpc_test_util_unsecure",
2606 "grpc_unsecure"
2607 ],
2608 "headers": [],
2609 "language": "c",
2610 "name": "window_overflow_bad_client_test",
2611 "src": [
2612 "test/core/bad_client/tests/window_overflow.c"
2613 ]
2614 },
2615 {
Craig Tiller86e8ad82015-12-16 19:25:58 -08002616 "deps": [
Craig Tillerabd20f32015-12-13 11:48:59 -08002617 "bad_ssl_test_server",
2618 "gpr",
2619 "gpr_test_util",
2620 "grpc",
2621 "grpc_test_util"
2622 ],
2623 "headers": [],
2624 "language": "c",
2625 "name": "bad_ssl_alpn_server",
2626 "src": [
2627 "test/core/bad_ssl/servers/alpn.c"
2628 ]
2629 },
2630 {
2631 "deps": [
2632 "bad_ssl_test_server",
2633 "gpr",
2634 "gpr_test_util",
2635 "grpc",
2636 "grpc_test_util"
2637 ],
2638 "headers": [],
2639 "language": "c",
2640 "name": "bad_ssl_cert_server",
2641 "src": [
2642 "test/core/bad_ssl/servers/cert.c"
2643 ]
2644 },
2645 {
2646 "deps": [
2647 "gpr",
2648 "gpr_test_util",
2649 "grpc",
2650 "grpc_test_util"
2651 ],
2652 "headers": [],
2653 "language": "c",
2654 "name": "bad_ssl_alpn_test",
2655 "src": [
2656 "test/core/bad_ssl/bad_ssl_test.c"
2657 ]
2658 },
2659 {
2660 "deps": [
2661 "gpr",
2662 "gpr_test_util",
2663 "grpc",
2664 "grpc_test_util"
2665 ],
2666 "headers": [],
2667 "language": "c",
2668 "name": "bad_ssl_cert_test",
2669 "src": [
2670 "test/core/bad_ssl/bad_ssl_test.c"
2671 ]
2672 },
2673 {
Craig Tillerf75fc122015-06-25 06:58:00 -07002674 "deps": [],
2675 "headers": [
2676 "include/grpc/support/alloc.h",
2677 "include/grpc/support/atm.h",
2678 "include/grpc/support/atm_gcc_atomic.h",
2679 "include/grpc/support/atm_gcc_sync.h",
2680 "include/grpc/support/atm_win32.h",
Craig Tillerfba79f22015-11-23 11:06:55 -08002681 "include/grpc/support/avl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002682 "include/grpc/support/cmdline.h",
2683 "include/grpc/support/cpu.h",
2684 "include/grpc/support/histogram.h",
2685 "include/grpc/support/host_port.h",
2686 "include/grpc/support/log.h",
2687 "include/grpc/support/log_win32.h",
2688 "include/grpc/support/port_platform.h",
2689 "include/grpc/support/slice.h",
2690 "include/grpc/support/slice_buffer.h",
2691 "include/grpc/support/string_util.h",
2692 "include/grpc/support/subprocess.h",
2693 "include/grpc/support/sync.h",
2694 "include/grpc/support/sync_generic.h",
2695 "include/grpc/support/sync_posix.h",
2696 "include/grpc/support/sync_win32.h",
2697 "include/grpc/support/thd.h",
2698 "include/grpc/support/time.h",
2699 "include/grpc/support/tls.h",
2700 "include/grpc/support/tls_gcc.h",
2701 "include/grpc/support/tls_msvc.h",
2702 "include/grpc/support/tls_pthread.h",
2703 "include/grpc/support/useful.h",
Craig Tiller0ba432d2015-10-09 16:57:11 -07002704 "src/core/profiling/timers.h",
vjpai9839d282015-09-24 17:55:18 -07002705 "src/core/support/block_annotate.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002706 "src/core/support/env.h",
2707 "src/core/support/file.h",
2708 "src/core/support/murmur_hash.h",
Vijay Pai005e3052015-07-10 15:18:45 -07002709 "src/core/support/stack_lockfree.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002710 "src/core/support/string.h",
2711 "src/core/support/string_win32.h",
Hongyu Chena0f149e2015-08-24 16:27:19 -07002712 "src/core/support/thd_internal.h",
2713 "src/core/support/time_precise.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07002714 ],
2715 "language": "c",
2716 "name": "gpr",
2717 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002718 "include/grpc/support/alloc.h",
2719 "include/grpc/support/atm.h",
2720 "include/grpc/support/atm_gcc_atomic.h",
2721 "include/grpc/support/atm_gcc_sync.h",
2722 "include/grpc/support/atm_win32.h",
Craig Tillerfba79f22015-11-23 11:06:55 -08002723 "include/grpc/support/avl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002724 "include/grpc/support/cmdline.h",
2725 "include/grpc/support/cpu.h",
2726 "include/grpc/support/histogram.h",
2727 "include/grpc/support/host_port.h",
2728 "include/grpc/support/log.h",
2729 "include/grpc/support/log_win32.h",
2730 "include/grpc/support/port_platform.h",
2731 "include/grpc/support/slice.h",
2732 "include/grpc/support/slice_buffer.h",
2733 "include/grpc/support/string_util.h",
2734 "include/grpc/support/subprocess.h",
2735 "include/grpc/support/sync.h",
2736 "include/grpc/support/sync_generic.h",
2737 "include/grpc/support/sync_posix.h",
2738 "include/grpc/support/sync_win32.h",
2739 "include/grpc/support/thd.h",
2740 "include/grpc/support/time.h",
2741 "include/grpc/support/tls.h",
2742 "include/grpc/support/tls_gcc.h",
2743 "include/grpc/support/tls_msvc.h",
2744 "include/grpc/support/tls_pthread.h",
2745 "include/grpc/support/useful.h",
Craig Tiller0ba432d2015-10-09 16:57:11 -07002746 "src/core/profiling/basic_timers.c",
2747 "src/core/profiling/stap_timers.c",
2748 "src/core/profiling/timers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002749 "src/core/support/alloc.c",
Craig Tillerfba79f22015-11-23 11:06:55 -08002750 "src/core/support/avl.c",
vjpai9839d282015-09-24 17:55:18 -07002751 "src/core/support/block_annotate.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002752 "src/core/support/cmdline.c",
2753 "src/core/support/cpu_iphone.c",
2754 "src/core/support/cpu_linux.c",
2755 "src/core/support/cpu_posix.c",
2756 "src/core/support/cpu_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07002757 "src/core/support/env.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002758 "src/core/support/env_linux.c",
2759 "src/core/support/env_posix.c",
2760 "src/core/support/env_win32.c",
2761 "src/core/support/file.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07002762 "src/core/support/file.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002763 "src/core/support/file_posix.c",
2764 "src/core/support/file_win32.c",
2765 "src/core/support/histogram.c",
2766 "src/core/support/host_port.c",
2767 "src/core/support/log.c",
2768 "src/core/support/log_android.c",
2769 "src/core/support/log_linux.c",
2770 "src/core/support/log_posix.c",
2771 "src/core/support/log_win32.c",
2772 "src/core/support/murmur_hash.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07002773 "src/core/support/murmur_hash.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002774 "src/core/support/slice.c",
2775 "src/core/support/slice_buffer.c",
Vijay Pai005e3052015-07-10 15:18:45 -07002776 "src/core/support/stack_lockfree.c",
2777 "src/core/support/stack_lockfree.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002778 "src/core/support/string.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07002779 "src/core/support/string.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002780 "src/core/support/string_posix.c",
2781 "src/core/support/string_win32.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07002782 "src/core/support/string_win32.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002783 "src/core/support/subprocess_posix.c",
2784 "src/core/support/sync.c",
2785 "src/core/support/sync_posix.c",
2786 "src/core/support/sync_win32.c",
2787 "src/core/support/thd.c",
2788 "src/core/support/thd_internal.h",
2789 "src/core/support/thd_posix.c",
2790 "src/core/support/thd_win32.c",
2791 "src/core/support/time.c",
2792 "src/core/support/time_posix.c",
Craig Tiller504ed592015-10-08 07:38:43 -07002793 "src/core/support/time_precise.c",
Hongyu Chena0f149e2015-08-24 16:27:19 -07002794 "src/core/support/time_precise.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002795 "src/core/support/time_win32.c",
2796 "src/core/support/tls_pthread.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07002797 ]
2798 },
2799 {
2800 "deps": [
2801 "gpr"
2802 ],
2803 "headers": [
2804 "test/core/util/test_config.h"
2805 ],
2806 "language": "c",
2807 "name": "gpr_test_util",
2808 "src": [
2809 "test/core/util/test_config.c",
2810 "test/core/util/test_config.h"
2811 ]
2812 },
2813 {
2814 "deps": [
2815 "gpr"
2816 ],
2817 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002818 "include/grpc/byte_buffer.h",
2819 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002820 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002821 "include/grpc/compression.h",
2822 "include/grpc/grpc.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002823 "include/grpc/grpc_security.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002824 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07002825 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002826 "src/core/census/context.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07002827 "src/core/census/grpc_filter.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07002828 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002829 "src/core/channel/channel_args.h",
2830 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002831 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07002832 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07002833 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002834 "src/core/channel/connected_channel.h",
2835 "src/core/channel/context.h",
2836 "src/core/channel/http_client_filter.h",
2837 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08002838 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07002839 "src/core/client_config/client_config.h",
2840 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08002841 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07002842 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002843 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07002844 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07002845 "src/core/client_config/lb_policy_factory.h",
2846 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07002847 "src/core/client_config/resolver.h",
2848 "src/core/client_config/resolver_factory.h",
2849 "src/core/client_config/resolver_registry.h",
2850 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07002851 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07002852 "src/core/client_config/subchannel.h",
2853 "src/core/client_config/subchannel_factory.h",
2854 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08002855 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002856 "src/core/compression/message_compress.h",
2857 "src/core/debug/trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002858 "src/core/httpcli/format_request.h",
2859 "src/core/httpcli/httpcli.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002860 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07002861 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002862 "src/core/iomgr/endpoint.h",
2863 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07002864 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07002865 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002866 "src/core/iomgr/fd_posix.h",
2867 "src/core/iomgr/iocp_windows.h",
2868 "src/core/iomgr/iomgr.h",
2869 "src/core/iomgr/iomgr_internal.h",
2870 "src/core/iomgr/iomgr_posix.h",
2871 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002872 "src/core/iomgr/pollset_posix.h",
2873 "src/core/iomgr/pollset_set.h",
2874 "src/core/iomgr/pollset_set_posix.h",
2875 "src/core/iomgr/pollset_set_windows.h",
2876 "src/core/iomgr/pollset_windows.h",
2877 "src/core/iomgr/resolve_address.h",
2878 "src/core/iomgr/sockaddr.h",
2879 "src/core/iomgr/sockaddr_posix.h",
2880 "src/core/iomgr/sockaddr_utils.h",
2881 "src/core/iomgr/sockaddr_win32.h",
2882 "src/core/iomgr/socket_utils_posix.h",
2883 "src/core/iomgr/socket_windows.h",
2884 "src/core/iomgr/tcp_client.h",
2885 "src/core/iomgr/tcp_posix.h",
2886 "src/core/iomgr/tcp_server.h",
2887 "src/core/iomgr/tcp_windows.h",
2888 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002889 "src/core/iomgr/timer.h",
2890 "src/core/iomgr/timer_heap.h",
2891 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04002892 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002893 "src/core/iomgr/wakeup_fd_pipe.h",
2894 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07002895 "src/core/iomgr/workqueue.h",
2896 "src/core/iomgr/workqueue_posix.h",
2897 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002898 "src/core/json/json.h",
2899 "src/core/json/json_common.h",
2900 "src/core/json/json_reader.h",
2901 "src/core/json/json_writer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002902 "src/core/security/auth_filters.h",
2903 "src/core/security/base64.h",
2904 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07002905 "src/core/security/handshake.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002906 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02002907 "src/core/security/jwt_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002908 "src/core/security/secure_endpoint.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002909 "src/core/security/security_connector.h",
2910 "src/core/security/security_context.h",
yang-g31ff8bc2015-08-25 14:09:06 -07002911 "src/core/statistics/census_interface.h",
2912 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07002913 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002914 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07002915 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002916 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002917 "src/core/surface/completion_queue.h",
2918 "src/core/surface/event_string.h",
2919 "src/core/surface/init.h",
2920 "src/core/surface/server.h",
2921 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08002922 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002923 "src/core/transport/chttp2/alpn.h",
2924 "src/core/transport/chttp2/bin_encoder.h",
2925 "src/core/transport/chttp2/frame.h",
2926 "src/core/transport/chttp2/frame_data.h",
2927 "src/core/transport/chttp2/frame_goaway.h",
2928 "src/core/transport/chttp2/frame_ping.h",
2929 "src/core/transport/chttp2/frame_rst_stream.h",
2930 "src/core/transport/chttp2/frame_settings.h",
2931 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08002932 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002933 "src/core/transport/chttp2/hpack_parser.h",
2934 "src/core/transport/chttp2/hpack_table.h",
2935 "src/core/transport/chttp2/http2_errors.h",
2936 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02002937 "src/core/transport/chttp2/incoming_metadata.h",
2938 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002939 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002940 "src/core/transport/chttp2/stream_map.h",
2941 "src/core/transport/chttp2/timeout_encoding.h",
2942 "src/core/transport/chttp2/varint.h",
2943 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07002944 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002945 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08002946 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08002947 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07002948 "src/core/transport/transport.h",
2949 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002950 "src/core/tsi/fake_transport_security.h",
2951 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08002952 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002953 "src/core/tsi/transport_security.h",
2954 "src/core/tsi/transport_security_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07002955 ],
2956 "language": "c",
2957 "name": "grpc",
2958 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07002959 "include/grpc/byte_buffer.h",
2960 "include/grpc/byte_buffer_reader.h",
2961 "include/grpc/census.h",
2962 "include/grpc/compression.h",
2963 "include/grpc/grpc.h",
2964 "include/grpc/grpc_security.h",
2965 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07002966 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002967 "src/core/census/context.c",
2968 "src/core/census/context.h",
2969 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07002970 "src/core/census/grpc_filter.c",
2971 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002972 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07002973 "src/core/census/operation.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07002974 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07002975 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07002976 "src/core/channel/channel_args.c",
2977 "src/core/channel/channel_args.h",
2978 "src/core/channel/channel_stack.c",
2979 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002980 "src/core/channel/client_channel.c",
2981 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07002982 "src/core/channel/client_uchannel.c",
2983 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07002984 "src/core/channel/compress_filter.c",
2985 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002986 "src/core/channel/connected_channel.c",
2987 "src/core/channel/connected_channel.h",
2988 "src/core/channel/context.h",
2989 "src/core/channel/http_client_filter.c",
2990 "src/core/channel/http_client_filter.h",
2991 "src/core/channel/http_server_filter.c",
2992 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08002993 "src/core/channel/subchannel_call_holder.c",
2994 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07002995 "src/core/client_config/client_config.c",
2996 "src/core/client_config/client_config.h",
2997 "src/core/client_config/connector.c",
2998 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08002999 "src/core/client_config/default_initial_connect_string.c",
3000 "src/core/client_config/initial_connect_string.c",
3001 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003002 "src/core/client_config/lb_policies/pick_first.c",
3003 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003004 "src/core/client_config/lb_policies/round_robin.c",
3005 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003006 "src/core/client_config/lb_policy.c",
3007 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003008 "src/core/client_config/lb_policy_factory.c",
3009 "src/core/client_config/lb_policy_factory.h",
3010 "src/core/client_config/lb_policy_registry.c",
3011 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003012 "src/core/client_config/resolver.c",
3013 "src/core/client_config/resolver.h",
3014 "src/core/client_config/resolver_factory.c",
3015 "src/core/client_config/resolver_factory.h",
3016 "src/core/client_config/resolver_registry.c",
3017 "src/core/client_config/resolver_registry.h",
3018 "src/core/client_config/resolvers/dns_resolver.c",
3019 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003020 "src/core/client_config/resolvers/sockaddr_resolver.c",
3021 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003022 "src/core/client_config/subchannel.c",
3023 "src/core/client_config/subchannel.h",
3024 "src/core/client_config/subchannel_factory.c",
3025 "src/core/client_config/subchannel_factory.h",
3026 "src/core/client_config/uri_parser.c",
3027 "src/core/client_config/uri_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003028 "src/core/compression/algorithm.c",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003029 "src/core/compression/algorithm_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003030 "src/core/compression/message_compress.c",
3031 "src/core/compression/message_compress.h",
3032 "src/core/debug/trace.c",
3033 "src/core/debug/trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003034 "src/core/httpcli/format_request.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003035 "src/core/httpcli/format_request.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003036 "src/core/httpcli/httpcli.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003037 "src/core/httpcli/httpcli.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003038 "src/core/httpcli/httpcli_security_connector.c",
3039 "src/core/httpcli/parser.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003040 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003041 "src/core/iomgr/closure.c",
3042 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003043 "src/core/iomgr/endpoint.c",
3044 "src/core/iomgr/endpoint.h",
3045 "src/core/iomgr/endpoint_pair.h",
3046 "src/core/iomgr/endpoint_pair_posix.c",
3047 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07003048 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07003049 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003050 "src/core/iomgr/executor.c",
3051 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003052 "src/core/iomgr/fd_posix.c",
3053 "src/core/iomgr/fd_posix.h",
3054 "src/core/iomgr/iocp_windows.c",
3055 "src/core/iomgr/iocp_windows.h",
3056 "src/core/iomgr/iomgr.c",
3057 "src/core/iomgr/iomgr.h",
3058 "src/core/iomgr/iomgr_internal.h",
3059 "src/core/iomgr/iomgr_posix.c",
3060 "src/core/iomgr/iomgr_posix.h",
3061 "src/core/iomgr/iomgr_windows.c",
3062 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003063 "src/core/iomgr/pollset_multipoller_with_epoll.c",
3064 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
3065 "src/core/iomgr/pollset_posix.c",
3066 "src/core/iomgr/pollset_posix.h",
3067 "src/core/iomgr/pollset_set.h",
3068 "src/core/iomgr/pollset_set_posix.c",
3069 "src/core/iomgr/pollset_set_posix.h",
3070 "src/core/iomgr/pollset_set_windows.c",
3071 "src/core/iomgr/pollset_set_windows.h",
3072 "src/core/iomgr/pollset_windows.c",
3073 "src/core/iomgr/pollset_windows.h",
3074 "src/core/iomgr/resolve_address.h",
3075 "src/core/iomgr/resolve_address_posix.c",
3076 "src/core/iomgr/resolve_address_windows.c",
3077 "src/core/iomgr/sockaddr.h",
3078 "src/core/iomgr/sockaddr_posix.h",
3079 "src/core/iomgr/sockaddr_utils.c",
3080 "src/core/iomgr/sockaddr_utils.h",
3081 "src/core/iomgr/sockaddr_win32.h",
3082 "src/core/iomgr/socket_utils_common_posix.c",
3083 "src/core/iomgr/socket_utils_linux.c",
3084 "src/core/iomgr/socket_utils_posix.c",
3085 "src/core/iomgr/socket_utils_posix.h",
3086 "src/core/iomgr/socket_windows.c",
3087 "src/core/iomgr/socket_windows.h",
3088 "src/core/iomgr/tcp_client.h",
3089 "src/core/iomgr/tcp_client_posix.c",
3090 "src/core/iomgr/tcp_client_windows.c",
3091 "src/core/iomgr/tcp_posix.c",
3092 "src/core/iomgr/tcp_posix.h",
3093 "src/core/iomgr/tcp_server.h",
3094 "src/core/iomgr/tcp_server_posix.c",
3095 "src/core/iomgr/tcp_server_windows.c",
3096 "src/core/iomgr/tcp_windows.c",
3097 "src/core/iomgr/tcp_windows.h",
3098 "src/core/iomgr/time_averaged_stats.c",
3099 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003100 "src/core/iomgr/timer.c",
3101 "src/core/iomgr/timer.h",
3102 "src/core/iomgr/timer_heap.c",
3103 "src/core/iomgr/timer_heap.h",
3104 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04003105 "src/core/iomgr/udp_server.c",
3106 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003107 "src/core/iomgr/wakeup_fd_eventfd.c",
3108 "src/core/iomgr/wakeup_fd_nospecial.c",
3109 "src/core/iomgr/wakeup_fd_pipe.c",
3110 "src/core/iomgr/wakeup_fd_pipe.h",
3111 "src/core/iomgr/wakeup_fd_posix.c",
3112 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07003113 "src/core/iomgr/workqueue.h",
3114 "src/core/iomgr/workqueue_posix.c",
3115 "src/core/iomgr/workqueue_posix.h",
3116 "src/core/iomgr/workqueue_windows.c",
3117 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003118 "src/core/json/json.c",
3119 "src/core/json/json.h",
3120 "src/core/json/json_common.h",
3121 "src/core/json/json_reader.c",
3122 "src/core/json/json_reader.h",
3123 "src/core/json/json_string.c",
3124 "src/core/json/json_writer.c",
3125 "src/core/json/json_writer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003126 "src/core/security/auth_filters.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003127 "src/core/security/base64.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003128 "src/core/security/base64.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003129 "src/core/security/client_auth_filter.c",
3130 "src/core/security/credentials.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003131 "src/core/security/credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003132 "src/core/security/credentials_metadata.c",
3133 "src/core/security/credentials_posix.c",
3134 "src/core/security/credentials_win32.c",
3135 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07003136 "src/core/security/handshake.c",
3137 "src/core/security/handshake.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003138 "src/core/security/json_token.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003139 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02003140 "src/core/security/jwt_verifier.c",
3141 "src/core/security/jwt_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003142 "src/core/security/secure_endpoint.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003143 "src/core/security/secure_endpoint.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003144 "src/core/security/security_connector.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003145 "src/core/security/security_connector.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003146 "src/core/security/security_context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003147 "src/core/security/security_context.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003148 "src/core/security/server_auth_filter.c",
3149 "src/core/security/server_secure_chttp2.c",
yang-g31ff8bc2015-08-25 14:09:06 -07003150 "src/core/statistics/census_interface.h",
3151 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07003152 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07003153 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003154 "src/core/surface/byte_buffer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003155 "src/core/surface/byte_buffer_reader.c",
3156 "src/core/surface/call.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003157 "src/core/surface/call.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003158 "src/core/surface/call_details.c",
3159 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07003160 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003161 "src/core/surface/channel.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003162 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07003163 "src/core/surface/channel_connectivity.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003164 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08003165 "src/core/surface/channel_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003166 "src/core/surface/completion_queue.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003167 "src/core/surface/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003168 "src/core/surface/event_string.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003169 "src/core/surface/event_string.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003170 "src/core/surface/init.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003171 "src/core/surface/init.h",
3172 "src/core/surface/init_secure.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003173 "src/core/surface/lame_client.c",
3174 "src/core/surface/metadata_array.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003175 "src/core/surface/secure_channel_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003176 "src/core/surface/server.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003177 "src/core/surface/server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003178 "src/core/surface/server_chttp2.c",
3179 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003180 "src/core/surface/surface_trace.h",
Craig Tiller2e622bc2015-07-10 07:46:03 -07003181 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08003182 "src/core/transport/byte_stream.c",
3183 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003184 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003185 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003186 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003187 "src/core/transport/chttp2/bin_encoder.h",
3188 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003189 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003190 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003191 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003192 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003193 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003194 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003195 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003196 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003197 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003198 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003199 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003200 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003201 "src/core/transport/chttp2/hpack_encoder.c",
3202 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003203 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003204 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003205 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003206 "src/core/transport/chttp2/hpack_table.h",
3207 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003208 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003209 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003210 "src/core/transport/chttp2/incoming_metadata.c",
3211 "src/core/transport/chttp2/incoming_metadata.h",
3212 "src/core/transport/chttp2/internal.h",
3213 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003214 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003215 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003216 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003217 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003218 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003219 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003220 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003221 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003222 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003223 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003224 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003225 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07003226 "src/core/transport/connectivity_state.c",
3227 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003228 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003229 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003230 "src/core/transport/metadata_batch.c",
3231 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08003232 "src/core/transport/static_metadata.c",
3233 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003234 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003235 "src/core/transport/transport.h",
3236 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003237 "src/core/transport/transport_op_string.c",
3238 "src/core/tsi/fake_transport_security.c",
3239 "src/core/tsi/fake_transport_security.h",
3240 "src/core/tsi/ssl_transport_security.c",
3241 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003242 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003243 "src/core/tsi/transport_security.c",
3244 "src/core/tsi/transport_security.h",
3245 "src/core/tsi/transport_security_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07003246 ]
3247 },
3248 {
3249 "deps": [
3250 "gpr",
3251 "gpr_test_util",
3252 "grpc"
3253 ],
3254 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07003255 "test/core/end2end/cq_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003256 "test/core/end2end/data/ssl_test_data.h",
Craig Tiller17effab2015-08-04 08:19:36 -07003257 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003258 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07003259 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003260 "test/core/util/grpc_profiler.h",
3261 "test/core/util/parse_hexstring.h",
3262 "test/core/util/port.h",
3263 "test/core/util/slice_splitter.h"
3264 ],
3265 "language": "c",
3266 "name": "grpc_test_util",
3267 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003268 "test/core/end2end/cq_verifier.c",
3269 "test/core/end2end/cq_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003270 "test/core/end2end/data/server1_cert.c",
3271 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003272 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003273 "test/core/end2end/data/test_root_cert.c",
Craig Tiller17effab2015-08-04 08:19:36 -07003274 "test/core/end2end/fixtures/proxy.c",
3275 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003276 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003277 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07003278 "test/core/security/oauth2_utils.c",
3279 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003280 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003281 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003282 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003283 "test/core/util/parse_hexstring.h",
3284 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003285 "test/core/util/port_posix.c",
3286 "test/core/util/port_windows.c",
3287 "test/core/util/slice_splitter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003288 "test/core/util/slice_splitter.h"
3289 ]
3290 },
3291 {
3292 "deps": [
3293 "gpr",
3294 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08003295 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003296 ],
3297 "headers": [
3298 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07003299 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003300 "test/core/iomgr/endpoint_tests.h",
3301 "test/core/util/grpc_profiler.h",
3302 "test/core/util/parse_hexstring.h",
3303 "test/core/util/port.h",
3304 "test/core/util/slice_splitter.h"
3305 ],
3306 "language": "c",
3307 "name": "grpc_test_util_unsecure",
3308 "src": [
3309 "test/core/end2end/cq_verifier.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003310 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07003311 "test/core/end2end/fixtures/proxy.c",
3312 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003313 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003314 "test/core/iomgr/endpoint_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003315 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003316 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003317 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003318 "test/core/util/parse_hexstring.h",
3319 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003320 "test/core/util/port_posix.c",
3321 "test/core/util/port_windows.c",
3322 "test/core/util/slice_splitter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003323 "test/core/util/slice_splitter.h"
3324 ]
3325 },
3326 {
3327 "deps": [
3328 "gpr"
3329 ],
3330 "headers": [
3331 "include/grpc/byte_buffer.h",
3332 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003333 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003334 "include/grpc/compression.h",
3335 "include/grpc/grpc.h",
3336 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07003337 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003338 "src/core/census/context.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07003339 "src/core/census/grpc_filter.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07003340 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003341 "src/core/channel/channel_args.h",
3342 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003343 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003344 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003345 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003346 "src/core/channel/connected_channel.h",
3347 "src/core/channel/context.h",
3348 "src/core/channel/http_client_filter.h",
3349 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003350 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003351 "src/core/client_config/client_config.h",
3352 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08003353 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003354 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003355 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003356 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003357 "src/core/client_config/lb_policy_factory.h",
3358 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003359 "src/core/client_config/resolver.h",
3360 "src/core/client_config/resolver_factory.h",
3361 "src/core/client_config/resolver_registry.h",
3362 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003363 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003364 "src/core/client_config/subchannel.h",
3365 "src/core/client_config/subchannel_factory.h",
3366 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003367 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003368 "src/core/compression/message_compress.h",
3369 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07003370 "src/core/httpcli/format_request.h",
3371 "src/core/httpcli/httpcli.h",
3372 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003373 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003374 "src/core/iomgr/endpoint.h",
3375 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003376 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003377 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003378 "src/core/iomgr/fd_posix.h",
3379 "src/core/iomgr/iocp_windows.h",
3380 "src/core/iomgr/iomgr.h",
3381 "src/core/iomgr/iomgr_internal.h",
3382 "src/core/iomgr/iomgr_posix.h",
3383 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003384 "src/core/iomgr/pollset_posix.h",
3385 "src/core/iomgr/pollset_set.h",
3386 "src/core/iomgr/pollset_set_posix.h",
3387 "src/core/iomgr/pollset_set_windows.h",
3388 "src/core/iomgr/pollset_windows.h",
3389 "src/core/iomgr/resolve_address.h",
3390 "src/core/iomgr/sockaddr.h",
3391 "src/core/iomgr/sockaddr_posix.h",
3392 "src/core/iomgr/sockaddr_utils.h",
3393 "src/core/iomgr/sockaddr_win32.h",
3394 "src/core/iomgr/socket_utils_posix.h",
3395 "src/core/iomgr/socket_windows.h",
3396 "src/core/iomgr/tcp_client.h",
3397 "src/core/iomgr/tcp_posix.h",
3398 "src/core/iomgr/tcp_server.h",
3399 "src/core/iomgr/tcp_windows.h",
3400 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003401 "src/core/iomgr/timer.h",
3402 "src/core/iomgr/timer_heap.h",
3403 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04003404 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003405 "src/core/iomgr/wakeup_fd_pipe.h",
3406 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07003407 "src/core/iomgr/workqueue.h",
3408 "src/core/iomgr/workqueue_posix.h",
3409 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003410 "src/core/json/json.h",
3411 "src/core/json/json_common.h",
3412 "src/core/json/json_reader.h",
3413 "src/core/json/json_writer.h",
yang-g31ff8bc2015-08-25 14:09:06 -07003414 "src/core/statistics/census_interface.h",
3415 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07003416 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003417 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07003418 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003419 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003420 "src/core/surface/completion_queue.h",
3421 "src/core/surface/event_string.h",
3422 "src/core/surface/init.h",
3423 "src/core/surface/server.h",
3424 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003425 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003426 "src/core/transport/chttp2/alpn.h",
3427 "src/core/transport/chttp2/bin_encoder.h",
3428 "src/core/transport/chttp2/frame.h",
3429 "src/core/transport/chttp2/frame_data.h",
3430 "src/core/transport/chttp2/frame_goaway.h",
3431 "src/core/transport/chttp2/frame_ping.h",
3432 "src/core/transport/chttp2/frame_rst_stream.h",
3433 "src/core/transport/chttp2/frame_settings.h",
3434 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003435 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003436 "src/core/transport/chttp2/hpack_parser.h",
3437 "src/core/transport/chttp2/hpack_table.h",
3438 "src/core/transport/chttp2/http2_errors.h",
3439 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003440 "src/core/transport/chttp2/incoming_metadata.h",
3441 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003442 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003443 "src/core/transport/chttp2/stream_map.h",
3444 "src/core/transport/chttp2/timeout_encoding.h",
3445 "src/core/transport/chttp2/varint.h",
3446 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07003447 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003448 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003449 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08003450 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003451 "src/core/transport/transport.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003452 "src/core/transport/transport_impl.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07003453 ],
3454 "language": "c",
3455 "name": "grpc_unsecure",
3456 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07003457 "include/grpc/byte_buffer.h",
3458 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003459 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003460 "include/grpc/compression.h",
3461 "include/grpc/grpc.h",
3462 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07003463 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003464 "src/core/census/context.c",
3465 "src/core/census/context.h",
3466 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07003467 "src/core/census/grpc_filter.c",
3468 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003469 "src/core/census/initialize.c",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07003470 "src/core/census/operation.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07003471 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07003472 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003473 "src/core/channel/channel_args.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003474 "src/core/channel/channel_args.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003475 "src/core/channel/channel_stack.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003476 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003477 "src/core/channel/client_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003478 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003479 "src/core/channel/client_uchannel.c",
3480 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003481 "src/core/channel/compress_filter.c",
3482 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003483 "src/core/channel/connected_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003484 "src/core/channel/connected_channel.h",
3485 "src/core/channel/context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003486 "src/core/channel/http_client_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003487 "src/core/channel/http_client_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003488 "src/core/channel/http_server_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003489 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003490 "src/core/channel/subchannel_call_holder.c",
3491 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003492 "src/core/client_config/client_config.c",
3493 "src/core/client_config/client_config.h",
3494 "src/core/client_config/connector.c",
3495 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08003496 "src/core/client_config/default_initial_connect_string.c",
3497 "src/core/client_config/initial_connect_string.c",
3498 "src/core/client_config/initial_connect_string.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003499 "src/core/client_config/lb_policies/pick_first.c",
3500 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003501 "src/core/client_config/lb_policies/round_robin.c",
3502 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003503 "src/core/client_config/lb_policy.c",
3504 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003505 "src/core/client_config/lb_policy_factory.c",
3506 "src/core/client_config/lb_policy_factory.h",
3507 "src/core/client_config/lb_policy_registry.c",
3508 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003509 "src/core/client_config/resolver.c",
3510 "src/core/client_config/resolver.h",
3511 "src/core/client_config/resolver_factory.c",
3512 "src/core/client_config/resolver_factory.h",
3513 "src/core/client_config/resolver_registry.c",
3514 "src/core/client_config/resolver_registry.h",
3515 "src/core/client_config/resolvers/dns_resolver.c",
3516 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003517 "src/core/client_config/resolvers/sockaddr_resolver.c",
3518 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003519 "src/core/client_config/subchannel.c",
3520 "src/core/client_config/subchannel.h",
3521 "src/core/client_config/subchannel_factory.c",
3522 "src/core/client_config/subchannel_factory.h",
3523 "src/core/client_config/uri_parser.c",
3524 "src/core/client_config/uri_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003525 "src/core/compression/algorithm.c",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003526 "src/core/compression/algorithm_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003527 "src/core/compression/message_compress.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003528 "src/core/compression/message_compress.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003529 "src/core/debug/trace.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003530 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07003531 "src/core/httpcli/format_request.c",
3532 "src/core/httpcli/format_request.h",
3533 "src/core/httpcli/httpcli.c",
3534 "src/core/httpcli/httpcli.h",
3535 "src/core/httpcli/parser.c",
3536 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003537 "src/core/iomgr/closure.c",
3538 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003539 "src/core/iomgr/endpoint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003540 "src/core/iomgr/endpoint.h",
3541 "src/core/iomgr/endpoint_pair.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003542 "src/core/iomgr/endpoint_pair_posix.c",
3543 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07003544 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07003545 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003546 "src/core/iomgr/executor.c",
3547 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003548 "src/core/iomgr/fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003549 "src/core/iomgr/fd_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003550 "src/core/iomgr/iocp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003551 "src/core/iomgr/iocp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003552 "src/core/iomgr/iomgr.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003553 "src/core/iomgr/iomgr.h",
3554 "src/core/iomgr/iomgr_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003555 "src/core/iomgr/iomgr_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003556 "src/core/iomgr/iomgr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003557 "src/core/iomgr/iomgr_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003558 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003559 "src/core/iomgr/pollset_multipoller_with_epoll.c",
3560 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
3561 "src/core/iomgr/pollset_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003562 "src/core/iomgr/pollset_posix.h",
3563 "src/core/iomgr/pollset_set.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003564 "src/core/iomgr/pollset_set_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003565 "src/core/iomgr/pollset_set_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003566 "src/core/iomgr/pollset_set_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003567 "src/core/iomgr/pollset_set_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003568 "src/core/iomgr/pollset_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003569 "src/core/iomgr/pollset_windows.h",
3570 "src/core/iomgr/resolve_address.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003571 "src/core/iomgr/resolve_address_posix.c",
3572 "src/core/iomgr/resolve_address_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003573 "src/core/iomgr/sockaddr.h",
3574 "src/core/iomgr/sockaddr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003575 "src/core/iomgr/sockaddr_utils.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003576 "src/core/iomgr/sockaddr_utils.h",
3577 "src/core/iomgr/sockaddr_win32.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003578 "src/core/iomgr/socket_utils_common_posix.c",
3579 "src/core/iomgr/socket_utils_linux.c",
3580 "src/core/iomgr/socket_utils_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003581 "src/core/iomgr/socket_utils_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003582 "src/core/iomgr/socket_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003583 "src/core/iomgr/socket_windows.h",
3584 "src/core/iomgr/tcp_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003585 "src/core/iomgr/tcp_client_posix.c",
3586 "src/core/iomgr/tcp_client_windows.c",
3587 "src/core/iomgr/tcp_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003588 "src/core/iomgr/tcp_posix.h",
3589 "src/core/iomgr/tcp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003590 "src/core/iomgr/tcp_server_posix.c",
3591 "src/core/iomgr/tcp_server_windows.c",
3592 "src/core/iomgr/tcp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003593 "src/core/iomgr/tcp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003594 "src/core/iomgr/time_averaged_stats.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003595 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003596 "src/core/iomgr/timer.c",
3597 "src/core/iomgr/timer.h",
3598 "src/core/iomgr/timer_heap.c",
3599 "src/core/iomgr/timer_heap.h",
3600 "src/core/iomgr/timer_internal.h",
Robbie Shade69535292015-07-10 14:27:34 -04003601 "src/core/iomgr/udp_server.c",
3602 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003603 "src/core/iomgr/wakeup_fd_eventfd.c",
3604 "src/core/iomgr/wakeup_fd_nospecial.c",
3605 "src/core/iomgr/wakeup_fd_pipe.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003606 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003607 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003608 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07003609 "src/core/iomgr/workqueue.h",
3610 "src/core/iomgr/workqueue_posix.c",
3611 "src/core/iomgr/workqueue_posix.h",
3612 "src/core/iomgr/workqueue_windows.c",
3613 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003614 "src/core/json/json.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003615 "src/core/json/json.h",
3616 "src/core/json/json_common.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003617 "src/core/json/json_reader.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003618 "src/core/json/json_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003619 "src/core/json/json_string.c",
3620 "src/core/json/json_writer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003621 "src/core/json/json_writer.h",
yang-g31ff8bc2015-08-25 14:09:06 -07003622 "src/core/statistics/census_interface.h",
3623 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07003624 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07003625 "src/core/surface/api_trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003626 "src/core/surface/byte_buffer.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003627 "src/core/surface/byte_buffer_reader.c",
3628 "src/core/surface/call.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003629 "src/core/surface/call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003630 "src/core/surface/call_details.c",
3631 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07003632 "src/core/surface/call_test_only.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003633 "src/core/surface/channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003634 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07003635 "src/core/surface/channel_connectivity.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003636 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08003637 "src/core/surface/channel_ping.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003638 "src/core/surface/completion_queue.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003639 "src/core/surface/completion_queue.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003640 "src/core/surface/event_string.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003641 "src/core/surface/event_string.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003642 "src/core/surface/init.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003643 "src/core/surface/init.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003644 "src/core/surface/init_unsecure.c",
3645 "src/core/surface/lame_client.c",
3646 "src/core/surface/metadata_array.c",
3647 "src/core/surface/server.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003648 "src/core/surface/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003649 "src/core/surface/server_chttp2.c",
3650 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003651 "src/core/surface/surface_trace.h",
Craig Tiller2e622bc2015-07-10 07:46:03 -07003652 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08003653 "src/core/transport/byte_stream.c",
3654 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003655 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003656 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003657 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003658 "src/core/transport/chttp2/bin_encoder.h",
3659 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003660 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003661 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003662 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003663 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003664 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003665 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003666 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003667 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003668 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003669 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003670 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003671 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003672 "src/core/transport/chttp2/hpack_encoder.c",
3673 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003674 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003675 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003676 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003677 "src/core/transport/chttp2/hpack_table.h",
3678 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003679 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003680 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003681 "src/core/transport/chttp2/incoming_metadata.c",
3682 "src/core/transport/chttp2/incoming_metadata.h",
3683 "src/core/transport/chttp2/internal.h",
3684 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003685 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003686 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003687 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003688 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003689 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003690 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003691 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003692 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003693 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003694 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003695 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003696 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07003697 "src/core/transport/connectivity_state.c",
3698 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003699 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003700 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003701 "src/core/transport/metadata_batch.c",
3702 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08003703 "src/core/transport/static_metadata.c",
3704 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003705 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07003706 "src/core/transport/transport.h",
3707 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003708 "src/core/transport/transport_op_string.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07003709 ]
3710 },
3711 {
3712 "deps": [
3713 "gpr",
3714 "grpc"
3715 ],
3716 "headers": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07003717 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07003718 "src/core/client_config/resolvers/zookeeper_resolver.h"
3719 ],
3720 "language": "c",
3721 "name": "grpc_zookeeper",
3722 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07003723 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07003724 "src/core/client_config/resolvers/zookeeper_resolver.c",
3725 "src/core/client_config/resolvers/zookeeper_resolver.h"
3726 ]
3727 },
3728 {
3729 "deps": [
3730 "gpr",
yang-gc9c69e22015-07-24 14:38:26 -07003731 "gpr_test_util",
3732 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08003733 "grpc_test_util",
3734 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07003735 ],
3736 "headers": [
3737 "test/core/util/reconnect_server.h"
3738 ],
3739 "language": "c",
3740 "name": "reconnect_server",
3741 "src": [
3742 "test/core/util/reconnect_server.c",
3743 "test/core/util/reconnect_server.h"
3744 ]
3745 },
3746 {
3747 "deps": [
3748 "gpr",
yang-gc9fca182015-11-06 16:41:33 -08003749 "gpr_test_util",
3750 "grpc",
3751 "grpc_test_util"
3752 ],
3753 "headers": [
3754 "test/core/util/test_tcp_server.h"
3755 ],
3756 "language": "c",
3757 "name": "test_tcp_server",
3758 "src": [
3759 "test/core/util/test_tcp_server.c",
3760 "test/core/util/test_tcp_server.h"
3761 ]
3762 },
3763 {
3764 "deps": [
3765 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07003766 "grpc"
3767 ],
3768 "headers": [
yang-g8c2be9f2015-08-19 16:28:09 -07003769 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003770 "include/grpc++/client_context.h",
3771 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003772 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003773 "include/grpc++/generic/async_generic_service.h",
3774 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07003775 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003776 "include/grpc++/impl/call.h",
3777 "include/grpc++/impl/client_unary_call.h",
3778 "include/grpc++/impl/grpc_library.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003779 "include/grpc++/impl/proto_utils.h",
3780 "include/grpc++/impl/rpc_method.h",
3781 "include/grpc++/impl/rpc_service_method.h",
3782 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08003783 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003784 "include/grpc++/impl/service_type.h",
3785 "include/grpc++/impl/sync.h",
3786 "include/grpc++/impl/sync_cxx11.h",
3787 "include/grpc++/impl/sync_no_cxx11.h",
3788 "include/grpc++/impl/thd.h",
3789 "include/grpc++/impl/thd_cxx11.h",
3790 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07003791 "include/grpc++/security/auth_context.h",
3792 "include/grpc++/security/auth_metadata_processor.h",
3793 "include/grpc++/security/credentials.h",
3794 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003795 "include/grpc++/server.h",
3796 "include/grpc++/server_builder.h",
3797 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07003798 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003799 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003800 "include/grpc++/support/byte_buffer.h",
3801 "include/grpc++/support/channel_arguments.h",
3802 "include/grpc++/support/config.h",
3803 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003804 "include/grpc++/support/slice.h",
3805 "include/grpc++/support/status.h",
3806 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07003807 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003808 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07003809 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003810 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07003811 "src/cpp/client/create_channel_internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003812 "src/cpp/client/secure_credentials.h",
yang-g5ea46ab2015-07-06 14:05:54 -07003813 "src/cpp/common/create_auth_context.h",
3814 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07003815 "src/cpp/server/dynamic_thread_pool.h",
3816 "src/cpp/server/fixed_size_thread_pool.h",
3817 "src/cpp/server/secure_server_credentials.h",
3818 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07003819 ],
3820 "language": "c++",
3821 "name": "grpc++",
3822 "src": [
yang-g8c2be9f2015-08-19 16:28:09 -07003823 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003824 "include/grpc++/client_context.h",
3825 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003826 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003827 "include/grpc++/generic/async_generic_service.h",
3828 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07003829 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003830 "include/grpc++/impl/call.h",
3831 "include/grpc++/impl/client_unary_call.h",
3832 "include/grpc++/impl/grpc_library.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003833 "include/grpc++/impl/proto_utils.h",
3834 "include/grpc++/impl/rpc_method.h",
3835 "include/grpc++/impl/rpc_service_method.h",
3836 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08003837 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003838 "include/grpc++/impl/service_type.h",
3839 "include/grpc++/impl/sync.h",
3840 "include/grpc++/impl/sync_cxx11.h",
3841 "include/grpc++/impl/sync_no_cxx11.h",
3842 "include/grpc++/impl/thd.h",
3843 "include/grpc++/impl/thd_cxx11.h",
3844 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07003845 "include/grpc++/security/auth_context.h",
3846 "include/grpc++/security/auth_metadata_processor.h",
3847 "include/grpc++/security/credentials.h",
3848 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003849 "include/grpc++/server.h",
3850 "include/grpc++/server_builder.h",
3851 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07003852 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003853 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003854 "include/grpc++/support/byte_buffer.h",
3855 "include/grpc++/support/channel_arguments.h",
3856 "include/grpc++/support/config.h",
3857 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003858 "include/grpc++/support/slice.h",
3859 "include/grpc++/support/status.h",
3860 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07003861 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003862 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07003863 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003864 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003865 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07003866 "src/cpp/client/client_context.cc",
3867 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07003868 "src/cpp/client/create_channel_internal.cc",
3869 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003870 "src/cpp/client/credentials.cc",
3871 "src/cpp/client/generic_stub.cc",
3872 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07003873 "src/cpp/client/secure_credentials.cc",
3874 "src/cpp/client/secure_credentials.h",
yang-g7ef72322015-07-16 21:00:51 -07003875 "src/cpp/common/auth_property_iterator.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07003876 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08003877 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07003878 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07003879 "src/cpp/common/create_auth_context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003880 "src/cpp/common/rpc_method.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07003881 "src/cpp/common/secure_auth_context.cc",
3882 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08003883 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07003884 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07003885 "src/cpp/proto/proto_utils.cc",
3886 "src/cpp/server/async_generic_service.cc",
3887 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07003888 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07003889 "src/cpp/server/dynamic_thread_pool.h",
vjpaia2e1bb12015-07-15 16:49:49 -07003890 "src/cpp/server/fixed_size_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07003891 "src/cpp/server/fixed_size_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003892 "src/cpp/server/insecure_server_credentials.cc",
3893 "src/cpp/server/secure_server_credentials.cc",
3894 "src/cpp/server/secure_server_credentials.h",
3895 "src/cpp/server/server.cc",
3896 "src/cpp/server/server_builder.cc",
3897 "src/cpp/server/server_context.cc",
3898 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07003899 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003900 "src/cpp/util/byte_buffer.cc",
3901 "src/cpp/util/slice.cc",
3902 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07003903 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07003904 "src/cpp/util/time.cc"
Craig Tillerf75fc122015-06-25 06:58:00 -07003905 ]
3906 },
3907 {
3908 "deps": [],
3909 "headers": [
3910 "test/cpp/util/test_config.h"
3911 ],
3912 "language": "c++",
3913 "name": "grpc++_test_config",
3914 "src": [
3915 "test/cpp/util/test_config.cc",
3916 "test/cpp/util/test_config.h"
3917 ]
3918 },
3919 {
3920 "deps": [
3921 "grpc++",
3922 "grpc_test_util"
3923 ],
3924 "headers": [
3925 "test/cpp/util/cli_call.h",
3926 "test/cpp/util/create_test_channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003927 "test/cpp/util/echo.grpc.pb.h",
3928 "test/cpp/util/echo.pb.h",
3929 "test/cpp/util/echo_duplicate.grpc.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003930 "test/cpp/util/echo_duplicate.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003931 "test/cpp/util/messages.grpc.pb.h",
3932 "test/cpp/util/messages.pb.h",
yang-ge21908f2015-08-25 13:47:51 -07003933 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003934 "test/cpp/util/subprocess.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07003935 ],
3936 "language": "c++",
3937 "name": "grpc++_test_util",
3938 "src": [
3939 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07003940 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003941 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07003942 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07003943 "test/cpp/util/string_ref_helper.cc",
3944 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003945 "test/cpp/util/subprocess.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07003946 "test/cpp/util/subprocess.h"
3947 ]
3948 },
3949 {
3950 "deps": [
3951 "gpr",
3952 "grpc_unsecure"
3953 ],
3954 "headers": [
yang-g8c2be9f2015-08-19 16:28:09 -07003955 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003956 "include/grpc++/client_context.h",
3957 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003958 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003959 "include/grpc++/generic/async_generic_service.h",
3960 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07003961 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003962 "include/grpc++/impl/call.h",
3963 "include/grpc++/impl/client_unary_call.h",
3964 "include/grpc++/impl/grpc_library.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003965 "include/grpc++/impl/proto_utils.h",
3966 "include/grpc++/impl/rpc_method.h",
3967 "include/grpc++/impl/rpc_service_method.h",
3968 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08003969 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003970 "include/grpc++/impl/service_type.h",
3971 "include/grpc++/impl/sync.h",
3972 "include/grpc++/impl/sync_cxx11.h",
3973 "include/grpc++/impl/sync_no_cxx11.h",
3974 "include/grpc++/impl/thd.h",
3975 "include/grpc++/impl/thd_cxx11.h",
3976 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07003977 "include/grpc++/security/auth_context.h",
3978 "include/grpc++/security/auth_metadata_processor.h",
3979 "include/grpc++/security/credentials.h",
3980 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003981 "include/grpc++/server.h",
3982 "include/grpc++/server_builder.h",
3983 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07003984 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003985 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003986 "include/grpc++/support/byte_buffer.h",
3987 "include/grpc++/support/channel_arguments.h",
3988 "include/grpc++/support/config.h",
3989 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003990 "include/grpc++/support/slice.h",
3991 "include/grpc++/support/status.h",
3992 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07003993 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003994 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07003995 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07003996 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07003997 "src/cpp/client/create_channel_internal.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07003998 "src/cpp/common/create_auth_context.h",
3999 "src/cpp/server/dynamic_thread_pool.h",
4000 "src/cpp/server/fixed_size_thread_pool.h",
4001 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004002 ],
4003 "language": "c++",
4004 "name": "grpc++_unsecure",
4005 "src": [
yang-g8c2be9f2015-08-19 16:28:09 -07004006 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004007 "include/grpc++/client_context.h",
4008 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004009 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004010 "include/grpc++/generic/async_generic_service.h",
4011 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07004012 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004013 "include/grpc++/impl/call.h",
4014 "include/grpc++/impl/client_unary_call.h",
4015 "include/grpc++/impl/grpc_library.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004016 "include/grpc++/impl/proto_utils.h",
4017 "include/grpc++/impl/rpc_method.h",
4018 "include/grpc++/impl/rpc_service_method.h",
4019 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08004020 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004021 "include/grpc++/impl/service_type.h",
4022 "include/grpc++/impl/sync.h",
4023 "include/grpc++/impl/sync_cxx11.h",
4024 "include/grpc++/impl/sync_no_cxx11.h",
4025 "include/grpc++/impl/thd.h",
4026 "include/grpc++/impl/thd_cxx11.h",
4027 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07004028 "include/grpc++/security/auth_context.h",
4029 "include/grpc++/security/auth_metadata_processor.h",
4030 "include/grpc++/security/credentials.h",
4031 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004032 "include/grpc++/server.h",
4033 "include/grpc++/server_builder.h",
4034 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07004035 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004036 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004037 "include/grpc++/support/byte_buffer.h",
4038 "include/grpc++/support/channel_arguments.h",
4039 "include/grpc++/support/config.h",
4040 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004041 "include/grpc++/support/slice.h",
4042 "include/grpc++/support/status.h",
4043 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07004044 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004045 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07004046 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004047 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004048 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004049 "src/cpp/client/client_context.cc",
4050 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07004051 "src/cpp/client/create_channel_internal.cc",
4052 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004053 "src/cpp/client/credentials.cc",
4054 "src/cpp/client/generic_stub.cc",
4055 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004056 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08004057 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004058 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07004059 "src/cpp/common/create_auth_context.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004060 "src/cpp/common/insecure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004061 "src/cpp/common/rpc_method.cc",
4062 "src/cpp/proto/proto_utils.cc",
4063 "src/cpp/server/async_generic_service.cc",
4064 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07004065 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07004066 "src/cpp/server/dynamic_thread_pool.h",
vjpaia2e1bb12015-07-15 16:49:49 -07004067 "src/cpp/server/fixed_size_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07004068 "src/cpp/server/fixed_size_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004069 "src/cpp/server/insecure_server_credentials.cc",
4070 "src/cpp/server/server.cc",
4071 "src/cpp/server/server_builder.cc",
4072 "src/cpp/server/server_context.cc",
4073 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07004074 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004075 "src/cpp/util/byte_buffer.cc",
4076 "src/cpp/util/slice.cc",
4077 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07004078 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004079 "src/cpp/util/time.cc"
Craig Tillerf75fc122015-06-25 06:58:00 -07004080 ]
4081 },
4082 {
4083 "deps": [],
4084 "headers": [
yang-g9d1f0c42015-08-24 16:08:36 -07004085 "include/grpc++/support/config.h",
4086 "include/grpc++/support/config_protobuf.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004087 "src/compiler/config.h",
4088 "src/compiler/cpp_generator.h",
4089 "src/compiler/cpp_generator_helpers.h",
4090 "src/compiler/csharp_generator.h",
4091 "src/compiler/csharp_generator_helpers.h",
4092 "src/compiler/generator_helpers.h",
4093 "src/compiler/objective_c_generator.h",
4094 "src/compiler/objective_c_generator_helpers.h",
4095 "src/compiler/python_generator.h",
4096 "src/compiler/ruby_generator.h",
4097 "src/compiler/ruby_generator_helpers-inl.h",
4098 "src/compiler/ruby_generator_map-inl.h",
4099 "src/compiler/ruby_generator_string-inl.h"
4100 ],
4101 "language": "c++",
4102 "name": "grpc_plugin_support",
4103 "src": [
yang-g9d1f0c42015-08-24 16:08:36 -07004104 "include/grpc++/support/config.h",
4105 "include/grpc++/support/config_protobuf.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004106 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004107 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004108 "src/compiler/cpp_generator.h",
4109 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004110 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004111 "src/compiler/csharp_generator.h",
4112 "src/compiler/csharp_generator_helpers.h",
4113 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004114 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004115 "src/compiler/objective_c_generator.h",
4116 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004117 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004118 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004119 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004120 "src/compiler/ruby_generator.h",
4121 "src/compiler/ruby_generator_helpers-inl.h",
4122 "src/compiler/ruby_generator_map-inl.h",
4123 "src/compiler/ruby_generator_string-inl.h"
4124 ]
4125 },
4126 {
4127 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004128 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004129 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004130 "grpc++",
4131 "grpc++_test_util",
4132 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004133 ],
4134 "headers": [
David Garcia Quintasc8993192015-07-22 09:10:39 -07004135 "test/cpp/interop/client_helper.h",
4136 "test/proto/messages.grpc.pb.h",
4137 "test/proto/messages.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004138 ],
4139 "language": "c++",
4140 "name": "interop_client_helper",
4141 "src": [
4142 "test/cpp/interop/client_helper.cc",
4143 "test/cpp/interop/client_helper.h"
4144 ]
4145 },
4146 {
4147 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004148 "gpr",
4149 "gpr_test_util",
4150 "grpc",
4151 "grpc++",
4152 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004153 "grpc++_test_util",
4154 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004155 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004156 ],
4157 "headers": [
4158 "test/cpp/interop/interop_client.h",
4159 "test/proto/empty.grpc.pb.h",
4160 "test/proto/empty.pb.h",
4161 "test/proto/messages.grpc.pb.h",
4162 "test/proto/messages.pb.h",
4163 "test/proto/test.grpc.pb.h",
4164 "test/proto/test.pb.h"
4165 ],
4166 "language": "c++",
4167 "name": "interop_client_main",
4168 "src": [
4169 "test/cpp/interop/client.cc",
4170 "test/cpp/interop/interop_client.cc",
4171 "test/cpp/interop/interop_client.h"
4172 ]
4173 },
4174 {
4175 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004176 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004177 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004178 "grpc++",
4179 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004180 ],
4181 "headers": [
4182 "test/cpp/interop/server_helper.h"
4183 ],
4184 "language": "c++",
4185 "name": "interop_server_helper",
4186 "src": [
4187 "test/cpp/interop/server_helper.cc",
4188 "test/cpp/interop/server_helper.h"
4189 ]
4190 },
4191 {
4192 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004193 "gpr",
4194 "gpr_test_util",
4195 "grpc",
4196 "grpc++",
4197 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004198 "grpc++_test_util",
4199 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004200 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004201 ],
4202 "headers": [
4203 "test/proto/empty.grpc.pb.h",
4204 "test/proto/empty.pb.h",
4205 "test/proto/messages.grpc.pb.h",
4206 "test/proto/messages.pb.h",
4207 "test/proto/test.grpc.pb.h",
4208 "test/proto/test.pb.h"
4209 ],
4210 "language": "c++",
4211 "name": "interop_server_main",
4212 "src": [
4213 "test/cpp/interop/server.cc"
4214 ]
4215 },
4216 {
4217 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004218 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07004219 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004220 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004221 ],
4222 "headers": [
4223 "test/cpp/qps/client.h",
4224 "test/cpp/qps/driver.h",
4225 "test/cpp/qps/histogram.h",
4226 "test/cpp/qps/interarrival.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07004227 "test/cpp/qps/perf_db.grpc.pb.h",
4228 "test/cpp/qps/perf_db.pb.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004229 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004230 "test/cpp/qps/qps_worker.h",
4231 "test/cpp/qps/report.h",
4232 "test/cpp/qps/server.h",
4233 "test/cpp/qps/stats.h",
4234 "test/cpp/qps/timer.h",
vjpai0cc13412015-10-19 12:21:45 -07004235 "test/cpp/util/benchmark_config.h",
vjpaiaa391922015-11-02 14:46:04 -08004236 "test/proto/benchmarks/control.grpc.pb.h",
4237 "test/proto/benchmarks/control.pb.h",
vjpai780a7f22015-11-04 00:19:09 -08004238 "test/proto/benchmarks/payloads.grpc.pb.h",
4239 "test/proto/benchmarks/payloads.pb.h",
vjpaiaa391922015-11-02 14:46:04 -08004240 "test/proto/benchmarks/services.grpc.pb.h",
4241 "test/proto/benchmarks/services.pb.h",
4242 "test/proto/benchmarks/stats.grpc.pb.h",
4243 "test/proto/benchmarks/stats.pb.h",
vjpai52bfb252015-10-21 07:50:49 -07004244 "test/proto/messages.grpc.pb.h",
vjpaiaa391922015-11-02 14:46:04 -08004245 "test/proto/messages.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004246 ],
4247 "language": "c++",
4248 "name": "qps",
4249 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004250 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004251 "test/cpp/qps/client_async.cc",
4252 "test/cpp/qps/client_sync.cc",
4253 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004254 "test/cpp/qps/driver.h",
4255 "test/cpp/qps/histogram.h",
4256 "test/cpp/qps/interarrival.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07004257 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004258 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004259 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004260 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004261 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004262 "test/cpp/qps/report.h",
4263 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004264 "test/cpp/qps/server_async.cc",
4265 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004266 "test/cpp/qps/stats.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004267 "test/cpp/qps/timer.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004268 "test/cpp/qps/timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004269 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004270 "test/cpp/util/benchmark_config.h"
4271 ]
4272 },
4273 {
4274 "deps": [
4275 "gpr",
4276 "grpc"
4277 ],
4278 "headers": [],
4279 "language": "csharp",
4280 "name": "grpc_csharp_ext",
4281 "src": [
4282 "src/csharp/ext/grpc_csharp_ext.c"
4283 ]
4284 },
4285 {
4286 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004287 "end2end_certs",
Craig Tiller224b04f2015-06-25 07:11:18 -07004288 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004289 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004290 "grpc",
4291 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004292 ],
4293 "headers": [
4294 "test/core/end2end/end2end_tests.h"
4295 ],
4296 "language": "c",
Craig Tillerc586f4e2015-12-10 10:26:05 -08004297 "name": "end2end_fixture_h2_census",
4298 "src": [
4299 "test/core/end2end/end2end_tests.h",
4300 "test/core/end2end/fixtures/h2_census.c"
4301 ]
4302 },
4303 {
4304 "deps": [
4305 "end2end_certs",
4306 "gpr",
4307 "gpr_test_util",
4308 "grpc",
4309 "grpc_test_util"
4310 ],
4311 "headers": [
4312 "test/core/end2end/end2end_tests.h"
4313 ],
4314 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004315 "name": "end2end_fixture_h2_compress",
Craig Tillerf75fc122015-06-25 06:58:00 -07004316 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004317 "test/core/end2end/end2end_tests.h",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004318 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller17effab2015-08-04 08:19:36 -07004319 ]
4320 },
4321 {
4322 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004323 "end2end_certs",
Craig Tiller224b04f2015-06-25 07:11:18 -07004324 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004325 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004326 "grpc",
4327 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004328 ],
4329 "headers": [
4330 "test/core/end2end/end2end_tests.h"
4331 ],
4332 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004333 "name": "end2end_fixture_h2_fakesec",
Craig Tillerf75fc122015-06-25 06:58:00 -07004334 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004335 "test/core/end2end/end2end_tests.h",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004336 "test/core/end2end/fixtures/h2_fakesec.c"
4337 ]
4338 },
4339 {
4340 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004341 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004342 "gpr",
4343 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004344 "grpc",
4345 "grpc_test_util"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004346 ],
4347 "headers": [
4348 "test/core/end2end/end2end_tests.h"
4349 ],
4350 "language": "c",
4351 "name": "end2end_fixture_h2_full",
4352 "src": [
4353 "test/core/end2end/end2end_tests.h",
4354 "test/core/end2end/fixtures/h2_full.c"
4355 ]
4356 },
4357 {
4358 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004359 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004360 "gpr",
4361 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004362 "grpc",
4363 "grpc_test_util"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004364 ],
4365 "headers": [
4366 "test/core/end2end/end2end_tests.h"
4367 ],
4368 "language": "c",
Craig Tillerf218c8b2015-12-10 14:57:56 -08004369 "name": "end2end_fixture_h2_full+pipe",
4370 "src": [
4371 "test/core/end2end/end2end_tests.h",
4372 "test/core/end2end/fixtures/h2_full+pipe.c"
4373 ]
4374 },
4375 {
4376 "deps": [
4377 "end2end_certs",
4378 "gpr",
4379 "gpr_test_util",
4380 "grpc",
4381 "grpc_test_util"
4382 ],
4383 "headers": [
4384 "test/core/end2end/end2end_tests.h"
4385 ],
4386 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004387 "name": "end2end_fixture_h2_full+poll",
4388 "src": [
4389 "test/core/end2end/end2end_tests.h",
4390 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07004391 ]
4392 },
4393 {
4394 "deps": [
4395 "end2end_certs",
Craig Tiller224b04f2015-06-25 07:11:18 -07004396 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004397 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004398 "grpc",
4399 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004400 ],
4401 "headers": [
4402 "test/core/end2end/end2end_tests.h"
4403 ],
4404 "language": "c",
Craig Tillerf218c8b2015-12-10 14:57:56 -08004405 "name": "end2end_fixture_h2_full+poll+pipe",
4406 "src": [
4407 "test/core/end2end/end2end_tests.h",
4408 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
4409 ]
4410 },
4411 {
4412 "deps": [
4413 "end2end_certs",
4414 "gpr",
4415 "gpr_test_util",
4416 "grpc",
4417 "grpc_test_util"
4418 ],
4419 "headers": [
4420 "test/core/end2end/end2end_tests.h"
4421 ],
4422 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004423 "name": "end2end_fixture_h2_oauth2",
Craig Tillerf75fc122015-06-25 06:58:00 -07004424 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004425 "test/core/end2end/end2end_tests.h",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004426 "test/core/end2end/fixtures/h2_oauth2.c"
4427 ]
4428 },
4429 {
4430 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004431 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004432 "gpr",
4433 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004434 "grpc",
4435 "grpc_test_util"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004436 ],
4437 "headers": [
4438 "test/core/end2end/end2end_tests.h"
4439 ],
4440 "language": "c",
4441 "name": "end2end_fixture_h2_proxy",
4442 "src": [
4443 "test/core/end2end/end2end_tests.h",
4444 "test/core/end2end/fixtures/h2_proxy.c"
4445 ]
4446 },
4447 {
4448 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004449 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004450 "gpr",
4451 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004452 "grpc",
4453 "grpc_test_util"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004454 ],
4455 "headers": [
4456 "test/core/end2end/end2end_tests.h"
4457 ],
4458 "language": "c",
4459 "name": "end2end_fixture_h2_sockpair",
4460 "src": [
4461 "test/core/end2end/end2end_tests.h",
4462 "test/core/end2end/fixtures/h2_sockpair.c"
4463 ]
4464 },
4465 {
4466 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004467 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004468 "gpr",
4469 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004470 "grpc",
4471 "grpc_test_util"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004472 ],
4473 "headers": [
4474 "test/core/end2end/end2end_tests.h"
4475 ],
4476 "language": "c",
4477 "name": "end2end_fixture_h2_sockpair+trace",
4478 "src": [
4479 "test/core/end2end/end2end_tests.h",
4480 "test/core/end2end/fixtures/h2_sockpair+trace.c"
4481 ]
4482 },
4483 {
4484 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004485 "end2end_certs",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004486 "gpr",
4487 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004488 "grpc",
4489 "grpc_test_util"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004490 ],
4491 "headers": [
4492 "test/core/end2end/end2end_tests.h"
4493 ],
4494 "language": "c",
4495 "name": "end2end_fixture_h2_sockpair_1byte",
4496 "src": [
4497 "test/core/end2end/end2end_tests.h",
4498 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07004499 ]
4500 },
4501 {
4502 "deps": [
4503 "end2end_certs",
Craig Tiller224b04f2015-06-25 07:11:18 -07004504 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004505 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004506 "grpc",
4507 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004508 ],
4509 "headers": [
4510 "test/core/end2end/end2end_tests.h"
4511 ],
4512 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004513 "name": "end2end_fixture_h2_ssl",
Craig Tiller17effab2015-08-04 08:19:36 -07004514 "src": [
4515 "test/core/end2end/end2end_tests.h",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004516 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller17effab2015-08-04 08:19:36 -07004517 ]
4518 },
4519 {
4520 "deps": [
4521 "end2end_certs",
4522 "gpr",
4523 "gpr_test_util",
4524 "grpc",
4525 "grpc_test_util"
4526 ],
4527 "headers": [
4528 "test/core/end2end/end2end_tests.h"
4529 ],
4530 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004531 "name": "end2end_fixture_h2_ssl+poll",
Craig Tillerf75fc122015-06-25 06:58:00 -07004532 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004533 "test/core/end2end/end2end_tests.h",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004534 "test/core/end2end/fixtures/h2_ssl+poll.c"
4535 ]
4536 },
4537 {
4538 "deps": [
4539 "end2end_certs",
4540 "gpr",
4541 "gpr_test_util",
4542 "grpc",
4543 "grpc_test_util"
4544 ],
4545 "headers": [
4546 "test/core/end2end/end2end_tests.h"
4547 ],
4548 "language": "c",
4549 "name": "end2end_fixture_h2_ssl_proxy",
4550 "src": [
4551 "test/core/end2end/end2end_tests.h",
4552 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07004553 ]
4554 },
4555 {
4556 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004557 "end2end_certs",
Craig Tiller224b04f2015-06-25 07:11:18 -07004558 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004559 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004560 "grpc",
4561 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004562 ],
4563 "headers": [
4564 "test/core/end2end/end2end_tests.h"
4565 ],
4566 "language": "c",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004567 "name": "end2end_fixture_h2_uchannel",
4568 "src": [
4569 "test/core/end2end/end2end_tests.h",
4570 "test/core/end2end/fixtures/h2_uchannel.c"
4571 ]
4572 },
4573 {
4574 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004575 "end2end_certs",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004576 "gpr",
4577 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004578 "grpc",
4579 "grpc_test_util"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004580 ],
4581 "headers": [
4582 "test/core/end2end/end2end_tests.h"
4583 ],
4584 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004585 "name": "end2end_fixture_h2_uds",
Craig Tillerf75fc122015-06-25 06:58:00 -07004586 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004587 "test/core/end2end/end2end_tests.h",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004588 "test/core/end2end/fixtures/h2_uds.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07004589 ]
4590 },
4591 {
4592 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004593 "end2end_certs",
Craig Tiller224b04f2015-06-25 07:11:18 -07004594 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004595 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004596 "grpc",
4597 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004598 ],
4599 "headers": [
4600 "test/core/end2end/end2end_tests.h"
4601 ],
4602 "language": "c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004603 "name": "end2end_fixture_h2_uds+poll",
Craig Tillerf75fc122015-06-25 06:58:00 -07004604 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004605 "test/core/end2end/end2end_tests.h",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004606 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07004607 ]
4608 },
4609 {
4610 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004611 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004612 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004613 "grpc_test_util_unsecure",
4614 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004615 ],
4616 "headers": [
Craig Tiller917c29e2015-12-02 11:03:19 -08004617 "test/core/end2end/end2end_tests.h"
4618 ],
4619 "language": "c",
Craig Tillerc586f4e2015-12-10 10:26:05 -08004620 "name": "end2end_nosec_fixture_h2_census",
4621 "src": [
4622 "test/core/end2end/end2end_tests.h",
4623 "test/core/end2end/fixtures/h2_census.c"
4624 ]
4625 },
4626 {
4627 "deps": [
4628 "gpr",
4629 "gpr_test_util",
4630 "grpc_test_util_unsecure",
4631 "grpc_unsecure"
4632 ],
4633 "headers": [
4634 "test/core/end2end/end2end_tests.h"
4635 ],
4636 "language": "c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004637 "name": "end2end_nosec_fixture_h2_compress",
4638 "src": [
4639 "test/core/end2end/end2end_tests.h",
4640 "test/core/end2end/fixtures/h2_compress.c"
4641 ]
4642 },
4643 {
4644 "deps": [
4645 "gpr",
4646 "gpr_test_util",
4647 "grpc_test_util_unsecure",
4648 "grpc_unsecure"
4649 ],
4650 "headers": [
4651 "test/core/end2end/end2end_tests.h"
4652 ],
4653 "language": "c",
4654 "name": "end2end_nosec_fixture_h2_full",
4655 "src": [
4656 "test/core/end2end/end2end_tests.h",
4657 "test/core/end2end/fixtures/h2_full.c"
4658 ]
4659 },
4660 {
4661 "deps": [
4662 "gpr",
4663 "gpr_test_util",
4664 "grpc_test_util_unsecure",
4665 "grpc_unsecure"
4666 ],
4667 "headers": [
4668 "test/core/end2end/end2end_tests.h"
4669 ],
4670 "language": "c",
Craig Tillerf218c8b2015-12-10 14:57:56 -08004671 "name": "end2end_nosec_fixture_h2_full+pipe",
4672 "src": [
4673 "test/core/end2end/end2end_tests.h",
4674 "test/core/end2end/fixtures/h2_full+pipe.c"
4675 ]
4676 },
4677 {
4678 "deps": [
4679 "gpr",
4680 "gpr_test_util",
4681 "grpc_test_util_unsecure",
4682 "grpc_unsecure"
4683 ],
4684 "headers": [
4685 "test/core/end2end/end2end_tests.h"
4686 ],
4687 "language": "c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004688 "name": "end2end_nosec_fixture_h2_full+poll",
4689 "src": [
4690 "test/core/end2end/end2end_tests.h",
4691 "test/core/end2end/fixtures/h2_full+poll.c"
4692 ]
4693 },
4694 {
4695 "deps": [
4696 "gpr",
4697 "gpr_test_util",
4698 "grpc_test_util_unsecure",
4699 "grpc_unsecure"
4700 ],
4701 "headers": [
4702 "test/core/end2end/end2end_tests.h"
4703 ],
4704 "language": "c",
Craig Tillerf218c8b2015-12-10 14:57:56 -08004705 "name": "end2end_nosec_fixture_h2_full+poll+pipe",
4706 "src": [
4707 "test/core/end2end/end2end_tests.h",
4708 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
4709 ]
4710 },
4711 {
4712 "deps": [
4713 "gpr",
4714 "gpr_test_util",
4715 "grpc_test_util_unsecure",
4716 "grpc_unsecure"
4717 ],
4718 "headers": [
4719 "test/core/end2end/end2end_tests.h"
4720 ],
4721 "language": "c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004722 "name": "end2end_nosec_fixture_h2_proxy",
4723 "src": [
4724 "test/core/end2end/end2end_tests.h",
4725 "test/core/end2end/fixtures/h2_proxy.c"
4726 ]
4727 },
4728 {
4729 "deps": [
4730 "gpr",
4731 "gpr_test_util",
4732 "grpc_test_util_unsecure",
4733 "grpc_unsecure"
4734 ],
4735 "headers": [
4736 "test/core/end2end/end2end_tests.h"
4737 ],
4738 "language": "c",
4739 "name": "end2end_nosec_fixture_h2_sockpair",
4740 "src": [
4741 "test/core/end2end/end2end_tests.h",
4742 "test/core/end2end/fixtures/h2_sockpair.c"
4743 ]
4744 },
4745 {
4746 "deps": [
4747 "gpr",
4748 "gpr_test_util",
4749 "grpc_test_util_unsecure",
4750 "grpc_unsecure"
4751 ],
4752 "headers": [
4753 "test/core/end2end/end2end_tests.h"
4754 ],
4755 "language": "c",
4756 "name": "end2end_nosec_fixture_h2_sockpair+trace",
4757 "src": [
4758 "test/core/end2end/end2end_tests.h",
4759 "test/core/end2end/fixtures/h2_sockpair+trace.c"
4760 ]
4761 },
4762 {
4763 "deps": [
4764 "gpr",
4765 "gpr_test_util",
4766 "grpc_test_util_unsecure",
4767 "grpc_unsecure"
4768 ],
4769 "headers": [
4770 "test/core/end2end/end2end_tests.h"
4771 ],
4772 "language": "c",
4773 "name": "end2end_nosec_fixture_h2_sockpair_1byte",
4774 "src": [
4775 "test/core/end2end/end2end_tests.h",
4776 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
4777 ]
4778 },
4779 {
4780 "deps": [
4781 "gpr",
4782 "gpr_test_util",
4783 "grpc_test_util_unsecure",
4784 "grpc_unsecure"
4785 ],
4786 "headers": [
4787 "test/core/end2end/end2end_tests.h"
4788 ],
4789 "language": "c",
4790 "name": "end2end_nosec_fixture_h2_uchannel",
4791 "src": [
4792 "test/core/end2end/end2end_tests.h",
4793 "test/core/end2end/fixtures/h2_uchannel.c"
4794 ]
4795 },
4796 {
4797 "deps": [
4798 "gpr",
4799 "gpr_test_util",
4800 "grpc_test_util_unsecure",
4801 "grpc_unsecure"
4802 ],
4803 "headers": [
4804 "test/core/end2end/end2end_tests.h"
4805 ],
4806 "language": "c",
4807 "name": "end2end_nosec_fixture_h2_uds",
4808 "src": [
4809 "test/core/end2end/end2end_tests.h",
4810 "test/core/end2end/fixtures/h2_uds.c"
4811 ]
4812 },
4813 {
4814 "deps": [
4815 "gpr",
4816 "gpr_test_util",
4817 "grpc_test_util_unsecure",
4818 "grpc_unsecure"
4819 ],
4820 "headers": [
4821 "test/core/end2end/end2end_tests.h"
4822 ],
4823 "language": "c",
4824 "name": "end2end_nosec_fixture_h2_uds+poll",
4825 "src": [
4826 "test/core/end2end/end2end_tests.h",
4827 "test/core/end2end/fixtures/h2_uds+poll.c"
4828 ]
4829 },
4830 {
4831 "deps": [
4832 "end2end_certs",
4833 "gpr",
4834 "gpr_test_util",
4835 "grpc",
4836 "grpc_test_util"
4837 ],
4838 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004839 "test/core/end2end/end2end_tests.h",
4840 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004841 ],
4842 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004843 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07004844 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004845 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004846 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004847 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004848 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004849 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004850 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004851 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004852 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004853 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004854 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004855 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004856 "test/core/end2end/tests/cancel_with_status.c",
4857 "test/core/end2end/tests/channel_connectivity.c",
4858 "test/core/end2end/tests/channel_ping.c",
4859 "test/core/end2end/tests/compressed_payload.c",
4860 "test/core/end2end/tests/default_host.c",
4861 "test/core/end2end/tests/disappearing_server.c",
4862 "test/core/end2end/tests/empty_batch.c",
4863 "test/core/end2end/tests/graceful_server_shutdown.c",
4864 "test/core/end2end/tests/high_initial_seqno.c",
4865 "test/core/end2end/tests/hpack_size.c",
4866 "test/core/end2end/tests/invoke_large_request.c",
4867 "test/core/end2end/tests/large_metadata.c",
4868 "test/core/end2end/tests/max_concurrent_streams.c",
4869 "test/core/end2end/tests/max_message_length.c",
4870 "test/core/end2end/tests/metadata.c",
4871 "test/core/end2end/tests/negative_deadline.c",
4872 "test/core/end2end/tests/no_op.c",
4873 "test/core/end2end/tests/payload.c",
4874 "test/core/end2end/tests/ping_pong_streaming.c",
4875 "test/core/end2end/tests/registered_call.c",
4876 "test/core/end2end/tests/request_with_flags.c",
4877 "test/core/end2end/tests/request_with_payload.c",
4878 "test/core/end2end/tests/server_finishes_request.c",
4879 "test/core/end2end/tests/shutdown_finishes_calls.c",
4880 "test/core/end2end/tests/shutdown_finishes_tags.c",
4881 "test/core/end2end/tests/simple_delayed_request.c",
4882 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004883 "test/core/end2end/tests/trailing_metadata.c"
4884 ]
4885 },
4886 {
4887 "deps": [
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004888 "gpr",
4889 "gpr_test_util",
4890 "grpc_test_util_unsecure",
4891 "grpc_unsecure"
4892 ],
4893 "headers": [
4894 "test/core/end2end/end2end_tests.h",
4895 "test/core/end2end/tests/cancel_test_helpers.h"
4896 ],
4897 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004898 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08004899 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004900 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004901 "test/core/end2end/end2end_tests.h",
4902 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08004903 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004904 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004905 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004906 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004907 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004908 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08004909 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004910 "test/core/end2end/tests/cancel_with_status.c",
4911 "test/core/end2end/tests/channel_connectivity.c",
4912 "test/core/end2end/tests/channel_ping.c",
4913 "test/core/end2end/tests/compressed_payload.c",
4914 "test/core/end2end/tests/default_host.c",
4915 "test/core/end2end/tests/disappearing_server.c",
4916 "test/core/end2end/tests/empty_batch.c",
4917 "test/core/end2end/tests/graceful_server_shutdown.c",
4918 "test/core/end2end/tests/high_initial_seqno.c",
4919 "test/core/end2end/tests/hpack_size.c",
4920 "test/core/end2end/tests/invoke_large_request.c",
4921 "test/core/end2end/tests/large_metadata.c",
4922 "test/core/end2end/tests/max_concurrent_streams.c",
4923 "test/core/end2end/tests/max_message_length.c",
4924 "test/core/end2end/tests/metadata.c",
4925 "test/core/end2end/tests/negative_deadline.c",
4926 "test/core/end2end/tests/no_op.c",
4927 "test/core/end2end/tests/payload.c",
4928 "test/core/end2end/tests/ping_pong_streaming.c",
4929 "test/core/end2end/tests/registered_call.c",
4930 "test/core/end2end/tests/request_with_flags.c",
4931 "test/core/end2end/tests/request_with_payload.c",
4932 "test/core/end2end/tests/server_finishes_request.c",
4933 "test/core/end2end/tests/shutdown_finishes_calls.c",
4934 "test/core/end2end/tests/shutdown_finishes_tags.c",
4935 "test/core/end2end/tests/simple_delayed_request.c",
4936 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07004937 "test/core/end2end/tests/trailing_metadata.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07004938 ]
4939 },
4940 {
4941 "deps": [],
4942 "headers": [],
4943 "language": "c",
4944 "name": "end2end_certs",
4945 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004946 "test/core/end2end/data/server1_cert.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004947 "test/core/end2end/data/server1_key.c",
4948 "test/core/end2end/data/test_root_cert.c"
Craig Tillerf75fc122015-06-25 06:58:00 -07004949 ]
4950 },
4951 {
4952 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004953 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004954 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004955 "grpc_test_util_unsecure",
4956 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004957 ],
4958 "headers": [
4959 "test/core/bad_client/bad_client.h"
4960 ],
4961 "language": "c",
4962 "name": "bad_client_test",
4963 "src": [
4964 "test/core/bad_client/bad_client.c",
4965 "test/core/bad_client/bad_client.h"
4966 ]
Craig Tillerabd20f32015-12-13 11:48:59 -08004967 },
4968 {
4969 "deps": [
4970 "gpr",
4971 "gpr_test_util",
4972 "grpc",
4973 "grpc_test_util"
4974 ],
4975 "headers": [
4976 "test/core/bad_ssl/server.h"
4977 ],
4978 "language": "c",
4979 "name": "bad_ssl_test_server",
4980 "src": [
4981 "test/core/bad_ssl/server.c",
4982 "test/core/bad_ssl/server.h"
4983 ]
Craig Tillerf75fc122015-06-25 06:58:00 -07004984 }
4985]