blob: cdbc254f4306a08f6102411d9c4fdba9d4cc51fc [file] [log] [blame]
Craig Tillerf75fc122015-06-25 06:58:00 -07001
2
3[
4 {
5 "deps": [
Craig Tiller1298afd2016-02-09 12:29:17 -08006 "gpr",
7 "gpr_test_util",
David Garcia Quintas48ec8062015-12-11 14:04:59 -08008 "grpc",
9 "grpc_test_util"
10 ],
11 "headers": [],
12 "language": "c",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010013 "name": "alarm_test",
14 "src": [
15 "test/core/surface/alarm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080016 ],
17 "third_party": false,
18 "type": "target"
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010019 },
20 {
21 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080022 "gpr",
23 "gpr_test_util",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010024 "grpc",
25 "grpc_test_util"
26 ],
27 "headers": [],
28 "language": "c",
David Garcia Quintas48ec8062015-12-11 14:04:59 -080029 "name": "algorithm_test",
30 "src": [
31 "test/core/compression/algorithm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080032 ],
33 "third_party": false,
34 "type": "target"
David Garcia Quintas48ec8062015-12-11 14:04:59 -080035 },
36 {
37 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080038 "gpr",
39 "gpr_test_util"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080040 ],
41 "headers": [],
42 "language": "c",
43 "name": "alloc_test",
44 "src": [
45 "test/core/support/alloc_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080046 ],
47 "third_party": false,
48 "type": "target"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080049 },
50 {
51 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080052 "gpr",
53 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070054 "grpc",
55 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070056 ],
57 "headers": [],
58 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -070059 "name": "alpn_test",
60 "src": [
61 "test/core/transport/chttp2/alpn_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080062 ],
63 "third_party": false,
64 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -070065 },
66 {
67 "deps": [
Craig Tillerfc98f922016-04-13 08:45:06 -070068 "gpr",
69 "gpr_test_util",
70 "grpc",
71 "grpc_test_util"
72 ],
73 "headers": [],
74 "language": "c",
75 "name": "api_fuzzer",
76 "src": [
77 "test/core/end2end/fuzzers/api_fuzzer.c"
78 ],
79 "third_party": false,
80 "type": "target"
81 },
82 {
83 "deps": [
Yuchen Zeng955a3642016-06-17 13:48:03 -070084 "gpr",
85 "gpr_test_util",
86 "grpc",
87 "grpc_test_util",
88 "test_tcp_server"
89 ],
90 "headers": [],
91 "language": "c",
92 "name": "bad_server_response_test",
93 "src": [
94 "test/core/end2end/bad_server_response_test.c"
95 ],
96 "third_party": false,
97 "type": "target"
98 },
99 {
100 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -0700101 "grpc",
102 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700103 ],
104 "headers": [],
105 "language": "c",
Yuchen Zengd982bba2016-05-12 18:53:52 -0700106 "name": "bin_decoder_test",
107 "src": [
108 "test/core/transport/chttp2/bin_decoder_test.c"
109 ],
110 "third_party": false,
111 "type": "target"
112 },
113 {
114 "deps": [
115 "grpc",
116 "grpc_test_util"
117 ],
118 "headers": [],
119 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700120 "name": "bin_encoder_test",
121 "src": [
122 "test/core/transport/chttp2/bin_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800123 ],
124 "third_party": false,
125 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700126 },
127 {
128 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800129 "gpr",
130 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700131 "grpc",
132 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700133 ],
134 "headers": [],
135 "language": "c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800136 "name": "census_context_test",
137 "src": [
138 "test/core/census/context_test.c"
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800139 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800140 "third_party": false,
141 "type": "target"
Alistair Veitch85afe712016-02-02 17:58:15 -0800142 },
143 {
144 "deps": [
Alistair Veitch749250f2016-02-11 09:23:20 -0800145 "gpr",
146 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -0700147 "grpc",
148 "grpc_test_util"
149 ],
150 "headers": [],
151 "language": "c",
yang-gc0ed5092015-12-09 08:48:08 -0800152 "name": "channel_create_test",
153 "src": [
154 "test/core/surface/channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800155 ],
156 "third_party": false,
157 "type": "target"
yang-gc0ed5092015-12-09 08:48:08 -0800158 },
159 {
160 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800161 "gpr",
162 "gpr_test_util",
yang-gc0ed5092015-12-09 08:48:08 -0800163 "grpc",
164 "grpc_test_util"
165 ],
166 "headers": [],
167 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800168 "name": "chttp2_hpack_encoder_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700169 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800170 "test/core/transport/chttp2/hpack_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800171 ],
172 "third_party": false,
173 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700174 },
175 {
176 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800177 "gpr",
178 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700179 "grpc",
180 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700181 ],
182 "headers": [],
183 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800184 "name": "chttp2_status_conversion_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700185 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800186 "test/core/transport/chttp2/status_conversion_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800187 ],
188 "third_party": false,
189 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700190 },
191 {
192 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800193 "gpr",
194 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700195 "grpc",
196 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700197 ],
198 "headers": [],
199 "language": "c",
200 "name": "chttp2_stream_map_test",
201 "src": [
202 "test/core/transport/chttp2/stream_map_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800203 ],
204 "third_party": false,
205 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700206 },
207 {
208 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800209 "gpr",
210 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700211 "grpc",
212 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700213 ],
214 "headers": [],
215 "language": "c",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800216 "name": "chttp2_varint_test",
217 "src": [
218 "test/core/transport/chttp2/varint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800219 ],
220 "third_party": false,
221 "type": "target"
Craig Tiller8ab91b22015-12-07 11:28:51 -0800222 },
223 {
224 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800225 "gpr",
226 "gpr_test_util",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800227 "grpc",
228 "grpc_test_util"
229 ],
230 "headers": [],
231 "language": "c",
Craig Tiller845516e2016-04-11 20:49:20 -0700232 "name": "client_fuzzer",
233 "src": [
234 "test/core/end2end/fuzzers/client_fuzzer.c"
235 ],
236 "third_party": false,
237 "type": "target"
238 },
239 {
240 "deps": [
241 "gpr",
242 "gpr_test_util",
243 "grpc",
244 "grpc_test_util"
245 ],
246 "headers": [],
247 "language": "c",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700248 "name": "compression_test",
249 "src": [
250 "test/core/compression/compression_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800251 ],
252 "third_party": false,
253 "type": "target"
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700254 },
255 {
256 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800257 "gpr",
258 "gpr_test_util",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700259 "grpc",
260 "grpc_test_util"
261 ],
262 "headers": [],
263 "language": "c",
Craig Tiller57e27432016-03-11 16:53:58 -0800264 "name": "concurrent_connectivity_test",
265 "src": [
266 "test/core/surface/concurrent_connectivity_test.c"
267 ],
268 "third_party": false,
269 "type": "target"
270 },
271 {
272 "deps": [
273 "gpr",
274 "gpr_test_util",
275 "grpc",
276 "grpc_test_util"
277 ],
278 "headers": [],
279 "language": "c",
Craig Tillere91ef682016-03-11 08:59:17 -0800280 "name": "dns_resolver_connectivity_test",
281 "src": [
282 "test/core/client_config/resolvers/dns_resolver_connectivity_test.c"
283 ],
284 "third_party": false,
285 "type": "target"
286 },
287 {
288 "deps": [
289 "gpr",
290 "gpr_test_util",
291 "grpc",
292 "grpc_test_util"
293 ],
294 "headers": [],
295 "language": "c",
Craig Tiller147c4f42015-12-11 12:32:39 -0800296 "name": "dns_resolver_test",
297 "src": [
298 "test/core/client_config/resolvers/dns_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800299 ],
300 "third_party": false,
301 "type": "target"
Craig Tiller147c4f42015-12-11 12:32:39 -0800302 },
303 {
304 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800305 "gpr",
306 "gpr_test_util",
Craig Tiller147c4f42015-12-11 12:32:39 -0800307 "grpc",
308 "grpc_test_util"
309 ],
310 "headers": [],
311 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700312 "name": "dualstack_socket_test",
313 "src": [
314 "test/core/end2end/dualstack_socket_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800315 ],
316 "third_party": false,
317 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700318 },
319 {
320 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800321 "gpr",
322 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700323 "grpc",
324 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700325 ],
326 "headers": [],
327 "language": "c",
Craig Tillerae69ad12015-08-27 09:06:31 -0700328 "name": "endpoint_pair_test",
329 "src": [
330 "test/core/iomgr/endpoint_pair_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800331 ],
332 "third_party": false,
333 "type": "target"
Craig Tillerae69ad12015-08-27 09:06:31 -0700334 },
335 {
336 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800337 "gpr",
338 "gpr_test_util",
Craig Tillerae69ad12015-08-27 09:06:31 -0700339 "grpc",
340 "grpc_test_util"
341 ],
342 "headers": [],
343 "language": "c",
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -0700344 "name": "ev_epoll_linux_test",
345 "src": [
346 "test/core/iomgr/ev_epoll_linux_test.c"
347 ],
348 "third_party": false,
349 "type": "target"
350 },
351 {
352 "deps": [
353 "gpr",
354 "gpr_test_util",
355 "grpc",
356 "grpc_test_util"
357 ],
358 "headers": [],
359 "language": "c",
Craig Tilleree98d842015-06-29 08:45:55 -0700360 "name": "fd_conservation_posix_test",
361 "src": [
362 "test/core/iomgr/fd_conservation_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800363 ],
364 "third_party": false,
365 "type": "target"
Craig Tilleree98d842015-06-29 08:45:55 -0700366 },
367 {
368 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800369 "gpr",
370 "gpr_test_util",
Craig Tilleree98d842015-06-29 08:45:55 -0700371 "grpc",
372 "grpc_test_util"
373 ],
374 "headers": [],
375 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700376 "name": "fd_posix_test",
377 "src": [
378 "test/core/iomgr/fd_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800379 ],
380 "third_party": false,
381 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700382 },
383 {
384 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800385 "gpr",
386 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700387 "grpc",
388 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700389 ],
390 "headers": [],
391 "language": "c",
392 "name": "fling_client",
393 "src": [
394 "test/core/fling/client.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800395 ],
396 "third_party": false,
397 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700398 },
399 {
400 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800401 "gpr",
402 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700403 "grpc",
404 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700405 ],
406 "headers": [],
407 "language": "c",
408 "name": "fling_server",
409 "src": [
410 "test/core/fling/server.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800411 ],
412 "third_party": false,
413 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700414 },
415 {
416 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800417 "gpr",
418 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700419 "grpc",
420 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700421 ],
422 "headers": [],
423 "language": "c",
424 "name": "fling_stream_test",
425 "src": [
426 "test/core/fling/fling_stream_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800427 ],
428 "third_party": false,
429 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700430 },
431 {
432 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800433 "gpr",
434 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700435 "grpc",
436 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700437 ],
438 "headers": [],
439 "language": "c",
440 "name": "fling_test",
441 "src": [
442 "test/core/fling/fling_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800443 ],
444 "third_party": false,
445 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700446 },
447 {
448 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800449 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700450 "grpc"
451 ],
452 "headers": [],
453 "language": "c",
454 "name": "gen_hpack_tables",
455 "src": [
Craig Tillerfe8592e2015-06-25 07:00:18 -0700456 "tools/codegen/core/gen_hpack_tables.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800457 ],
458 "third_party": false,
459 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700460 },
461 {
Craig Tiller11a28c72015-08-24 07:54:34 -0700462 "deps": [],
Craig Tiller49772e02015-08-21 08:08:37 -0700463 "headers": [],
464 "language": "c",
465 "name": "gen_legal_metadata_characters",
466 "src": [
467 "tools/codegen/core/gen_legal_metadata_characters.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800468 ],
469 "third_party": false,
470 "type": "target"
Craig Tiller49772e02015-08-21 08:08:37 -0700471 },
472 {
Craig Tillerf75fc122015-06-25 06:58:00 -0700473 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800474 "gpr",
Craig Tiller1b719582016-03-24 09:06:13 -0700475 "gpr_test_util",
476 "grpc",
477 "grpc_test_util"
478 ],
479 "headers": [],
480 "language": "c",
481 "name": "goaway_server_test",
482 "src": [
483 "test/core/end2end/goaway_server_test.c"
484 ],
485 "third_party": false,
486 "type": "target"
487 },
488 {
489 "deps": [
490 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -0800491 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700492 ],
493 "headers": [],
494 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800495 "name": "gpr_avl_test",
496 "src": [
497 "test/core/support/avl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800498 ],
499 "third_party": false,
500 "type": "target"
Craig Tillerfba79f22015-11-23 11:06:55 -0800501 },
502 {
503 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800504 "gpr",
505 "gpr_test_util"
Craig Tillerfba79f22015-11-23 11:06:55 -0800506 ],
507 "headers": [],
508 "language": "c",
Craig Tillerc72cc422016-03-11 10:54:36 -0800509 "name": "gpr_backoff_test",
510 "src": [
511 "test/core/support/backoff_test.c"
512 ],
513 "third_party": false,
514 "type": "target"
515 },
516 {
517 "deps": [
518 "gpr",
519 "gpr_test_util"
520 ],
521 "headers": [],
522 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700523 "name": "gpr_cmdline_test",
524 "src": [
525 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800526 ],
527 "third_party": false,
528 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700529 },
530 {
531 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800532 "gpr",
533 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700534 ],
535 "headers": [],
536 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700537 "name": "gpr_cpu_test",
538 "src": [
539 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800540 ],
541 "third_party": false,
542 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700543 },
544 {
545 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800546 "gpr",
547 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700548 ],
549 "headers": [],
550 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700551 "name": "gpr_env_test",
552 "src": [
553 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700554 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800555 "third_party": false,
556 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700557 },
558 {
559 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800560 "gpr",
561 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700562 ],
563 "headers": [],
564 "language": "c",
565 "name": "gpr_histogram_test",
566 "src": [
567 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800568 ],
569 "third_party": false,
570 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700571 },
572 {
573 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800574 "gpr",
575 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700576 ],
577 "headers": [],
578 "language": "c",
579 "name": "gpr_host_port_test",
580 "src": [
581 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800582 ],
583 "third_party": false,
584 "type": "target"
585 },
586 {
587 "deps": [
588 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -0800589 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700590 ],
591 "headers": [],
592 "language": "c",
593 "name": "gpr_log_test",
594 "src": [
595 "test/core/support/log_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800596 ],
597 "third_party": false,
598 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700599 },
600 {
601 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800602 "gpr",
603 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700604 ],
605 "headers": [],
606 "language": "c",
607 "name": "gpr_slice_buffer_test",
608 "src": [
609 "test/core/support/slice_buffer_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800610 ],
611 "third_party": false,
612 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700613 },
614 {
615 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800616 "gpr",
617 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700618 ],
619 "headers": [],
620 "language": "c",
621 "name": "gpr_slice_test",
622 "src": [
623 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800624 ],
625 "third_party": false,
626 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700627 },
628 {
629 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800630 "gpr",
631 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700632 ],
633 "headers": [],
634 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700635 "name": "gpr_stack_lockfree_test",
636 "src": [
637 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800638 ],
639 "third_party": false,
640 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700641 },
642 {
643 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800644 "gpr",
645 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700646 ],
647 "headers": [],
648 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700649 "name": "gpr_string_test",
650 "src": [
651 "test/core/support/string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800652 ],
653 "third_party": false,
654 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700655 },
656 {
657 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800658 "gpr",
659 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700660 ],
661 "headers": [],
662 "language": "c",
663 "name": "gpr_sync_test",
664 "src": [
665 "test/core/support/sync_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800666 ],
667 "third_party": false,
668 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700669 },
670 {
671 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800672 "gpr",
673 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700674 ],
675 "headers": [],
676 "language": "c",
677 "name": "gpr_thd_test",
678 "src": [
679 "test/core/support/thd_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800680 ],
681 "third_party": false,
682 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700683 },
684 {
685 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800686 "gpr",
687 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700688 ],
689 "headers": [],
690 "language": "c",
691 "name": "gpr_time_test",
692 "src": [
693 "test/core/support/time_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800694 ],
695 "third_party": false,
696 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700697 },
698 {
699 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800700 "gpr",
701 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700702 ],
703 "headers": [],
704 "language": "c",
705 "name": "gpr_tls_test",
706 "src": [
707 "test/core/support/tls_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800708 ],
709 "third_party": false,
710 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700711 },
712 {
713 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800714 "gpr",
715 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700716 ],
717 "headers": [],
718 "language": "c",
719 "name": "gpr_useful_test",
720 "src": [
721 "test/core/support/useful_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800722 ],
723 "third_party": false,
724 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700725 },
726 {
727 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800728 "gpr",
729 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700730 "grpc",
731 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700732 ],
733 "headers": [],
734 "language": "c",
735 "name": "grpc_auth_context_test",
736 "src": [
737 "test/core/security/auth_context_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800738 ],
739 "third_party": false,
740 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700741 },
742 {
743 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800744 "gpr",
745 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700746 "grpc",
747 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700748 ],
749 "headers": [],
750 "language": "c",
Craig Tiller732a8752016-02-22 15:59:19 -0800751 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700752 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800753 "test/core/security/b64_test.c"
754 ],
755 "third_party": false,
756 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700757 },
758 {
759 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800760 "gpr",
761 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700762 "grpc",
763 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700764 ],
765 "headers": [],
766 "language": "c",
767 "name": "grpc_byte_buffer_reader_test",
768 "src": [
769 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800770 ],
771 "third_party": false,
772 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700773 },
774 {
775 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800776 "gpr",
777 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700778 "grpc",
779 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700780 ],
781 "headers": [],
782 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700783 "name": "grpc_channel_args_test",
784 "src": [
785 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800786 ],
787 "third_party": false,
788 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700789 },
790 {
791 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800792 "gpr",
793 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700794 "grpc",
795 "grpc_test_util"
796 ],
797 "headers": [],
798 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700799 "name": "grpc_channel_stack_test",
800 "src": [
801 "test/core/channel/channel_stack_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800802 ],
803 "third_party": false,
804 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700805 },
806 {
807 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800808 "gpr",
809 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700810 "grpc",
811 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700812 ],
813 "headers": [],
814 "language": "c",
815 "name": "grpc_completion_queue_test",
816 "src": [
817 "test/core/surface/completion_queue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800818 ],
819 "third_party": false,
820 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700821 },
822 {
823 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800824 "gpr",
Tamas Berghammerc82324f2016-06-22 13:23:27 +0100825 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -0700826 ],
827 "headers": [],
828 "language": "c",
829 "name": "grpc_create_jwt",
830 "src": [
831 "test/core/security/create_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800832 ],
833 "third_party": false,
834 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700835 },
836 {
837 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800838 "gpr",
839 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700840 "grpc",
841 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700842 ],
843 "headers": [],
844 "language": "c",
845 "name": "grpc_credentials_test",
846 "src": [
847 "test/core/security/credentials_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800848 ],
849 "third_party": false,
850 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700851 },
852 {
853 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800854 "gpr",
855 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700856 "grpc",
857 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700858 ],
859 "headers": [],
860 "language": "c",
861 "name": "grpc_fetch_oauth2",
862 "src": [
863 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800864 ],
865 "third_party": false,
866 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700867 },
868 {
869 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800870 "gpr",
871 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700872 "grpc",
873 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700874 ],
875 "headers": [],
876 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800877 "name": "grpc_invalid_channel_args_test",
878 "src": [
879 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800880 ],
881 "third_party": false,
882 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800883 },
884 {
885 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800886 "gpr",
887 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800888 "grpc",
889 "grpc_test_util"
890 ],
891 "headers": [],
892 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700893 "name": "grpc_json_token_test",
894 "src": [
895 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800896 ],
897 "third_party": false,
898 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700899 },
900 {
901 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800902 "gpr",
903 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700904 "grpc",
905 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700906 ],
907 "headers": [],
908 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200909 "name": "grpc_jwt_verifier_test",
910 "src": [
911 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800912 ],
913 "third_party": false,
914 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200915 },
916 {
917 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 "gpr",
Tamas Berghammerc82324f2016-06-22 13:23:27 +0100919 "grpc"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200920 ],
921 "headers": [],
922 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700923 "name": "grpc_print_google_default_creds_token",
924 "src": [
925 "test/core/security/print_google_default_creds_token.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800926 ],
927 "third_party": false,
928 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700929 },
930 {
931 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 "gpr",
933 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700934 "grpc",
935 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700936 ],
937 "headers": [],
938 "language": "c",
939 "name": "grpc_security_connector_test",
940 "src": [
941 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800942 ],
943 "third_party": false,
944 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700945 },
946 {
947 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800948 "gpr",
Tamas Berghammerc82324f2016-06-22 13:23:27 +0100949 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -0700950 ],
951 "headers": [],
952 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200953 "name": "grpc_verify_jwt",
954 "src": [
955 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800956 ],
957 "third_party": false,
958 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200959 },
960 {
961 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800962 "gpr",
963 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200964 "grpc",
965 "grpc_test_util"
966 ],
967 "headers": [],
968 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -0700969 "name": "hpack_parser_fuzzer_test",
970 "src": [
971 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c"
972 ],
973 "third_party": false,
974 "type": "target"
975 },
976 {
977 "deps": [
978 "gpr",
979 "gpr_test_util",
980 "grpc",
981 "grpc_test_util"
982 ],
983 "headers": [],
984 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700985 "name": "hpack_parser_test",
986 "src": [
987 "test/core/transport/chttp2/hpack_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800988 ],
989 "third_party": false,
990 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700991 },
992 {
993 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 "gpr",
995 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700996 "grpc",
997 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700998 ],
999 "headers": [],
1000 "language": "c",
1001 "name": "hpack_table_test",
1002 "src": [
1003 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001004 ],
1005 "third_party": false,
1006 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001007 },
1008 {
1009 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001010 "gpr",
1011 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001012 "grpc",
1013 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001014 ],
1015 "headers": [],
1016 "language": "c",
Craig Tillerf707d622016-05-06 14:26:12 -07001017 "name": "http_parser_test",
Craig Tiller21239742016-03-23 16:33:28 -07001018 "src": [
Craig Tillerf707d622016-05-06 14:26:12 -07001019 "test/core/http/parser_test.c"
Craig Tiller21239742016-03-23 16:33:28 -07001020 ],
1021 "third_party": false,
1022 "type": "target"
1023 },
1024 {
1025 "deps": [
1026 "gpr",
1027 "gpr_test_util",
1028 "grpc",
1029 "grpc_test_util"
1030 ],
1031 "headers": [],
1032 "language": "c",
Craig Tillerf707d622016-05-06 14:26:12 -07001033 "name": "http_request_fuzzer_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07001034 "src": [
Craig Tillerf707d622016-05-06 14:26:12 -07001035 "test/core/http/request_fuzzer.c"
1036 ],
1037 "third_party": false,
1038 "type": "target"
1039 },
1040 {
1041 "deps": [
1042 "gpr",
1043 "gpr_test_util",
1044 "grpc",
1045 "grpc_test_util"
1046 ],
1047 "headers": [],
1048 "language": "c",
1049 "name": "http_response_fuzzer_test",
1050 "src": [
1051 "test/core/http/response_fuzzer.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001052 ],
1053 "third_party": false,
1054 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001055 },
1056 {
1057 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001058 "gpr",
1059 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001060 "grpc",
1061 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001062 ],
1063 "headers": [],
1064 "language": "c",
Matthew Iselin1824f052016-02-10 12:16:06 +11001065 "name": "httpcli_format_request_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07001066 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001067 "test/core/http/format_request_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001068 ],
1069 "third_party": false,
1070 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001071 },
1072 {
1073 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001074 "gpr",
1075 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001076 "grpc",
1077 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001078 ],
1079 "headers": [],
1080 "language": "c",
1081 "name": "httpcli_test",
1082 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001083 "test/core/http/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001084 ],
1085 "third_party": false,
1086 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001087 },
1088 {
1089 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001090 "gpr",
1091 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -08001092 "grpc",
1093 "grpc_test_util"
1094 ],
1095 "headers": [],
1096 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -08001097 "name": "httpscli_test",
1098 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001099 "test/core/http/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001100 ],
1101 "third_party": false,
1102 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -08001103 },
1104 {
1105 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001106 "gpr",
1107 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -08001108 "grpc",
1109 "grpc_test_util"
1110 ],
1111 "headers": [],
1112 "language": "c",
yang-gf1183302015-12-07 16:02:05 -08001113 "name": "init_test",
1114 "src": [
1115 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001116 ],
1117 "third_party": false,
1118 "type": "target"
yang-gf1183302015-12-07 16:02:05 -08001119 },
1120 {
1121 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001122 "gpr",
1123 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -08001124 "grpc",
1125 "grpc_test_util"
1126 ],
1127 "headers": [],
1128 "language": "c",
Craig Tiller5cb79622016-03-15 14:46:54 -07001129 "name": "internal_api_canary_iomgr_test",
1130 "src": [
1131 "test/core/internal_api_canaries/iomgr.c"
1132 ],
1133 "third_party": false,
1134 "type": "target"
1135 },
1136 {
1137 "deps": [
1138 "gpr",
1139 "gpr_test_util",
1140 "grpc",
1141 "grpc_test_util"
1142 ],
1143 "headers": [],
1144 "language": "c",
1145 "name": "internal_api_canary_support_test",
1146 "src": [
1147 "test/core/internal_api_canaries/iomgr.c"
1148 ],
1149 "third_party": false,
1150 "type": "target"
1151 },
1152 {
1153 "deps": [
1154 "gpr",
1155 "gpr_test_util",
1156 "grpc",
1157 "grpc_test_util"
1158 ],
1159 "headers": [],
1160 "language": "c",
1161 "name": "internal_api_canary_transport_test",
1162 "src": [
1163 "test/core/internal_api_canaries/iomgr.c"
1164 ],
1165 "third_party": false,
1166 "type": "target"
1167 },
1168 {
1169 "deps": [
1170 "gpr",
1171 "gpr_test_util",
1172 "grpc",
1173 "grpc_test_util"
1174 ],
1175 "headers": [],
1176 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -08001177 "name": "invalid_call_argument_test",
1178 "src": [
1179 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001180 ],
1181 "third_party": false,
1182 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -08001183 },
1184 {
1185 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001186 "gpr",
Craig Tiller32173c52016-03-17 14:12:45 -07001187 "gpr_test_util",
1188 "grpc",
1189 "grpc_test_util"
1190 ],
1191 "headers": [],
1192 "language": "c",
1193 "name": "json_fuzzer_test",
1194 "src": [
1195 "test/core/json/fuzzer.c"
1196 ],
1197 "third_party": false,
1198 "type": "target"
1199 },
1200 {
1201 "deps": [
1202 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001203 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001204 ],
1205 "headers": [],
1206 "language": "c",
1207 "name": "json_rewrite",
1208 "src": [
1209 "test/core/json/json_rewrite.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001210 ],
1211 "third_party": false,
1212 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001213 },
1214 {
1215 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001216 "gpr",
1217 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001218 "grpc",
1219 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001220 ],
1221 "headers": [],
1222 "language": "c",
1223 "name": "json_rewrite_test",
1224 "src": [
1225 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001226 ],
1227 "third_party": false,
1228 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001229 },
1230 {
1231 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001232 "gpr",
1233 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001234 "grpc",
1235 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001236 ],
1237 "headers": [],
1238 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001239 "name": "json_stream_error_test",
1240 "src": [
1241 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001242 ],
1243 "third_party": false,
1244 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001245 },
1246 {
1247 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001248 "gpr",
1249 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001250 "grpc",
1251 "grpc_test_util"
1252 ],
1253 "headers": [],
1254 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001255 "name": "json_test",
1256 "src": [
1257 "test/core/json/json_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001258 ],
1259 "third_party": false,
1260 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001261 },
1262 {
1263 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001264 "gpr",
1265 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001266 "grpc",
1267 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001268 ],
1269 "headers": [],
1270 "language": "c",
1271 "name": "lame_client_test",
1272 "src": [
1273 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001274 ],
1275 "third_party": false,
1276 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001277 },
1278 {
1279 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 "gpr",
1281 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001282 "grpc",
1283 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001284 ],
1285 "headers": [],
1286 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001287 "name": "lb_policies_test",
1288 "src": [
1289 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001290 ],
1291 "third_party": false,
1292 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001293 },
1294 {
1295 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 "gpr",
1297 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001298 "grpc",
1299 "grpc_test_util"
1300 ],
1301 "headers": [],
1302 "language": "c",
Craig Tiller85178862016-05-18 16:09:16 -07001303 "name": "load_file_test",
1304 "src": [
1305 "test/core/iomgr/load_file_test.c"
1306 ],
1307 "third_party": false,
1308 "type": "target"
1309 },
1310 {
1311 "deps": [
1312 "gpr",
1313 "gpr_test_util",
1314 "grpc",
1315 "grpc_test_util"
1316 ],
1317 "headers": [],
1318 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001319 "name": "low_level_ping_pong_benchmark",
1320 "src": [
1321 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001322 ],
1323 "third_party": false,
1324 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001325 },
1326 {
1327 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001328 "gpr",
1329 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001330 "grpc",
1331 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001332 ],
1333 "headers": [],
1334 "language": "c",
1335 "name": "message_compress_test",
1336 "src": [
1337 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001338 ],
1339 "third_party": false,
1340 "type": "target"
1341 },
1342 {
1343 "deps": [
1344 "gpr",
1345 "gpr_test_util",
1346 "grpc",
1347 "grpc_test_util"
1348 ],
1349 "headers": [],
1350 "language": "c",
1351 "name": "mlog_test",
1352 "src": [
1353 "test/core/census/mlog_test.c"
1354 ],
1355 "third_party": false,
1356 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001357 },
1358 {
1359 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 "gpr",
1361 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001362 "grpc",
1363 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001364 ],
1365 "headers": [],
1366 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001367 "name": "multiple_server_queues_test",
1368 "src": [
1369 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001370 ],
1371 "third_party": false,
1372 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001373 },
1374 {
1375 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001376 "gpr",
1377 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001378 ],
1379 "headers": [],
1380 "language": "c",
1381 "name": "murmur_hash_test",
1382 "src": [
1383 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001384 ],
1385 "third_party": false,
1386 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001387 },
1388 {
1389 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001390 "gpr",
1391 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001392 "grpc",
1393 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001394 ],
1395 "headers": [],
1396 "language": "c",
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001397 "name": "nanopb_fuzzer_response_test",
1398 "src": [
1399 "test/core/nanopb/fuzzer_response.c"
1400 ],
1401 "third_party": false,
1402 "type": "target"
1403 },
1404 {
1405 "deps": [
1406 "gpr",
1407 "gpr_test_util",
1408 "grpc",
1409 "grpc_test_util"
1410 ],
1411 "headers": [],
1412 "language": "c",
1413 "name": "nanopb_fuzzer_serverlist_test",
1414 "src": [
1415 "test/core/nanopb/fuzzer_serverlist.c"
1416 ],
1417 "third_party": false,
1418 "type": "target"
1419 },
1420 {
1421 "deps": [
1422 "gpr",
1423 "gpr_test_util",
1424 "grpc",
1425 "grpc_test_util"
1426 ],
1427 "headers": [],
1428 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001429 "name": "no_server_test",
1430 "src": [
1431 "test/core/end2end/no_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001432 ],
1433 "third_party": false,
1434 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001435 },
1436 {
1437 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 "gpr",
1439 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001440 "grpc",
1441 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001442 ],
1443 "headers": [],
1444 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001445 "name": "resolve_address_test",
1446 "src": [
1447 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001448 ],
1449 "third_party": false,
1450 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001451 },
1452 {
1453 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 "gpr",
1455 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001456 "grpc",
1457 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001458 ],
1459 "headers": [],
1460 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001461 "name": "secure_channel_create_test",
1462 "src": [
1463 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001464 ],
1465 "third_party": false,
1466 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001467 },
1468 {
1469 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 "gpr",
1471 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001472 "grpc",
1473 "grpc_test_util"
1474 ],
1475 "headers": [],
1476 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001477 "name": "secure_endpoint_test",
1478 "src": [
1479 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001480 ],
1481 "third_party": false,
1482 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001483 },
1484 {
1485 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 "gpr",
1487 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001488 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001489 "grpc_test_util"
1490 ],
1491 "headers": [],
1492 "language": "c",
Craig Tillerdbaf05e2016-06-12 22:16:56 -07001493 "name": "sequential_connectivity_test",
1494 "src": [
1495 "test/core/surface/sequential_connectivity_test.c"
1496 ],
1497 "third_party": false,
1498 "type": "target"
1499 },
1500 {
1501 "deps": [
1502 "gpr",
1503 "gpr_test_util",
1504 "grpc",
1505 "grpc_test_util"
1506 ],
1507 "headers": [],
1508 "language": "c",
yang-gfe9a9752015-12-09 10:47:18 -08001509 "name": "server_chttp2_test",
1510 "src": [
1511 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001512 ],
1513 "third_party": false,
1514 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001515 },
1516 {
1517 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 "gpr",
1519 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001520 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001521 "grpc_test_util"
1522 ],
1523 "headers": [],
1524 "language": "c",
Craig Tillerdf262c62016-04-02 13:53:49 -07001525 "name": "server_fuzzer",
1526 "src": [
1527 "test/core/end2end/fuzzers/server_fuzzer.c"
1528 ],
1529 "third_party": false,
1530 "type": "target"
1531 },
1532 {
1533 "deps": [
1534 "gpr",
1535 "gpr_test_util",
1536 "grpc",
1537 "grpc_test_util"
1538 ],
1539 "headers": [],
1540 "language": "c",
yang-gc3d94fb2015-12-10 14:38:00 -08001541 "name": "server_test",
1542 "src": [
1543 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001544 ],
1545 "third_party": false,
1546 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001547 },
1548 {
1549 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 "gpr",
1551 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001552 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001553 "grpc_test_util",
1554 "test_tcp_server"
1555 ],
1556 "headers": [],
1557 "language": "c",
1558 "name": "set_initial_connect_string_test",
1559 "src": [
1560 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001561 ],
1562 "third_party": false,
1563 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001564 },
1565 {
1566 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 "gpr",
1568 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001569 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001570 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001571 ],
1572 "headers": [],
1573 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001574 "name": "sockaddr_resolver_test",
1575 "src": [
1576 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001577 ],
1578 "third_party": false,
1579 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001580 },
1581 {
1582 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 "gpr",
1584 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001585 "grpc",
1586 "grpc_test_util"
1587 ],
1588 "headers": [],
1589 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001590 "name": "sockaddr_utils_test",
1591 "src": [
1592 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001593 ],
1594 "third_party": false,
1595 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001596 },
1597 {
1598 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 "gpr",
1600 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001601 "grpc",
1602 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001603 ],
1604 "headers": [],
1605 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001606 "name": "socket_utils_test",
1607 "src": [
1608 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001609 ],
1610 "third_party": false,
1611 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001612 },
1613 {
1614 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001615 "gpr",
1616 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001617 "grpc",
1618 "grpc_test_util"
1619 ],
1620 "headers": [],
1621 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001622 "name": "tcp_client_posix_test",
1623 "src": [
1624 "test/core/iomgr/tcp_client_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001625 ],
1626 "third_party": false,
1627 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001628 },
1629 {
1630 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 "gpr",
1632 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001633 "grpc",
1634 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001635 ],
1636 "headers": [],
1637 "language": "c",
1638 "name": "tcp_posix_test",
1639 "src": [
1640 "test/core/iomgr/tcp_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001641 ],
1642 "third_party": false,
1643 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001644 },
1645 {
1646 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 "gpr",
1648 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001649 "grpc",
1650 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001651 ],
1652 "headers": [],
1653 "language": "c",
1654 "name": "tcp_server_posix_test",
1655 "src": [
1656 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001657 ],
1658 "third_party": false,
1659 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001660 },
1661 {
1662 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 "gpr",
1664 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001665 "grpc",
1666 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001667 ],
1668 "headers": [],
1669 "language": "c",
1670 "name": "time_averaged_stats_test",
1671 "src": [
1672 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001673 ],
1674 "third_party": false,
1675 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001676 },
1677 {
1678 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 "gpr",
1680 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001681 "grpc",
1682 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001683 ],
1684 "headers": [],
1685 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001686 "name": "timeout_encoding_test",
1687 "src": [
1688 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001689 ],
1690 "third_party": false,
1691 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001692 },
1693 {
1694 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 "gpr",
1696 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001697 "grpc",
1698 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001699 ],
1700 "headers": [],
1701 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001702 "name": "timer_heap_test",
1703 "src": [
1704 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001705 ],
1706 "third_party": false,
1707 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001708 },
1709 {
1710 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 "gpr",
1712 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001713 "grpc",
1714 "grpc_test_util"
1715 ],
1716 "headers": [],
1717 "language": "c",
1718 "name": "timer_list_test",
1719 "src": [
1720 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001721 ],
1722 "third_party": false,
1723 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001724 },
1725 {
1726 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 "gpr",
1728 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001729 "grpc",
1730 "grpc_test_util"
1731 ],
1732 "headers": [],
1733 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001734 "name": "transport_connectivity_state_test",
1735 "src": [
1736 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001737 ],
1738 "third_party": false,
1739 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001740 },
1741 {
1742 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 "gpr",
1744 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001745 "grpc",
1746 "grpc_test_util"
1747 ],
1748 "headers": [],
1749 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001750 "name": "transport_metadata_test",
1751 "src": [
1752 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001753 ],
1754 "third_party": false,
1755 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001756 },
1757 {
1758 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 "gpr",
1760 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001761 "grpc",
1762 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001763 ],
1764 "headers": [],
1765 "language": "c",
1766 "name": "transport_security_test",
1767 "src": [
1768 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001769 ],
1770 "third_party": false,
1771 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001772 },
1773 {
1774 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 "gpr",
1776 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001777 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001778 "grpc_test_util"
1779 ],
1780 "headers": [],
1781 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001782 "name": "udp_server_test",
1783 "src": [
1784 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001785 ],
1786 "third_party": false,
1787 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001788 },
1789 {
1790 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 "gpr",
1792 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001793 "grpc",
1794 "grpc_test_util"
1795 ],
1796 "headers": [],
1797 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -07001798 "name": "uri_fuzzer_test",
1799 "src": [
1800 "test/core/client_config/uri_fuzzer_test.c"
1801 ],
1802 "third_party": false,
1803 "type": "target"
1804 },
1805 {
1806 "deps": [
1807 "gpr",
1808 "gpr_test_util",
1809 "grpc",
1810 "grpc_test_util"
1811 ],
1812 "headers": [],
1813 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001814 "name": "uri_parser_test",
1815 "src": [
1816 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001817 ],
1818 "third_party": false,
1819 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001820 },
1821 {
1822 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 "gpr",
1824 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001825 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001826 "grpc_test_util"
1827 ],
1828 "headers": [],
1829 "language": "c",
1830 "name": "workqueue_test",
1831 "src": [
1832 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001833 ],
1834 "third_party": false,
1835 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001836 },
1837 {
1838 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001839 "gpr",
1840 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001841 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001842 "grpc++",
1843 "grpc++_test_util",
1844 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001845 ],
1846 "headers": [],
1847 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001848 "name": "alarm_cpp_test",
1849 "src": [
1850 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001851 ],
1852 "third_party": false,
1853 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001854 },
1855 {
1856 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001857 "gpr",
1858 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001859 "grpc",
1860 "grpc++",
1861 "grpc++_test_util",
1862 "grpc_test_util"
1863 ],
1864 "headers": [],
1865 "language": "c++",
1866 "name": "async_end2end_test",
1867 "src": [
1868 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001869 ],
1870 "third_party": false,
1871 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001872 },
1873 {
1874 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 "gpr",
1876 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001877 "grpc",
1878 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001879 "grpc++_test_util",
yang-gd090fe12015-08-25 16:53:07 -07001880 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001881 ],
1882 "headers": [],
1883 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001884 "name": "auth_property_iterator_test",
1885 "src": [
1886 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001887 ],
1888 "third_party": false,
1889 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001890 },
1891 {
1892 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001894 "grpc",
1895 "grpc++"
1896 ],
1897 "headers": [],
1898 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001899 "name": "channel_arguments_test",
1900 "src": [
yang-g52705592015-11-25 11:45:33 -08001901 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001902 ],
1903 "third_party": false,
1904 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001905 },
1906 {
1907 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 "gpr",
1909 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001910 "grpc",
1911 "grpc++",
1912 "grpc++_test_util",
yang-gabdec2d2016-05-19 10:11:24 -07001913 "grpc_cli_libs",
Craig Tiller224b04f2015-06-25 07:11:18 -07001914 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001915 ],
1916 "headers": [],
1917 "language": "c++",
1918 "name": "cli_call_test",
1919 "src": [
1920 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001921 ],
1922 "third_party": false,
1923 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001924 },
1925 {
1926 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 "gpr",
1928 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001929 "grpc",
1930 "grpc++",
1931 "grpc++_test_util",
1932 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001933 ],
1934 "headers": [],
1935 "language": "c++",
1936 "name": "client_crash_test",
1937 "src": [
1938 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001939 ],
1940 "third_party": false,
1941 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001942 },
1943 {
1944 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 "gpr",
1946 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001947 "grpc",
1948 "grpc++",
1949 "grpc++_test_util",
1950 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001951 ],
1952 "headers": [],
1953 "language": "c++",
1954 "name": "client_crash_test_server",
1955 "src": [
1956 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001957 ],
1958 "third_party": false,
1959 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001960 },
1961 {
1962 "deps": [
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001963 "gpr",
1964 "grpc",
1965 "grpc++",
yang-g17487f92016-06-03 15:21:15 -07001966 "grpc++_codegen_base"
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001967 ],
1968 "headers": [
1969 "src/proto/grpc/testing/control.grpc.pb.h",
1970 "src/proto/grpc/testing/control.pb.h",
1971 "src/proto/grpc/testing/messages.grpc.pb.h",
1972 "src/proto/grpc/testing/messages.pb.h",
1973 "src/proto/grpc/testing/payloads.grpc.pb.h",
1974 "src/proto/grpc/testing/payloads.pb.h",
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001975 "src/proto/grpc/testing/services.grpc.pb.h",
1976 "src/proto/grpc/testing/services.pb.h",
1977 "src/proto/grpc/testing/stats.grpc.pb.h",
1978 "src/proto/grpc/testing/stats.pb.h"
1979 ],
1980 "language": "c++",
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001981 "name": "codegen_test_full",
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001982 "src": [
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001983 "test/cpp/codegen/codegen_test_full.cc"
1984 ],
1985 "third_party": false,
1986 "type": "target"
1987 },
1988 {
1989 "deps": [
yang-g34b58612016-06-03 17:30:09 -07001990 "grpc++_codegen_base",
1991 "grpc++_codegen_base_src"
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001992 ],
1993 "headers": [
1994 "src/proto/grpc/testing/control.grpc.pb.h",
1995 "src/proto/grpc/testing/control.pb.h",
1996 "src/proto/grpc/testing/messages.grpc.pb.h",
1997 "src/proto/grpc/testing/messages.pb.h",
1998 "src/proto/grpc/testing/payloads.grpc.pb.h",
1999 "src/proto/grpc/testing/payloads.pb.h",
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002000 "src/proto/grpc/testing/services.grpc.pb.h",
2001 "src/proto/grpc/testing/services.pb.h",
2002 "src/proto/grpc/testing/stats.grpc.pb.h",
2003 "src/proto/grpc/testing/stats.pb.h"
2004 ],
2005 "language": "c++",
2006 "name": "codegen_test_minimal",
2007 "src": [
2008 "test/cpp/codegen/codegen_test_minimal.cc"
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002009 ],
2010 "third_party": false,
2011 "type": "target"
2012 },
2013 {
2014 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002016 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07002017 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07002018 ],
2019 "headers": [],
2020 "language": "c++",
2021 "name": "credentials_test",
2022 "src": [
2023 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002024 ],
2025 "third_party": false,
2026 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002027 },
2028 {
2029 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 "gpr",
2031 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002032 "grpc",
2033 "grpc++",
2034 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002035 ],
2036 "headers": [],
2037 "language": "c++",
2038 "name": "cxx_byte_buffer_test",
2039 "src": [
2040 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002041 ],
2042 "third_party": false,
2043 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002044 },
2045 {
2046 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 "gpr",
2048 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002049 "grpc",
2050 "grpc++",
2051 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002052 ],
2053 "headers": [],
2054 "language": "c++",
2055 "name": "cxx_slice_test",
2056 "src": [
2057 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002058 ],
2059 "third_party": false,
2060 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002061 },
2062 {
2063 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07002064 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07002065 ],
2066 "headers": [],
2067 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07002068 "name": "cxx_string_ref_test",
2069 "src": [
2070 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002071 ],
2072 "third_party": false,
2073 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07002074 },
2075 {
2076 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 "gpr",
2078 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002079 "grpc",
2080 "grpc++",
2081 "grpc_test_util"
2082 ],
2083 "headers": [],
2084 "language": "c++",
2085 "name": "cxx_time_test",
2086 "src": [
2087 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002088 ],
2089 "third_party": false,
2090 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002091 },
2092 {
2093 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 "gpr",
2095 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002096 "grpc",
2097 "grpc++",
2098 "grpc++_test_util",
2099 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002100 ],
2101 "headers": [],
2102 "language": "c++",
2103 "name": "end2end_test",
2104 "src": [
2105 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002106 ],
2107 "third_party": false,
2108 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002109 },
2110 {
2111 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 "gpr",
2113 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002114 "grpc",
2115 "grpc++",
2116 "grpc++_test_util",
2117 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002118 ],
2119 "headers": [],
2120 "language": "c++",
2121 "name": "generic_end2end_test",
2122 "src": [
2123 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002124 ],
2125 "third_party": false,
2126 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002127 },
2128 {
2129 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 "gpr",
yang-gb8aa58b2016-04-14 15:50:50 -07002131 "grpc",
2132 "grpc++"
2133 ],
2134 "headers": [
2135 "src/proto/grpc/testing/compiler_test.grpc.pb.h",
2136 "src/proto/grpc/testing/compiler_test.pb.h"
2137 ],
2138 "language": "c++",
2139 "name": "golden_file_test",
2140 "src": [
2141 "test/cpp/codegen/golden_file_test.cc"
2142 ],
2143 "third_party": false,
2144 "type": "target"
2145 },
2146 {
2147 "deps": [
2148 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002150 "grpc",
2151 "grpc++",
2152 "grpc++_test_config",
2153 "grpc++_test_util",
yang-gabdec2d2016-05-19 10:11:24 -07002154 "grpc_cli_libs",
Craig Tiller224b04f2015-06-25 07:11:18 -07002155 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002156 ],
2157 "headers": [],
2158 "language": "c++",
2159 "name": "grpc_cli",
2160 "src": [
2161 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002162 ],
2163 "third_party": false,
2164 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002165 },
2166 {
2167 "deps": [
2168 "grpc_plugin_support"
2169 ],
2170 "headers": [],
2171 "language": "c++",
2172 "name": "grpc_cpp_plugin",
2173 "src": [
2174 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002175 ],
2176 "third_party": false,
2177 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002178 },
2179 {
2180 "deps": [
2181 "grpc_plugin_support"
2182 ],
2183 "headers": [],
2184 "language": "c++",
2185 "name": "grpc_csharp_plugin",
2186 "src": [
2187 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002188 ],
2189 "third_party": false,
2190 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002191 },
2192 {
2193 "deps": [
2194 "grpc_plugin_support"
2195 ],
2196 "headers": [],
2197 "language": "c++",
murgatroid99d2ee81f2016-02-26 11:10:33 -08002198 "name": "grpc_node_plugin",
2199 "src": [
2200 "src/compiler/node_plugin.cc"
murgatroid99e264e392016-04-19 10:56:01 -07002201 ],
2202 "third_party": false,
2203 "type": "target"
murgatroid99d2ee81f2016-02-26 11:10:33 -08002204 },
2205 {
2206 "deps": [
2207 "grpc_plugin_support"
2208 ],
2209 "headers": [],
2210 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002211 "name": "grpc_objective_c_plugin",
2212 "src": [
2213 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002214 ],
2215 "third_party": false,
2216 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002217 },
2218 {
2219 "deps": [
2220 "grpc_plugin_support"
2221 ],
2222 "headers": [],
2223 "language": "c++",
2224 "name": "grpc_python_plugin",
2225 "src": [
2226 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002227 ],
2228 "third_party": false,
2229 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002230 },
2231 {
2232 "deps": [
2233 "grpc_plugin_support"
2234 ],
2235 "headers": [],
2236 "language": "c++",
2237 "name": "grpc_ruby_plugin",
2238 "src": [
2239 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002240 ],
2241 "third_party": false,
2242 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002243 },
2244 {
2245 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08002246 "grpc",
2247 "grpc++",
2248 "grpc++_test_util",
2249 "grpc_test_util"
2250 ],
2251 "headers": [
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002252 "src/proto/grpc/lb/v1/load_balancer.grpc.pb.h",
2253 "src/proto/grpc/lb/v1/load_balancer.pb.h"
Craig Tillereb841e22016-02-11 15:49:16 -08002254 ],
2255 "language": "c++",
2256 "name": "grpclb_api_test",
2257 "src": [
2258 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08002259 ],
2260 "third_party": false,
2261 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002262 },
2263 {
2264 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 "gpr",
2266 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002267 "grpc",
2268 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08002269 "grpc++_test_util",
2270 "grpc_test_util"
2271 ],
2272 "headers": [],
2273 "language": "c++",
2274 "name": "hybrid_end2end_test",
2275 "src": [
2276 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002277 ],
2278 "third_party": false,
2279 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08002280 },
2281 {
2282 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 "gpr",
2284 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08002285 "grpc",
2286 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002287 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002288 "grpc++_test_util",
2289 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002290 "interop_client_helper",
2291 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002292 ],
2293 "headers": [],
2294 "language": "c++",
2295 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08002296 "src": [],
2297 "third_party": false,
2298 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002299 },
2300 {
2301 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 "gpr",
2303 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002304 "grpc",
2305 "grpc++",
2306 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002307 "grpc++_test_util",
2308 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002309 "interop_server_helper",
2310 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002311 ],
2312 "headers": [],
2313 "language": "c++",
2314 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002315 "src": [],
2316 "third_party": false,
2317 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002318 },
2319 {
2320 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 "gpr",
2322 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002323 "grpc",
2324 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002325 ],
2326 "headers": [],
2327 "language": "c++",
2328 "name": "interop_test",
2329 "src": [
2330 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002331 ],
2332 "third_party": false,
2333 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002334 },
2335 {
2336 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 "gpr",
Craig Tiller0bda0b32016-03-03 12:51:53 -08002338 "gpr_test_util",
2339 "grpc",
2340 "grpc++",
2341 "grpc++_test_config",
2342 "grpc++_test_util",
2343 "grpc_test_util"
2344 ],
2345 "headers": [],
2346 "language": "c++",
2347 "name": "json_run_localhost",
2348 "src": [
2349 "test/cpp/qps/json_run_localhost.cc"
2350 ],
2351 "third_party": false,
2352 "type": "target"
2353 },
2354 {
2355 "deps": [
2356 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002357 "grpc",
2358 "grpc++",
2359 "grpc++_test_config"
2360 ],
2361 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002362 "src/proto/grpc/testing/metrics.grpc.pb.h",
2363 "src/proto/grpc/testing/metrics.pb.h",
2364 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002365 ],
2366 "language": "c++",
2367 "name": "metrics_client",
2368 "src": [
2369 "test/cpp/interop/metrics_client.cc",
2370 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002371 ],
2372 "third_party": false,
2373 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002374 },
2375 {
2376 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 "gpr",
2378 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002379 "grpc",
2380 "grpc++",
2381 "grpc++_test_util",
2382 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002383 ],
2384 "headers": [],
2385 "language": "c++",
2386 "name": "mock_test",
2387 "src": [
2388 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002389 ],
2390 "third_party": false,
2391 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002392 },
2393 {
2394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 "gpr",
2396 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002397 "grpc",
2398 "grpc++",
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002399 "grpc++_reflection",
2400 "grpc++_test_util",
2401 "grpc_test_util"
2402 ],
2403 "headers": [
2404 "test/cpp/util/proto_reflection_descriptor_database.h"
2405 ],
2406 "language": "c++",
2407 "name": "proto_server_reflection_test",
2408 "src": [
2409 "test/cpp/end2end/proto_server_reflection_test.cc",
2410 "test/cpp/util/proto_reflection_descriptor_database.cc",
2411 "test/cpp/util/proto_reflection_descriptor_database.h"
2412 ],
2413 "third_party": false,
2414 "type": "target"
2415 },
2416 {
2417 "deps": [
2418 "gpr",
2419 "gpr_test_util",
2420 "grpc",
2421 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002422 "grpc++_test_util",
2423 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002424 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002425 ],
2426 "headers": [],
2427 "language": "c++",
2428 "name": "qps_interarrival_test",
2429 "src": [
2430 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002431 ],
2432 "third_party": false,
2433 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002434 },
2435 {
2436 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 "gpr",
2438 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002439 "grpc",
2440 "grpc++",
2441 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002442 "grpc++_test_util",
2443 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002444 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002445 ],
David Klempnere27d1892016-05-19 13:50:16 -07002446 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07002447 "language": "c++",
Craig Tiller0bda0b32016-03-03 12:51:53 -08002448 "name": "qps_json_driver",
2449 "src": [
2450 "test/cpp/qps/qps_json_driver.cc"
2451 ],
2452 "third_party": false,
2453 "type": "target"
2454 },
2455 {
2456 "deps": [
2457 "gpr",
2458 "gpr_test_util",
2459 "grpc",
2460 "grpc++",
2461 "grpc++_test_config",
2462 "grpc++_test_util",
2463 "grpc_test_util",
2464 "qps"
2465 ],
2466 "headers": [],
2467 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002468 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002469 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002470 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002471 ],
2472 "third_party": false,
2473 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002474 },
2475 {
2476 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 "gpr",
2478 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002479 "grpc",
2480 "grpc++",
2481 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002482 "grpc++_test_util",
2483 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002484 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002485 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07002486 "headers": [
2487 "test/cpp/qps/client.h",
2488 "test/cpp/qps/server.h"
2489 ],
2490 "language": "c++",
2491 "name": "qps_worker",
2492 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002493 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002494 "test/cpp/qps/server.h",
2495 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002496 ],
2497 "third_party": false,
2498 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002499 },
2500 {
2501 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 "gpr",
2503 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002504 "grpc",
2505 "grpc++",
2506 "grpc++_test_config",
2507 "grpc++_test_util",
2508 "grpc_test_util"
2509 ],
2510 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002511 "src/proto/grpc/testing/empty.grpc.pb.h",
2512 "src/proto/grpc/testing/empty.pb.h",
2513 "src/proto/grpc/testing/messages.grpc.pb.h",
2514 "src/proto/grpc/testing/messages.pb.h",
2515 "src/proto/grpc/testing/test.grpc.pb.h",
2516 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002517 ],
2518 "language": "c++",
2519 "name": "reconnect_interop_client",
2520 "src": [
2521 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002522 ],
2523 "third_party": false,
2524 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002525 },
2526 {
2527 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 "gpr",
2529 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002530 "grpc",
2531 "grpc++",
2532 "grpc++_test_config",
2533 "grpc++_test_util",
2534 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002535 "reconnect_server",
2536 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002537 ],
2538 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002539 "src/proto/grpc/testing/empty.grpc.pb.h",
2540 "src/proto/grpc/testing/empty.pb.h",
2541 "src/proto/grpc/testing/messages.grpc.pb.h",
2542 "src/proto/grpc/testing/messages.pb.h",
2543 "src/proto/grpc/testing/test.grpc.pb.h",
2544 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002545 ],
2546 "language": "c++",
2547 "name": "reconnect_interop_server",
2548 "src": [
2549 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002550 ],
2551 "third_party": false,
2552 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002553 },
2554 {
2555 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002556 "gpr",
2557 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002558 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002559 "grpc++",
2560 "grpc++_test_util",
2561 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002562 ],
2563 "headers": [],
2564 "language": "c++",
2565 "name": "secure_auth_context_test",
2566 "src": [
2567 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002568 ],
2569 "third_party": false,
2570 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002571 },
2572 {
2573 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 "gpr",
2575 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002576 "grpc",
2577 "grpc++",
2578 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002579 "grpc_test_util",
2580 "qps"
2581 ],
2582 "headers": [],
2583 "language": "c++",
2584 "name": "secure_sync_unary_ping_pong_test",
2585 "src": [
2586 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002587 ],
2588 "third_party": false,
2589 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002590 },
2591 {
2592 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002593 "gpr",
2594 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002595 "grpc",
2596 "grpc++",
2597 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002598 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002599 ],
2600 "headers": [],
2601 "language": "c++",
Yuchen Zenga42ec212016-04-29 13:03:06 -07002602 "name": "server_builder_plugin_test",
2603 "src": [
2604 "test/cpp/end2end/server_builder_plugin_test.cc"
2605 ],
2606 "third_party": false,
2607 "type": "target"
2608 },
2609 {
2610 "deps": [
2611 "gpr",
2612 "gpr_test_util",
2613 "grpc",
2614 "grpc++",
2615 "grpc++_test_util",
2616 "grpc_test_util"
2617 ],
2618 "headers": [],
2619 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002620 "name": "server_crash_test",
2621 "src": [
2622 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002623 ],
2624 "third_party": false,
2625 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002626 },
2627 {
2628 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 "gpr",
2630 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002631 "grpc",
2632 "grpc++",
2633 "grpc++_test_util",
2634 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002635 ],
2636 "headers": [],
2637 "language": "c++",
2638 "name": "server_crash_test_client",
2639 "src": [
2640 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002641 ],
2642 "third_party": false,
2643 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002644 },
2645 {
2646 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 "gpr",
2648 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002649 "grpc",
2650 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002651 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002652 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002653 ],
2654 "headers": [],
2655 "language": "c++",
2656 "name": "shutdown_test",
2657 "src": [
2658 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002659 ],
2660 "third_party": false,
2661 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002662 },
2663 {
2664 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002665 "gpr",
2666 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002667 "grpc",
2668 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002669 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002670 ],
2671 "headers": [],
2672 "language": "c++",
2673 "name": "status_test",
2674 "src": [
2675 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002676 ],
2677 "third_party": false,
2678 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002679 },
2680 {
2681 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 "gpr",
2683 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002684 "grpc",
2685 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002686 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002687 "grpc_test_util"
2688 ],
2689 "headers": [],
2690 "language": "c++",
2691 "name": "streaming_throughput_test",
2692 "src": [
2693 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002694 ],
2695 "third_party": false,
2696 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002697 },
2698 {
2699 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 "gpr",
2701 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002702 "grpc",
2703 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002704 "grpc++_test_config",
2705 "grpc++_test_util",
2706 "grpc_test_util"
2707 ],
2708 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002709 "src/proto/grpc/testing/empty.grpc.pb.h",
2710 "src/proto/grpc/testing/empty.pb.h",
2711 "src/proto/grpc/testing/messages.grpc.pb.h",
2712 "src/proto/grpc/testing/messages.pb.h",
2713 "src/proto/grpc/testing/metrics.grpc.pb.h",
2714 "src/proto/grpc/testing/metrics.pb.h",
2715 "src/proto/grpc/testing/test.grpc.pb.h",
2716 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002717 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002718 "test/cpp/interop/interop_client.h",
2719 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002720 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002721 ],
2722 "language": "c++",
2723 "name": "stress_test",
2724 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002725 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002726 "test/cpp/interop/interop_client.cc",
2727 "test/cpp/interop/interop_client.h",
2728 "test/cpp/interop/stress_interop_client.cc",
2729 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002730 "test/cpp/interop/stress_test.cc",
2731 "test/cpp/util/metrics_server.cc",
2732 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002733 ],
2734 "third_party": false,
2735 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002736 },
2737 {
2738 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002739 "gpr",
2740 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002741 "grpc",
2742 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002743 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002744 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002745 ],
2746 "headers": [],
2747 "language": "c++",
2748 "name": "thread_stress_test",
2749 "src": [
2750 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002751 ],
2752 "third_party": false,
2753 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002754 },
2755 {
2756 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002758 "grpc"
2759 ],
2760 "headers": [],
2761 "language": "c89",
2762 "name": "public_headers_must_be_c89",
2763 "src": [
2764 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002765 ],
2766 "third_party": false,
2767 "type": "target"
2768 },
2769 {
2770 "deps": [
2771 "boringssl",
2772 "boringssl_aes_test_lib",
2773 "boringssl_test_util"
2774 ],
2775 "headers": [],
2776 "language": "c++",
2777 "name": "boringssl_aes_test",
2778 "src": [],
2779 "third_party": true,
2780 "type": "target"
2781 },
2782 {
2783 "deps": [
2784 "boringssl",
Craig Tiller3d62fc62016-03-15 09:57:26 -07002785 "boringssl_asn1_test_lib",
2786 "boringssl_test_util"
2787 ],
2788 "headers": [],
2789 "language": "c++",
2790 "name": "boringssl_asn1_test",
2791 "src": [],
2792 "third_party": true,
2793 "type": "target"
2794 },
2795 {
2796 "deps": [
2797 "boringssl",
Craig Tiller732a8752016-02-22 15:59:19 -08002798 "boringssl_base64_test_lib",
2799 "boringssl_test_util"
2800 ],
2801 "headers": [],
2802 "language": "c++",
2803 "name": "boringssl_base64_test",
2804 "src": [],
2805 "third_party": true,
2806 "type": "target"
2807 },
2808 {
2809 "deps": [
2810 "boringssl",
2811 "boringssl_bio_test_lib",
2812 "boringssl_test_util"
2813 ],
2814 "headers": [],
2815 "language": "c++",
2816 "name": "boringssl_bio_test",
2817 "src": [],
2818 "third_party": true,
2819 "type": "target"
2820 },
2821 {
2822 "deps": [
2823 "boringssl",
2824 "boringssl_bn_test_lib",
2825 "boringssl_test_util"
2826 ],
2827 "headers": [],
2828 "language": "c++",
2829 "name": "boringssl_bn_test",
2830 "src": [],
2831 "third_party": true,
2832 "type": "target"
2833 },
2834 {
2835 "deps": [
2836 "boringssl",
2837 "boringssl_bytestring_test_lib",
2838 "boringssl_test_util"
2839 ],
2840 "headers": [],
2841 "language": "c++",
2842 "name": "boringssl_bytestring_test",
2843 "src": [],
2844 "third_party": true,
2845 "type": "target"
2846 },
2847 {
2848 "deps": [
2849 "boringssl",
2850 "boringssl_aead_test_lib",
2851 "boringssl_test_util"
2852 ],
2853 "headers": [],
2854 "language": "c++",
2855 "name": "boringssl_aead_test",
2856 "src": [],
2857 "third_party": true,
2858 "type": "target"
2859 },
2860 {
2861 "deps": [
2862 "boringssl",
2863 "boringssl_cipher_test_lib",
2864 "boringssl_test_util"
2865 ],
2866 "headers": [],
2867 "language": "c++",
2868 "name": "boringssl_cipher_test",
2869 "src": [],
2870 "third_party": true,
2871 "type": "target"
2872 },
2873 {
2874 "deps": [
2875 "boringssl",
2876 "boringssl_cmac_test_lib",
2877 "boringssl_test_util"
2878 ],
2879 "headers": [],
2880 "language": "c++",
2881 "name": "boringssl_cmac_test",
2882 "src": [],
2883 "third_party": true,
2884 "type": "target"
2885 },
2886 {
2887 "deps": [
2888 "boringssl",
2889 "boringssl_constant_time_test_lib",
2890 "boringssl_test_util"
2891 ],
2892 "headers": [],
2893 "language": "c++",
2894 "name": "boringssl_constant_time_test",
2895 "src": [],
2896 "third_party": true,
2897 "type": "target"
2898 },
2899 {
2900 "deps": [
2901 "boringssl",
2902 "boringssl_ed25519_test_lib",
2903 "boringssl_test_util"
2904 ],
2905 "headers": [],
2906 "language": "c++",
2907 "name": "boringssl_ed25519_test",
2908 "src": [],
2909 "third_party": true,
2910 "type": "target"
2911 },
2912 {
2913 "deps": [
2914 "boringssl",
2915 "boringssl_test_util",
2916 "boringssl_x25519_test_lib"
2917 ],
2918 "headers": [],
2919 "language": "c++",
2920 "name": "boringssl_x25519_test",
2921 "src": [],
2922 "third_party": true,
2923 "type": "target"
2924 },
2925 {
2926 "deps": [
2927 "boringssl",
2928 "boringssl_dh_test_lib",
2929 "boringssl_test_util"
2930 ],
2931 "headers": [],
2932 "language": "c++",
2933 "name": "boringssl_dh_test",
2934 "src": [],
2935 "third_party": true,
2936 "type": "target"
2937 },
2938 {
2939 "deps": [
2940 "boringssl",
2941 "boringssl_digest_test_lib",
2942 "boringssl_test_util"
2943 ],
2944 "headers": [],
2945 "language": "c++",
2946 "name": "boringssl_digest_test",
2947 "src": [],
2948 "third_party": true,
2949 "type": "target"
2950 },
2951 {
2952 "deps": [
2953 "boringssl",
2954 "boringssl_dsa_test_lib",
2955 "boringssl_test_util"
2956 ],
2957 "headers": [],
2958 "language": "c++",
2959 "name": "boringssl_dsa_test",
2960 "src": [],
2961 "third_party": true,
2962 "type": "target"
2963 },
2964 {
2965 "deps": [
2966 "boringssl",
2967 "boringssl_ec_test_lib",
2968 "boringssl_test_util"
2969 ],
2970 "headers": [],
2971 "language": "c++",
2972 "name": "boringssl_ec_test",
2973 "src": [],
2974 "third_party": true,
2975 "type": "target"
2976 },
2977 {
2978 "deps": [
2979 "boringssl",
2980 "boringssl_example_mul_lib",
2981 "boringssl_test_util"
2982 ],
2983 "headers": [],
2984 "language": "c++",
2985 "name": "boringssl_example_mul",
2986 "src": [],
2987 "third_party": true,
2988 "type": "target"
2989 },
2990 {
2991 "deps": [
2992 "boringssl",
2993 "boringssl_ecdsa_test_lib",
2994 "boringssl_test_util"
2995 ],
2996 "headers": [],
2997 "language": "c++",
2998 "name": "boringssl_ecdsa_test",
2999 "src": [],
3000 "third_party": true,
3001 "type": "target"
3002 },
3003 {
3004 "deps": [
3005 "boringssl",
3006 "boringssl_err_test_lib",
3007 "boringssl_test_util"
3008 ],
3009 "headers": [],
3010 "language": "c++",
3011 "name": "boringssl_err_test",
3012 "src": [],
3013 "third_party": true,
3014 "type": "target"
3015 },
3016 {
3017 "deps": [
3018 "boringssl",
3019 "boringssl_evp_extra_test_lib",
3020 "boringssl_test_util"
3021 ],
3022 "headers": [],
3023 "language": "c++",
3024 "name": "boringssl_evp_extra_test",
3025 "src": [],
3026 "third_party": true,
3027 "type": "target"
3028 },
3029 {
3030 "deps": [
3031 "boringssl",
3032 "boringssl_evp_test_lib",
3033 "boringssl_test_util"
3034 ],
3035 "headers": [],
3036 "language": "c++",
3037 "name": "boringssl_evp_test",
3038 "src": [],
3039 "third_party": true,
3040 "type": "target"
3041 },
3042 {
3043 "deps": [
3044 "boringssl",
3045 "boringssl_pbkdf_test_lib",
3046 "boringssl_test_util"
3047 ],
3048 "headers": [],
3049 "language": "c++",
3050 "name": "boringssl_pbkdf_test",
3051 "src": [],
3052 "third_party": true,
3053 "type": "target"
3054 },
3055 {
3056 "deps": [
3057 "boringssl",
3058 "boringssl_hkdf_test_lib",
3059 "boringssl_test_util"
3060 ],
3061 "headers": [],
3062 "language": "c++",
3063 "name": "boringssl_hkdf_test",
3064 "src": [],
3065 "third_party": true,
3066 "type": "target"
3067 },
3068 {
3069 "deps": [
3070 "boringssl",
3071 "boringssl_hmac_test_lib",
3072 "boringssl_test_util"
3073 ],
3074 "headers": [],
3075 "language": "c++",
3076 "name": "boringssl_hmac_test",
3077 "src": [],
3078 "third_party": true,
3079 "type": "target"
3080 },
3081 {
3082 "deps": [
3083 "boringssl",
3084 "boringssl_lhash_test_lib",
3085 "boringssl_test_util"
3086 ],
3087 "headers": [],
3088 "language": "c++",
3089 "name": "boringssl_lhash_test",
3090 "src": [],
3091 "third_party": true,
3092 "type": "target"
3093 },
3094 {
3095 "deps": [
3096 "boringssl",
3097 "boringssl_gcm_test_lib",
3098 "boringssl_test_util"
3099 ],
3100 "headers": [],
3101 "language": "c++",
3102 "name": "boringssl_gcm_test",
3103 "src": [],
3104 "third_party": true,
3105 "type": "target"
3106 },
3107 {
3108 "deps": [
3109 "boringssl",
3110 "boringssl_pkcs12_test_lib",
3111 "boringssl_test_util"
3112 ],
3113 "headers": [],
3114 "language": "c++",
3115 "name": "boringssl_pkcs12_test",
3116 "src": [],
3117 "third_party": true,
3118 "type": "target"
3119 },
3120 {
3121 "deps": [
3122 "boringssl",
3123 "boringssl_pkcs8_test_lib",
3124 "boringssl_test_util"
3125 ],
3126 "headers": [],
3127 "language": "c++",
3128 "name": "boringssl_pkcs8_test",
3129 "src": [],
3130 "third_party": true,
3131 "type": "target"
3132 },
3133 {
3134 "deps": [
3135 "boringssl",
3136 "boringssl_poly1305_test_lib",
3137 "boringssl_test_util"
3138 ],
3139 "headers": [],
3140 "language": "c++",
3141 "name": "boringssl_poly1305_test",
3142 "src": [],
3143 "third_party": true,
3144 "type": "target"
3145 },
3146 {
3147 "deps": [
3148 "boringssl",
3149 "boringssl_refcount_test_lib",
3150 "boringssl_test_util"
3151 ],
3152 "headers": [],
3153 "language": "c++",
3154 "name": "boringssl_refcount_test",
3155 "src": [],
3156 "third_party": true,
3157 "type": "target"
3158 },
3159 {
3160 "deps": [
3161 "boringssl",
3162 "boringssl_rsa_test_lib",
3163 "boringssl_test_util"
3164 ],
3165 "headers": [],
3166 "language": "c++",
3167 "name": "boringssl_rsa_test",
3168 "src": [],
3169 "third_party": true,
3170 "type": "target"
3171 },
3172 {
3173 "deps": [
3174 "boringssl",
3175 "boringssl_test_util",
3176 "boringssl_thread_test_lib"
3177 ],
3178 "headers": [],
3179 "language": "c++",
3180 "name": "boringssl_thread_test",
3181 "src": [],
3182 "third_party": true,
3183 "type": "target"
3184 },
3185 {
3186 "deps": [
3187 "boringssl",
3188 "boringssl_pkcs7_test_lib",
3189 "boringssl_test_util"
3190 ],
3191 "headers": [],
3192 "language": "c++",
3193 "name": "boringssl_pkcs7_test",
3194 "src": [],
3195 "third_party": true,
3196 "type": "target"
3197 },
3198 {
3199 "deps": [
3200 "boringssl",
Craig Tiller88b9e482016-04-21 15:09:56 -07003201 "boringssl_test_util",
3202 "boringssl_x509_test_lib"
3203 ],
3204 "headers": [],
3205 "language": "c++",
3206 "name": "boringssl_x509_test",
3207 "src": [],
3208 "third_party": true,
3209 "type": "target"
3210 },
3211 {
3212 "deps": [
3213 "boringssl",
Craig Tiller732a8752016-02-22 15:59:19 -08003214 "boringssl_tab_test_lib",
3215 "boringssl_test_util"
3216 ],
3217 "headers": [],
3218 "language": "c++",
3219 "name": "boringssl_tab_test",
3220 "src": [],
3221 "third_party": true,
3222 "type": "target"
3223 },
3224 {
3225 "deps": [
3226 "boringssl",
3227 "boringssl_test_util",
3228 "boringssl_v3name_test_lib"
3229 ],
3230 "headers": [],
3231 "language": "c++",
3232 "name": "boringssl_v3name_test",
3233 "src": [],
3234 "third_party": true,
3235 "type": "target"
3236 },
3237 {
3238 "deps": [
3239 "boringssl",
3240 "boringssl_pqueue_test_lib",
3241 "boringssl_test_util"
3242 ],
3243 "headers": [],
3244 "language": "c++",
3245 "name": "boringssl_pqueue_test",
3246 "src": [],
3247 "third_party": true,
3248 "type": "target"
3249 },
3250 {
3251 "deps": [
3252 "boringssl",
3253 "boringssl_ssl_test_lib",
3254 "boringssl_test_util"
3255 ],
3256 "headers": [],
3257 "language": "c++",
3258 "name": "boringssl_ssl_test",
3259 "src": [],
3260 "third_party": true,
3261 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08003262 },
3263 {
3264 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08003265 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003266 "gpr",
3267 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003268 "grpc_test_util_unsecure",
3269 "grpc_unsecure"
3270 ],
3271 "headers": [],
3272 "language": "c",
3273 "name": "badreq_bad_client_test",
3274 "src": [
3275 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003276 ],
3277 "third_party": false,
3278 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003279 },
3280 {
3281 "deps": [
3282 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 "gpr",
3284 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003285 "grpc_test_util_unsecure",
3286 "grpc_unsecure"
3287 ],
3288 "headers": [],
3289 "language": "c",
3290 "name": "connection_prefix_bad_client_test",
3291 "src": [
3292 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003293 ],
3294 "third_party": false,
3295 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003296 },
3297 {
3298 "deps": [
3299 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003300 "gpr",
3301 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003302 "grpc_test_util_unsecure",
3303 "grpc_unsecure"
3304 ],
3305 "headers": [],
3306 "language": "c",
Craig Tiller307a7202016-04-02 07:40:39 -07003307 "name": "head_of_line_blocking_bad_client_test",
3308 "src": [
3309 "test/core/bad_client/tests/head_of_line_blocking.c"
3310 ],
3311 "third_party": false,
3312 "type": "target"
3313 },
3314 {
3315 "deps": [
3316 "bad_client_test",
3317 "gpr",
3318 "gpr_test_util",
3319 "grpc_test_util_unsecure",
3320 "grpc_unsecure"
3321 ],
3322 "headers": [],
3323 "language": "c",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003324 "name": "headers_bad_client_test",
3325 "src": [
3326 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003327 ],
3328 "third_party": false,
3329 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003330 },
3331 {
3332 "deps": [
3333 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 "gpr",
3335 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003336 "grpc_test_util_unsecure",
3337 "grpc_unsecure"
3338 ],
3339 "headers": [],
3340 "language": "c",
3341 "name": "initial_settings_frame_bad_client_test",
3342 "src": [
3343 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003344 ],
3345 "third_party": false,
3346 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003347 },
3348 {
3349 "deps": [
3350 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 "gpr",
3352 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003353 "grpc_test_util_unsecure",
3354 "grpc_unsecure"
3355 ],
3356 "headers": [],
3357 "language": "c",
Mark D. Roth8a1d8052016-05-03 10:44:56 -07003358 "name": "large_metadata_bad_client_test",
3359 "src": [
3360 "test/core/bad_client/tests/large_metadata.c"
3361 ],
3362 "third_party": false,
3363 "type": "target"
3364 },
3365 {
3366 "deps": [
3367 "bad_client_test",
3368 "gpr",
3369 "gpr_test_util",
3370 "grpc_test_util_unsecure",
3371 "grpc_unsecure"
3372 ],
3373 "headers": [],
3374 "language": "c",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003375 "name": "server_registered_method_bad_client_test",
3376 "src": [
3377 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003378 ],
3379 "third_party": false,
3380 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003381 },
3382 {
3383 "deps": [
3384 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 "gpr",
3386 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003387 "grpc_test_util_unsecure",
3388 "grpc_unsecure"
3389 ],
3390 "headers": [],
3391 "language": "c",
3392 "name": "simple_request_bad_client_test",
3393 "src": [
3394 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003395 ],
3396 "third_party": false,
3397 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003398 },
3399 {
3400 "deps": [
3401 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003402 "gpr",
3403 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003404 "grpc_test_util_unsecure",
3405 "grpc_unsecure"
3406 ],
3407 "headers": [],
3408 "language": "c",
3409 "name": "unknown_frame_bad_client_test",
3410 "src": [
3411 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003412 ],
3413 "third_party": false,
3414 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003415 },
3416 {
3417 "deps": [
3418 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 "gpr",
3420 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003421 "grpc_test_util_unsecure",
3422 "grpc_unsecure"
3423 ],
3424 "headers": [],
3425 "language": "c",
3426 "name": "window_overflow_bad_client_test",
3427 "src": [
3428 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003429 ],
3430 "third_party": false,
3431 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003432 },
3433 {
3434 "deps": [
3435 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 "gpr",
3437 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003438 "grpc",
3439 "grpc_test_util"
3440 ],
3441 "headers": [],
3442 "language": "c",
3443 "name": "bad_ssl_alpn_server",
3444 "src": [
3445 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003446 ],
3447 "third_party": false,
3448 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003449 },
3450 {
3451 "deps": [
3452 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003453 "gpr",
3454 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003455 "grpc",
3456 "grpc_test_util"
3457 ],
3458 "headers": [],
3459 "language": "c",
3460 "name": "bad_ssl_cert_server",
3461 "src": [
3462 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003463 ],
3464 "third_party": false,
3465 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003466 },
3467 {
3468 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003469 "gpr",
3470 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003471 "grpc",
3472 "grpc_test_util"
3473 ],
3474 "headers": [],
3475 "language": "c",
3476 "name": "bad_ssl_alpn_test",
3477 "src": [
3478 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003479 ],
3480 "third_party": false,
3481 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003482 },
3483 {
3484 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003485 "gpr",
3486 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003487 "grpc",
3488 "grpc_test_util"
3489 ],
3490 "headers": [],
3491 "language": "c",
3492 "name": "bad_ssl_cert_test",
3493 "src": [
3494 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003495 ],
3496 "third_party": false,
3497 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003498 },
3499 {
3500 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003501 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003502 "gpr",
3503 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003504 "grpc",
3505 "grpc_test_util"
3506 ],
3507 "headers": [],
3508 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003509 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003510 "src": [
3511 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003512 ],
3513 "third_party": false,
3514 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003515 },
3516 {
3517 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003518 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003519 "gpr",
3520 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003521 "grpc",
3522 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003523 ],
3524 "headers": [],
3525 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003526 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003527 "src": [
3528 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003529 ],
3530 "third_party": false,
3531 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003532 },
3533 {
3534 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003535 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003536 "gpr",
3537 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003538 "grpc",
3539 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003540 ],
3541 "headers": [],
3542 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003543 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003544 "src": [
3545 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003546 ],
3547 "third_party": false,
3548 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003549 },
3550 {
3551 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003552 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003553 "gpr",
3554 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003555 "grpc",
3556 "grpc_test_util"
3557 ],
3558 "headers": [],
3559 "language": "c",
Adam Michalik46cc2ac2016-05-16 11:12:04 -07003560 "name": "h2_fd_test",
3561 "src": [
3562 "test/core/end2end/fixtures/h2_fd.c"
3563 ],
3564 "third_party": false,
3565 "type": "target"
3566 },
3567 {
3568 "deps": [
3569 "end2end_tests",
3570 "gpr",
3571 "gpr_test_util",
3572 "grpc",
3573 "grpc_test_util"
3574 ],
3575 "headers": [],
3576 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003577 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003578 "src": [
3579 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003580 ],
3581 "third_party": false,
3582 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003583 },
3584 {
3585 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003586 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003587 "gpr",
3588 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003589 "grpc",
3590 "grpc_test_util"
3591 ],
3592 "headers": [],
3593 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003594 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003595 "src": [
3596 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003597 ],
3598 "third_party": false,
3599 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003600 },
3601 {
3602 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003603 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003604 "gpr",
3605 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003606 "grpc",
3607 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003608 ],
3609 "headers": [],
3610 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003611 "name": "h2_full+trace_test",
3612 "src": [
3613 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003614 ],
3615 "third_party": false,
3616 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003617 },
3618 {
3619 "deps": [
Craig Tiller178edfa2016-02-17 20:54:46 -08003620 "end2end_tests",
3621 "gpr",
3622 "gpr_test_util",
3623 "grpc",
3624 "grpc_test_util"
3625 ],
3626 "headers": [],
3627 "language": "c",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07003628 "name": "h2_loadreporting_test",
3629 "src": [
3630 "test/core/end2end/fixtures/h2_loadreporting.c"
3631 ],
3632 "third_party": false,
3633 "type": "target"
3634 },
3635 {
3636 "deps": [
3637 "end2end_tests",
3638 "gpr",
3639 "gpr_test_util",
3640 "grpc",
3641 "grpc_test_util"
3642 ],
3643 "headers": [],
3644 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003645 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003646 "src": [
3647 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003648 ],
3649 "third_party": false,
3650 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003651 },
3652 {
3653 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003654 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003655 "gpr",
3656 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003657 "grpc",
3658 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003659 ],
3660 "headers": [],
3661 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003662 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003663 "src": [
3664 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003665 ],
3666 "third_party": false,
3667 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003668 },
3669 {
3670 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003671 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003672 "gpr",
3673 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003674 "grpc",
3675 "grpc_test_util"
3676 ],
3677 "headers": [],
3678 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003679 "name": "h2_sockpair_test",
3680 "src": [
3681 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003682 ],
3683 "third_party": false,
3684 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003685 },
3686 {
3687 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003688 "end2end_tests",
3689 "gpr",
3690 "gpr_test_util",
3691 "grpc",
3692 "grpc_test_util"
3693 ],
3694 "headers": [],
3695 "language": "c",
3696 "name": "h2_sockpair+trace_test",
3697 "src": [
3698 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003699 ],
3700 "third_party": false,
3701 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003702 },
3703 {
3704 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003705 "end2end_tests",
3706 "gpr",
3707 "gpr_test_util",
3708 "grpc",
3709 "grpc_test_util"
3710 ],
3711 "headers": [],
3712 "language": "c",
3713 "name": "h2_sockpair_1byte_test",
3714 "src": [
3715 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003716 ],
3717 "third_party": false,
3718 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003719 },
3720 {
3721 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003722 "end2end_tests",
3723 "gpr",
3724 "gpr_test_util",
3725 "grpc",
3726 "grpc_test_util"
3727 ],
3728 "headers": [],
3729 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003730 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003731 "src": [
3732 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003733 ],
3734 "third_party": false,
3735 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003736 },
3737 {
3738 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003739 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003740 "gpr",
3741 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003742 "grpc",
3743 "grpc_test_util"
3744 ],
3745 "headers": [],
3746 "language": "c",
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07003747 "name": "h2_ssl_cert_test",
3748 "src": [
3749 "test/core/end2end/fixtures/h2_ssl_cert.c"
3750 ],
3751 "third_party": false,
3752 "type": "target"
3753 },
3754 {
3755 "deps": [
3756 "end2end_tests",
3757 "gpr",
3758 "gpr_test_util",
3759 "grpc",
3760 "grpc_test_util"
3761 ],
3762 "headers": [],
3763 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003764 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003765 "src": [
3766 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003767 ],
3768 "third_party": false,
3769 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003770 },
3771 {
3772 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003773 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003774 "gpr",
3775 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003776 "grpc",
3777 "grpc_test_util"
3778 ],
3779 "headers": [],
3780 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003781 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003782 "src": [
3783 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003784 ],
3785 "third_party": false,
3786 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003787 },
3788 {
3789 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003790 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003791 "gpr",
3792 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003793 "grpc_test_util_unsecure",
3794 "grpc_unsecure"
3795 ],
3796 "headers": [],
3797 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003798 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003799 "src": [
3800 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003801 ],
3802 "third_party": false,
3803 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003804 },
3805 {
3806 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003807 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003808 "gpr",
3809 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003810 "grpc_test_util_unsecure",
3811 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003812 ],
3813 "headers": [],
3814 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003815 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003816 "src": [
3817 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003818 ],
3819 "third_party": false,
3820 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003821 },
3822 {
3823 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003824 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003825 "gpr",
3826 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003827 "grpc_test_util_unsecure",
3828 "grpc_unsecure"
3829 ],
3830 "headers": [],
3831 "language": "c",
Adam Michalik46cc2ac2016-05-16 11:12:04 -07003832 "name": "h2_fd_nosec_test",
3833 "src": [
3834 "test/core/end2end/fixtures/h2_fd.c"
3835 ],
3836 "third_party": false,
3837 "type": "target"
3838 },
3839 {
3840 "deps": [
3841 "end2end_nosec_tests",
3842 "gpr",
3843 "gpr_test_util",
3844 "grpc_test_util_unsecure",
3845 "grpc_unsecure"
3846 ],
3847 "headers": [],
3848 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003849 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003850 "src": [
3851 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003852 ],
3853 "third_party": false,
3854 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003855 },
3856 {
3857 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003858 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003859 "gpr",
3860 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003861 "grpc_test_util_unsecure",
3862 "grpc_unsecure"
3863 ],
3864 "headers": [],
3865 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003866 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003867 "src": [
3868 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003869 ],
3870 "third_party": false,
3871 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003872 },
3873 {
3874 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003875 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 "gpr",
3877 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003878 "grpc_test_util_unsecure",
3879 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003880 ],
3881 "headers": [],
3882 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003883 "name": "h2_full+trace_nosec_test",
3884 "src": [
3885 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003886 ],
3887 "third_party": false,
3888 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003889 },
3890 {
3891 "deps": [
3892 "end2end_nosec_tests",
3893 "gpr",
3894 "gpr_test_util",
3895 "grpc_test_util_unsecure",
3896 "grpc_unsecure"
3897 ],
3898 "headers": [],
3899 "language": "c",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07003900 "name": "h2_loadreporting_nosec_test",
3901 "src": [
3902 "test/core/end2end/fixtures/h2_loadreporting.c"
3903 ],
3904 "third_party": false,
3905 "type": "target"
3906 },
3907 {
3908 "deps": [
3909 "end2end_nosec_tests",
3910 "gpr",
3911 "gpr_test_util",
3912 "grpc_test_util_unsecure",
3913 "grpc_unsecure"
3914 ],
3915 "headers": [],
3916 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003917 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003918 "src": [
3919 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003920 ],
3921 "third_party": false,
3922 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003923 },
3924 {
3925 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003926 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003927 "gpr",
3928 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003929 "grpc_test_util_unsecure",
3930 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003931 ],
3932 "headers": [],
3933 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003934 "name": "h2_sockpair_nosec_test",
3935 "src": [
3936 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003937 ],
3938 "third_party": false,
3939 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003940 },
3941 {
3942 "deps": [
3943 "end2end_nosec_tests",
3944 "gpr",
3945 "gpr_test_util",
3946 "grpc_test_util_unsecure",
3947 "grpc_unsecure"
3948 ],
3949 "headers": [],
3950 "language": "c",
3951 "name": "h2_sockpair+trace_nosec_test",
3952 "src": [
3953 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003954 ],
3955 "third_party": false,
3956 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003957 },
3958 {
3959 "deps": [
3960 "end2end_nosec_tests",
3961 "gpr",
3962 "gpr_test_util",
3963 "grpc_test_util_unsecure",
3964 "grpc_unsecure"
3965 ],
3966 "headers": [],
3967 "language": "c",
3968 "name": "h2_sockpair_1byte_nosec_test",
3969 "src": [
3970 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003971 ],
3972 "third_party": false,
3973 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003974 },
3975 {
3976 "deps": [
3977 "end2end_nosec_tests",
3978 "gpr",
3979 "gpr_test_util",
3980 "grpc_test_util_unsecure",
3981 "grpc_unsecure"
3982 ],
3983 "headers": [],
3984 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003985 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003986 "src": [
3987 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003988 ],
3989 "third_party": false,
3990 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003991 },
3992 {
3993 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07003994 "gpr",
3995 "gpr_test_util",
3996 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003997 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07003998 ],
3999 "headers": [],
4000 "language": "c",
Craig Tillerfc98f922016-04-13 08:45:06 -07004001 "name": "api_fuzzer_one_entry",
4002 "src": [
Craig Tiller0ca01ed2016-04-23 13:31:34 -07004003 "test/core/end2end/fuzzers/api_fuzzer.c",
4004 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerfc98f922016-04-13 08:45:06 -07004005 ],
4006 "third_party": false,
4007 "type": "target"
4008 },
4009 {
4010 "deps": [
4011 "gpr",
4012 "gpr_test_util",
4013 "grpc",
Craig Tiller0ca01ed2016-04-23 13:31:34 -07004014 "grpc_test_util"
Craig Tillerfc98f922016-04-13 08:45:06 -07004015 ],
4016 "headers": [],
4017 "language": "c",
Craig Tiller845516e2016-04-11 20:49:20 -07004018 "name": "client_fuzzer_one_entry",
4019 "src": [
Craig Tillerabf7d752016-04-12 13:58:02 -07004020 "test/core/end2end/fuzzers/client_fuzzer.c",
4021 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tiller845516e2016-04-11 20:49:20 -07004022 ],
4023 "third_party": false,
4024 "type": "target"
4025 },
4026 {
4027 "deps": [
4028 "gpr",
4029 "gpr_test_util",
4030 "grpc",
Craig Tillerabf7d752016-04-12 13:58:02 -07004031 "grpc_test_util"
Craig Tiller845516e2016-04-11 20:49:20 -07004032 ],
4033 "headers": [],
4034 "language": "c",
Craig Tillerf05837a2016-03-29 20:42:29 -07004035 "name": "hpack_parser_fuzzer_test_one_entry",
4036 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004037 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c",
4038 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07004039 ],
4040 "third_party": false,
4041 "type": "target"
4042 },
4043 {
4044 "deps": [
4045 "gpr",
4046 "gpr_test_util",
4047 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004048 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07004049 ],
4050 "headers": [],
4051 "language": "c",
Craig Tillerf707d622016-05-06 14:26:12 -07004052 "name": "http_request_fuzzer_test_one_entry",
Craig Tillerf05837a2016-03-29 20:42:29 -07004053 "src": [
Craig Tillerf707d622016-05-06 14:26:12 -07004054 "test/core/http/request_fuzzer.c",
4055 "test/core/util/one_corpus_entry_fuzzer.c"
4056 ],
4057 "third_party": false,
4058 "type": "target"
4059 },
4060 {
4061 "deps": [
4062 "gpr",
4063 "gpr_test_util",
4064 "grpc",
4065 "grpc_test_util"
4066 ],
4067 "headers": [],
4068 "language": "c",
4069 "name": "http_response_fuzzer_test_one_entry",
4070 "src": [
4071 "test/core/http/response_fuzzer.c",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004072 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07004073 ],
4074 "third_party": false,
4075 "type": "target"
4076 },
4077 {
4078 "deps": [
4079 "gpr",
4080 "gpr_test_util",
4081 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004082 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07004083 ],
4084 "headers": [],
4085 "language": "c",
4086 "name": "json_fuzzer_test_one_entry",
4087 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004088 "test/core/json/fuzzer.c",
4089 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07004090 ],
4091 "third_party": false,
4092 "type": "target"
4093 },
4094 {
4095 "deps": [
4096 "gpr",
4097 "gpr_test_util",
4098 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004099 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07004100 ],
4101 "headers": [],
4102 "language": "c",
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07004103 "name": "nanopb_fuzzer_response_test_one_entry",
4104 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004105 "test/core/nanopb/fuzzer_response.c",
4106 "test/core/util/one_corpus_entry_fuzzer.c"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07004107 ],
4108 "third_party": false,
4109 "type": "target"
4110 },
4111 {
4112 "deps": [
4113 "gpr",
4114 "gpr_test_util",
4115 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004116 "grpc_test_util"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07004117 ],
4118 "headers": [],
4119 "language": "c",
4120 "name": "nanopb_fuzzer_serverlist_test_one_entry",
4121 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004122 "test/core/nanopb/fuzzer_serverlist.c",
4123 "test/core/util/one_corpus_entry_fuzzer.c"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07004124 ],
4125 "third_party": false,
4126 "type": "target"
4127 },
4128 {
4129 "deps": [
4130 "gpr",
4131 "gpr_test_util",
4132 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004133 "grpc_test_util"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07004134 ],
4135 "headers": [],
4136 "language": "c",
Craig Tillerdf262c62016-04-02 13:53:49 -07004137 "name": "server_fuzzer_one_entry",
4138 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004139 "test/core/end2end/fuzzers/server_fuzzer.c",
4140 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerdf262c62016-04-02 13:53:49 -07004141 ],
4142 "third_party": false,
4143 "type": "target"
4144 },
4145 {
4146 "deps": [
4147 "gpr",
4148 "gpr_test_util",
4149 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004150 "grpc_test_util"
Craig Tillerdf262c62016-04-02 13:53:49 -07004151 ],
4152 "headers": [],
4153 "language": "c",
Craig Tillerf05837a2016-03-29 20:42:29 -07004154 "name": "uri_fuzzer_test_one_entry",
4155 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004156 "test/core/client_config/uri_fuzzer_test.c",
4157 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07004158 ],
4159 "third_party": false,
4160 "type": "target"
4161 },
4162 {
Craig Tillerd1697d92016-04-05 16:05:46 -07004163 "deps": [
4164 "gpr_base"
Craig Tillerda179ce2016-02-09 12:01:53 -08004165 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004166 "headers": [],
Craig Tillerda179ce2016-02-09 12:01:53 -08004167 "language": "c",
4168 "name": "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07004169 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004170 "third_party": false,
4171 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08004172 },
4173 {
4174 "deps": [
4175 "gpr"
4176 ],
4177 "headers": [
4178 "test/core/util/test_config.h"
4179 ],
4180 "language": "c",
4181 "name": "gpr_test_util",
4182 "src": [
4183 "test/core/util/test_config.c",
4184 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004185 ],
4186 "third_party": false,
4187 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08004188 },
4189 {
4190 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004191 "census",
4192 "gpr",
4193 "grpc_base",
Craig Tillerd1697d92016-04-05 16:05:46 -07004194 "grpc_lb_policy_grpclb",
4195 "grpc_lb_policy_pick_first",
4196 "grpc_lb_policy_round_robin",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07004197 "grpc_load_reporting",
Craig Tillerd1697d92016-04-05 16:05:46 -07004198 "grpc_resolver_dns_native",
4199 "grpc_resolver_sockaddr",
4200 "grpc_secure",
4201 "grpc_transport_chttp2_client_insecure",
4202 "grpc_transport_chttp2_client_secure",
4203 "grpc_transport_chttp2_server_insecure",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07004204 "grpc_transport_chttp2_server_secure"
Craig Tillerda179ce2016-02-09 12:01:53 -08004205 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004206 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004207 "language": "c",
4208 "name": "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004209 "src": [
4210 "src/core/lib/surface/init.c"
4211 ],
Craig Tiller732a8752016-02-22 15:59:19 -08004212 "third_party": false,
4213 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004214 },
4215 {
Craig Tillerd1697d92016-04-05 16:05:46 -07004216 "deps": [
4217 "gpr",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07004218 "grpc_base",
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07004219 "grpc_transport_chttp2_client_secure",
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07004220 "grpc_transport_cronet_client_secure"
4221 ],
4222 "headers": [],
4223 "language": "c",
4224 "name": "grpc_cronet",
4225 "src": [
4226 "src/core/lib/surface/init.c"
4227 ],
4228 "third_party": false,
4229 "type": "lib"
4230 },
4231 {
4232 "deps": [
4233 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004234 "grpc"
4235 ],
4236 "headers": [],
4237 "language": "c",
4238 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004239 "src": [],
4240 "third_party": false,
4241 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004242 },
4243 {
4244 "deps": [
4245 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004246 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07004247 "grpc",
4248 "grpc_test_util_base"
Craig Tillerf75fc122015-06-25 06:58:00 -07004249 ],
4250 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004251 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07004252 "test/core/security/oauth2_utils.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004253 ],
4254 "language": "c",
4255 "name": "grpc_test_util",
4256 "src": [
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07004257 "test/core/end2end/data/client_certs.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004258 "test/core/end2end/data/server1_cert.c",
4259 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004260 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004261 "test/core/end2end/data/test_root_cert.c",
yang-gbe5f0592015-07-13 11:11:50 -07004262 "test/core/security/oauth2_utils.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07004263 "test/core/security/oauth2_utils.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004264 ],
4265 "third_party": false,
4266 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004267 },
4268 {
4269 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004270 "gpr",
4271 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07004272 "grpc",
4273 "grpc_test_util_base",
Craig Tiller917c29e2015-12-02 11:03:19 -08004274 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004275 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004276 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004277 "language": "c",
4278 "name": "grpc_test_util_unsecure",
Craig Tillerd1697d92016-04-05 16:05:46 -07004279 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004280 "third_party": false,
4281 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004282 },
4283 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004284 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004285 "census",
4286 "gpr",
4287 "grpc_base",
Craig Tillerd1697d92016-04-05 16:05:46 -07004288 "grpc_lb_policy_grpclb",
4289 "grpc_lb_policy_pick_first",
4290 "grpc_lb_policy_round_robin",
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07004291 "grpc_load_reporting",
Craig Tillerd1697d92016-04-05 16:05:46 -07004292 "grpc_resolver_dns_native",
4293 "grpc_resolver_sockaddr",
4294 "grpc_transport_chttp2_client_insecure",
Craig Tiller03915e52016-04-07 09:15:10 -07004295 "grpc_transport_chttp2_server_insecure"
Craig Tillerda179ce2016-02-09 12:01:53 -08004296 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004297 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004298 "language": "c",
4299 "name": "grpc_unsecure",
4300 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004301 "src/core/lib/surface/init.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07004302 "src/core/lib/surface/init_unsecure.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004303 ],
4304 "third_party": false,
4305 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004306 },
4307 {
4308 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004309 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004310 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004311 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004312 "grpc_test_util",
4313 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004314 ],
4315 "headers": [
4316 "test/core/util/reconnect_server.h"
4317 ],
4318 "language": "c",
4319 "name": "reconnect_server",
4320 "src": [
4321 "test/core/util/reconnect_server.c",
4322 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004323 ],
4324 "third_party": false,
4325 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004326 },
4327 {
4328 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004329 "gpr",
4330 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004331 "grpc",
4332 "grpc_test_util"
4333 ],
4334 "headers": [
4335 "test/core/util/test_tcp_server.h"
4336 ],
4337 "language": "c",
4338 "name": "test_tcp_server",
4339 "src": [
4340 "test/core/util/test_tcp_server.c",
4341 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004342 ],
4343 "third_party": false,
4344 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004345 },
4346 {
4347 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004348 "grpc",
4349 "grpc++_base",
yang-g34b58612016-06-03 17:30:09 -07004350 "grpc++_codegen_base",
4351 "grpc++_codegen_base_src"
Craig Tillerf75fc122015-06-25 06:58:00 -07004352 ],
4353 "headers": [
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07004354 "include/grpc++/impl/codegen/core_codegen.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004355 "src/cpp/client/secure_credentials.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004356 "src/cpp/common/secure_auth_context.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07004357 "src/cpp/server/secure_server_credentials.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004358 ],
4359 "language": "c++",
4360 "name": "grpc++",
4361 "src": [
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07004362 "include/grpc++/impl/codegen/core_codegen.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004363 "src/cpp/client/secure_credentials.cc",
4364 "src/cpp/client/secure_credentials.h",
yang-g7ef72322015-07-16 21:00:51 -07004365 "src/cpp/common/auth_property_iterator.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07004366 "src/cpp/common/secure_auth_context.cc",
4367 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08004368 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07004369 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004370 "src/cpp/server/secure_server_credentials.cc",
Craig Tillerd1697d92016-04-05 16:05:46 -07004371 "src/cpp/server/secure_server_credentials.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004372 ],
4373 "third_party": false,
4374 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004375 },
4376 {
Yuchen Zengc92fe252016-05-25 07:18:57 -07004377 "deps": [
Yuchen Zengeb25a072016-06-08 10:59:48 -07004378 "grpc++",
4379 "grpc++_codegen_proto"
Yuchen Zengc92fe252016-05-25 07:18:57 -07004380 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004381 "headers": [
Yuchen Zeng0601df32016-06-06 13:08:06 -07004382 "include/grpc++/ext/proto_server_reflection_plugin.h",
4383 "include/grpc++/ext/reflection.grpc.pb.h",
4384 "include/grpc++/ext/reflection.pb.h",
4385 "src/cpp/ext/proto_server_reflection.h"
Yuchen Zengc84ed682016-05-04 16:30:11 -07004386 ],
4387 "language": "c++",
4388 "name": "grpc++_reflection",
4389 "src": [
Yuchen Zeng0601df32016-06-06 13:08:06 -07004390 "include/grpc++/ext/proto_server_reflection_plugin.h",
4391 "include/grpc++/ext/reflection.grpc.pb.h",
4392 "include/grpc++/ext/reflection.pb.h",
4393 "src/cpp/ext/proto_server_reflection.cc",
4394 "src/cpp/ext/proto_server_reflection.h",
4395 "src/cpp/ext/proto_server_reflection_plugin.cc",
4396 "src/cpp/ext/reflection.grpc.pb.cc",
4397 "src/cpp/ext/reflection.pb.cc"
Yuchen Zengc84ed682016-05-04 16:30:11 -07004398 ],
4399 "third_party": false,
4400 "type": "lib"
4401 },
4402 {
Craig Tillerf75fc122015-06-25 06:58:00 -07004403 "deps": [],
4404 "headers": [
4405 "test/cpp/util/test_config.h"
4406 ],
4407 "language": "c++",
4408 "name": "grpc++_test_config",
4409 "src": [
4410 "test/cpp/util/test_config.cc",
4411 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004412 ],
4413 "third_party": false,
4414 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004415 },
4416 {
4417 "deps": [
4418 "grpc++",
yang-g17487f92016-06-03 15:21:15 -07004419 "grpc++_codegen_base",
yang-g34b58612016-06-03 17:30:09 -07004420 "grpc++_codegen_base_src",
yang-g17487f92016-06-03 15:21:15 -07004421 "grpc++_codegen_proto",
4422 "grpc++_config_proto",
Craig Tillerf75fc122015-06-25 06:58:00 -07004423 "grpc_test_util"
4424 ],
4425 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004426 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
4427 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
4428 "src/proto/grpc/testing/echo.grpc.pb.h",
4429 "src/proto/grpc/testing/echo.pb.h",
4430 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
4431 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08004432 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004433 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004434 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004435 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08004436 "test/cpp/util/subprocess.h",
4437 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004438 ],
4439 "language": "c++",
4440 "name": "grpc++_test_util",
4441 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08004442 "test/cpp/end2end/test_service_impl.cc",
4443 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004444 "test/cpp/util/byte_buffer_proto_helper.cc",
4445 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004446 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004447 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004448 "test/cpp/util/string_ref_helper.cc",
4449 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004450 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08004451 "test/cpp/util/subprocess.h",
4452 "test/cpp/util/test_credentials_provider.cc",
4453 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004454 ],
4455 "third_party": false,
4456 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004457 },
4458 {
4459 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004460 "gpr",
Yuchen Zengf0ec5b62016-07-08 13:40:40 -07004461 "grpc",
Craig Tillerd1697d92016-04-05 16:05:46 -07004462 "grpc++_base",
yang-g17487f92016-06-03 15:21:15 -07004463 "grpc++_codegen_base",
yang-g34b58612016-06-03 17:30:09 -07004464 "grpc++_codegen_base_src",
Craig Tillerf75fc122015-06-25 06:58:00 -07004465 "grpc_unsecure"
4466 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004467 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004468 "language": "c++",
4469 "name": "grpc++_unsecure",
4470 "src": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004471 "src/cpp/common/insecure_create_auth_context.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08004472 ],
4473 "third_party": false,
4474 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004475 },
4476 {
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004477 "deps": [
yang-gabdec2d2016-05-19 10:11:24 -07004478 "grpc++",
4479 "grpc_plugin_support"
4480 ],
4481 "headers": [
4482 "test/cpp/util/cli_call.h",
4483 "test/cpp/util/proto_file_parser.h"
4484 ],
4485 "language": "c++",
4486 "name": "grpc_cli_libs",
4487 "src": [
4488 "test/cpp/util/cli_call.cc",
4489 "test/cpp/util/cli_call.h",
4490 "test/cpp/util/proto_file_parser.cc",
4491 "test/cpp/util/proto_file_parser.h"
4492 ],
4493 "third_party": false,
4494 "type": "lib"
4495 },
4496 {
4497 "deps": [
yang-g17487f92016-06-03 15:21:15 -07004498 "grpc++_config_proto"
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004499 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004500 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004501 "src/compiler/config.h",
4502 "src/compiler/cpp_generator.h",
4503 "src/compiler/cpp_generator_helpers.h",
4504 "src/compiler/csharp_generator.h",
4505 "src/compiler/csharp_generator_helpers.h",
4506 "src/compiler/generator_helpers.h",
murgatroid99d2ee81f2016-02-26 11:10:33 -08004507 "src/compiler/node_generator.h",
4508 "src/compiler/node_generator_helpers.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004509 "src/compiler/objective_c_generator.h",
4510 "src/compiler/objective_c_generator_helpers.h",
4511 "src/compiler/python_generator.h",
4512 "src/compiler/ruby_generator.h",
4513 "src/compiler/ruby_generator_helpers-inl.h",
4514 "src/compiler/ruby_generator_map-inl.h",
4515 "src/compiler/ruby_generator_string-inl.h"
4516 ],
4517 "language": "c++",
4518 "name": "grpc_plugin_support",
4519 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004520 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004521 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004522 "src/compiler/cpp_generator.h",
4523 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004524 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004525 "src/compiler/csharp_generator.h",
4526 "src/compiler/csharp_generator_helpers.h",
4527 "src/compiler/generator_helpers.h",
murgatroid99d2ee81f2016-02-26 11:10:33 -08004528 "src/compiler/node_generator.cc",
4529 "src/compiler/node_generator.h",
4530 "src/compiler/node_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004531 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004532 "src/compiler/objective_c_generator.h",
4533 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004534 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004535 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004536 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004537 "src/compiler/ruby_generator.h",
4538 "src/compiler/ruby_generator_helpers-inl.h",
4539 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004540 "src/compiler/ruby_generator_string-inl.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004541 ],
4542 "third_party": false,
4543 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004544 },
4545 {
4546 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004547 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004548 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004549 "grpc++",
4550 "grpc++_test_util",
4551 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004552 ],
4553 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004554 "src/proto/grpc/testing/messages.grpc.pb.h",
4555 "src/proto/grpc/testing/messages.pb.h",
4556 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004557 ],
4558 "language": "c++",
4559 "name": "interop_client_helper",
4560 "src": [
4561 "test/cpp/interop/client_helper.cc",
4562 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004563 ],
4564 "third_party": false,
4565 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004566 },
4567 {
4568 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004569 "gpr",
4570 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004571 "grpc",
4572 "grpc++",
4573 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004574 "grpc++_test_util",
4575 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004576 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004577 ],
4578 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004579 "src/proto/grpc/testing/empty.grpc.pb.h",
4580 "src/proto/grpc/testing/empty.pb.h",
4581 "src/proto/grpc/testing/messages.grpc.pb.h",
4582 "src/proto/grpc/testing/messages.pb.h",
4583 "src/proto/grpc/testing/test.grpc.pb.h",
4584 "src/proto/grpc/testing/test.pb.h",
4585 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004586 ],
4587 "language": "c++",
4588 "name": "interop_client_main",
4589 "src": [
4590 "test/cpp/interop/client.cc",
4591 "test/cpp/interop/interop_client.cc",
4592 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004593 ],
4594 "third_party": false,
4595 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004596 },
4597 {
4598 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004599 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004600 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004601 "grpc++",
4602 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004603 ],
4604 "headers": [
4605 "test/cpp/interop/server_helper.h"
4606 ],
4607 "language": "c++",
4608 "name": "interop_server_helper",
4609 "src": [
4610 "test/cpp/interop/server_helper.cc",
4611 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004612 ],
4613 "third_party": false,
4614 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004615 },
4616 {
4617 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004618 "gpr",
4619 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004620 "grpc",
4621 "grpc++",
4622 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004623 "grpc++_test_util",
4624 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004625 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004626 ],
4627 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004628 "src/proto/grpc/testing/empty.grpc.pb.h",
4629 "src/proto/grpc/testing/empty.pb.h",
4630 "src/proto/grpc/testing/messages.grpc.pb.h",
4631 "src/proto/grpc/testing/messages.pb.h",
4632 "src/proto/grpc/testing/test.grpc.pb.h",
4633 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004634 ],
4635 "language": "c++",
4636 "name": "interop_server_main",
4637 "src": [
David Garcia Quintas74686ce2016-06-09 15:33:33 -07004638 "test/cpp/interop/interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08004639 ],
4640 "third_party": false,
4641 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004642 },
4643 {
4644 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004645 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07004646 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004647 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004648 ],
4649 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004650 "src/proto/grpc/testing/control.grpc.pb.h",
4651 "src/proto/grpc/testing/control.pb.h",
4652 "src/proto/grpc/testing/messages.grpc.pb.h",
4653 "src/proto/grpc/testing/messages.pb.h",
4654 "src/proto/grpc/testing/payloads.grpc.pb.h",
4655 "src/proto/grpc/testing/payloads.pb.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08004656 "src/proto/grpc/testing/services.grpc.pb.h",
4657 "src/proto/grpc/testing/services.pb.h",
4658 "src/proto/grpc/testing/stats.grpc.pb.h",
4659 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004660 "test/cpp/qps/client.h",
4661 "test/cpp/qps/driver.h",
4662 "test/cpp/qps/histogram.h",
4663 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004664 "test/cpp/qps/limit_cores.h",
David Klempnere27d1892016-05-19 13:50:16 -07004665 "test/cpp/qps/parse_json.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004666 "test/cpp/qps/qps_worker.h",
4667 "test/cpp/qps/report.h",
4668 "test/cpp/qps/server.h",
4669 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004670 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08004671 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004672 ],
4673 "language": "c++",
4674 "name": "qps",
4675 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004676 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004677 "test/cpp/qps/client_async.cc",
4678 "test/cpp/qps/client_sync.cc",
4679 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004680 "test/cpp/qps/driver.h",
4681 "test/cpp/qps/histogram.h",
4682 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004683 "test/cpp/qps/limit_cores.cc",
4684 "test/cpp/qps/limit_cores.h",
David Klempnere27d1892016-05-19 13:50:16 -07004685 "test/cpp/qps/parse_json.cc",
4686 "test/cpp/qps/parse_json.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004687 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004688 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004689 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004690 "test/cpp/qps/report.h",
4691 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004692 "test/cpp/qps/server_async.cc",
4693 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004694 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004695 "test/cpp/qps/usage_timer.cc",
4696 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004697 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004698 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004699 ],
4700 "third_party": false,
4701 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004702 },
4703 {
4704 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004705 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004706 "grpc"
4707 ],
4708 "headers": [],
4709 "language": "csharp",
4710 "name": "grpc_csharp_ext",
4711 "src": [
4712 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004713 ],
4714 "third_party": false,
4715 "type": "lib"
4716 },
4717 {
4718 "deps": [],
4719 "headers": [
4720 "third_party/boringssl/crypto/aes/internal.h",
4721 "third_party/boringssl/crypto/asn1/asn1_locl.h",
4722 "third_party/boringssl/crypto/bio/internal.h",
4723 "third_party/boringssl/crypto/bn/internal.h",
4724 "third_party/boringssl/crypto/bn/rsaz_exp.h",
4725 "third_party/boringssl/crypto/bytestring/internal.h",
4726 "third_party/boringssl/crypto/cipher/internal.h",
4727 "third_party/boringssl/crypto/conf/conf_def.h",
4728 "third_party/boringssl/crypto/conf/internal.h",
Craig Tiller88b9e482016-04-21 15:09:56 -07004729 "third_party/boringssl/crypto/curve25519/internal.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004730 "third_party/boringssl/crypto/des/internal.h",
4731 "third_party/boringssl/crypto/dh/internal.h",
4732 "third_party/boringssl/crypto/digest/internal.h",
4733 "third_party/boringssl/crypto/digest/md32_common.h",
4734 "third_party/boringssl/crypto/directory.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004735 "third_party/boringssl/crypto/ec/internal.h",
4736 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
4737 "third_party/boringssl/crypto/evp/internal.h",
4738 "third_party/boringssl/crypto/internal.h",
4739 "third_party/boringssl/crypto/modes/internal.h",
4740 "third_party/boringssl/crypto/obj/obj_dat.h",
4741 "third_party/boringssl/crypto/obj/obj_xref.h",
4742 "third_party/boringssl/crypto/pkcs8/internal.h",
4743 "third_party/boringssl/crypto/rand/internal.h",
4744 "third_party/boringssl/crypto/rsa/internal.h",
4745 "third_party/boringssl/crypto/test/scoped_types.h",
4746 "third_party/boringssl/crypto/test/test_util.h",
4747 "third_party/boringssl/crypto/x509/charmap.h",
4748 "third_party/boringssl/crypto/x509/vpm_int.h",
4749 "third_party/boringssl/crypto/x509v3/ext_dat.h",
4750 "third_party/boringssl/crypto/x509v3/pcy_int.h",
4751 "third_party/boringssl/include/openssl/aead.h",
4752 "third_party/boringssl/include/openssl/aes.h",
4753 "third_party/boringssl/include/openssl/arm_arch.h",
4754 "third_party/boringssl/include/openssl/asn1.h",
4755 "third_party/boringssl/include/openssl/asn1_mac.h",
4756 "third_party/boringssl/include/openssl/asn1t.h",
4757 "third_party/boringssl/include/openssl/base.h",
4758 "third_party/boringssl/include/openssl/base64.h",
4759 "third_party/boringssl/include/openssl/bio.h",
4760 "third_party/boringssl/include/openssl/blowfish.h",
4761 "third_party/boringssl/include/openssl/bn.h",
4762 "third_party/boringssl/include/openssl/buf.h",
4763 "third_party/boringssl/include/openssl/buffer.h",
4764 "third_party/boringssl/include/openssl/bytestring.h",
4765 "third_party/boringssl/include/openssl/cast.h",
4766 "third_party/boringssl/include/openssl/chacha.h",
4767 "third_party/boringssl/include/openssl/cipher.h",
4768 "third_party/boringssl/include/openssl/cmac.h",
4769 "third_party/boringssl/include/openssl/conf.h",
4770 "third_party/boringssl/include/openssl/cpu.h",
4771 "third_party/boringssl/include/openssl/crypto.h",
4772 "third_party/boringssl/include/openssl/curve25519.h",
4773 "third_party/boringssl/include/openssl/des.h",
4774 "third_party/boringssl/include/openssl/dh.h",
4775 "third_party/boringssl/include/openssl/digest.h",
4776 "third_party/boringssl/include/openssl/dsa.h",
4777 "third_party/boringssl/include/openssl/dtls1.h",
4778 "third_party/boringssl/include/openssl/ec.h",
4779 "third_party/boringssl/include/openssl/ec_key.h",
4780 "third_party/boringssl/include/openssl/ecdh.h",
4781 "third_party/boringssl/include/openssl/ecdsa.h",
4782 "third_party/boringssl/include/openssl/engine.h",
4783 "third_party/boringssl/include/openssl/err.h",
4784 "third_party/boringssl/include/openssl/evp.h",
4785 "third_party/boringssl/include/openssl/ex_data.h",
4786 "third_party/boringssl/include/openssl/hkdf.h",
4787 "third_party/boringssl/include/openssl/hmac.h",
4788 "third_party/boringssl/include/openssl/lhash.h",
4789 "third_party/boringssl/include/openssl/lhash_macros.h",
4790 "third_party/boringssl/include/openssl/md4.h",
4791 "third_party/boringssl/include/openssl/md5.h",
4792 "third_party/boringssl/include/openssl/mem.h",
4793 "third_party/boringssl/include/openssl/obj.h",
4794 "third_party/boringssl/include/openssl/obj_mac.h",
4795 "third_party/boringssl/include/openssl/objects.h",
4796 "third_party/boringssl/include/openssl/opensslfeatures.h",
4797 "third_party/boringssl/include/openssl/opensslv.h",
4798 "third_party/boringssl/include/openssl/ossl_typ.h",
4799 "third_party/boringssl/include/openssl/pem.h",
4800 "third_party/boringssl/include/openssl/pkcs12.h",
4801 "third_party/boringssl/include/openssl/pkcs7.h",
4802 "third_party/boringssl/include/openssl/pkcs8.h",
4803 "third_party/boringssl/include/openssl/poly1305.h",
4804 "third_party/boringssl/include/openssl/pqueue.h",
4805 "third_party/boringssl/include/openssl/rand.h",
4806 "third_party/boringssl/include/openssl/rc4.h",
4807 "third_party/boringssl/include/openssl/rsa.h",
4808 "third_party/boringssl/include/openssl/safestack.h",
4809 "third_party/boringssl/include/openssl/sha.h",
4810 "third_party/boringssl/include/openssl/srtp.h",
4811 "third_party/boringssl/include/openssl/ssl.h",
4812 "third_party/boringssl/include/openssl/ssl3.h",
4813 "third_party/boringssl/include/openssl/stack.h",
4814 "third_party/boringssl/include/openssl/stack_macros.h",
4815 "third_party/boringssl/include/openssl/thread.h",
4816 "third_party/boringssl/include/openssl/time_support.h",
4817 "third_party/boringssl/include/openssl/tls1.h",
4818 "third_party/boringssl/include/openssl/type_check.h",
4819 "third_party/boringssl/include/openssl/x509.h",
4820 "third_party/boringssl/include/openssl/x509_vfy.h",
4821 "third_party/boringssl/include/openssl/x509v3.h",
4822 "third_party/boringssl/ssl/internal.h",
4823 "third_party/boringssl/ssl/test/async_bio.h",
4824 "third_party/boringssl/ssl/test/packeted_bio.h",
4825 "third_party/boringssl/ssl/test/scoped_types.h",
4826 "third_party/boringssl/ssl/test/test_config.h"
4827 ],
4828 "language": "c",
4829 "name": "boringssl",
4830 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08004831 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004832 ],
4833 "third_party": true,
4834 "type": "lib"
4835 },
4836 {
4837 "deps": [],
4838 "headers": [],
4839 "language": "c++",
4840 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08004841 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004842 "third_party": true,
4843 "type": "lib"
4844 },
4845 {
4846 "deps": [
4847 "boringssl",
4848 "boringssl_test_util"
4849 ],
4850 "headers": [],
4851 "language": "c++",
4852 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004853 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004854 "third_party": true,
4855 "type": "lib"
4856 },
4857 {
4858 "deps": [
4859 "boringssl",
4860 "boringssl_test_util"
4861 ],
4862 "headers": [],
4863 "language": "c++",
Craig Tiller3d62fc62016-03-15 09:57:26 -07004864 "name": "boringssl_asn1_test_lib",
4865 "src": [],
4866 "third_party": true,
4867 "type": "lib"
4868 },
4869 {
4870 "deps": [
4871 "boringssl",
4872 "boringssl_test_util"
4873 ],
4874 "headers": [],
4875 "language": "c++",
Craig Tiller732a8752016-02-22 15:59:19 -08004876 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004877 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004878 "third_party": true,
4879 "type": "lib"
4880 },
4881 {
4882 "deps": [
4883 "boringssl",
4884 "boringssl_test_util"
4885 ],
4886 "headers": [],
4887 "language": "c++",
4888 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004889 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004890 "third_party": true,
4891 "type": "lib"
4892 },
4893 {
4894 "deps": [
4895 "boringssl",
4896 "boringssl_test_util"
4897 ],
4898 "headers": [],
4899 "language": "c++",
4900 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004901 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004902 "third_party": true,
4903 "type": "lib"
4904 },
4905 {
4906 "deps": [
4907 "boringssl",
4908 "boringssl_test_util"
4909 ],
4910 "headers": [],
4911 "language": "c++",
4912 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004913 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004914 "third_party": true,
4915 "type": "lib"
4916 },
4917 {
4918 "deps": [
4919 "boringssl",
4920 "boringssl_test_util"
4921 ],
4922 "headers": [],
4923 "language": "c++",
4924 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004925 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004926 "third_party": true,
4927 "type": "lib"
4928 },
4929 {
4930 "deps": [
4931 "boringssl",
4932 "boringssl_test_util"
4933 ],
4934 "headers": [],
4935 "language": "c++",
4936 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004937 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004938 "third_party": true,
4939 "type": "lib"
4940 },
4941 {
4942 "deps": [
4943 "boringssl",
4944 "boringssl_test_util"
4945 ],
4946 "headers": [],
4947 "language": "c++",
4948 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004949 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004950 "third_party": true,
4951 "type": "lib"
4952 },
4953 {
4954 "deps": [
4955 "boringssl",
4956 "boringssl_test_util"
4957 ],
4958 "headers": [],
4959 "language": "c",
4960 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004961 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004962 "third_party": true,
4963 "type": "lib"
4964 },
4965 {
4966 "deps": [
4967 "boringssl",
4968 "boringssl_test_util"
4969 ],
4970 "headers": [],
4971 "language": "c++",
4972 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004973 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004974 "third_party": true,
4975 "type": "lib"
4976 },
4977 {
4978 "deps": [
4979 "boringssl",
4980 "boringssl_test_util"
4981 ],
4982 "headers": [],
4983 "language": "c++",
4984 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004985 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004986 "third_party": true,
4987 "type": "lib"
4988 },
4989 {
4990 "deps": [
4991 "boringssl",
4992 "boringssl_test_util"
4993 ],
4994 "headers": [],
4995 "language": "c++",
4996 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004997 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004998 "third_party": true,
4999 "type": "lib"
5000 },
5001 {
5002 "deps": [
5003 "boringssl",
5004 "boringssl_test_util"
5005 ],
5006 "headers": [],
5007 "language": "c++",
5008 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005009 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005010 "third_party": true,
5011 "type": "lib"
5012 },
5013 {
5014 "deps": [
5015 "boringssl",
5016 "boringssl_test_util"
5017 ],
5018 "headers": [],
5019 "language": "c",
5020 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005021 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005022 "third_party": true,
5023 "type": "lib"
5024 },
5025 {
5026 "deps": [
5027 "boringssl",
5028 "boringssl_test_util"
5029 ],
5030 "headers": [],
5031 "language": "c++",
5032 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005033 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005034 "third_party": true,
5035 "type": "lib"
5036 },
5037 {
5038 "deps": [
5039 "boringssl",
5040 "boringssl_test_util"
5041 ],
5042 "headers": [],
5043 "language": "c",
5044 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005045 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005046 "third_party": true,
5047 "type": "lib"
5048 },
5049 {
5050 "deps": [
5051 "boringssl",
5052 "boringssl_test_util"
5053 ],
5054 "headers": [],
5055 "language": "c++",
5056 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005057 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005058 "third_party": true,
5059 "type": "lib"
5060 },
5061 {
5062 "deps": [
5063 "boringssl",
5064 "boringssl_test_util"
5065 ],
5066 "headers": [],
5067 "language": "c++",
5068 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005069 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005070 "third_party": true,
5071 "type": "lib"
5072 },
5073 {
5074 "deps": [
5075 "boringssl",
5076 "boringssl_test_util"
5077 ],
5078 "headers": [],
5079 "language": "c++",
5080 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005081 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005082 "third_party": true,
5083 "type": "lib"
5084 },
5085 {
5086 "deps": [
5087 "boringssl",
5088 "boringssl_test_util"
5089 ],
5090 "headers": [],
5091 "language": "c++",
5092 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005093 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005094 "third_party": true,
5095 "type": "lib"
5096 },
5097 {
5098 "deps": [
5099 "boringssl",
5100 "boringssl_test_util"
5101 ],
5102 "headers": [],
5103 "language": "c++",
5104 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005105 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005106 "third_party": true,
5107 "type": "lib"
5108 },
5109 {
5110 "deps": [
5111 "boringssl",
5112 "boringssl_test_util"
5113 ],
5114 "headers": [],
5115 "language": "c",
5116 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005117 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005118 "third_party": true,
5119 "type": "lib"
5120 },
5121 {
5122 "deps": [
5123 "boringssl",
5124 "boringssl_test_util"
5125 ],
5126 "headers": [],
5127 "language": "c++",
5128 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005129 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005130 "third_party": true,
5131 "type": "lib"
5132 },
5133 {
5134 "deps": [
5135 "boringssl",
5136 "boringssl_test_util"
5137 ],
5138 "headers": [],
5139 "language": "c",
5140 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005141 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005142 "third_party": true,
5143 "type": "lib"
5144 },
5145 {
5146 "deps": [
5147 "boringssl",
5148 "boringssl_test_util"
5149 ],
5150 "headers": [],
5151 "language": "c",
5152 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005153 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005154 "third_party": true,
5155 "type": "lib"
5156 },
5157 {
5158 "deps": [
5159 "boringssl",
5160 "boringssl_test_util"
5161 ],
5162 "headers": [],
5163 "language": "c++",
5164 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005165 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005166 "third_party": true,
5167 "type": "lib"
5168 },
5169 {
5170 "deps": [
5171 "boringssl",
5172 "boringssl_test_util"
5173 ],
5174 "headers": [],
5175 "language": "c++",
5176 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005177 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005178 "third_party": true,
5179 "type": "lib"
5180 },
5181 {
5182 "deps": [
5183 "boringssl",
5184 "boringssl_test_util"
5185 ],
5186 "headers": [],
5187 "language": "c++",
5188 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005189 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005190 "third_party": true,
5191 "type": "lib"
5192 },
5193 {
5194 "deps": [
5195 "boringssl",
5196 "boringssl_test_util"
5197 ],
5198 "headers": [],
5199 "language": "c",
5200 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005201 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005202 "third_party": true,
5203 "type": "lib"
5204 },
5205 {
5206 "deps": [
5207 "boringssl",
5208 "boringssl_test_util"
5209 ],
5210 "headers": [],
5211 "language": "c++",
5212 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005213 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005214 "third_party": true,
5215 "type": "lib"
5216 },
5217 {
5218 "deps": [
5219 "boringssl",
5220 "boringssl_test_util"
5221 ],
5222 "headers": [],
5223 "language": "c",
5224 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005225 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005226 "third_party": true,
5227 "type": "lib"
5228 },
5229 {
5230 "deps": [
5231 "boringssl",
5232 "boringssl_test_util"
5233 ],
5234 "headers": [],
5235 "language": "c",
5236 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005237 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005238 "third_party": true,
5239 "type": "lib"
5240 },
5241 {
5242 "deps": [
5243 "boringssl",
5244 "boringssl_test_util"
5245 ],
5246 "headers": [],
Craig Tiller88b9e482016-04-21 15:09:56 -07005247 "language": "c++",
5248 "name": "boringssl_x509_test_lib",
5249 "src": [],
5250 "third_party": true,
5251 "type": "lib"
5252 },
5253 {
5254 "deps": [
5255 "boringssl",
5256 "boringssl_test_util"
5257 ],
5258 "headers": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005259 "language": "c",
5260 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005261 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005262 "third_party": true,
5263 "type": "lib"
5264 },
5265 {
5266 "deps": [
5267 "boringssl",
5268 "boringssl_test_util"
5269 ],
5270 "headers": [],
5271 "language": "c",
5272 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005273 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005274 "third_party": true,
5275 "type": "lib"
5276 },
5277 {
5278 "deps": [
5279 "boringssl",
5280 "boringssl_test_util"
5281 ],
5282 "headers": [],
5283 "language": "c",
5284 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005285 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005286 "third_party": true,
5287 "type": "lib"
5288 },
5289 {
5290 "deps": [
5291 "boringssl",
5292 "boringssl_test_util"
5293 ],
5294 "headers": [],
5295 "language": "c++",
5296 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005297 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005298 "third_party": true,
5299 "type": "lib"
5300 },
5301 {
5302 "deps": [],
5303 "headers": [
5304 "third_party/zlib/crc32.h",
5305 "third_party/zlib/deflate.h",
5306 "third_party/zlib/gzguts.h",
5307 "third_party/zlib/inffast.h",
5308 "third_party/zlib/inffixed.h",
5309 "third_party/zlib/inflate.h",
5310 "third_party/zlib/inftrees.h",
5311 "third_party/zlib/trees.h",
5312 "third_party/zlib/zconf.h",
5313 "third_party/zlib/zlib.h",
5314 "third_party/zlib/zutil.h"
5315 ],
5316 "language": "c",
5317 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08005318 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005319 "third_party": true,
5320 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005321 },
5322 {
5323 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005324 "gpr",
5325 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08005326 "grpc_test_util_unsecure",
5327 "grpc_unsecure"
5328 ],
5329 "headers": [
5330 "test/core/bad_client/bad_client.h"
5331 ],
5332 "language": "c",
5333 "name": "bad_client_test",
5334 "src": [
5335 "test/core/bad_client/bad_client.c",
5336 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005337 ],
5338 "third_party": false,
5339 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005340 },
5341 {
5342 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005343 "gpr",
5344 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08005345 "grpc",
5346 "grpc_test_util"
5347 ],
5348 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08005349 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005350 ],
5351 "language": "c",
5352 "name": "bad_ssl_test_server",
5353 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005354 "test/core/bad_ssl/server_common.c",
5355 "test/core/bad_ssl/server_common.h"
5356 ],
5357 "third_party": false,
5358 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005359 },
5360 {
Craig Tillerf75fc122015-06-25 06:58:00 -07005361 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005362 "gpr",
5363 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08005364 "grpc",
5365 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005366 ],
5367 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005368 "test/core/end2end/end2end_tests.h",
5369 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005370 ],
5371 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005372 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07005373 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005374 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07005375 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005376 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005377 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005378 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005379 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005380 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005381 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005382 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005383 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005384 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005385 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005386 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005387 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005388 "test/core/end2end/tests/default_host.c",
5389 "test/core/end2end/tests/disappearing_server.c",
5390 "test/core/end2end/tests/empty_batch.c",
Craig Tillera446ee22016-04-04 13:09:30 -07005391 "test/core/end2end/tests/filter_causes_close.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005392 "test/core/end2end/tests/graceful_server_shutdown.c",
5393 "test/core/end2end/tests/high_initial_seqno.c",
5394 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005395 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005396 "test/core/end2end/tests/invoke_large_request.c",
5397 "test/core/end2end/tests/large_metadata.c",
5398 "test/core/end2end/tests/max_concurrent_streams.c",
5399 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005400 "test/core/end2end/tests/negative_deadline.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07005401 "test/core/end2end/tests/network_status_change.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005402 "test/core/end2end/tests/no_op.c",
5403 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005404 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005405 "test/core/end2end/tests/ping_pong_streaming.c",
5406 "test/core/end2end/tests/registered_call.c",
5407 "test/core/end2end/tests/request_with_flags.c",
5408 "test/core/end2end/tests/request_with_payload.c",
5409 "test/core/end2end/tests/server_finishes_request.c",
5410 "test/core/end2end/tests/shutdown_finishes_calls.c",
5411 "test/core/end2end/tests/shutdown_finishes_tags.c",
5412 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005413 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005414 "test/core/end2end/tests/simple_request.c",
Craig Tillerfa1f74e2016-06-20 11:11:44 -07005415 "test/core/end2end/tests/streaming_error_response.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005416 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005417 ],
5418 "third_party": false,
5419 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08005420 },
5421 {
5422 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005423 "gpr",
5424 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005425 "grpc_test_util_unsecure",
5426 "grpc_unsecure"
5427 ],
5428 "headers": [
5429 "test/core/end2end/end2end_tests.h",
5430 "test/core/end2end/tests/cancel_test_helpers.h"
5431 ],
5432 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005433 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08005434 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005435 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005436 "test/core/end2end/end2end_tests.h",
5437 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005438 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005439 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005440 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005441 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005442 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005443 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08005444 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005445 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005446 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005447 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005448 "test/core/end2end/tests/default_host.c",
5449 "test/core/end2end/tests/disappearing_server.c",
5450 "test/core/end2end/tests/empty_batch.c",
Craig Tillera446ee22016-04-04 13:09:30 -07005451 "test/core/end2end/tests/filter_causes_close.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005452 "test/core/end2end/tests/graceful_server_shutdown.c",
5453 "test/core/end2end/tests/high_initial_seqno.c",
5454 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005455 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005456 "test/core/end2end/tests/invoke_large_request.c",
5457 "test/core/end2end/tests/large_metadata.c",
5458 "test/core/end2end/tests/max_concurrent_streams.c",
5459 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005460 "test/core/end2end/tests/negative_deadline.c",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07005461 "test/core/end2end/tests/network_status_change.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005462 "test/core/end2end/tests/no_op.c",
5463 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005464 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005465 "test/core/end2end/tests/ping_pong_streaming.c",
5466 "test/core/end2end/tests/registered_call.c",
5467 "test/core/end2end/tests/request_with_flags.c",
5468 "test/core/end2end/tests/request_with_payload.c",
5469 "test/core/end2end/tests/server_finishes_request.c",
5470 "test/core/end2end/tests/shutdown_finishes_calls.c",
5471 "test/core/end2end/tests/shutdown_finishes_tags.c",
5472 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005473 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005474 "test/core/end2end/tests/simple_request.c",
Craig Tillerfa1f74e2016-06-20 11:11:44 -07005475 "test/core/end2end/tests/streaming_error_response.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005476 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005477 ],
5478 "third_party": false,
5479 "type": "lib"
Craig Tillerd1697d92016-04-05 16:05:46 -07005480 },
5481 {
5482 "deps": [
5483 "gpr",
Alistair Veitchf1bc22a2016-05-27 16:38:15 -07005484 "grpc_base",
5485 "nanopb"
Craig Tillerd1697d92016-04-05 16:05:46 -07005486 ],
5487 "headers": [
5488 "include/grpc/census.h",
5489 "src/core/ext/census/aggregation.h",
5490 "src/core/ext/census/census_interface.h",
5491 "src/core/ext/census/census_rpc_stats.h",
Alistair Veitch30fe6322016-05-23 10:11:28 -07005492 "src/core/ext/census/gen/census.pb.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005493 "src/core/ext/census/grpc_filter.h",
5494 "src/core/ext/census/mlog.h",
5495 "src/core/ext/census/rpc_metric_id.h"
5496 ],
5497 "language": "c",
5498 "name": "census",
5499 "src": [
5500 "include/grpc/census.h",
5501 "src/core/ext/census/aggregation.h",
5502 "src/core/ext/census/census_interface.h",
5503 "src/core/ext/census/census_rpc_stats.h",
5504 "src/core/ext/census/context.c",
Alistair Veitch30fe6322016-05-23 10:11:28 -07005505 "src/core/ext/census/gen/census.pb.c",
5506 "src/core/ext/census/gen/census.pb.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005507 "src/core/ext/census/grpc_context.c",
5508 "src/core/ext/census/grpc_filter.c",
5509 "src/core/ext/census/grpc_filter.h",
5510 "src/core/ext/census/grpc_plugin.c",
5511 "src/core/ext/census/initialize.c",
5512 "src/core/ext/census/mlog.c",
5513 "src/core/ext/census/mlog.h",
5514 "src/core/ext/census/operation.c",
5515 "src/core/ext/census/placeholders.c",
5516 "src/core/ext/census/rpc_metric_id.h",
5517 "src/core/ext/census/tracing.c"
5518 ],
5519 "third_party": false,
5520 "type": "filegroup"
5521 },
5522 {
5523 "deps": [
5524 "gpr_codegen"
5525 ],
5526 "headers": [
5527 "include/grpc/support/alloc.h",
5528 "include/grpc/support/atm.h",
5529 "include/grpc/support/atm_gcc_atomic.h",
5530 "include/grpc/support/atm_gcc_sync.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005531 "include/grpc/support/atm_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005532 "include/grpc/support/avl.h",
5533 "include/grpc/support/cmdline.h",
5534 "include/grpc/support/cpu.h",
5535 "include/grpc/support/histogram.h",
5536 "include/grpc/support/host_port.h",
5537 "include/grpc/support/log.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005538 "include/grpc/support/log_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005539 "include/grpc/support/port_platform.h",
5540 "include/grpc/support/slice.h",
5541 "include/grpc/support/slice_buffer.h",
5542 "include/grpc/support/string_util.h",
5543 "include/grpc/support/subprocess.h",
5544 "include/grpc/support/sync.h",
5545 "include/grpc/support/sync_generic.h",
5546 "include/grpc/support/sync_posix.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005547 "include/grpc/support/sync_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005548 "include/grpc/support/thd.h",
5549 "include/grpc/support/time.h",
5550 "include/grpc/support/tls.h",
5551 "include/grpc/support/tls_gcc.h",
5552 "include/grpc/support/tls_msvc.h",
5553 "include/grpc/support/tls_pthread.h",
5554 "include/grpc/support/useful.h",
5555 "src/core/lib/profiling/timers.h",
5556 "src/core/lib/support/backoff.h",
5557 "src/core/lib/support/block_annotate.h",
5558 "src/core/lib/support/env.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005559 "src/core/lib/support/murmur_hash.h",
5560 "src/core/lib/support/stack_lockfree.h",
5561 "src/core/lib/support/string.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005562 "src/core/lib/support/string_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005563 "src/core/lib/support/thd_internal.h",
5564 "src/core/lib/support/time_precise.h",
5565 "src/core/lib/support/tmpfile.h"
5566 ],
5567 "language": "c",
5568 "name": "gpr_base",
5569 "src": [
5570 "include/grpc/support/alloc.h",
5571 "include/grpc/support/atm.h",
5572 "include/grpc/support/atm_gcc_atomic.h",
5573 "include/grpc/support/atm_gcc_sync.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005574 "include/grpc/support/atm_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005575 "include/grpc/support/avl.h",
5576 "include/grpc/support/cmdline.h",
5577 "include/grpc/support/cpu.h",
5578 "include/grpc/support/histogram.h",
5579 "include/grpc/support/host_port.h",
5580 "include/grpc/support/log.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005581 "include/grpc/support/log_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005582 "include/grpc/support/port_platform.h",
5583 "include/grpc/support/slice.h",
5584 "include/grpc/support/slice_buffer.h",
5585 "include/grpc/support/string_util.h",
5586 "include/grpc/support/subprocess.h",
5587 "include/grpc/support/sync.h",
5588 "include/grpc/support/sync_generic.h",
5589 "include/grpc/support/sync_posix.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005590 "include/grpc/support/sync_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005591 "include/grpc/support/thd.h",
5592 "include/grpc/support/time.h",
5593 "include/grpc/support/tls.h",
5594 "include/grpc/support/tls_gcc.h",
5595 "include/grpc/support/tls_msvc.h",
5596 "include/grpc/support/tls_pthread.h",
5597 "include/grpc/support/useful.h",
5598 "src/core/lib/profiling/basic_timers.c",
5599 "src/core/lib/profiling/stap_timers.c",
5600 "src/core/lib/profiling/timers.h",
5601 "src/core/lib/support/alloc.c",
5602 "src/core/lib/support/avl.c",
5603 "src/core/lib/support/backoff.c",
5604 "src/core/lib/support/backoff.h",
5605 "src/core/lib/support/block_annotate.h",
5606 "src/core/lib/support/cmdline.c",
5607 "src/core/lib/support/cpu_iphone.c",
5608 "src/core/lib/support/cpu_linux.c",
5609 "src/core/lib/support/cpu_posix.c",
5610 "src/core/lib/support/cpu_windows.c",
5611 "src/core/lib/support/env.h",
5612 "src/core/lib/support/env_linux.c",
5613 "src/core/lib/support/env_posix.c",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005614 "src/core/lib/support/env_windows.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005615 "src/core/lib/support/histogram.c",
5616 "src/core/lib/support/host_port.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005617 "src/core/lib/support/log.c",
5618 "src/core/lib/support/log_android.c",
5619 "src/core/lib/support/log_linux.c",
5620 "src/core/lib/support/log_posix.c",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005621 "src/core/lib/support/log_windows.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005622 "src/core/lib/support/murmur_hash.c",
5623 "src/core/lib/support/murmur_hash.h",
5624 "src/core/lib/support/slice.c",
5625 "src/core/lib/support/slice_buffer.c",
5626 "src/core/lib/support/stack_lockfree.c",
5627 "src/core/lib/support/stack_lockfree.h",
5628 "src/core/lib/support/string.c",
5629 "src/core/lib/support/string.h",
5630 "src/core/lib/support/string_posix.c",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005631 "src/core/lib/support/string_util_windows.c",
5632 "src/core/lib/support/string_windows.c",
5633 "src/core/lib/support/string_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005634 "src/core/lib/support/subprocess_posix.c",
5635 "src/core/lib/support/subprocess_windows.c",
5636 "src/core/lib/support/sync.c",
5637 "src/core/lib/support/sync_posix.c",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005638 "src/core/lib/support/sync_windows.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005639 "src/core/lib/support/thd.c",
5640 "src/core/lib/support/thd_internal.h",
5641 "src/core/lib/support/thd_posix.c",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005642 "src/core/lib/support/thd_windows.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005643 "src/core/lib/support/time.c",
5644 "src/core/lib/support/time_posix.c",
5645 "src/core/lib/support/time_precise.c",
5646 "src/core/lib/support/time_precise.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005647 "src/core/lib/support/time_windows.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005648 "src/core/lib/support/tls_pthread.c",
5649 "src/core/lib/support/tmpfile.h",
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +02005650 "src/core/lib/support/tmpfile_msys.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005651 "src/core/lib/support/tmpfile_posix.c",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005652 "src/core/lib/support/tmpfile_windows.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005653 "src/core/lib/support/wrap_memcpy.c"
5654 ],
5655 "third_party": false,
5656 "type": "filegroup"
5657 },
5658 {
5659 "deps": [],
5660 "headers": [
5661 "include/grpc/impl/codegen/alloc.h",
5662 "include/grpc/impl/codegen/atm.h",
5663 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5664 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005665 "include/grpc/impl/codegen/atm_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005666 "include/grpc/impl/codegen/log.h",
5667 "include/grpc/impl/codegen/port_platform.h",
5668 "include/grpc/impl/codegen/slice.h",
5669 "include/grpc/impl/codegen/slice_buffer.h",
5670 "include/grpc/impl/codegen/sync.h",
5671 "include/grpc/impl/codegen/sync_generic.h",
5672 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005673 "include/grpc/impl/codegen/sync_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005674 "include/grpc/impl/codegen/time.h"
5675 ],
5676 "language": "c",
5677 "name": "gpr_codegen",
5678 "src": [
5679 "include/grpc/impl/codegen/alloc.h",
5680 "include/grpc/impl/codegen/atm.h",
5681 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5682 "include/grpc/impl/codegen/atm_gcc_sync.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005683 "include/grpc/impl/codegen/atm_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005684 "include/grpc/impl/codegen/log.h",
5685 "include/grpc/impl/codegen/port_platform.h",
5686 "include/grpc/impl/codegen/slice.h",
5687 "include/grpc/impl/codegen/slice_buffer.h",
5688 "include/grpc/impl/codegen/sync.h",
5689 "include/grpc/impl/codegen/sync_generic.h",
5690 "include/grpc/impl/codegen/sync_posix.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005691 "include/grpc/impl/codegen/sync_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005692 "include/grpc/impl/codegen/time.h"
5693 ],
5694 "third_party": false,
5695 "type": "filegroup"
5696 },
5697 {
5698 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07005699 "gpr",
5700 "grpc_codegen"
5701 ],
5702 "headers": [
5703 "include/grpc/byte_buffer.h",
5704 "include/grpc/byte_buffer_reader.h",
5705 "include/grpc/compression.h",
5706 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07005707 "include/grpc/grpc_posix.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005708 "include/grpc/status.h",
5709 "src/core/lib/channel/channel_args.h",
5710 "src/core/lib/channel/channel_stack.h",
5711 "src/core/lib/channel/channel_stack_builder.h",
5712 "src/core/lib/channel/compress_filter.h",
5713 "src/core/lib/channel/connected_channel.h",
5714 "src/core/lib/channel/context.h",
5715 "src/core/lib/channel/http_client_filter.h",
5716 "src/core/lib/channel/http_server_filter.h",
5717 "src/core/lib/compression/algorithm_metadata.h",
5718 "src/core/lib/compression/message_compress.h",
5719 "src/core/lib/debug/trace.h",
5720 "src/core/lib/http/format_request.h",
5721 "src/core/lib/http/httpcli.h",
5722 "src/core/lib/http/parser.h",
5723 "src/core/lib/iomgr/closure.h",
5724 "src/core/lib/iomgr/endpoint.h",
5725 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller27f59af2016-04-28 14:19:48 -07005726 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07005727 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller69f3e2b2016-05-31 13:45:24 -07005728 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerfe01b582016-05-11 08:05:59 -07005729 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005730 "src/core/lib/iomgr/ev_posix.h",
5731 "src/core/lib/iomgr/exec_ctx.h",
5732 "src/core/lib/iomgr/executor.h",
5733 "src/core/lib/iomgr/iocp_windows.h",
5734 "src/core/lib/iomgr/iomgr.h",
5735 "src/core/lib/iomgr/iomgr_internal.h",
5736 "src/core/lib/iomgr/iomgr_posix.h",
Craig Tiller85178862016-05-18 16:09:16 -07005737 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07005738 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07005739 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005740 "src/core/lib/iomgr/pollset.h",
5741 "src/core/lib/iomgr/pollset_set.h",
5742 "src/core/lib/iomgr/pollset_set_windows.h",
5743 "src/core/lib/iomgr/pollset_windows.h",
5744 "src/core/lib/iomgr/resolve_address.h",
5745 "src/core/lib/iomgr/sockaddr.h",
5746 "src/core/lib/iomgr/sockaddr_posix.h",
5747 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005748 "src/core/lib/iomgr/sockaddr_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005749 "src/core/lib/iomgr/socket_utils_posix.h",
5750 "src/core/lib/iomgr/socket_windows.h",
5751 "src/core/lib/iomgr/tcp_client.h",
5752 "src/core/lib/iomgr/tcp_posix.h",
5753 "src/core/lib/iomgr/tcp_server.h",
5754 "src/core/lib/iomgr/tcp_windows.h",
5755 "src/core/lib/iomgr/time_averaged_stats.h",
5756 "src/core/lib/iomgr/timer.h",
5757 "src/core/lib/iomgr/timer_heap.h",
5758 "src/core/lib/iomgr/udp_server.h",
5759 "src/core/lib/iomgr/unix_sockets_posix.h",
5760 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5761 "src/core/lib/iomgr/wakeup_fd_posix.h",
5762 "src/core/lib/iomgr/workqueue.h",
5763 "src/core/lib/iomgr/workqueue_posix.h",
5764 "src/core/lib/iomgr/workqueue_windows.h",
5765 "src/core/lib/json/json.h",
5766 "src/core/lib/json/json_common.h",
5767 "src/core/lib/json/json_reader.h",
5768 "src/core/lib/json/json_writer.h",
5769 "src/core/lib/surface/api_trace.h",
5770 "src/core/lib/surface/call.h",
5771 "src/core/lib/surface/call_test_only.h",
5772 "src/core/lib/surface/channel.h",
5773 "src/core/lib/surface/channel_init.h",
5774 "src/core/lib/surface/channel_stack_type.h",
5775 "src/core/lib/surface/completion_queue.h",
5776 "src/core/lib/surface/event_string.h",
5777 "src/core/lib/surface/init.h",
5778 "src/core/lib/surface/lame_client.h",
5779 "src/core/lib/surface/server.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005780 "src/core/lib/transport/byte_stream.h",
5781 "src/core/lib/transport/connectivity_state.h",
5782 "src/core/lib/transport/metadata.h",
5783 "src/core/lib/transport/metadata_batch.h",
5784 "src/core/lib/transport/static_metadata.h",
5785 "src/core/lib/transport/transport.h",
5786 "src/core/lib/transport/transport_impl.h"
5787 ],
5788 "language": "c",
5789 "name": "grpc_base",
5790 "src": [
5791 "include/grpc/byte_buffer.h",
5792 "include/grpc/byte_buffer_reader.h",
5793 "include/grpc/compression.h",
5794 "include/grpc/grpc.h",
Adam Michalik321b1fb2016-05-16 15:42:36 -07005795 "include/grpc/grpc_posix.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005796 "include/grpc/status.h",
5797 "src/core/lib/channel/channel_args.c",
5798 "src/core/lib/channel/channel_args.h",
5799 "src/core/lib/channel/channel_stack.c",
5800 "src/core/lib/channel/channel_stack.h",
5801 "src/core/lib/channel/channel_stack_builder.c",
5802 "src/core/lib/channel/channel_stack_builder.h",
5803 "src/core/lib/channel/compress_filter.c",
5804 "src/core/lib/channel/compress_filter.h",
5805 "src/core/lib/channel/connected_channel.c",
5806 "src/core/lib/channel/connected_channel.h",
5807 "src/core/lib/channel/context.h",
5808 "src/core/lib/channel/http_client_filter.c",
5809 "src/core/lib/channel/http_client_filter.h",
5810 "src/core/lib/channel/http_server_filter.c",
5811 "src/core/lib/channel/http_server_filter.h",
5812 "src/core/lib/compression/algorithm_metadata.h",
David Garcia Quintasac094472016-05-18 20:25:57 -07005813 "src/core/lib/compression/compression.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005814 "src/core/lib/compression/message_compress.c",
5815 "src/core/lib/compression/message_compress.h",
5816 "src/core/lib/debug/trace.c",
5817 "src/core/lib/debug/trace.h",
5818 "src/core/lib/http/format_request.c",
5819 "src/core/lib/http/format_request.h",
5820 "src/core/lib/http/httpcli.c",
5821 "src/core/lib/http/httpcli.h",
5822 "src/core/lib/http/parser.c",
5823 "src/core/lib/http/parser.h",
5824 "src/core/lib/iomgr/closure.c",
5825 "src/core/lib/iomgr/closure.h",
5826 "src/core/lib/iomgr/endpoint.c",
5827 "src/core/lib/iomgr/endpoint.h",
5828 "src/core/lib/iomgr/endpoint_pair.h",
5829 "src/core/lib/iomgr/endpoint_pair_posix.c",
5830 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller27f59af2016-04-28 14:19:48 -07005831 "src/core/lib/iomgr/error.c",
5832 "src/core/lib/iomgr/error.h",
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -07005833 "src/core/lib/iomgr/ev_epoll_linux.c",
5834 "src/core/lib/iomgr/ev_epoll_linux.h",
Craig Tiller69f3e2b2016-05-31 13:45:24 -07005835 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
5836 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
Craig Tillerfe01b582016-05-11 08:05:59 -07005837 "src/core/lib/iomgr/ev_poll_posix.c",
5838 "src/core/lib/iomgr/ev_poll_posix.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005839 "src/core/lib/iomgr/ev_posix.c",
5840 "src/core/lib/iomgr/ev_posix.h",
5841 "src/core/lib/iomgr/exec_ctx.c",
5842 "src/core/lib/iomgr/exec_ctx.h",
5843 "src/core/lib/iomgr/executor.c",
5844 "src/core/lib/iomgr/executor.h",
5845 "src/core/lib/iomgr/iocp_windows.c",
5846 "src/core/lib/iomgr/iocp_windows.h",
5847 "src/core/lib/iomgr/iomgr.c",
5848 "src/core/lib/iomgr/iomgr.h",
5849 "src/core/lib/iomgr/iomgr_internal.h",
5850 "src/core/lib/iomgr/iomgr_posix.c",
5851 "src/core/lib/iomgr/iomgr_posix.h",
5852 "src/core/lib/iomgr/iomgr_windows.c",
Craig Tiller85178862016-05-18 16:09:16 -07005853 "src/core/lib/iomgr/load_file.c",
5854 "src/core/lib/iomgr/load_file.h",
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -07005855 "src/core/lib/iomgr/network_status_tracker.c",
5856 "src/core/lib/iomgr/network_status_tracker.h",
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -07005857 "src/core/lib/iomgr/polling_entity.c",
5858 "src/core/lib/iomgr/polling_entity.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005859 "src/core/lib/iomgr/pollset.h",
5860 "src/core/lib/iomgr/pollset_set.h",
5861 "src/core/lib/iomgr/pollset_set_windows.c",
5862 "src/core/lib/iomgr/pollset_set_windows.h",
5863 "src/core/lib/iomgr/pollset_windows.c",
5864 "src/core/lib/iomgr/pollset_windows.h",
5865 "src/core/lib/iomgr/resolve_address.h",
5866 "src/core/lib/iomgr/resolve_address_posix.c",
5867 "src/core/lib/iomgr/resolve_address_windows.c",
5868 "src/core/lib/iomgr/sockaddr.h",
5869 "src/core/lib/iomgr/sockaddr_posix.h",
5870 "src/core/lib/iomgr/sockaddr_utils.c",
5871 "src/core/lib/iomgr/sockaddr_utils.h",
Yuchen Zengb82443e2016-05-31 16:28:37 -07005872 "src/core/lib/iomgr/sockaddr_windows.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005873 "src/core/lib/iomgr/socket_utils_common_posix.c",
5874 "src/core/lib/iomgr/socket_utils_linux.c",
5875 "src/core/lib/iomgr/socket_utils_posix.c",
5876 "src/core/lib/iomgr/socket_utils_posix.h",
5877 "src/core/lib/iomgr/socket_windows.c",
5878 "src/core/lib/iomgr/socket_windows.h",
5879 "src/core/lib/iomgr/tcp_client.h",
5880 "src/core/lib/iomgr/tcp_client_posix.c",
5881 "src/core/lib/iomgr/tcp_client_windows.c",
5882 "src/core/lib/iomgr/tcp_posix.c",
5883 "src/core/lib/iomgr/tcp_posix.h",
5884 "src/core/lib/iomgr/tcp_server.h",
5885 "src/core/lib/iomgr/tcp_server_posix.c",
5886 "src/core/lib/iomgr/tcp_server_windows.c",
5887 "src/core/lib/iomgr/tcp_windows.c",
5888 "src/core/lib/iomgr/tcp_windows.h",
5889 "src/core/lib/iomgr/time_averaged_stats.c",
5890 "src/core/lib/iomgr/time_averaged_stats.h",
5891 "src/core/lib/iomgr/timer.c",
5892 "src/core/lib/iomgr/timer.h",
5893 "src/core/lib/iomgr/timer_heap.c",
5894 "src/core/lib/iomgr/timer_heap.h",
5895 "src/core/lib/iomgr/udp_server.c",
5896 "src/core/lib/iomgr/udp_server.h",
5897 "src/core/lib/iomgr/unix_sockets_posix.c",
5898 "src/core/lib/iomgr/unix_sockets_posix.h",
5899 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
5900 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
5901 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
5902 "src/core/lib/iomgr/wakeup_fd_pipe.c",
5903 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5904 "src/core/lib/iomgr/wakeup_fd_posix.c",
5905 "src/core/lib/iomgr/wakeup_fd_posix.h",
5906 "src/core/lib/iomgr/workqueue.h",
5907 "src/core/lib/iomgr/workqueue_posix.c",
5908 "src/core/lib/iomgr/workqueue_posix.h",
5909 "src/core/lib/iomgr/workqueue_windows.c",
5910 "src/core/lib/iomgr/workqueue_windows.h",
5911 "src/core/lib/json/json.c",
5912 "src/core/lib/json/json.h",
5913 "src/core/lib/json/json_common.h",
5914 "src/core/lib/json/json_reader.c",
5915 "src/core/lib/json/json_reader.h",
5916 "src/core/lib/json/json_string.c",
5917 "src/core/lib/json/json_writer.c",
5918 "src/core/lib/json/json_writer.h",
5919 "src/core/lib/surface/alarm.c",
5920 "src/core/lib/surface/api_trace.c",
5921 "src/core/lib/surface/api_trace.h",
5922 "src/core/lib/surface/byte_buffer.c",
5923 "src/core/lib/surface/byte_buffer_reader.c",
5924 "src/core/lib/surface/call.c",
5925 "src/core/lib/surface/call.h",
5926 "src/core/lib/surface/call_details.c",
5927 "src/core/lib/surface/call_log_batch.c",
5928 "src/core/lib/surface/call_test_only.h",
5929 "src/core/lib/surface/channel.c",
5930 "src/core/lib/surface/channel.h",
5931 "src/core/lib/surface/channel_init.c",
5932 "src/core/lib/surface/channel_init.h",
5933 "src/core/lib/surface/channel_ping.c",
5934 "src/core/lib/surface/channel_stack_type.c",
5935 "src/core/lib/surface/channel_stack_type.h",
5936 "src/core/lib/surface/completion_queue.c",
5937 "src/core/lib/surface/completion_queue.h",
5938 "src/core/lib/surface/event_string.c",
5939 "src/core/lib/surface/event_string.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005940 "src/core/lib/surface/init.h",
5941 "src/core/lib/surface/lame_client.c",
5942 "src/core/lib/surface/lame_client.h",
5943 "src/core/lib/surface/metadata_array.c",
5944 "src/core/lib/surface/server.c",
5945 "src/core/lib/surface/server.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005946 "src/core/lib/surface/validate_metadata.c",
5947 "src/core/lib/surface/version.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005948 "src/core/lib/transport/byte_stream.c",
5949 "src/core/lib/transport/byte_stream.h",
5950 "src/core/lib/transport/connectivity_state.c",
5951 "src/core/lib/transport/connectivity_state.h",
5952 "src/core/lib/transport/metadata.c",
5953 "src/core/lib/transport/metadata.h",
5954 "src/core/lib/transport/metadata_batch.c",
5955 "src/core/lib/transport/metadata_batch.h",
5956 "src/core/lib/transport/static_metadata.c",
5957 "src/core/lib/transport/static_metadata.h",
5958 "src/core/lib/transport/transport.c",
5959 "src/core/lib/transport/transport.h",
5960 "src/core/lib/transport/transport_impl.h",
5961 "src/core/lib/transport/transport_op_string.c"
5962 ],
5963 "third_party": false,
5964 "type": "filegroup"
5965 },
5966 {
5967 "deps": [
5968 "gpr",
5969 "grpc_base"
5970 ],
5971 "headers": [
5972 "src/core/ext/client_config/client_channel.h",
5973 "src/core/ext/client_config/client_channel_factory.h",
5974 "src/core/ext/client_config/client_config.h",
5975 "src/core/ext/client_config/connector.h",
5976 "src/core/ext/client_config/initial_connect_string.h",
5977 "src/core/ext/client_config/lb_policy.h",
5978 "src/core/ext/client_config/lb_policy_factory.h",
5979 "src/core/ext/client_config/lb_policy_registry.h",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07005980 "src/core/ext/client_config/parse_address.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005981 "src/core/ext/client_config/resolver.h",
5982 "src/core/ext/client_config/resolver_factory.h",
5983 "src/core/ext/client_config/resolver_registry.h",
5984 "src/core/ext/client_config/subchannel.h",
5985 "src/core/ext/client_config/subchannel_call_holder.h",
5986 "src/core/ext/client_config/subchannel_index.h",
5987 "src/core/ext/client_config/uri_parser.h"
5988 ],
5989 "language": "c",
5990 "name": "grpc_client_config",
5991 "src": [
5992 "src/core/ext/client_config/channel_connectivity.c",
5993 "src/core/ext/client_config/client_channel.c",
5994 "src/core/ext/client_config/client_channel.h",
5995 "src/core/ext/client_config/client_channel_factory.c",
5996 "src/core/ext/client_config/client_channel_factory.h",
5997 "src/core/ext/client_config/client_config.c",
5998 "src/core/ext/client_config/client_config.h",
Craig Tiller0b541632016-04-05 17:21:05 -07005999 "src/core/ext/client_config/client_config_plugin.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07006000 "src/core/ext/client_config/connector.c",
6001 "src/core/ext/client_config/connector.h",
6002 "src/core/ext/client_config/default_initial_connect_string.c",
6003 "src/core/ext/client_config/initial_connect_string.c",
6004 "src/core/ext/client_config/initial_connect_string.h",
6005 "src/core/ext/client_config/lb_policy.c",
6006 "src/core/ext/client_config/lb_policy.h",
6007 "src/core/ext/client_config/lb_policy_factory.c",
6008 "src/core/ext/client_config/lb_policy_factory.h",
6009 "src/core/ext/client_config/lb_policy_registry.c",
6010 "src/core/ext/client_config/lb_policy_registry.h",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07006011 "src/core/ext/client_config/parse_address.c",
6012 "src/core/ext/client_config/parse_address.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006013 "src/core/ext/client_config/resolver.c",
6014 "src/core/ext/client_config/resolver.h",
6015 "src/core/ext/client_config/resolver_factory.c",
6016 "src/core/ext/client_config/resolver_factory.h",
6017 "src/core/ext/client_config/resolver_registry.c",
6018 "src/core/ext/client_config/resolver_registry.h",
6019 "src/core/ext/client_config/subchannel.c",
6020 "src/core/ext/client_config/subchannel.h",
6021 "src/core/ext/client_config/subchannel_call_holder.c",
6022 "src/core/ext/client_config/subchannel_call_holder.h",
6023 "src/core/ext/client_config/subchannel_index.c",
6024 "src/core/ext/client_config/subchannel_index.h",
6025 "src/core/ext/client_config/uri_parser.c",
6026 "src/core/ext/client_config/uri_parser.h"
6027 ],
6028 "third_party": false,
6029 "type": "filegroup"
6030 },
6031 {
6032 "deps": [
Craig Tiller03915e52016-04-07 09:15:10 -07006033 "gpr_codegen"
Craig Tillerd1697d92016-04-05 16:05:46 -07006034 ],
6035 "headers": [
6036 "include/grpc/impl/codegen/byte_buffer.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07006037 "include/grpc/impl/codegen/byte_buffer_reader.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006038 "include/grpc/impl/codegen/compression_types.h",
6039 "include/grpc/impl/codegen/connectivity_state.h",
6040 "include/grpc/impl/codegen/grpc_types.h",
6041 "include/grpc/impl/codegen/propagation_bits.h",
6042 "include/grpc/impl/codegen/status.h"
6043 ],
6044 "language": "c",
6045 "name": "grpc_codegen",
6046 "src": [
6047 "include/grpc/impl/codegen/byte_buffer.h",
David Garcia Quintas1b2db632016-04-27 15:06:54 -07006048 "include/grpc/impl/codegen/byte_buffer_reader.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006049 "include/grpc/impl/codegen/compression_types.h",
6050 "include/grpc/impl/codegen/connectivity_state.h",
6051 "include/grpc/impl/codegen/grpc_types.h",
6052 "include/grpc/impl/codegen/propagation_bits.h",
6053 "include/grpc/impl/codegen/status.h"
6054 ],
6055 "third_party": false,
6056 "type": "filegroup"
6057 },
6058 {
6059 "deps": [
6060 "gpr",
6061 "grpc_base",
6062 "grpc_client_config",
6063 "nanopb"
6064 ],
6065 "headers": [
6066 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07006067 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h"
Craig Tillerd1697d92016-04-05 16:05:46 -07006068 ],
6069 "language": "c",
6070 "name": "grpc_lb_policy_grpclb",
6071 "src": [
6072 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
6073 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07006074 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
6075 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h"
Craig Tillerd1697d92016-04-05 16:05:46 -07006076 ],
6077 "third_party": false,
6078 "type": "filegroup"
6079 },
6080 {
6081 "deps": [
6082 "gpr",
6083 "grpc_base",
6084 "grpc_client_config"
6085 ],
6086 "headers": [],
6087 "language": "c",
6088 "name": "grpc_lb_policy_pick_first",
6089 "src": [
6090 "src/core/ext/lb_policy/pick_first/pick_first.c"
6091 ],
6092 "third_party": false,
6093 "type": "filegroup"
6094 },
6095 {
6096 "deps": [
6097 "gpr",
6098 "grpc_base",
6099 "grpc_client_config"
6100 ],
6101 "headers": [],
6102 "language": "c",
6103 "name": "grpc_lb_policy_round_robin",
6104 "src": [
6105 "src/core/ext/lb_policy/round_robin/round_robin.c"
6106 ],
6107 "third_party": false,
6108 "type": "filegroup"
6109 },
6110 {
6111 "deps": [
6112 "gpr",
David Garcia Quintasb41363e2016-04-29 00:41:21 -07006113 "grpc_base"
6114 ],
6115 "headers": [
6116 "src/core/ext/load_reporting/load_reporting.h",
6117 "src/core/ext/load_reporting/load_reporting_filter.h"
6118 ],
6119 "language": "c",
6120 "name": "grpc_load_reporting",
6121 "src": [
6122 "src/core/ext/load_reporting/load_reporting.c",
6123 "src/core/ext/load_reporting/load_reporting.h",
6124 "src/core/ext/load_reporting/load_reporting_filter.c",
6125 "src/core/ext/load_reporting/load_reporting_filter.h"
6126 ],
6127 "third_party": false,
6128 "type": "filegroup"
6129 },
6130 {
6131 "deps": [
6132 "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07006133 "grpc_base",
6134 "grpc_client_config"
6135 ],
6136 "headers": [],
6137 "language": "c",
6138 "name": "grpc_resolver_dns_native",
6139 "src": [
6140 "src/core/ext/resolver/dns/native/dns_resolver.c"
6141 ],
6142 "third_party": false,
6143 "type": "filegroup"
6144 },
6145 {
6146 "deps": [
6147 "gpr",
6148 "grpc_base",
6149 "grpc_client_config"
6150 ],
6151 "headers": [],
6152 "language": "c",
6153 "name": "grpc_resolver_sockaddr",
6154 "src": [
6155 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c"
6156 ],
6157 "third_party": false,
6158 "type": "filegroup"
6159 },
6160 {
6161 "deps": [
6162 "gpr",
6163 "grpc_base",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006164 "grpc_transport_chttp2_alpn",
6165 "tsi"
Craig Tillerd1697d92016-04-05 16:05:46 -07006166 ],
6167 "headers": [
6168 "include/grpc/grpc_security.h",
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07006169 "include/grpc/grpc_security_constants.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07006170 "src/core/lib/security/context/security_context.h",
6171 "src/core/lib/security/credentials/composite/composite_credentials.h",
6172 "src/core/lib/security/credentials/credentials.h",
6173 "src/core/lib/security/credentials/fake/fake_credentials.h",
6174 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
6175 "src/core/lib/security/credentials/iam/iam_credentials.h",
6176 "src/core/lib/security/credentials/jwt/json_token.h",
6177 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
6178 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
6179 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
6180 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
6181 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
6182 "src/core/lib/security/transport/auth_filters.h",
6183 "src/core/lib/security/transport/handshake.h",
6184 "src/core/lib/security/transport/secure_endpoint.h",
6185 "src/core/lib/security/transport/security_connector.h",
Craig Tillerddad9782016-05-05 17:11:31 -07006186 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07006187 "src/core/lib/security/util/b64.h",
6188 "src/core/lib/security/util/json_util.h"
Craig Tillerd1697d92016-04-05 16:05:46 -07006189 ],
6190 "language": "c",
6191 "name": "grpc_secure",
6192 "src": [
6193 "include/grpc/grpc_security.h",
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07006194 "include/grpc/grpc_security_constants.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006195 "src/core/lib/http/httpcli_security_connector.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07006196 "src/core/lib/security/context/security_context.c",
6197 "src/core/lib/security/context/security_context.h",
6198 "src/core/lib/security/credentials/composite/composite_credentials.c",
6199 "src/core/lib/security/credentials/composite/composite_credentials.h",
6200 "src/core/lib/security/credentials/credentials.c",
6201 "src/core/lib/security/credentials/credentials.h",
6202 "src/core/lib/security/credentials/credentials_metadata.c",
6203 "src/core/lib/security/credentials/fake/fake_credentials.c",
6204 "src/core/lib/security/credentials/fake/fake_credentials.h",
6205 "src/core/lib/security/credentials/google_default/credentials_posix.c",
Yuchen Zengb82443e2016-05-31 16:28:37 -07006206 "src/core/lib/security/credentials/google_default/credentials_windows.c",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07006207 "src/core/lib/security/credentials/google_default/google_default_credentials.c",
6208 "src/core/lib/security/credentials/google_default/google_default_credentials.h",
6209 "src/core/lib/security/credentials/iam/iam_credentials.c",
6210 "src/core/lib/security/credentials/iam/iam_credentials.h",
6211 "src/core/lib/security/credentials/jwt/json_token.c",
6212 "src/core/lib/security/credentials/jwt/json_token.h",
6213 "src/core/lib/security/credentials/jwt/jwt_credentials.c",
6214 "src/core/lib/security/credentials/jwt/jwt_credentials.h",
6215 "src/core/lib/security/credentials/jwt/jwt_verifier.c",
6216 "src/core/lib/security/credentials/jwt/jwt_verifier.h",
6217 "src/core/lib/security/credentials/oauth2/oauth2_credentials.c",
6218 "src/core/lib/security/credentials/oauth2/oauth2_credentials.h",
6219 "src/core/lib/security/credentials/plugin/plugin_credentials.c",
6220 "src/core/lib/security/credentials/plugin/plugin_credentials.h",
6221 "src/core/lib/security/credentials/ssl/ssl_credentials.c",
6222 "src/core/lib/security/credentials/ssl/ssl_credentials.h",
6223 "src/core/lib/security/transport/auth_filters.h",
6224 "src/core/lib/security/transport/client_auth_filter.c",
6225 "src/core/lib/security/transport/handshake.c",
6226 "src/core/lib/security/transport/handshake.h",
6227 "src/core/lib/security/transport/secure_endpoint.c",
6228 "src/core/lib/security/transport/secure_endpoint.h",
6229 "src/core/lib/security/transport/security_connector.c",
6230 "src/core/lib/security/transport/security_connector.h",
6231 "src/core/lib/security/transport/server_auth_filter.c",
Craig Tillerddad9782016-05-05 17:11:31 -07006232 "src/core/lib/security/transport/tsi_error.c",
6233 "src/core/lib/security/transport/tsi_error.h",
Julien Boeuf8ca294e2016-05-02 14:56:30 -07006234 "src/core/lib/security/util/b64.c",
6235 "src/core/lib/security/util/b64.h",
6236 "src/core/lib/security/util/json_util.c",
6237 "src/core/lib/security/util/json_util.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006238 "src/core/lib/surface/init_secure.c"
Craig Tillerd1697d92016-04-05 16:05:46 -07006239 ],
6240 "third_party": false,
6241 "type": "filegroup"
6242 },
6243 {
6244 "deps": [
6245 "gpr_test_util",
6246 "grpc"
6247 ],
6248 "headers": [
6249 "test/core/end2end/cq_verifier.h",
6250 "test/core/end2end/fixtures/proxy.h",
6251 "test/core/iomgr/endpoint_tests.h",
6252 "test/core/util/grpc_profiler.h",
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +02006253 "test/core/util/memory_counters.h",
Craig Tiller5db5e132016-04-06 16:28:46 -07006254 "test/core/util/mock_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006255 "test/core/util/parse_hexstring.h",
Craig Tiller62c7a5a2016-04-13 22:25:03 -07006256 "test/core/util/passthru_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006257 "test/core/util/port.h",
6258 "test/core/util/port_server_client.h",
6259 "test/core/util/slice_splitter.h"
6260 ],
6261 "language": "c",
6262 "name": "grpc_test_util_base",
6263 "src": [
6264 "test/core/end2end/cq_verifier.c",
6265 "test/core/end2end/cq_verifier.h",
6266 "test/core/end2end/fixtures/proxy.c",
6267 "test/core/end2end/fixtures/proxy.h",
6268 "test/core/iomgr/endpoint_tests.c",
6269 "test/core/iomgr/endpoint_tests.h",
6270 "test/core/util/grpc_profiler.c",
6271 "test/core/util/grpc_profiler.h",
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +02006272 "test/core/util/memory_counters.c",
6273 "test/core/util/memory_counters.h",
Craig Tiller5db5e132016-04-06 16:28:46 -07006274 "test/core/util/mock_endpoint.c",
6275 "test/core/util/mock_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006276 "test/core/util/parse_hexstring.c",
6277 "test/core/util/parse_hexstring.h",
Craig Tiller62c7a5a2016-04-13 22:25:03 -07006278 "test/core/util/passthru_endpoint.c",
6279 "test/core/util/passthru_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006280 "test/core/util/port.h",
6281 "test/core/util/port_posix.c",
6282 "test/core/util/port_server_client.c",
6283 "test/core/util/port_server_client.h",
6284 "test/core/util/port_windows.c",
6285 "test/core/util/slice_splitter.c",
6286 "test/core/util/slice_splitter.h"
6287 ],
6288 "third_party": false,
6289 "type": "filegroup"
6290 },
6291 {
6292 "deps": [
6293 "gpr",
6294 "grpc_base",
6295 "grpc_transport_chttp2_alpn"
6296 ],
6297 "headers": [
Yuchen Zengd982bba2016-05-12 18:53:52 -07006298 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tillerf82ddc42016-04-05 17:15:07 -07006299 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006300 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6301 "src/core/ext/transport/chttp2/transport/frame.h",
6302 "src/core/ext/transport/chttp2/transport/frame_data.h",
6303 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6304 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6305 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6306 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6307 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6308 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6309 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6310 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6311 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6312 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6313 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6314 "src/core/ext/transport/chttp2/transport/internal.h",
6315 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6316 "src/core/ext/transport/chttp2/transport/stream_map.h",
6317 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6318 "src/core/ext/transport/chttp2/transport/varint.h"
6319 ],
6320 "language": "c",
6321 "name": "grpc_transport_chttp2",
6322 "src": [
Yuchen Zengd982bba2016-05-12 18:53:52 -07006323 "src/core/ext/transport/chttp2/transport/bin_decoder.c",
6324 "src/core/ext/transport/chttp2/transport/bin_decoder.h",
Craig Tillerf82ddc42016-04-05 17:15:07 -07006325 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
6326 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
6327 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07006328 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
6329 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6330 "src/core/ext/transport/chttp2/transport/frame.h",
6331 "src/core/ext/transport/chttp2/transport/frame_data.c",
6332 "src/core/ext/transport/chttp2/transport/frame_data.h",
6333 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
6334 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6335 "src/core/ext/transport/chttp2/transport/frame_ping.c",
6336 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6337 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
6338 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6339 "src/core/ext/transport/chttp2/transport/frame_settings.c",
6340 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6341 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
6342 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6343 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
6344 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6345 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
6346 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6347 "src/core/ext/transport/chttp2/transport/hpack_table.c",
6348 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6349 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6350 "src/core/ext/transport/chttp2/transport/huffsyms.c",
6351 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6352 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
6353 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6354 "src/core/ext/transport/chttp2/transport/internal.h",
6355 "src/core/ext/transport/chttp2/transport/parsing.c",
6356 "src/core/ext/transport/chttp2/transport/status_conversion.c",
6357 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6358 "src/core/ext/transport/chttp2/transport/stream_lists.c",
6359 "src/core/ext/transport/chttp2/transport/stream_map.c",
6360 "src/core/ext/transport/chttp2/transport/stream_map.h",
6361 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
6362 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6363 "src/core/ext/transport/chttp2/transport/varint.c",
6364 "src/core/ext/transport/chttp2/transport/varint.h",
6365 "src/core/ext/transport/chttp2/transport/writing.c"
6366 ],
6367 "third_party": false,
6368 "type": "filegroup"
6369 },
6370 {
6371 "deps": [
6372 "gpr"
6373 ],
6374 "headers": [
6375 "src/core/ext/transport/chttp2/alpn/alpn.h"
6376 ],
6377 "language": "c",
6378 "name": "grpc_transport_chttp2_alpn",
6379 "src": [
6380 "src/core/ext/transport/chttp2/alpn/alpn.c",
6381 "src/core/ext/transport/chttp2/alpn/alpn.h"
6382 ],
6383 "third_party": false,
6384 "type": "filegroup"
6385 },
6386 {
6387 "deps": [
6388 "gpr",
6389 "grpc_base",
6390 "grpc_client_config",
6391 "grpc_transport_chttp2"
6392 ],
6393 "headers": [],
6394 "language": "c",
6395 "name": "grpc_transport_chttp2_client_insecure",
6396 "src": [
Adam Michalik321b1fb2016-05-16 15:42:36 -07006397 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
6398 "src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c"
Craig Tillerd1697d92016-04-05 16:05:46 -07006399 ],
6400 "third_party": false,
6401 "type": "filegroup"
6402 },
6403 {
6404 "deps": [
6405 "gpr",
6406 "grpc_base",
6407 "grpc_client_config",
6408 "grpc_secure",
6409 "grpc_transport_chttp2"
6410 ],
6411 "headers": [],
6412 "language": "c",
6413 "name": "grpc_transport_chttp2_client_secure",
6414 "src": [
6415 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c"
6416 ],
6417 "third_party": false,
6418 "type": "filegroup"
6419 },
6420 {
6421 "deps": [
6422 "gpr",
6423 "grpc_base",
6424 "grpc_transport_chttp2"
6425 ],
6426 "headers": [],
6427 "language": "c",
6428 "name": "grpc_transport_chttp2_server_insecure",
6429 "src": [
Adam Michalikbf10c822016-05-20 16:13:32 -07006430 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
6431 "src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c"
Craig Tillerd1697d92016-04-05 16:05:46 -07006432 ],
6433 "third_party": false,
6434 "type": "filegroup"
6435 },
6436 {
6437 "deps": [
6438 "gpr",
6439 "grpc_base",
6440 "grpc_secure",
6441 "grpc_transport_chttp2"
6442 ],
6443 "headers": [],
6444 "language": "c",
6445 "name": "grpc_transport_chttp2_server_secure",
6446 "src": [
6447 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c"
6448 ],
6449 "third_party": false,
6450 "type": "filegroup"
6451 },
6452 {
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07006453 "deps": [
6454 "grpc_base",
6455 "grpc_transport_chttp2"
6456 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07006457 "headers": [
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07006458 "include/grpc/grpc_cronet.h",
6459 "include/grpc/grpc_security.h",
6460 "include/grpc/grpc_security_constants.h",
makdharmac2ec95b2016-05-11 16:26:15 -07006461 "third_party/objective_c/Cronet/cronet_c_for_grpc.h"
6462 ],
6463 "language": "c",
6464 "name": "grpc_transport_cronet_client_secure",
6465 "src": [
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07006466 "include/grpc/grpc_cronet.h",
6467 "include/grpc/grpc_security.h",
6468 "include/grpc/grpc_security_constants.h",
makdharmac2ec95b2016-05-11 16:26:15 -07006469 "src/core/ext/transport/cronet/client/secure/cronet_channel_create.c",
6470 "src/core/ext/transport/cronet/transport/cronet_api_dummy.c",
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -07006471 "src/core/ext/transport/cronet/transport/cronet_transport.c"
makdharmac2ec95b2016-05-11 16:26:15 -07006472 ],
6473 "third_party": false,
6474 "type": "filegroup"
6475 },
6476 {
Craig Tillerd1697d92016-04-05 16:05:46 -07006477 "deps": [],
6478 "headers": [
6479 "third_party/nanopb/pb.h",
6480 "third_party/nanopb/pb_common.h",
6481 "third_party/nanopb/pb_decode.h",
6482 "third_party/nanopb/pb_encode.h"
6483 ],
6484 "language": "c",
6485 "name": "nanopb",
6486 "src": [],
6487 "third_party": false,
6488 "type": "filegroup"
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006489 },
6490 {
6491 "deps": [
6492 "gpr"
6493 ],
6494 "headers": [
6495 "src/core/lib/tsi/fake_transport_security.h",
6496 "src/core/lib/tsi/ssl_transport_security.h",
6497 "src/core/lib/tsi/ssl_types.h",
6498 "src/core/lib/tsi/transport_security.h",
6499 "src/core/lib/tsi/transport_security_interface.h"
6500 ],
6501 "language": "c",
6502 "name": "tsi",
6503 "src": [
6504 "src/core/lib/tsi/fake_transport_security.c",
6505 "src/core/lib/tsi/fake_transport_security.h",
6506 "src/core/lib/tsi/ssl_transport_security.c",
6507 "src/core/lib/tsi/ssl_transport_security.h",
6508 "src/core/lib/tsi/ssl_types.h",
6509 "src/core/lib/tsi/transport_security.c",
6510 "src/core/lib/tsi/transport_security.h",
6511 "src/core/lib/tsi/transport_security_interface.h"
6512 ],
6513 "third_party": false,
6514 "type": "filegroup"
6515 },
6516 {
6517 "deps": [
Yuchen Zengf0ec5b62016-07-08 13:40:40 -07006518 "grpc",
6519 "grpc++_codegen_base"
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006520 ],
6521 "headers": [
6522 "include/grpc++/alarm.h",
6523 "include/grpc++/channel.h",
6524 "include/grpc++/client_context.h",
6525 "include/grpc++/completion_queue.h",
6526 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07006527 "include/grpc++/create_channel_posix.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006528 "include/grpc++/generic/async_generic_service.h",
6529 "include/grpc++/generic/generic_stub.h",
6530 "include/grpc++/grpc++.h",
6531 "include/grpc++/impl/call.h",
6532 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07006533 "include/grpc++/impl/codegen/core_codegen.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006534 "include/grpc++/impl/grpc_library.h",
6535 "include/grpc++/impl/method_handler_impl.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006536 "include/grpc++/impl/rpc_method.h",
6537 "include/grpc++/impl/rpc_service_method.h",
6538 "include/grpc++/impl/serialization_traits.h",
6539 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07006540 "include/grpc++/impl/server_builder_plugin.h",
6541 "include/grpc++/impl/server_initializer.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006542 "include/grpc++/impl/service_type.h",
6543 "include/grpc++/impl/sync.h",
6544 "include/grpc++/impl/sync_cxx11.h",
6545 "include/grpc++/impl/sync_no_cxx11.h",
6546 "include/grpc++/impl/thd.h",
6547 "include/grpc++/impl/thd_cxx11.h",
6548 "include/grpc++/impl/thd_no_cxx11.h",
6549 "include/grpc++/security/auth_context.h",
6550 "include/grpc++/security/auth_metadata_processor.h",
6551 "include/grpc++/security/credentials.h",
6552 "include/grpc++/security/server_credentials.h",
6553 "include/grpc++/server.h",
6554 "include/grpc++/server_builder.h",
6555 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07006556 "include/grpc++/server_posix.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006557 "include/grpc++/support/async_stream.h",
6558 "include/grpc++/support/async_unary_call.h",
6559 "include/grpc++/support/byte_buffer.h",
6560 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07006561 "include/grpc++/support/config.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006562 "include/grpc++/support/slice.h",
6563 "include/grpc++/support/status.h",
6564 "include/grpc++/support/status_code_enum.h",
6565 "include/grpc++/support/string_ref.h",
6566 "include/grpc++/support/stub_options.h",
6567 "include/grpc++/support/sync_stream.h",
6568 "include/grpc++/support/time.h",
6569 "src/cpp/client/create_channel_internal.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006570 "src/cpp/server/dynamic_thread_pool.h",
6571 "src/cpp/server/thread_pool_interface.h"
6572 ],
6573 "language": "c++",
6574 "name": "grpc++_base",
6575 "src": [
6576 "include/grpc++/alarm.h",
6577 "include/grpc++/channel.h",
6578 "include/grpc++/client_context.h",
6579 "include/grpc++/completion_queue.h",
6580 "include/grpc++/create_channel.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07006581 "include/grpc++/create_channel_posix.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006582 "include/grpc++/generic/async_generic_service.h",
6583 "include/grpc++/generic/generic_stub.h",
6584 "include/grpc++/grpc++.h",
6585 "include/grpc++/impl/call.h",
6586 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07006587 "include/grpc++/impl/codegen/core_codegen.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006588 "include/grpc++/impl/grpc_library.h",
6589 "include/grpc++/impl/method_handler_impl.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006590 "include/grpc++/impl/rpc_method.h",
6591 "include/grpc++/impl/rpc_service_method.h",
6592 "include/grpc++/impl/serialization_traits.h",
6593 "include/grpc++/impl/server_builder_option.h",
Yuchen Zenga42ec212016-04-29 13:03:06 -07006594 "include/grpc++/impl/server_builder_plugin.h",
6595 "include/grpc++/impl/server_initializer.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006596 "include/grpc++/impl/service_type.h",
6597 "include/grpc++/impl/sync.h",
6598 "include/grpc++/impl/sync_cxx11.h",
6599 "include/grpc++/impl/sync_no_cxx11.h",
6600 "include/grpc++/impl/thd.h",
6601 "include/grpc++/impl/thd_cxx11.h",
6602 "include/grpc++/impl/thd_no_cxx11.h",
6603 "include/grpc++/security/auth_context.h",
6604 "include/grpc++/security/auth_metadata_processor.h",
6605 "include/grpc++/security/credentials.h",
6606 "include/grpc++/security/server_credentials.h",
6607 "include/grpc++/server.h",
6608 "include/grpc++/server_builder.h",
6609 "include/grpc++/server_context.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07006610 "include/grpc++/server_posix.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006611 "include/grpc++/support/async_stream.h",
6612 "include/grpc++/support/async_unary_call.h",
6613 "include/grpc++/support/byte_buffer.h",
6614 "include/grpc++/support/channel_arguments.h",
yang-g17487f92016-06-03 15:21:15 -07006615 "include/grpc++/support/config.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006616 "include/grpc++/support/slice.h",
6617 "include/grpc++/support/status.h",
6618 "include/grpc++/support/status_code_enum.h",
6619 "include/grpc++/support/string_ref.h",
6620 "include/grpc++/support/stub_options.h",
6621 "include/grpc++/support/sync_stream.h",
6622 "include/grpc++/support/time.h",
6623 "src/cpp/client/channel.cc",
6624 "src/cpp/client/client_context.cc",
6625 "src/cpp/client/create_channel.cc",
6626 "src/cpp/client/create_channel_internal.cc",
6627 "src/cpp/client/create_channel_internal.h",
Adam Michalikb97e2d12016-06-02 12:12:55 -07006628 "src/cpp/client/create_channel_posix.cc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006629 "src/cpp/client/credentials.cc",
6630 "src/cpp/client/generic_stub.cc",
6631 "src/cpp/client/insecure_credentials.cc",
6632 "src/cpp/common/channel_arguments.cc",
6633 "src/cpp/common/completion_queue.cc",
6634 "src/cpp/common/core_codegen.cc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006635 "src/cpp/common/rpc_method.cc",
6636 "src/cpp/server/async_generic_service.cc",
6637 "src/cpp/server/create_default_thread_pool.cc",
6638 "src/cpp/server/dynamic_thread_pool.cc",
6639 "src/cpp/server/dynamic_thread_pool.h",
6640 "src/cpp/server/insecure_server_credentials.cc",
6641 "src/cpp/server/server.cc",
6642 "src/cpp/server/server_builder.cc",
6643 "src/cpp/server/server_context.cc",
6644 "src/cpp/server/server_credentials.cc",
Adam Michalikb97e2d12016-06-02 12:12:55 -07006645 "src/cpp/server/server_posix.cc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006646 "src/cpp/server/thread_pool_interface.h",
6647 "src/cpp/util/byte_buffer.cc",
6648 "src/cpp/util/slice.cc",
6649 "src/cpp/util/status.cc",
6650 "src/cpp/util/string_ref.cc",
6651 "src/cpp/util/time.cc"
6652 ],
6653 "third_party": false,
6654 "type": "filegroup"
6655 },
6656 {
6657 "deps": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006658 "grpc_codegen"
6659 ],
6660 "headers": [
6661 "include/grpc++/impl/codegen/async_stream.h",
6662 "include/grpc++/impl/codegen/async_unary_call.h",
6663 "include/grpc++/impl/codegen/call.h",
6664 "include/grpc++/impl/codegen/call_hook.h",
6665 "include/grpc++/impl/codegen/channel_interface.h",
6666 "include/grpc++/impl/codegen/client_context.h",
6667 "include/grpc++/impl/codegen/client_unary_call.h",
6668 "include/grpc++/impl/codegen/completion_queue.h",
6669 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07006670 "include/grpc++/impl/codegen/config.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006671 "include/grpc++/impl/codegen/core_codegen_interface.h",
6672 "include/grpc++/impl/codegen/create_auth_context.h",
6673 "include/grpc++/impl/codegen/grpc_library.h",
6674 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006675 "include/grpc++/impl/codegen/rpc_method.h",
6676 "include/grpc++/impl/codegen/rpc_service_method.h",
6677 "include/grpc++/impl/codegen/security/auth_context.h",
6678 "include/grpc++/impl/codegen/serialization_traits.h",
6679 "include/grpc++/impl/codegen/server_context.h",
6680 "include/grpc++/impl/codegen/server_interface.h",
6681 "include/grpc++/impl/codegen/service_type.h",
6682 "include/grpc++/impl/codegen/status.h",
6683 "include/grpc++/impl/codegen/status_code_enum.h",
6684 "include/grpc++/impl/codegen/string_ref.h",
6685 "include/grpc++/impl/codegen/stub_options.h",
6686 "include/grpc++/impl/codegen/sync.h",
6687 "include/grpc++/impl/codegen/sync_cxx11.h",
6688 "include/grpc++/impl/codegen/sync_no_cxx11.h",
6689 "include/grpc++/impl/codegen/sync_stream.h",
6690 "include/grpc++/impl/codegen/time.h"
6691 ],
6692 "language": "c++",
yang-g17487f92016-06-03 15:21:15 -07006693 "name": "grpc++_codegen_base",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006694 "src": [
6695 "include/grpc++/impl/codegen/async_stream.h",
6696 "include/grpc++/impl/codegen/async_unary_call.h",
6697 "include/grpc++/impl/codegen/call.h",
6698 "include/grpc++/impl/codegen/call_hook.h",
6699 "include/grpc++/impl/codegen/channel_interface.h",
6700 "include/grpc++/impl/codegen/client_context.h",
6701 "include/grpc++/impl/codegen/client_unary_call.h",
6702 "include/grpc++/impl/codegen/completion_queue.h",
6703 "include/grpc++/impl/codegen/completion_queue_tag.h",
yang-g17487f92016-06-03 15:21:15 -07006704 "include/grpc++/impl/codegen/config.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006705 "include/grpc++/impl/codegen/core_codegen_interface.h",
6706 "include/grpc++/impl/codegen/create_auth_context.h",
6707 "include/grpc++/impl/codegen/grpc_library.h",
6708 "include/grpc++/impl/codegen/method_handler_impl.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006709 "include/grpc++/impl/codegen/rpc_method.h",
6710 "include/grpc++/impl/codegen/rpc_service_method.h",
6711 "include/grpc++/impl/codegen/security/auth_context.h",
6712 "include/grpc++/impl/codegen/serialization_traits.h",
6713 "include/grpc++/impl/codegen/server_context.h",
6714 "include/grpc++/impl/codegen/server_interface.h",
6715 "include/grpc++/impl/codegen/service_type.h",
6716 "include/grpc++/impl/codegen/status.h",
6717 "include/grpc++/impl/codegen/status_code_enum.h",
6718 "include/grpc++/impl/codegen/string_ref.h",
6719 "include/grpc++/impl/codegen/stub_options.h",
6720 "include/grpc++/impl/codegen/sync.h",
6721 "include/grpc++/impl/codegen/sync_cxx11.h",
6722 "include/grpc++/impl/codegen/sync_no_cxx11.h",
6723 "include/grpc++/impl/codegen/sync_stream.h",
yang-g34b58612016-06-03 17:30:09 -07006724 "include/grpc++/impl/codegen/time.h"
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006725 ],
6726 "third_party": false,
6727 "type": "filegroup"
6728 },
6729 {
6730 "deps": [
yang-gddc3ebb2016-06-13 10:40:32 -07006731 "grpc++_codegen_base"
6732 ],
6733 "headers": [],
6734 "language": "c++",
6735 "name": "grpc++_codegen_base_src",
6736 "src": [
6737 "src/cpp/codegen/codegen_init.cc"
6738 ],
6739 "third_party": false,
6740 "type": "filegroup"
6741 },
6742 {
6743 "deps": [
yang-g17487f92016-06-03 15:21:15 -07006744 "grpc++_codegen_base",
6745 "grpc++_config_proto"
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006746 ],
6747 "headers": [
yang-g17487f92016-06-03 15:21:15 -07006748 "include/grpc++/impl/codegen/proto_utils.h"
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006749 ],
6750 "language": "c++",
yang-g17487f92016-06-03 15:21:15 -07006751 "name": "grpc++_codegen_proto",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006752 "src": [
yang-g17487f92016-06-03 15:21:15 -07006753 "include/grpc++/impl/codegen/proto_utils.h"
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006754 ],
6755 "third_party": false,
6756 "type": "filegroup"
6757 },
6758 {
6759 "deps": [],
6760 "headers": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006761 "include/grpc++/impl/codegen/config_protobuf.h"
6762 ],
6763 "language": "c++",
yang-g17487f92016-06-03 15:21:15 -07006764 "name": "grpc++_config_proto",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006765 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006766 "include/grpc++/impl/codegen/config_protobuf.h"
6767 ],
6768 "third_party": false,
6769 "type": "filegroup"
Craig Tillerf75fc122015-06-25 06:58:00 -07006770 }
6771]