blob: 2d747de6581145954c629ee0df81bdf7cfa1658d [file] [log] [blame]
Craig Tillerf75fc122015-06-25 06:58:00 -07001
2
3[
4 {
5 "deps": [
Craig Tiller1298afd2016-02-09 12:29:17 -08006 "gpr",
7 "gpr_test_util",
David Garcia Quintas48ec8062015-12-11 14:04:59 -08008 "grpc",
9 "grpc_test_util"
10 ],
11 "headers": [],
12 "language": "c",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010013 "name": "alarm_test",
14 "src": [
15 "test/core/surface/alarm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080016 ],
17 "third_party": false,
18 "type": "target"
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010019 },
20 {
21 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080022 "gpr",
23 "gpr_test_util",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010024 "grpc",
25 "grpc_test_util"
26 ],
27 "headers": [],
28 "language": "c",
David Garcia Quintas48ec8062015-12-11 14:04:59 -080029 "name": "algorithm_test",
30 "src": [
31 "test/core/compression/algorithm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080032 ],
33 "third_party": false,
34 "type": "target"
David Garcia Quintas48ec8062015-12-11 14:04:59 -080035 },
36 {
37 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080038 "gpr",
39 "gpr_test_util"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080040 ],
41 "headers": [],
42 "language": "c",
43 "name": "alloc_test",
44 "src": [
45 "test/core/support/alloc_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080046 ],
47 "third_party": false,
48 "type": "target"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080049 },
50 {
51 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080052 "gpr",
53 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070054 "grpc",
55 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070056 ],
57 "headers": [],
58 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -070059 "name": "alpn_test",
60 "src": [
61 "test/core/transport/chttp2/alpn_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080062 ],
63 "third_party": false,
64 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -070065 },
66 {
67 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -070068 "grpc",
69 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070070 ],
71 "headers": [],
72 "language": "c",
73 "name": "bin_encoder_test",
74 "src": [
75 "test/core/transport/chttp2/bin_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080076 ],
77 "third_party": false,
78 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -070079 },
80 {
81 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080082 "gpr",
83 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070084 "grpc",
85 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070086 ],
87 "headers": [],
88 "language": "c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -080089 "name": "census_context_test",
90 "src": [
91 "test/core/census/context_test.c"
Alistair Veitch75d5c0f2016-02-02 09:43:02 -080092 ],
Craig Tiller732a8752016-02-22 15:59:19 -080093 "third_party": false,
94 "type": "target"
Alistair Veitch85afe712016-02-02 17:58:15 -080095 },
96 {
97 "deps": [
Alistair Veitch749250f2016-02-11 09:23:20 -080098 "gpr",
99 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -0700100 "grpc",
101 "grpc_test_util"
102 ],
103 "headers": [],
104 "language": "c",
yang-gc0ed5092015-12-09 08:48:08 -0800105 "name": "channel_create_test",
106 "src": [
107 "test/core/surface/channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800108 ],
109 "third_party": false,
110 "type": "target"
yang-gc0ed5092015-12-09 08:48:08 -0800111 },
112 {
113 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800114 "gpr",
115 "gpr_test_util",
yang-gc0ed5092015-12-09 08:48:08 -0800116 "grpc",
117 "grpc_test_util"
118 ],
119 "headers": [],
120 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800121 "name": "chttp2_hpack_encoder_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700122 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800123 "test/core/transport/chttp2/hpack_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800124 ],
125 "third_party": false,
126 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700127 },
128 {
129 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800130 "gpr",
131 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700132 "grpc",
133 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700134 ],
135 "headers": [],
136 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800137 "name": "chttp2_status_conversion_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700138 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800139 "test/core/transport/chttp2/status_conversion_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800140 ],
141 "third_party": false,
142 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700143 },
144 {
145 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800146 "gpr",
147 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700148 "grpc",
149 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700150 ],
151 "headers": [],
152 "language": "c",
153 "name": "chttp2_stream_map_test",
154 "src": [
155 "test/core/transport/chttp2/stream_map_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800156 ],
157 "third_party": false,
158 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700159 },
160 {
161 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800162 "gpr",
163 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700164 "grpc",
165 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700166 ],
167 "headers": [],
168 "language": "c",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800169 "name": "chttp2_varint_test",
170 "src": [
171 "test/core/transport/chttp2/varint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800172 ],
173 "third_party": false,
174 "type": "target"
Craig Tiller8ab91b22015-12-07 11:28:51 -0800175 },
176 {
177 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800178 "gpr",
179 "gpr_test_util",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800180 "grpc",
181 "grpc_test_util"
182 ],
183 "headers": [],
184 "language": "c",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700185 "name": "compression_test",
186 "src": [
187 "test/core/compression/compression_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800188 ],
189 "third_party": false,
190 "type": "target"
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700191 },
192 {
193 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800194 "gpr",
195 "gpr_test_util",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700196 "grpc",
197 "grpc_test_util"
198 ],
199 "headers": [],
200 "language": "c",
Craig Tiller57e27432016-03-11 16:53:58 -0800201 "name": "concurrent_connectivity_test",
202 "src": [
203 "test/core/surface/concurrent_connectivity_test.c"
204 ],
205 "third_party": false,
206 "type": "target"
207 },
208 {
209 "deps": [
210 "gpr",
211 "gpr_test_util",
212 "grpc",
213 "grpc_test_util"
214 ],
215 "headers": [],
216 "language": "c",
Craig Tillere91ef682016-03-11 08:59:17 -0800217 "name": "dns_resolver_connectivity_test",
218 "src": [
219 "test/core/client_config/resolvers/dns_resolver_connectivity_test.c"
220 ],
221 "third_party": false,
222 "type": "target"
223 },
224 {
225 "deps": [
226 "gpr",
227 "gpr_test_util",
228 "grpc",
229 "grpc_test_util"
230 ],
231 "headers": [],
232 "language": "c",
Craig Tiller147c4f42015-12-11 12:32:39 -0800233 "name": "dns_resolver_test",
234 "src": [
235 "test/core/client_config/resolvers/dns_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800236 ],
237 "third_party": false,
238 "type": "target"
Craig Tiller147c4f42015-12-11 12:32:39 -0800239 },
240 {
241 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800242 "gpr",
243 "gpr_test_util",
Craig Tiller147c4f42015-12-11 12:32:39 -0800244 "grpc",
245 "grpc_test_util"
246 ],
247 "headers": [],
248 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700249 "name": "dualstack_socket_test",
250 "src": [
251 "test/core/end2end/dualstack_socket_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800252 ],
253 "third_party": false,
254 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700255 },
256 {
257 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800258 "gpr",
259 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700260 "grpc",
261 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700262 ],
263 "headers": [],
264 "language": "c",
Craig Tillerae69ad12015-08-27 09:06:31 -0700265 "name": "endpoint_pair_test",
266 "src": [
267 "test/core/iomgr/endpoint_pair_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800268 ],
269 "third_party": false,
270 "type": "target"
Craig Tillerae69ad12015-08-27 09:06:31 -0700271 },
272 {
273 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800274 "gpr",
275 "gpr_test_util",
Craig Tillerae69ad12015-08-27 09:06:31 -0700276 "grpc",
277 "grpc_test_util"
278 ],
279 "headers": [],
280 "language": "c",
Craig Tilleree98d842015-06-29 08:45:55 -0700281 "name": "fd_conservation_posix_test",
282 "src": [
283 "test/core/iomgr/fd_conservation_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800284 ],
285 "third_party": false,
286 "type": "target"
Craig Tilleree98d842015-06-29 08:45:55 -0700287 },
288 {
289 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800290 "gpr",
291 "gpr_test_util",
Craig Tilleree98d842015-06-29 08:45:55 -0700292 "grpc",
293 "grpc_test_util"
294 ],
295 "headers": [],
296 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700297 "name": "fd_posix_test",
298 "src": [
299 "test/core/iomgr/fd_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800300 ],
301 "third_party": false,
302 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700303 },
304 {
305 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800306 "gpr",
307 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700308 "grpc",
309 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700310 ],
311 "headers": [],
312 "language": "c",
313 "name": "fling_client",
314 "src": [
315 "test/core/fling/client.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800316 ],
317 "third_party": false,
318 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700319 },
320 {
321 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800322 "gpr",
323 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700324 "grpc",
325 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700326 ],
327 "headers": [],
328 "language": "c",
329 "name": "fling_server",
330 "src": [
331 "test/core/fling/server.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800332 ],
333 "third_party": false,
334 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700335 },
336 {
337 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800338 "gpr",
339 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700340 "grpc",
341 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700342 ],
343 "headers": [],
344 "language": "c",
345 "name": "fling_stream_test",
346 "src": [
347 "test/core/fling/fling_stream_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800348 ],
349 "third_party": false,
350 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700351 },
352 {
353 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800354 "gpr",
355 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700356 "grpc",
357 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700358 ],
359 "headers": [],
360 "language": "c",
361 "name": "fling_test",
362 "src": [
363 "test/core/fling/fling_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800364 ],
365 "third_party": false,
366 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700367 },
368 {
369 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800370 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700371 "grpc"
372 ],
373 "headers": [],
374 "language": "c",
375 "name": "gen_hpack_tables",
376 "src": [
Craig Tillerfe8592e2015-06-25 07:00:18 -0700377 "tools/codegen/core/gen_hpack_tables.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800378 ],
379 "third_party": false,
380 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700381 },
382 {
Craig Tiller11a28c72015-08-24 07:54:34 -0700383 "deps": [],
Craig Tiller49772e02015-08-21 08:08:37 -0700384 "headers": [],
385 "language": "c",
386 "name": "gen_legal_metadata_characters",
387 "src": [
388 "tools/codegen/core/gen_legal_metadata_characters.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800389 ],
390 "third_party": false,
391 "type": "target"
Craig Tiller49772e02015-08-21 08:08:37 -0700392 },
393 {
Craig Tillerf75fc122015-06-25 06:58:00 -0700394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800395 "gpr",
Craig Tiller1b719582016-03-24 09:06:13 -0700396 "gpr_test_util",
397 "grpc",
398 "grpc_test_util"
399 ],
400 "headers": [],
401 "language": "c",
402 "name": "goaway_server_test",
403 "src": [
404 "test/core/end2end/goaway_server_test.c"
405 ],
406 "third_party": false,
407 "type": "target"
408 },
409 {
410 "deps": [
411 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -0800412 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700413 ],
414 "headers": [],
415 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800416 "name": "gpr_avl_test",
417 "src": [
418 "test/core/support/avl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800419 ],
420 "third_party": false,
421 "type": "target"
Craig Tillerfba79f22015-11-23 11:06:55 -0800422 },
423 {
424 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800425 "gpr",
426 "gpr_test_util"
Craig Tillerfba79f22015-11-23 11:06:55 -0800427 ],
428 "headers": [],
429 "language": "c",
Craig Tillerc72cc422016-03-11 10:54:36 -0800430 "name": "gpr_backoff_test",
431 "src": [
432 "test/core/support/backoff_test.c"
433 ],
434 "third_party": false,
435 "type": "target"
436 },
437 {
438 "deps": [
439 "gpr",
440 "gpr_test_util"
441 ],
442 "headers": [],
443 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700444 "name": "gpr_cmdline_test",
445 "src": [
446 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800447 ],
448 "third_party": false,
449 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700450 },
451 {
452 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800453 "gpr",
454 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700455 ],
456 "headers": [],
457 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700458 "name": "gpr_cpu_test",
459 "src": [
460 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800461 ],
462 "third_party": false,
463 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700464 },
465 {
466 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800467 "gpr",
468 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700469 ],
470 "headers": [],
471 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700472 "name": "gpr_env_test",
473 "src": [
474 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700475 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800476 "third_party": false,
477 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700478 },
479 {
480 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800481 "gpr",
482 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700483 ],
484 "headers": [],
485 "language": "c",
486 "name": "gpr_histogram_test",
487 "src": [
488 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800489 ],
490 "third_party": false,
491 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700492 },
493 {
494 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800495 "gpr",
496 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700497 ],
498 "headers": [],
499 "language": "c",
500 "name": "gpr_host_port_test",
501 "src": [
502 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800503 ],
504 "third_party": false,
505 "type": "target"
506 },
507 {
508 "deps": [
509 "gpr",
510 "gpr_test_util"
511 ],
512 "headers": [],
513 "language": "c",
514 "name": "gpr_load_file_test",
515 "src": [
516 "test/core/support/load_file_test.c"
517 ],
518 "third_party": false,
519 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700520 },
521 {
522 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800523 "gpr",
524 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700525 ],
526 "headers": [],
527 "language": "c",
528 "name": "gpr_log_test",
529 "src": [
530 "test/core/support/log_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800531 ],
532 "third_party": false,
533 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700534 },
535 {
536 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800537 "gpr",
538 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700539 ],
540 "headers": [],
541 "language": "c",
542 "name": "gpr_slice_buffer_test",
543 "src": [
544 "test/core/support/slice_buffer_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800545 ],
546 "third_party": false,
547 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700548 },
549 {
550 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800551 "gpr",
552 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700553 ],
554 "headers": [],
555 "language": "c",
556 "name": "gpr_slice_test",
557 "src": [
558 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800559 ],
560 "third_party": false,
561 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700562 },
563 {
564 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800565 "gpr",
566 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700567 ],
568 "headers": [],
569 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700570 "name": "gpr_stack_lockfree_test",
571 "src": [
572 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800573 ],
574 "third_party": false,
575 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700576 },
577 {
578 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800579 "gpr",
580 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700581 ],
582 "headers": [],
583 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700584 "name": "gpr_string_test",
585 "src": [
586 "test/core/support/string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800587 ],
588 "third_party": false,
589 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700590 },
591 {
592 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800593 "gpr",
594 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700595 ],
596 "headers": [],
597 "language": "c",
598 "name": "gpr_sync_test",
599 "src": [
600 "test/core/support/sync_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800601 ],
602 "third_party": false,
603 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700604 },
605 {
606 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800607 "gpr",
608 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700609 ],
610 "headers": [],
611 "language": "c",
612 "name": "gpr_thd_test",
613 "src": [
614 "test/core/support/thd_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800615 ],
616 "third_party": false,
617 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700618 },
619 {
620 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800621 "gpr",
622 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700623 ],
624 "headers": [],
625 "language": "c",
626 "name": "gpr_time_test",
627 "src": [
628 "test/core/support/time_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800629 ],
630 "third_party": false,
631 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700632 },
633 {
634 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800635 "gpr",
636 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700637 ],
638 "headers": [],
639 "language": "c",
640 "name": "gpr_tls_test",
641 "src": [
642 "test/core/support/tls_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800643 ],
644 "third_party": false,
645 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700646 },
647 {
648 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800649 "gpr",
650 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700651 ],
652 "headers": [],
653 "language": "c",
654 "name": "gpr_useful_test",
655 "src": [
656 "test/core/support/useful_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800657 ],
658 "third_party": false,
659 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700660 },
661 {
662 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800663 "gpr",
664 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700665 "grpc",
666 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700667 ],
668 "headers": [],
669 "language": "c",
670 "name": "grpc_auth_context_test",
671 "src": [
672 "test/core/security/auth_context_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800673 ],
674 "third_party": false,
675 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700676 },
677 {
678 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800679 "gpr",
680 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700681 "grpc",
682 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700683 ],
684 "headers": [],
685 "language": "c",
Craig Tiller732a8752016-02-22 15:59:19 -0800686 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700687 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800688 "test/core/security/b64_test.c"
689 ],
690 "third_party": false,
691 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700692 },
693 {
694 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800695 "gpr",
696 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700697 "grpc",
698 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700699 ],
700 "headers": [],
701 "language": "c",
702 "name": "grpc_byte_buffer_reader_test",
703 "src": [
704 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800705 ],
706 "third_party": false,
707 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700708 },
709 {
710 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800711 "gpr",
712 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700713 "grpc",
714 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700715 ],
716 "headers": [],
717 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700718 "name": "grpc_channel_args_test",
719 "src": [
720 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800721 ],
722 "third_party": false,
723 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700724 },
725 {
726 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800727 "gpr",
728 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700729 "grpc",
730 "grpc_test_util"
731 ],
732 "headers": [],
733 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700734 "name": "grpc_channel_stack_test",
735 "src": [
736 "test/core/channel/channel_stack_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800737 ],
738 "third_party": false,
739 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700740 },
741 {
742 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800743 "gpr",
744 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700745 "grpc",
746 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700747 ],
748 "headers": [],
749 "language": "c",
750 "name": "grpc_completion_queue_test",
751 "src": [
752 "test/core/surface/completion_queue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800753 ],
754 "third_party": false,
755 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700756 },
757 {
758 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800759 "gpr",
760 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700761 "grpc",
762 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700763 ],
764 "headers": [],
765 "language": "c",
766 "name": "grpc_create_jwt",
767 "src": [
768 "test/core/security/create_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800769 ],
770 "third_party": false,
771 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700772 },
773 {
774 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800775 "gpr",
776 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700777 "grpc",
778 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700779 ],
780 "headers": [],
781 "language": "c",
782 "name": "grpc_credentials_test",
783 "src": [
784 "test/core/security/credentials_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800785 ],
786 "third_party": false,
787 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700788 },
789 {
790 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800791 "gpr",
792 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700793 "grpc",
794 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700795 ],
796 "headers": [],
797 "language": "c",
798 "name": "grpc_fetch_oauth2",
799 "src": [
800 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800801 ],
802 "third_party": false,
803 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700804 },
805 {
806 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800807 "gpr",
808 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700809 "grpc",
810 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700811 ],
812 "headers": [],
813 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800814 "name": "grpc_invalid_channel_args_test",
815 "src": [
816 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800817 ],
818 "third_party": false,
819 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800820 },
821 {
822 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800823 "gpr",
824 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800825 "grpc",
826 "grpc_test_util"
827 ],
828 "headers": [],
829 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700830 "name": "grpc_json_token_test",
831 "src": [
832 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800833 ],
834 "third_party": false,
835 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700836 },
837 {
838 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 "gpr",
840 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700841 "grpc",
842 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700843 ],
844 "headers": [],
845 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200846 "name": "grpc_jwt_verifier_test",
847 "src": [
848 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800849 ],
850 "third_party": false,
851 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200852 },
853 {
854 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800855 "gpr",
856 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200857 "grpc",
858 "grpc_test_util"
859 ],
860 "headers": [],
861 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700862 "name": "grpc_print_google_default_creds_token",
863 "src": [
864 "test/core/security/print_google_default_creds_token.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800865 ],
866 "third_party": false,
867 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700868 },
869 {
870 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 "gpr",
872 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700873 "grpc",
874 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700875 ],
876 "headers": [],
877 "language": "c",
878 "name": "grpc_security_connector_test",
879 "src": [
880 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800881 ],
882 "third_party": false,
883 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700884 },
885 {
886 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800887 "gpr",
888 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700889 "grpc",
890 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700891 ],
892 "headers": [],
893 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200894 "name": "grpc_verify_jwt",
895 "src": [
896 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800897 ],
898 "third_party": false,
899 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200900 },
901 {
902 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800903 "gpr",
904 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200905 "grpc",
906 "grpc_test_util"
907 ],
908 "headers": [],
909 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -0700910 "name": "hpack_parser_fuzzer_test",
911 "src": [
912 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c"
913 ],
914 "third_party": false,
915 "type": "target"
916 },
917 {
918 "deps": [
919 "gpr",
920 "gpr_test_util",
921 "grpc",
922 "grpc_test_util"
923 ],
924 "headers": [],
925 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700926 "name": "hpack_parser_test",
927 "src": [
928 "test/core/transport/chttp2/hpack_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800929 ],
930 "third_party": false,
931 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700932 },
933 {
934 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800935 "gpr",
936 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700937 "grpc",
938 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700939 ],
940 "headers": [],
941 "language": "c",
942 "name": "hpack_table_test",
943 "src": [
944 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800945 ],
946 "third_party": false,
947 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700948 },
949 {
950 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800951 "gpr",
952 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700953 "grpc",
954 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700955 ],
956 "headers": [],
957 "language": "c",
Craig Tiller21239742016-03-23 16:33:28 -0700958 "name": "http_fuzzer_test",
959 "src": [
960 "test/core/http/fuzzer.c"
961 ],
962 "third_party": false,
963 "type": "target"
964 },
965 {
966 "deps": [
967 "gpr",
968 "gpr_test_util",
969 "grpc",
970 "grpc_test_util"
971 ],
972 "headers": [],
973 "language": "c",
Matthew Iselin1824f052016-02-10 12:16:06 +1100974 "name": "http_parser_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700975 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100976 "test/core/http/parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800977 ],
978 "third_party": false,
979 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700980 },
981 {
982 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800983 "gpr",
984 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700985 "grpc",
986 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700987 ],
988 "headers": [],
989 "language": "c",
Matthew Iselin1824f052016-02-10 12:16:06 +1100990 "name": "httpcli_format_request_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700991 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100992 "test/core/http/format_request_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800993 ],
994 "third_party": false,
995 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700996 },
997 {
998 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800999 "gpr",
1000 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001001 "grpc",
1002 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001003 ],
1004 "headers": [],
1005 "language": "c",
1006 "name": "httpcli_test",
1007 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001008 "test/core/http/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001009 ],
1010 "third_party": false,
1011 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001012 },
1013 {
1014 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 "gpr",
1016 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -08001017 "grpc",
1018 "grpc_test_util"
1019 ],
1020 "headers": [],
1021 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -08001022 "name": "httpscli_test",
1023 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001024 "test/core/http/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001025 ],
1026 "third_party": false,
1027 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -08001028 },
1029 {
1030 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 "gpr",
1032 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -08001033 "grpc",
1034 "grpc_test_util"
1035 ],
1036 "headers": [],
1037 "language": "c",
yang-gf1183302015-12-07 16:02:05 -08001038 "name": "init_test",
1039 "src": [
1040 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001041 ],
1042 "third_party": false,
1043 "type": "target"
yang-gf1183302015-12-07 16:02:05 -08001044 },
1045 {
1046 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 "gpr",
1048 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -08001049 "grpc",
1050 "grpc_test_util"
1051 ],
1052 "headers": [],
1053 "language": "c",
Craig Tiller5cb79622016-03-15 14:46:54 -07001054 "name": "internal_api_canary_iomgr_test",
1055 "src": [
1056 "test/core/internal_api_canaries/iomgr.c"
1057 ],
1058 "third_party": false,
1059 "type": "target"
1060 },
1061 {
1062 "deps": [
1063 "gpr",
1064 "gpr_test_util",
1065 "grpc",
1066 "grpc_test_util"
1067 ],
1068 "headers": [],
1069 "language": "c",
1070 "name": "internal_api_canary_support_test",
1071 "src": [
1072 "test/core/internal_api_canaries/iomgr.c"
1073 ],
1074 "third_party": false,
1075 "type": "target"
1076 },
1077 {
1078 "deps": [
1079 "gpr",
1080 "gpr_test_util",
1081 "grpc",
1082 "grpc_test_util"
1083 ],
1084 "headers": [],
1085 "language": "c",
1086 "name": "internal_api_canary_transport_test",
1087 "src": [
1088 "test/core/internal_api_canaries/iomgr.c"
1089 ],
1090 "third_party": false,
1091 "type": "target"
1092 },
1093 {
1094 "deps": [
1095 "gpr",
1096 "gpr_test_util",
1097 "grpc",
1098 "grpc_test_util"
1099 ],
1100 "headers": [],
1101 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -08001102 "name": "invalid_call_argument_test",
1103 "src": [
1104 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001105 ],
1106 "third_party": false,
1107 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -08001108 },
1109 {
1110 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 "gpr",
Craig Tiller32173c52016-03-17 14:12:45 -07001112 "gpr_test_util",
1113 "grpc",
1114 "grpc_test_util"
1115 ],
1116 "headers": [],
1117 "language": "c",
1118 "name": "json_fuzzer_test",
1119 "src": [
1120 "test/core/json/fuzzer.c"
1121 ],
1122 "third_party": false,
1123 "type": "target"
1124 },
1125 {
1126 "deps": [
1127 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001128 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001129 ],
1130 "headers": [],
1131 "language": "c",
1132 "name": "json_rewrite",
1133 "src": [
1134 "test/core/json/json_rewrite.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001135 ],
1136 "third_party": false,
1137 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001138 },
1139 {
1140 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 "gpr",
1142 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001143 "grpc",
1144 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001145 ],
1146 "headers": [],
1147 "language": "c",
1148 "name": "json_rewrite_test",
1149 "src": [
1150 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001151 ],
1152 "third_party": false,
1153 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001154 },
1155 {
1156 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 "gpr",
1158 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001159 "grpc",
1160 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001161 ],
1162 "headers": [],
1163 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001164 "name": "json_stream_error_test",
1165 "src": [
1166 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001167 ],
1168 "third_party": false,
1169 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001170 },
1171 {
1172 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 "gpr",
1174 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001175 "grpc",
1176 "grpc_test_util"
1177 ],
1178 "headers": [],
1179 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001180 "name": "json_test",
1181 "src": [
1182 "test/core/json/json_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001183 ],
1184 "third_party": false,
1185 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001186 },
1187 {
1188 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 "gpr",
1190 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001191 "grpc",
1192 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001193 ],
1194 "headers": [],
1195 "language": "c",
1196 "name": "lame_client_test",
1197 "src": [
1198 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001199 ],
1200 "third_party": false,
1201 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001202 },
1203 {
1204 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 "gpr",
1206 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001207 "grpc",
1208 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001209 ],
1210 "headers": [],
1211 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001212 "name": "lb_policies_test",
1213 "src": [
1214 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001215 ],
1216 "third_party": false,
1217 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001218 },
1219 {
1220 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 "gpr",
1222 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001223 "grpc",
1224 "grpc_test_util"
1225 ],
1226 "headers": [],
1227 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001228 "name": "low_level_ping_pong_benchmark",
1229 "src": [
1230 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001231 ],
1232 "third_party": false,
1233 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001234 },
1235 {
1236 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 "gpr",
1238 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001239 "grpc",
1240 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001241 ],
1242 "headers": [],
1243 "language": "c",
1244 "name": "message_compress_test",
1245 "src": [
1246 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001247 ],
1248 "third_party": false,
1249 "type": "target"
1250 },
1251 {
1252 "deps": [
1253 "gpr",
1254 "gpr_test_util",
1255 "grpc",
1256 "grpc_test_util"
1257 ],
1258 "headers": [],
1259 "language": "c",
1260 "name": "mlog_test",
1261 "src": [
1262 "test/core/census/mlog_test.c"
1263 ],
1264 "third_party": false,
1265 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001266 },
1267 {
1268 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 "gpr",
1270 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001271 "grpc",
1272 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001273 ],
1274 "headers": [],
1275 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001276 "name": "multiple_server_queues_test",
1277 "src": [
1278 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001279 ],
1280 "third_party": false,
1281 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001282 },
1283 {
1284 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 "gpr",
1286 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001287 ],
1288 "headers": [],
1289 "language": "c",
1290 "name": "murmur_hash_test",
1291 "src": [
1292 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001293 ],
1294 "third_party": false,
1295 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001296 },
1297 {
1298 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 "gpr",
1300 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001301 "grpc",
1302 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001303 ],
1304 "headers": [],
1305 "language": "c",
1306 "name": "no_server_test",
1307 "src": [
1308 "test/core/end2end/no_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001309 ],
1310 "third_party": false,
1311 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001312 },
1313 {
1314 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 "gpr",
1316 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001317 "grpc",
1318 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001319 ],
1320 "headers": [],
1321 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001322 "name": "resolve_address_test",
1323 "src": [
1324 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001325 ],
1326 "third_party": false,
1327 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001328 },
1329 {
1330 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 "gpr",
1332 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001333 "grpc",
1334 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001335 ],
1336 "headers": [],
1337 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001338 "name": "secure_channel_create_test",
1339 "src": [
1340 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001341 ],
1342 "third_party": false,
1343 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001344 },
1345 {
1346 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 "gpr",
1348 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001349 "grpc",
1350 "grpc_test_util"
1351 ],
1352 "headers": [],
1353 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001354 "name": "secure_endpoint_test",
1355 "src": [
1356 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001357 ],
1358 "third_party": false,
1359 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001360 },
1361 {
1362 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 "gpr",
1364 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001365 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001366 "grpc_test_util"
1367 ],
1368 "headers": [],
1369 "language": "c",
1370 "name": "server_chttp2_test",
1371 "src": [
1372 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001373 ],
1374 "third_party": false,
1375 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001376 },
1377 {
1378 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 "gpr",
1380 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001381 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001382 "grpc_test_util"
1383 ],
1384 "headers": [],
1385 "language": "c",
1386 "name": "server_test",
1387 "src": [
1388 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001389 ],
1390 "third_party": false,
1391 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001392 },
1393 {
1394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 "gpr",
1396 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001397 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001398 "grpc_test_util",
1399 "test_tcp_server"
1400 ],
1401 "headers": [],
1402 "language": "c",
1403 "name": "set_initial_connect_string_test",
1404 "src": [
1405 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001406 ],
1407 "third_party": false,
1408 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001409 },
1410 {
1411 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 "gpr",
1413 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001414 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001415 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001416 ],
1417 "headers": [],
1418 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001419 "name": "sockaddr_resolver_test",
1420 "src": [
1421 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001422 ],
1423 "third_party": false,
1424 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001425 },
1426 {
1427 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 "gpr",
1429 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001430 "grpc",
1431 "grpc_test_util"
1432 ],
1433 "headers": [],
1434 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001435 "name": "sockaddr_utils_test",
1436 "src": [
1437 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001438 ],
1439 "third_party": false,
1440 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001441 },
1442 {
1443 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 "gpr",
1445 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001446 "grpc",
1447 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001448 ],
1449 "headers": [],
1450 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001451 "name": "socket_utils_test",
1452 "src": [
1453 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001454 ],
1455 "third_party": false,
1456 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001457 },
1458 {
1459 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 "gpr",
1461 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001462 "grpc",
1463 "grpc_test_util"
1464 ],
1465 "headers": [],
1466 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001467 "name": "tcp_client_posix_test",
1468 "src": [
1469 "test/core/iomgr/tcp_client_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001470 ],
1471 "third_party": false,
1472 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001473 },
1474 {
1475 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 "gpr",
1477 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001478 "grpc",
1479 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001480 ],
1481 "headers": [],
1482 "language": "c",
1483 "name": "tcp_posix_test",
1484 "src": [
1485 "test/core/iomgr/tcp_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001486 ],
1487 "third_party": false,
1488 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001489 },
1490 {
1491 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001492 "gpr",
1493 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001494 "grpc",
1495 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001496 ],
1497 "headers": [],
1498 "language": "c",
1499 "name": "tcp_server_posix_test",
1500 "src": [
1501 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001502 ],
1503 "third_party": false,
1504 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001505 },
1506 {
1507 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 "gpr",
1509 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001510 "grpc",
1511 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001512 ],
1513 "headers": [],
1514 "language": "c",
1515 "name": "time_averaged_stats_test",
1516 "src": [
1517 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001518 ],
1519 "third_party": false,
1520 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001521 },
1522 {
1523 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 "gpr",
1525 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001526 "grpc",
1527 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001528 ],
1529 "headers": [],
1530 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001531 "name": "timeout_encoding_test",
1532 "src": [
1533 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001534 ],
1535 "third_party": false,
1536 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001537 },
1538 {
1539 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 "gpr",
1541 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001542 "grpc",
1543 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001544 ],
1545 "headers": [],
1546 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001547 "name": "timer_heap_test",
1548 "src": [
1549 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001550 ],
1551 "third_party": false,
1552 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001553 },
1554 {
1555 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 "gpr",
1557 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001558 "grpc",
1559 "grpc_test_util"
1560 ],
1561 "headers": [],
1562 "language": "c",
1563 "name": "timer_list_test",
1564 "src": [
1565 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001566 ],
1567 "third_party": false,
1568 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001569 },
1570 {
1571 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 "gpr",
1573 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001574 "grpc",
1575 "grpc_test_util"
1576 ],
1577 "headers": [],
1578 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001579 "name": "timers_test",
1580 "src": [
1581 "test/core/profiling/timers_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001582 ],
1583 "third_party": false,
1584 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001585 },
1586 {
1587 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001588 "gpr",
1589 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001590 "grpc",
1591 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001592 ],
1593 "headers": [],
1594 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001595 "name": "transport_connectivity_state_test",
1596 "src": [
1597 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001598 ],
1599 "third_party": false,
1600 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001601 },
1602 {
1603 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 "gpr",
1605 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001606 "grpc",
1607 "grpc_test_util"
1608 ],
1609 "headers": [],
1610 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001611 "name": "transport_metadata_test",
1612 "src": [
1613 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001614 ],
1615 "third_party": false,
1616 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001617 },
1618 {
1619 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 "gpr",
1621 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001622 "grpc",
1623 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001624 ],
1625 "headers": [],
1626 "language": "c",
1627 "name": "transport_security_test",
1628 "src": [
1629 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001630 ],
1631 "third_party": false,
1632 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001633 },
1634 {
1635 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 "gpr",
1637 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001638 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001639 "grpc_test_util"
1640 ],
1641 "headers": [],
1642 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001643 "name": "udp_server_test",
1644 "src": [
1645 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001646 ],
1647 "third_party": false,
1648 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001649 },
1650 {
1651 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 "gpr",
1653 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001654 "grpc",
1655 "grpc_test_util"
1656 ],
1657 "headers": [],
1658 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -07001659 "name": "uri_fuzzer_test",
1660 "src": [
1661 "test/core/client_config/uri_fuzzer_test.c"
1662 ],
1663 "third_party": false,
1664 "type": "target"
1665 },
1666 {
1667 "deps": [
1668 "gpr",
1669 "gpr_test_util",
1670 "grpc",
1671 "grpc_test_util"
1672 ],
1673 "headers": [],
1674 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001675 "name": "uri_parser_test",
1676 "src": [
1677 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001678 ],
1679 "third_party": false,
1680 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001681 },
1682 {
1683 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 "gpr",
1685 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001686 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001687 "grpc_test_util"
1688 ],
1689 "headers": [],
1690 "language": "c",
1691 "name": "workqueue_test",
1692 "src": [
1693 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001694 ],
1695 "third_party": false,
1696 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001697 },
1698 {
1699 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001700 "gpr",
1701 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001702 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001703 "grpc++",
1704 "grpc++_test_util",
1705 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001706 ],
1707 "headers": [],
1708 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001709 "name": "alarm_cpp_test",
1710 "src": [
1711 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001712 ],
1713 "third_party": false,
1714 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001715 },
1716 {
1717 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001718 "gpr",
1719 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001720 "grpc",
1721 "grpc++",
1722 "grpc++_test_util",
1723 "grpc_test_util"
1724 ],
1725 "headers": [],
1726 "language": "c++",
1727 "name": "async_end2end_test",
1728 "src": [
1729 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001730 ],
1731 "third_party": false,
1732 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001733 },
1734 {
1735 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 "gpr",
1737 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001738 "grpc",
1739 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001740 "grpc++_test_util",
1741 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001742 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001743 ],
1744 "headers": [],
1745 "language": "c++",
1746 "name": "async_streaming_ping_pong_test",
1747 "src": [
1748 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001749 ],
1750 "third_party": false,
1751 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001752 },
1753 {
1754 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 "gpr",
1756 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001757 "grpc",
1758 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001759 "grpc++_test_util",
1760 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001761 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001762 ],
1763 "headers": [],
1764 "language": "c++",
1765 "name": "async_unary_ping_pong_test",
1766 "src": [
1767 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001768 ],
1769 "third_party": false,
1770 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001771 },
1772 {
1773 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 "gpr",
1775 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001776 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001777 "grpc++",
1778 "grpc++_test_util",
1779 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001780 ],
1781 "headers": [],
1782 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001783 "name": "auth_property_iterator_test",
1784 "src": [
1785 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001786 ],
1787 "third_party": false,
1788 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001789 },
1790 {
1791 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001793 "grpc",
1794 "grpc++"
1795 ],
1796 "headers": [],
1797 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001798 "name": "channel_arguments_test",
1799 "src": [
yang-g52705592015-11-25 11:45:33 -08001800 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001801 ],
1802 "third_party": false,
1803 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001804 },
1805 {
1806 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 "gpr",
1808 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001809 "grpc",
1810 "grpc++",
1811 "grpc++_test_util",
1812 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001813 ],
1814 "headers": [],
1815 "language": "c++",
1816 "name": "cli_call_test",
1817 "src": [
1818 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001819 ],
1820 "third_party": false,
1821 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001822 },
1823 {
1824 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 "gpr",
1826 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001827 "grpc",
1828 "grpc++",
1829 "grpc++_test_util",
1830 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001831 ],
1832 "headers": [],
1833 "language": "c++",
1834 "name": "client_crash_test",
1835 "src": [
1836 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001837 ],
1838 "third_party": false,
1839 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001840 },
1841 {
1842 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 "gpr",
1844 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001845 "grpc",
1846 "grpc++",
1847 "grpc++_test_util",
1848 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001849 ],
1850 "headers": [],
1851 "language": "c++",
1852 "name": "client_crash_test_server",
1853 "src": [
1854 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001855 ],
1856 "third_party": false,
1857 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001858 },
1859 {
1860 "deps": [
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001861 "grpc++_codegen_lib"
1862 ],
1863 "headers": [
1864 "src/proto/grpc/testing/control.grpc.pb.h",
1865 "src/proto/grpc/testing/control.pb.h",
1866 "src/proto/grpc/testing/messages.grpc.pb.h",
1867 "src/proto/grpc/testing/messages.pb.h",
1868 "src/proto/grpc/testing/payloads.grpc.pb.h",
1869 "src/proto/grpc/testing/payloads.pb.h",
1870 "src/proto/grpc/testing/perf_db.grpc.pb.h",
1871 "src/proto/grpc/testing/perf_db.pb.h",
1872 "src/proto/grpc/testing/services.grpc.pb.h",
1873 "src/proto/grpc/testing/services.pb.h",
1874 "src/proto/grpc/testing/stats.grpc.pb.h",
1875 "src/proto/grpc/testing/stats.pb.h"
1876 ],
1877 "language": "c++",
1878 "name": "codegen_test",
1879 "src": [
1880 "test/cpp/codegen/codegen_test.cc"
1881 ],
1882 "third_party": false,
1883 "type": "target"
1884 },
1885 {
1886 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001888 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001889 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001890 ],
1891 "headers": [],
1892 "language": "c++",
1893 "name": "credentials_test",
1894 "src": [
1895 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001896 ],
1897 "third_party": false,
1898 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001899 },
1900 {
1901 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 "gpr",
1903 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001904 "grpc",
1905 "grpc++",
1906 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001907 ],
1908 "headers": [],
1909 "language": "c++",
1910 "name": "cxx_byte_buffer_test",
1911 "src": [
1912 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001913 ],
1914 "third_party": false,
1915 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001916 },
1917 {
1918 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 "gpr",
1920 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001921 "grpc",
1922 "grpc++",
1923 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001924 ],
1925 "headers": [],
1926 "language": "c++",
1927 "name": "cxx_slice_test",
1928 "src": [
1929 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001930 ],
1931 "third_party": false,
1932 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001933 },
1934 {
1935 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001936 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001937 ],
1938 "headers": [],
1939 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001940 "name": "cxx_string_ref_test",
1941 "src": [
1942 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001943 ],
1944 "third_party": false,
1945 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001946 },
1947 {
1948 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 "gpr",
1950 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001951 "grpc",
1952 "grpc++",
1953 "grpc_test_util"
1954 ],
1955 "headers": [],
1956 "language": "c++",
1957 "name": "cxx_time_test",
1958 "src": [
1959 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001960 ],
1961 "third_party": false,
1962 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001963 },
1964 {
1965 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 "gpr",
1967 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001968 "grpc",
1969 "grpc++",
1970 "grpc++_test_util",
1971 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001972 ],
1973 "headers": [],
1974 "language": "c++",
1975 "name": "end2end_test",
1976 "src": [
1977 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001978 ],
1979 "third_party": false,
1980 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001981 },
1982 {
1983 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 "gpr",
1985 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001986 "grpc",
1987 "grpc++",
1988 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001989 "grpc_test_util",
1990 "qps"
1991 ],
1992 "headers": [],
1993 "language": "c++",
1994 "name": "generic_async_streaming_ping_pong_test",
1995 "src": [
1996 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001997 ],
1998 "third_party": false,
1999 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002000 },
2001 {
2002 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 "gpr",
2004 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002005 "grpc",
2006 "grpc++",
2007 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002008 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002009 ],
2010 "headers": [],
2011 "language": "c++",
2012 "name": "generic_end2end_test",
2013 "src": [
2014 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002015 ],
2016 "third_party": false,
2017 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002018 },
2019 {
2020 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 "gpr",
2022 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002023 "grpc",
2024 "grpc++",
2025 "grpc++_test_config",
2026 "grpc++_test_util",
2027 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002028 ],
2029 "headers": [],
2030 "language": "c++",
2031 "name": "grpc_cli",
2032 "src": [
2033 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002034 ],
2035 "third_party": false,
2036 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002037 },
2038 {
2039 "deps": [
2040 "grpc_plugin_support"
2041 ],
2042 "headers": [],
2043 "language": "c++",
2044 "name": "grpc_cpp_plugin",
2045 "src": [
2046 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002047 ],
2048 "third_party": false,
2049 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002050 },
2051 {
2052 "deps": [
2053 "grpc_plugin_support"
2054 ],
2055 "headers": [],
2056 "language": "c++",
2057 "name": "grpc_csharp_plugin",
2058 "src": [
2059 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002060 ],
2061 "third_party": false,
2062 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002063 },
2064 {
2065 "deps": [
2066 "grpc_plugin_support"
2067 ],
2068 "headers": [],
2069 "language": "c++",
2070 "name": "grpc_objective_c_plugin",
2071 "src": [
2072 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002073 ],
2074 "third_party": false,
2075 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002076 },
2077 {
2078 "deps": [
2079 "grpc_plugin_support"
2080 ],
2081 "headers": [],
2082 "language": "c++",
2083 "name": "grpc_python_plugin",
2084 "src": [
2085 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002086 ],
2087 "third_party": false,
2088 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002089 },
2090 {
2091 "deps": [
2092 "grpc_plugin_support"
2093 ],
2094 "headers": [],
2095 "language": "c++",
2096 "name": "grpc_ruby_plugin",
2097 "src": [
2098 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002099 ],
2100 "third_party": false,
2101 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002102 },
2103 {
2104 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08002105 "grpc",
2106 "grpc++",
2107 "grpc++_test_util",
2108 "grpc_test_util"
2109 ],
2110 "headers": [
2111 "src/proto/grpc/lb/v0/load_balancer.grpc.pb.h",
2112 "src/proto/grpc/lb/v0/load_balancer.pb.h"
2113 ],
2114 "language": "c++",
2115 "name": "grpclb_api_test",
2116 "src": [
2117 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08002118 ],
2119 "third_party": false,
2120 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002121 },
2122 {
2123 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 "gpr",
2125 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002126 "grpc",
2127 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08002128 "grpc++_test_util",
2129 "grpc_test_util"
2130 ],
2131 "headers": [],
2132 "language": "c++",
2133 "name": "hybrid_end2end_test",
2134 "src": [
2135 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002136 ],
2137 "third_party": false,
2138 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08002139 },
2140 {
2141 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 "gpr",
2143 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08002144 "grpc",
2145 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002146 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002147 "grpc++_test_util",
2148 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002149 "interop_client_helper",
2150 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002151 ],
2152 "headers": [],
2153 "language": "c++",
2154 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08002155 "src": [],
2156 "third_party": false,
2157 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002158 },
2159 {
2160 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 "gpr",
2162 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002163 "grpc",
2164 "grpc++",
2165 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002166 "grpc++_test_util",
2167 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002168 "interop_server_helper",
2169 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002170 ],
2171 "headers": [],
2172 "language": "c++",
2173 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002174 "src": [],
2175 "third_party": false,
2176 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002177 },
2178 {
2179 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 "gpr",
2181 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002182 "grpc",
2183 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002184 ],
2185 "headers": [],
2186 "language": "c++",
2187 "name": "interop_test",
2188 "src": [
2189 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002190 ],
2191 "third_party": false,
2192 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002193 },
2194 {
2195 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002197 "grpc",
2198 "grpc++",
2199 "grpc++_test_config"
2200 ],
2201 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002202 "src/proto/grpc/testing/metrics.grpc.pb.h",
2203 "src/proto/grpc/testing/metrics.pb.h",
2204 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002205 ],
2206 "language": "c++",
2207 "name": "metrics_client",
2208 "src": [
2209 "test/cpp/interop/metrics_client.cc",
2210 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002211 ],
2212 "third_party": false,
2213 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002214 },
2215 {
2216 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 "gpr",
2218 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002219 "grpc",
2220 "grpc++",
2221 "grpc++_test_util",
2222 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002223 ],
2224 "headers": [],
2225 "language": "c++",
2226 "name": "mock_test",
2227 "src": [
2228 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002229 ],
2230 "third_party": false,
2231 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002232 },
2233 {
2234 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 "gpr",
2236 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002237 "grpc",
2238 "grpc++",
2239 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002240 "grpc++_test_util",
2241 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002242 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002243 ],
2244 "headers": [],
2245 "language": "c++",
2246 "name": "qps_driver",
2247 "src": [
2248 "test/cpp/qps/qps_driver.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002249 ],
2250 "third_party": false,
2251 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002252 },
2253 {
2254 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 "gpr",
2256 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002257 "grpc",
2258 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002259 "grpc++_test_util",
2260 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002261 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002262 ],
2263 "headers": [],
2264 "language": "c++",
2265 "name": "qps_interarrival_test",
2266 "src": [
2267 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002268 ],
2269 "third_party": false,
2270 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002271 },
2272 {
2273 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 "gpr",
2275 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002276 "grpc",
2277 "grpc++",
2278 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002279 "grpc++_test_util",
2280 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002281 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002282 ],
2283 "headers": [],
2284 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002285 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002286 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002287 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002288 ],
2289 "third_party": false,
2290 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002291 },
2292 {
2293 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 "gpr",
2295 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002296 "grpc",
2297 "grpc++",
2298 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002299 "grpc++_test_util",
2300 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002301 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002302 ],
2303 "headers": [],
2304 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002305 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002306 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002307 "test/cpp/qps/qps_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002308 ],
2309 "third_party": false,
2310 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002311 },
2312 {
2313 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 "gpr",
2315 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002316 "grpc",
2317 "grpc++",
2318 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002319 "grpc++_test_util",
2320 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002321 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002322 ],
2323 "headers": [
2324 "test/cpp/qps/client.h",
2325 "test/cpp/qps/server.h"
2326 ],
2327 "language": "c++",
2328 "name": "qps_worker",
2329 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002330 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002331 "test/cpp/qps/server.h",
2332 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002333 ],
2334 "third_party": false,
2335 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002336 },
2337 {
2338 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 "gpr",
2340 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002341 "grpc",
2342 "grpc++",
2343 "grpc++_test_config",
2344 "grpc++_test_util",
2345 "grpc_test_util"
2346 ],
2347 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002348 "src/proto/grpc/testing/empty.grpc.pb.h",
2349 "src/proto/grpc/testing/empty.pb.h",
2350 "src/proto/grpc/testing/messages.grpc.pb.h",
2351 "src/proto/grpc/testing/messages.pb.h",
2352 "src/proto/grpc/testing/test.grpc.pb.h",
2353 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002354 ],
2355 "language": "c++",
2356 "name": "reconnect_interop_client",
2357 "src": [
2358 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002359 ],
2360 "third_party": false,
2361 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002362 },
2363 {
2364 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 "gpr",
2366 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002367 "grpc",
2368 "grpc++",
2369 "grpc++_test_config",
2370 "grpc++_test_util",
2371 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002372 "reconnect_server",
2373 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002374 ],
2375 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002376 "src/proto/grpc/testing/empty.grpc.pb.h",
2377 "src/proto/grpc/testing/empty.pb.h",
2378 "src/proto/grpc/testing/messages.grpc.pb.h",
2379 "src/proto/grpc/testing/messages.pb.h",
2380 "src/proto/grpc/testing/test.grpc.pb.h",
2381 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002382 ],
2383 "language": "c++",
2384 "name": "reconnect_interop_server",
2385 "src": [
2386 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002387 ],
2388 "third_party": false,
2389 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002390 },
2391 {
2392 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 "gpr",
2394 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002395 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002396 "grpc++",
2397 "grpc++_test_util",
2398 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002399 ],
2400 "headers": [],
2401 "language": "c++",
2402 "name": "secure_auth_context_test",
2403 "src": [
2404 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002405 ],
2406 "third_party": false,
2407 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002408 },
2409 {
2410 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 "gpr",
2412 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002413 "grpc",
2414 "grpc++",
2415 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002416 "grpc_test_util",
2417 "qps"
2418 ],
2419 "headers": [],
2420 "language": "c++",
2421 "name": "secure_sync_unary_ping_pong_test",
2422 "src": [
2423 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002424 ],
2425 "third_party": false,
2426 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002427 },
2428 {
2429 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 "gpr",
2431 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002432 "grpc",
2433 "grpc++",
2434 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002435 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002436 ],
2437 "headers": [],
2438 "language": "c++",
2439 "name": "server_crash_test",
2440 "src": [
2441 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002442 ],
2443 "third_party": false,
2444 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002445 },
2446 {
2447 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 "gpr",
2449 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002450 "grpc",
2451 "grpc++",
2452 "grpc++_test_util",
2453 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002454 ],
2455 "headers": [],
2456 "language": "c++",
2457 "name": "server_crash_test_client",
2458 "src": [
2459 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002460 ],
2461 "third_party": false,
2462 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002463 },
2464 {
2465 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 "gpr",
2467 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002468 "grpc",
2469 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002470 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002471 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002472 ],
2473 "headers": [],
2474 "language": "c++",
2475 "name": "shutdown_test",
2476 "src": [
2477 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002478 ],
2479 "third_party": false,
2480 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002481 },
2482 {
2483 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 "gpr",
2485 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002486 "grpc",
2487 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002488 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002489 ],
2490 "headers": [],
2491 "language": "c++",
2492 "name": "status_test",
2493 "src": [
2494 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002495 ],
2496 "third_party": false,
2497 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002498 },
2499 {
2500 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002501 "gpr",
2502 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002503 "grpc",
2504 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002505 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002506 "grpc_test_util"
2507 ],
2508 "headers": [],
2509 "language": "c++",
2510 "name": "streaming_throughput_test",
2511 "src": [
2512 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002513 ],
2514 "third_party": false,
2515 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002516 },
2517 {
2518 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 "gpr",
2520 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002521 "grpc",
2522 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002523 "grpc++_test_config",
2524 "grpc++_test_util",
2525 "grpc_test_util"
2526 ],
2527 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002528 "src/proto/grpc/testing/empty.grpc.pb.h",
2529 "src/proto/grpc/testing/empty.pb.h",
2530 "src/proto/grpc/testing/messages.grpc.pb.h",
2531 "src/proto/grpc/testing/messages.pb.h",
2532 "src/proto/grpc/testing/metrics.grpc.pb.h",
2533 "src/proto/grpc/testing/metrics.pb.h",
2534 "src/proto/grpc/testing/test.grpc.pb.h",
2535 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002536 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002537 "test/cpp/interop/interop_client.h",
2538 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002539 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002540 ],
2541 "language": "c++",
2542 "name": "stress_test",
2543 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002544 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002545 "test/cpp/interop/interop_client.cc",
2546 "test/cpp/interop/interop_client.h",
2547 "test/cpp/interop/stress_interop_client.cc",
2548 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002549 "test/cpp/interop/stress_test.cc",
2550 "test/cpp/util/metrics_server.cc",
2551 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002552 ],
2553 "third_party": false,
2554 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002555 },
2556 {
2557 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002558 "gpr",
2559 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002560 "grpc",
2561 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002562 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002563 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002564 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002565 ],
2566 "headers": [],
2567 "language": "c++",
2568 "name": "sync_streaming_ping_pong_test",
2569 "src": [
2570 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002571 ],
2572 "third_party": false,
2573 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002574 },
2575 {
2576 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 "gpr",
2578 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002579 "grpc",
2580 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002581 "grpc++_test_util",
2582 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002583 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002584 ],
2585 "headers": [],
2586 "language": "c++",
2587 "name": "sync_unary_ping_pong_test",
2588 "src": [
2589 "test/cpp/qps/sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002590 ],
2591 "third_party": false,
2592 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002593 },
2594 {
2595 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 "gpr",
2597 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002598 "grpc",
2599 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002600 "grpc++_test_util",
2601 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002602 ],
2603 "headers": [],
2604 "language": "c++",
2605 "name": "thread_stress_test",
2606 "src": [
2607 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002608 ],
2609 "third_party": false,
2610 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002611 },
2612 {
2613 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002614 "gpr",
2615 "gpr_test_util",
Hongwei Wang8e04d412015-07-31 15:12:51 -07002616 "grpc",
2617 "grpc++",
2618 "grpc++_test_util",
2619 "grpc_test_util",
2620 "grpc_zookeeper"
2621 ],
Craig Tiller1b4e3302015-12-17 16:35:00 -08002622 "headers": [
2623 "src/proto/grpc/testing/echo.grpc.pb.h",
2624 "src/proto/grpc/testing/echo.pb.h"
2625 ],
Hongwei Wang8e04d412015-07-31 15:12:51 -07002626 "language": "c++",
2627 "name": "zookeeper_test",
2628 "src": [
2629 "test/cpp/end2end/zookeeper_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002630 ],
2631 "third_party": false,
2632 "type": "target"
Hongwei Wang8e04d412015-07-31 15:12:51 -07002633 },
2634 {
2635 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002637 "grpc"
2638 ],
2639 "headers": [],
2640 "language": "c89",
2641 "name": "public_headers_must_be_c89",
2642 "src": [
2643 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002644 ],
2645 "third_party": false,
2646 "type": "target"
2647 },
2648 {
2649 "deps": [
2650 "boringssl",
2651 "boringssl_aes_test_lib",
2652 "boringssl_test_util"
2653 ],
2654 "headers": [],
2655 "language": "c++",
2656 "name": "boringssl_aes_test",
2657 "src": [],
2658 "third_party": true,
2659 "type": "target"
2660 },
2661 {
2662 "deps": [
2663 "boringssl",
Craig Tiller3d62fc62016-03-15 09:57:26 -07002664 "boringssl_asn1_test_lib",
2665 "boringssl_test_util"
2666 ],
2667 "headers": [],
2668 "language": "c++",
2669 "name": "boringssl_asn1_test",
2670 "src": [],
2671 "third_party": true,
2672 "type": "target"
2673 },
2674 {
2675 "deps": [
2676 "boringssl",
Craig Tiller732a8752016-02-22 15:59:19 -08002677 "boringssl_base64_test_lib",
2678 "boringssl_test_util"
2679 ],
2680 "headers": [],
2681 "language": "c++",
2682 "name": "boringssl_base64_test",
2683 "src": [],
2684 "third_party": true,
2685 "type": "target"
2686 },
2687 {
2688 "deps": [
2689 "boringssl",
2690 "boringssl_bio_test_lib",
2691 "boringssl_test_util"
2692 ],
2693 "headers": [],
2694 "language": "c++",
2695 "name": "boringssl_bio_test",
2696 "src": [],
2697 "third_party": true,
2698 "type": "target"
2699 },
2700 {
2701 "deps": [
2702 "boringssl",
2703 "boringssl_bn_test_lib",
2704 "boringssl_test_util"
2705 ],
2706 "headers": [],
2707 "language": "c++",
2708 "name": "boringssl_bn_test",
2709 "src": [],
2710 "third_party": true,
2711 "type": "target"
2712 },
2713 {
2714 "deps": [
2715 "boringssl",
2716 "boringssl_bytestring_test_lib",
2717 "boringssl_test_util"
2718 ],
2719 "headers": [],
2720 "language": "c++",
2721 "name": "boringssl_bytestring_test",
2722 "src": [],
2723 "third_party": true,
2724 "type": "target"
2725 },
2726 {
2727 "deps": [
2728 "boringssl",
2729 "boringssl_aead_test_lib",
2730 "boringssl_test_util"
2731 ],
2732 "headers": [],
2733 "language": "c++",
2734 "name": "boringssl_aead_test",
2735 "src": [],
2736 "third_party": true,
2737 "type": "target"
2738 },
2739 {
2740 "deps": [
2741 "boringssl",
2742 "boringssl_cipher_test_lib",
2743 "boringssl_test_util"
2744 ],
2745 "headers": [],
2746 "language": "c++",
2747 "name": "boringssl_cipher_test",
2748 "src": [],
2749 "third_party": true,
2750 "type": "target"
2751 },
2752 {
2753 "deps": [
2754 "boringssl",
2755 "boringssl_cmac_test_lib",
2756 "boringssl_test_util"
2757 ],
2758 "headers": [],
2759 "language": "c++",
2760 "name": "boringssl_cmac_test",
2761 "src": [],
2762 "third_party": true,
2763 "type": "target"
2764 },
2765 {
2766 "deps": [
2767 "boringssl",
2768 "boringssl_constant_time_test_lib",
2769 "boringssl_test_util"
2770 ],
2771 "headers": [],
2772 "language": "c++",
2773 "name": "boringssl_constant_time_test",
2774 "src": [],
2775 "third_party": true,
2776 "type": "target"
2777 },
2778 {
2779 "deps": [
2780 "boringssl",
2781 "boringssl_ed25519_test_lib",
2782 "boringssl_test_util"
2783 ],
2784 "headers": [],
2785 "language": "c++",
2786 "name": "boringssl_ed25519_test",
2787 "src": [],
2788 "third_party": true,
2789 "type": "target"
2790 },
2791 {
2792 "deps": [
2793 "boringssl",
2794 "boringssl_test_util",
2795 "boringssl_x25519_test_lib"
2796 ],
2797 "headers": [],
2798 "language": "c++",
2799 "name": "boringssl_x25519_test",
2800 "src": [],
2801 "third_party": true,
2802 "type": "target"
2803 },
2804 {
2805 "deps": [
2806 "boringssl",
2807 "boringssl_dh_test_lib",
2808 "boringssl_test_util"
2809 ],
2810 "headers": [],
2811 "language": "c++",
2812 "name": "boringssl_dh_test",
2813 "src": [],
2814 "third_party": true,
2815 "type": "target"
2816 },
2817 {
2818 "deps": [
2819 "boringssl",
2820 "boringssl_digest_test_lib",
2821 "boringssl_test_util"
2822 ],
2823 "headers": [],
2824 "language": "c++",
2825 "name": "boringssl_digest_test",
2826 "src": [],
2827 "third_party": true,
2828 "type": "target"
2829 },
2830 {
2831 "deps": [
2832 "boringssl",
2833 "boringssl_dsa_test_lib",
2834 "boringssl_test_util"
2835 ],
2836 "headers": [],
2837 "language": "c++",
2838 "name": "boringssl_dsa_test",
2839 "src": [],
2840 "third_party": true,
2841 "type": "target"
2842 },
2843 {
2844 "deps": [
2845 "boringssl",
2846 "boringssl_ec_test_lib",
2847 "boringssl_test_util"
2848 ],
2849 "headers": [],
2850 "language": "c++",
2851 "name": "boringssl_ec_test",
2852 "src": [],
2853 "third_party": true,
2854 "type": "target"
2855 },
2856 {
2857 "deps": [
2858 "boringssl",
2859 "boringssl_example_mul_lib",
2860 "boringssl_test_util"
2861 ],
2862 "headers": [],
2863 "language": "c++",
2864 "name": "boringssl_example_mul",
2865 "src": [],
2866 "third_party": true,
2867 "type": "target"
2868 },
2869 {
2870 "deps": [
2871 "boringssl",
2872 "boringssl_ecdsa_test_lib",
2873 "boringssl_test_util"
2874 ],
2875 "headers": [],
2876 "language": "c++",
2877 "name": "boringssl_ecdsa_test",
2878 "src": [],
2879 "third_party": true,
2880 "type": "target"
2881 },
2882 {
2883 "deps": [
2884 "boringssl",
2885 "boringssl_err_test_lib",
2886 "boringssl_test_util"
2887 ],
2888 "headers": [],
2889 "language": "c++",
2890 "name": "boringssl_err_test",
2891 "src": [],
2892 "third_party": true,
2893 "type": "target"
2894 },
2895 {
2896 "deps": [
2897 "boringssl",
2898 "boringssl_evp_extra_test_lib",
2899 "boringssl_test_util"
2900 ],
2901 "headers": [],
2902 "language": "c++",
2903 "name": "boringssl_evp_extra_test",
2904 "src": [],
2905 "third_party": true,
2906 "type": "target"
2907 },
2908 {
2909 "deps": [
2910 "boringssl",
2911 "boringssl_evp_test_lib",
2912 "boringssl_test_util"
2913 ],
2914 "headers": [],
2915 "language": "c++",
2916 "name": "boringssl_evp_test",
2917 "src": [],
2918 "third_party": true,
2919 "type": "target"
2920 },
2921 {
2922 "deps": [
2923 "boringssl",
2924 "boringssl_pbkdf_test_lib",
2925 "boringssl_test_util"
2926 ],
2927 "headers": [],
2928 "language": "c++",
2929 "name": "boringssl_pbkdf_test",
2930 "src": [],
2931 "third_party": true,
2932 "type": "target"
2933 },
2934 {
2935 "deps": [
2936 "boringssl",
2937 "boringssl_hkdf_test_lib",
2938 "boringssl_test_util"
2939 ],
2940 "headers": [],
2941 "language": "c++",
2942 "name": "boringssl_hkdf_test",
2943 "src": [],
2944 "third_party": true,
2945 "type": "target"
2946 },
2947 {
2948 "deps": [
2949 "boringssl",
2950 "boringssl_hmac_test_lib",
2951 "boringssl_test_util"
2952 ],
2953 "headers": [],
2954 "language": "c++",
2955 "name": "boringssl_hmac_test",
2956 "src": [],
2957 "third_party": true,
2958 "type": "target"
2959 },
2960 {
2961 "deps": [
2962 "boringssl",
2963 "boringssl_lhash_test_lib",
2964 "boringssl_test_util"
2965 ],
2966 "headers": [],
2967 "language": "c++",
2968 "name": "boringssl_lhash_test",
2969 "src": [],
2970 "third_party": true,
2971 "type": "target"
2972 },
2973 {
2974 "deps": [
2975 "boringssl",
2976 "boringssl_gcm_test_lib",
2977 "boringssl_test_util"
2978 ],
2979 "headers": [],
2980 "language": "c++",
2981 "name": "boringssl_gcm_test",
2982 "src": [],
2983 "third_party": true,
2984 "type": "target"
2985 },
2986 {
2987 "deps": [
2988 "boringssl",
2989 "boringssl_pkcs12_test_lib",
2990 "boringssl_test_util"
2991 ],
2992 "headers": [],
2993 "language": "c++",
2994 "name": "boringssl_pkcs12_test",
2995 "src": [],
2996 "third_party": true,
2997 "type": "target"
2998 },
2999 {
3000 "deps": [
3001 "boringssl",
3002 "boringssl_pkcs8_test_lib",
3003 "boringssl_test_util"
3004 ],
3005 "headers": [],
3006 "language": "c++",
3007 "name": "boringssl_pkcs8_test",
3008 "src": [],
3009 "third_party": true,
3010 "type": "target"
3011 },
3012 {
3013 "deps": [
3014 "boringssl",
3015 "boringssl_poly1305_test_lib",
3016 "boringssl_test_util"
3017 ],
3018 "headers": [],
3019 "language": "c++",
3020 "name": "boringssl_poly1305_test",
3021 "src": [],
3022 "third_party": true,
3023 "type": "target"
3024 },
3025 {
3026 "deps": [
3027 "boringssl",
3028 "boringssl_refcount_test_lib",
3029 "boringssl_test_util"
3030 ],
3031 "headers": [],
3032 "language": "c++",
3033 "name": "boringssl_refcount_test",
3034 "src": [],
3035 "third_party": true,
3036 "type": "target"
3037 },
3038 {
3039 "deps": [
3040 "boringssl",
3041 "boringssl_rsa_test_lib",
3042 "boringssl_test_util"
3043 ],
3044 "headers": [],
3045 "language": "c++",
3046 "name": "boringssl_rsa_test",
3047 "src": [],
3048 "third_party": true,
3049 "type": "target"
3050 },
3051 {
3052 "deps": [
3053 "boringssl",
3054 "boringssl_test_util",
3055 "boringssl_thread_test_lib"
3056 ],
3057 "headers": [],
3058 "language": "c++",
3059 "name": "boringssl_thread_test",
3060 "src": [],
3061 "third_party": true,
3062 "type": "target"
3063 },
3064 {
3065 "deps": [
3066 "boringssl",
3067 "boringssl_pkcs7_test_lib",
3068 "boringssl_test_util"
3069 ],
3070 "headers": [],
3071 "language": "c++",
3072 "name": "boringssl_pkcs7_test",
3073 "src": [],
3074 "third_party": true,
3075 "type": "target"
3076 },
3077 {
3078 "deps": [
3079 "boringssl",
3080 "boringssl_tab_test_lib",
3081 "boringssl_test_util"
3082 ],
3083 "headers": [],
3084 "language": "c++",
3085 "name": "boringssl_tab_test",
3086 "src": [],
3087 "third_party": true,
3088 "type": "target"
3089 },
3090 {
3091 "deps": [
3092 "boringssl",
3093 "boringssl_test_util",
3094 "boringssl_v3name_test_lib"
3095 ],
3096 "headers": [],
3097 "language": "c++",
3098 "name": "boringssl_v3name_test",
3099 "src": [],
3100 "third_party": true,
3101 "type": "target"
3102 },
3103 {
3104 "deps": [
3105 "boringssl",
3106 "boringssl_pqueue_test_lib",
3107 "boringssl_test_util"
3108 ],
3109 "headers": [],
3110 "language": "c++",
3111 "name": "boringssl_pqueue_test",
3112 "src": [],
3113 "third_party": true,
3114 "type": "target"
3115 },
3116 {
3117 "deps": [
3118 "boringssl",
3119 "boringssl_ssl_test_lib",
3120 "boringssl_test_util"
3121 ],
3122 "headers": [],
3123 "language": "c++",
3124 "name": "boringssl_ssl_test",
3125 "src": [],
3126 "third_party": true,
3127 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08003128 },
3129 {
3130 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08003131 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 "gpr",
3133 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003134 "grpc_test_util_unsecure",
3135 "grpc_unsecure"
3136 ],
3137 "headers": [],
3138 "language": "c",
3139 "name": "badreq_bad_client_test",
3140 "src": [
3141 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003142 ],
3143 "third_party": false,
3144 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003145 },
3146 {
3147 "deps": [
3148 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003149 "gpr",
3150 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003151 "grpc_test_util_unsecure",
3152 "grpc_unsecure"
3153 ],
3154 "headers": [],
3155 "language": "c",
3156 "name": "connection_prefix_bad_client_test",
3157 "src": [
3158 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003159 ],
3160 "third_party": false,
3161 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003162 },
3163 {
3164 "deps": [
3165 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003166 "gpr",
3167 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003168 "grpc_test_util_unsecure",
3169 "grpc_unsecure"
3170 ],
3171 "headers": [],
3172 "language": "c",
3173 "name": "headers_bad_client_test",
3174 "src": [
3175 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003176 ],
3177 "third_party": false,
3178 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003179 },
3180 {
3181 "deps": [
3182 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003183 "gpr",
3184 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003185 "grpc_test_util_unsecure",
3186 "grpc_unsecure"
3187 ],
3188 "headers": [],
3189 "language": "c",
3190 "name": "initial_settings_frame_bad_client_test",
3191 "src": [
3192 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003193 ],
3194 "third_party": false,
3195 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003196 },
3197 {
3198 "deps": [
3199 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003200 "gpr",
3201 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003202 "grpc_test_util_unsecure",
3203 "grpc_unsecure"
3204 ],
3205 "headers": [],
3206 "language": "c",
3207 "name": "server_registered_method_bad_client_test",
3208 "src": [
3209 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003210 ],
3211 "third_party": false,
3212 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003213 },
3214 {
3215 "deps": [
3216 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003217 "gpr",
3218 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003219 "grpc_test_util_unsecure",
3220 "grpc_unsecure"
3221 ],
3222 "headers": [],
3223 "language": "c",
3224 "name": "simple_request_bad_client_test",
3225 "src": [
3226 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003227 ],
3228 "third_party": false,
3229 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003230 },
3231 {
3232 "deps": [
3233 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003234 "gpr",
3235 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003236 "grpc_test_util_unsecure",
3237 "grpc_unsecure"
3238 ],
3239 "headers": [],
3240 "language": "c",
3241 "name": "unknown_frame_bad_client_test",
3242 "src": [
3243 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003244 ],
3245 "third_party": false,
3246 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003247 },
3248 {
3249 "deps": [
3250 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003251 "gpr",
3252 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003253 "grpc_test_util_unsecure",
3254 "grpc_unsecure"
3255 ],
3256 "headers": [],
3257 "language": "c",
3258 "name": "window_overflow_bad_client_test",
3259 "src": [
3260 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003261 ],
3262 "third_party": false,
3263 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003264 },
3265 {
3266 "deps": [
3267 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 "gpr",
3269 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003270 "grpc",
3271 "grpc_test_util"
3272 ],
3273 "headers": [],
3274 "language": "c",
3275 "name": "bad_ssl_alpn_server",
3276 "src": [
3277 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003278 ],
3279 "third_party": false,
3280 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003281 },
3282 {
3283 "deps": [
3284 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003285 "gpr",
3286 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003287 "grpc",
3288 "grpc_test_util"
3289 ],
3290 "headers": [],
3291 "language": "c",
3292 "name": "bad_ssl_cert_server",
3293 "src": [
3294 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003295 ],
3296 "third_party": false,
3297 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003298 },
3299 {
3300 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003301 "gpr",
3302 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003303 "grpc",
3304 "grpc_test_util"
3305 ],
3306 "headers": [],
3307 "language": "c",
3308 "name": "bad_ssl_alpn_test",
3309 "src": [
3310 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003311 ],
3312 "third_party": false,
3313 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003314 },
3315 {
3316 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003317 "gpr",
3318 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003319 "grpc",
3320 "grpc_test_util"
3321 ],
3322 "headers": [],
3323 "language": "c",
3324 "name": "bad_ssl_cert_test",
3325 "src": [
3326 "test/core/bad_ssl/bad_ssl_test.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": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003333 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 "gpr",
3335 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003336 "grpc",
3337 "grpc_test_util"
3338 ],
3339 "headers": [],
3340 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003341 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003342 "src": [
3343 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003344 ],
3345 "third_party": false,
3346 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003347 },
3348 {
3349 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003350 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 "gpr",
3352 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003353 "grpc",
3354 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003355 ],
3356 "headers": [],
3357 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003358 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003359 "src": [
3360 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003361 ],
3362 "third_party": false,
3363 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003364 },
3365 {
3366 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003367 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003368 "gpr",
3369 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003370 "grpc",
3371 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003372 ],
3373 "headers": [],
3374 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003375 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003376 "src": [
3377 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003378 ],
3379 "third_party": false,
3380 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003381 },
3382 {
3383 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003384 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 "gpr",
3386 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003387 "grpc",
3388 "grpc_test_util"
3389 ],
3390 "headers": [],
3391 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003392 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003393 "src": [
3394 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003395 ],
3396 "third_party": false,
3397 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003398 },
3399 {
3400 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003401 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003402 "gpr",
3403 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003404 "grpc",
3405 "grpc_test_util"
3406 ],
3407 "headers": [],
3408 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003409 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003410 "src": [
3411 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003412 ],
3413 "third_party": false,
3414 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003415 },
3416 {
3417 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003418 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 "gpr",
3420 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003421 "grpc",
3422 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003423 ],
3424 "headers": [],
3425 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003426 "name": "h2_full+trace_test",
3427 "src": [
3428 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003429 ],
3430 "third_party": false,
3431 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003432 },
3433 {
3434 "deps": [
Craig Tiller178edfa2016-02-17 20:54:46 -08003435 "end2end_tests",
3436 "gpr",
3437 "gpr_test_util",
3438 "grpc",
3439 "grpc_test_util"
3440 ],
3441 "headers": [],
3442 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003443 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003444 "src": [
3445 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003446 ],
3447 "third_party": false,
3448 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003449 },
3450 {
3451 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003452 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003453 "gpr",
3454 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003455 "grpc",
3456 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003457 ],
3458 "headers": [],
3459 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003460 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003461 "src": [
3462 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003463 ],
3464 "third_party": false,
3465 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003466 },
3467 {
3468 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003469 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003470 "gpr",
3471 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003472 "grpc",
3473 "grpc_test_util"
3474 ],
3475 "headers": [],
3476 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003477 "name": "h2_sockpair_test",
3478 "src": [
3479 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003480 ],
3481 "third_party": false,
3482 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003483 },
3484 {
3485 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003486 "end2end_tests",
3487 "gpr",
3488 "gpr_test_util",
3489 "grpc",
3490 "grpc_test_util"
3491 ],
3492 "headers": [],
3493 "language": "c",
3494 "name": "h2_sockpair+trace_test",
3495 "src": [
3496 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003497 ],
3498 "third_party": false,
3499 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003500 },
3501 {
3502 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003503 "end2end_tests",
3504 "gpr",
3505 "gpr_test_util",
3506 "grpc",
3507 "grpc_test_util"
3508 ],
3509 "headers": [],
3510 "language": "c",
3511 "name": "h2_sockpair_1byte_test",
3512 "src": [
3513 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003514 ],
3515 "third_party": false,
3516 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003517 },
3518 {
3519 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003520 "end2end_tests",
3521 "gpr",
3522 "gpr_test_util",
3523 "grpc",
3524 "grpc_test_util"
3525 ],
3526 "headers": [],
3527 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003528 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003529 "src": [
3530 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003531 ],
3532 "third_party": false,
3533 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003534 },
3535 {
3536 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003537 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003538 "gpr",
3539 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003540 "grpc",
3541 "grpc_test_util"
3542 ],
3543 "headers": [],
3544 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003545 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003546 "src": [
3547 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003548 ],
3549 "third_party": false,
3550 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003551 },
3552 {
3553 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003554 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003555 "gpr",
3556 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003557 "grpc",
3558 "grpc_test_util"
3559 ],
3560 "headers": [],
3561 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003562 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003563 "src": [
3564 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003565 ],
3566 "third_party": false,
3567 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003568 },
3569 {
3570 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003571 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003572 "gpr",
3573 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003574 "grpc_test_util_unsecure",
3575 "grpc_unsecure"
3576 ],
3577 "headers": [],
3578 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003579 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003580 "src": [
3581 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003582 ],
3583 "third_party": false,
3584 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003585 },
3586 {
3587 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003588 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003589 "gpr",
3590 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003591 "grpc_test_util_unsecure",
3592 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003593 ],
3594 "headers": [],
3595 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003596 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003597 "src": [
3598 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003599 ],
3600 "third_party": false,
3601 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003602 },
3603 {
3604 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003605 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003606 "gpr",
3607 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003608 "grpc_test_util_unsecure",
3609 "grpc_unsecure"
3610 ],
3611 "headers": [],
3612 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003613 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003614 "src": [
3615 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003616 ],
3617 "third_party": false,
3618 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003619 },
3620 {
3621 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003622 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003623 "gpr",
3624 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003625 "grpc_test_util_unsecure",
3626 "grpc_unsecure"
3627 ],
3628 "headers": [],
3629 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003630 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003631 "src": [
3632 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003633 ],
3634 "third_party": false,
3635 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003636 },
3637 {
3638 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003639 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003640 "gpr",
3641 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003642 "grpc_test_util_unsecure",
3643 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003644 ],
3645 "headers": [],
3646 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003647 "name": "h2_full+trace_nosec_test",
3648 "src": [
3649 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003650 ],
3651 "third_party": false,
3652 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003653 },
3654 {
3655 "deps": [
3656 "end2end_nosec_tests",
3657 "gpr",
3658 "gpr_test_util",
3659 "grpc_test_util_unsecure",
3660 "grpc_unsecure"
3661 ],
3662 "headers": [],
3663 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003664 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003665 "src": [
3666 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003667 ],
3668 "third_party": false,
3669 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003670 },
3671 {
3672 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003673 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003674 "gpr",
3675 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003676 "grpc_test_util_unsecure",
3677 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003678 ],
3679 "headers": [],
3680 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003681 "name": "h2_sockpair_nosec_test",
3682 "src": [
3683 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003684 ],
3685 "third_party": false,
3686 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003687 },
3688 {
3689 "deps": [
3690 "end2end_nosec_tests",
3691 "gpr",
3692 "gpr_test_util",
3693 "grpc_test_util_unsecure",
3694 "grpc_unsecure"
3695 ],
3696 "headers": [],
3697 "language": "c",
3698 "name": "h2_sockpair+trace_nosec_test",
3699 "src": [
3700 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003701 ],
3702 "third_party": false,
3703 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003704 },
3705 {
3706 "deps": [
3707 "end2end_nosec_tests",
3708 "gpr",
3709 "gpr_test_util",
3710 "grpc_test_util_unsecure",
3711 "grpc_unsecure"
3712 ],
3713 "headers": [],
3714 "language": "c",
3715 "name": "h2_sockpair_1byte_nosec_test",
3716 "src": [
3717 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003718 ],
3719 "third_party": false,
3720 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003721 },
3722 {
3723 "deps": [
3724 "end2end_nosec_tests",
3725 "gpr",
3726 "gpr_test_util",
3727 "grpc_test_util_unsecure",
3728 "grpc_unsecure"
3729 ],
3730 "headers": [],
3731 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003732 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003733 "src": [
3734 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003735 ],
3736 "third_party": false,
3737 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003738 },
3739 {
3740 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07003741 "gpr",
3742 "gpr_test_util",
3743 "grpc",
3744 "grpc_test_util",
3745 "one_input_fuzzer"
3746 ],
3747 "headers": [],
3748 "language": "c",
3749 "name": "hpack_parser_fuzzer_test_one_entry",
3750 "src": [
3751 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c"
3752 ],
3753 "third_party": false,
3754 "type": "target"
3755 },
3756 {
3757 "deps": [
3758 "gpr",
3759 "gpr_test_util",
3760 "grpc",
3761 "grpc_test_util",
3762 "one_input_fuzzer"
3763 ],
3764 "headers": [],
3765 "language": "c",
3766 "name": "http_fuzzer_test_one_entry",
3767 "src": [
3768 "test/core/http/fuzzer.c"
3769 ],
3770 "third_party": false,
3771 "type": "target"
3772 },
3773 {
3774 "deps": [
3775 "gpr",
3776 "gpr_test_util",
3777 "grpc",
3778 "grpc_test_util",
3779 "one_input_fuzzer"
3780 ],
3781 "headers": [],
3782 "language": "c",
3783 "name": "json_fuzzer_test_one_entry",
3784 "src": [
3785 "test/core/json/fuzzer.c"
3786 ],
3787 "third_party": false,
3788 "type": "target"
3789 },
3790 {
3791 "deps": [
3792 "gpr",
3793 "gpr_test_util",
3794 "grpc",
3795 "grpc_test_util",
3796 "one_input_fuzzer"
3797 ],
3798 "headers": [],
3799 "language": "c",
3800 "name": "uri_fuzzer_test_one_entry",
3801 "src": [
3802 "test/core/client_config/uri_fuzzer_test.c"
3803 ],
3804 "third_party": false,
3805 "type": "target"
3806 },
3807 {
Craig Tillerd1697d92016-04-05 16:05:46 -07003808 "deps": [
3809 "gpr_base"
Craig Tillerda179ce2016-02-09 12:01:53 -08003810 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07003811 "headers": [],
Craig Tillerda179ce2016-02-09 12:01:53 -08003812 "language": "c",
3813 "name": "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07003814 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08003815 "third_party": false,
3816 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003817 },
3818 {
3819 "deps": [
3820 "gpr"
3821 ],
3822 "headers": [
3823 "test/core/util/test_config.h"
3824 ],
3825 "language": "c",
3826 "name": "gpr_test_util",
3827 "src": [
3828 "test/core/util/test_config.c",
3829 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003830 ],
3831 "third_party": false,
3832 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003833 },
3834 {
3835 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07003836 "census",
3837 "gpr",
3838 "grpc_base",
3839 "grpc_codegen",
3840 "grpc_lb_policy_grpclb",
3841 "grpc_lb_policy_pick_first",
3842 "grpc_lb_policy_round_robin",
3843 "grpc_resolver_dns_native",
3844 "grpc_resolver_sockaddr",
3845 "grpc_secure",
3846 "grpc_transport_chttp2_client_insecure",
3847 "grpc_transport_chttp2_client_secure",
3848 "grpc_transport_chttp2_server_insecure",
3849 "grpc_transport_chttp2_server_secure",
3850 "nanopb"
Craig Tillerda179ce2016-02-09 12:01:53 -08003851 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07003852 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07003853 "language": "c",
3854 "name": "grpc",
Craig Tillerd1697d92016-04-05 16:05:46 -07003855 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08003856 "third_party": false,
3857 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07003858 },
3859 {
Craig Tillerd1697d92016-04-05 16:05:46 -07003860 "deps": [
3861 "gpr",
3862 "gpr_codegen",
3863 "grpc_codegen"
David Garcia Quintas9f3955c2016-02-19 14:54:48 -08003864 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07003865 "headers": [],
David Garcia Quintas9f3955c2016-02-19 14:54:48 -08003866 "language": "c",
3867 "name": "grpc_codegen_lib",
Craig Tillerd1697d92016-04-05 16:05:46 -07003868 "src": [],
David Garcia Quintasa9d06292016-03-06 19:10:15 -08003869 "third_party": false,
3870 "type": "lib"
3871 },
3872 {
Craig Tillerf75fc122015-06-25 06:58:00 -07003873 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003874 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01003875 "grpc"
3876 ],
3877 "headers": [],
3878 "language": "c",
3879 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08003880 "src": [],
3881 "third_party": false,
3882 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01003883 },
3884 {
3885 "deps": [
3886 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08003887 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07003888 "grpc",
3889 "grpc_test_util_base"
Craig Tillerf75fc122015-06-25 06:58:00 -07003890 ],
3891 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003892 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07003893 "test/core/security/oauth2_utils.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07003894 ],
3895 "language": "c",
3896 "name": "grpc_test_util",
3897 "src": [
3898 "test/core/end2end/data/server1_cert.c",
3899 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07003900 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003901 "test/core/end2end/data/test_root_cert.c",
yang-gbe5f0592015-07-13 11:11:50 -07003902 "test/core/security/oauth2_utils.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07003903 "test/core/security/oauth2_utils.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003904 ],
3905 "third_party": false,
3906 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07003907 },
3908 {
3909 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003910 "gpr",
3911 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07003912 "grpc",
3913 "grpc_test_util_base",
Craig Tiller917c29e2015-12-02 11:03:19 -08003914 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003915 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07003916 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07003917 "language": "c",
3918 "name": "grpc_test_util_unsecure",
Craig Tillerd1697d92016-04-05 16:05:46 -07003919 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08003920 "third_party": false,
3921 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07003922 },
3923 {
Craig Tillerda179ce2016-02-09 12:01:53 -08003924 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07003925 "census",
3926 "gpr",
3927 "grpc_base",
3928 "grpc_codegen",
3929 "grpc_lb_policy_grpclb",
3930 "grpc_lb_policy_pick_first",
3931 "grpc_lb_policy_round_robin",
3932 "grpc_resolver_dns_native",
3933 "grpc_resolver_sockaddr",
3934 "grpc_transport_chttp2_client_insecure",
3935 "grpc_transport_chttp2_server_insecure",
3936 "nanopb"
Craig Tillerda179ce2016-02-09 12:01:53 -08003937 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07003938 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07003939 "language": "c",
3940 "name": "grpc_unsecure",
3941 "src": [
Craig Tillerd1697d92016-04-05 16:05:46 -07003942 "src/core/lib/surface/init_unsecure.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003943 ],
3944 "third_party": false,
3945 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07003946 },
3947 {
3948 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07003950 "grpc"
3951 ],
3952 "headers": [
Craig Tillerf9778f82016-04-01 10:37:50 -07003953 "include/grpc/grpc_zookeeper.h"
Hongwei Wangda8858f2015-07-16 16:18:19 -07003954 ],
3955 "language": "c",
3956 "name": "grpc_zookeeper",
3957 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07003958 "include/grpc/grpc_zookeeper.h",
Craig Tillerb11b34a2016-04-01 12:30:06 -07003959 "src/core/ext/resolver/zookeeper/zookeeper_resolver.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003960 ],
3961 "third_party": false,
3962 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07003963 },
3964 {
3965 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07003966 "gpr"
3967 ],
3968 "headers": [],
3969 "language": "c",
3970 "name": "one_input_fuzzer",
3971 "src": [
3972 "test/core/util/one_corpus_entry_fuzzer.c"
Hongwei Wangda8858f2015-07-16 16:18:19 -07003973 ],
3974 "third_party": false,
3975 "type": "lib"
3976 },
3977 {
3978 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003979 "gpr",
3980 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07003981 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08003982 "grpc_test_util",
3983 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07003984 ],
3985 "headers": [
3986 "test/core/util/reconnect_server.h"
3987 ],
3988 "language": "c",
3989 "name": "reconnect_server",
3990 "src": [
3991 "test/core/util/reconnect_server.c",
3992 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003993 ],
3994 "third_party": false,
3995 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07003996 },
3997 {
3998 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003999 "gpr",
4000 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004001 "grpc",
4002 "grpc_test_util"
4003 ],
4004 "headers": [
4005 "test/core/util/test_tcp_server.h"
4006 ],
4007 "language": "c",
4008 "name": "test_tcp_server",
4009 "src": [
4010 "test/core/util/test_tcp_server.c",
4011 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004012 ],
4013 "third_party": false,
4014 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004015 },
4016 {
4017 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004018 "grpc",
4019 "grpc++_base",
4020 "grpc++_codegen"
Craig Tillerf75fc122015-06-25 06:58:00 -07004021 ],
4022 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004023 "src/cpp/client/secure_credentials.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08004024 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004025 "src/cpp/common/secure_auth_context.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07004026 "src/cpp/server/secure_server_credentials.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004027 ],
4028 "language": "c++",
4029 "name": "grpc++",
4030 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004031 "src/cpp/client/secure_credentials.cc",
4032 "src/cpp/client/secure_credentials.h",
yang-g7ef72322015-07-16 21:00:51 -07004033 "src/cpp/common/auth_property_iterator.cc",
David Garcia Quintas79d90962016-03-09 13:57:46 -08004034 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004035 "src/cpp/common/secure_auth_context.cc",
4036 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08004037 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07004038 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004039 "src/cpp/server/secure_server_credentials.cc",
Craig Tillerd1697d92016-04-05 16:05:46 -07004040 "src/cpp/server/secure_server_credentials.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004041 ],
4042 "third_party": false,
4043 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004044 },
4045 {
Craig Tillerd1697d92016-04-05 16:05:46 -07004046 "deps": [
4047 "gpr",
4048 "gpr_codegen",
4049 "grpc",
4050 "grpc++_codegen",
4051 "grpc_codegen"
David Garcia Quintasd71ff052016-02-16 16:12:48 -08004052 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004053 "headers": [],
David Garcia Quintasd71ff052016-02-16 16:12:48 -08004054 "language": "c++",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004055 "name": "grpc++_codegen_lib",
Craig Tillerd1697d92016-04-05 16:05:46 -07004056 "src": [],
David Garcia Quintasa9d06292016-03-06 19:10:15 -08004057 "third_party": false,
4058 "type": "lib"
David Garcia Quintasd71ff052016-02-16 16:12:48 -08004059 },
4060 {
Craig Tillerf75fc122015-06-25 06:58:00 -07004061 "deps": [],
4062 "headers": [
4063 "test/cpp/util/test_config.h"
4064 ],
4065 "language": "c++",
4066 "name": "grpc++_test_config",
4067 "src": [
4068 "test/cpp/util/test_config.cc",
4069 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004070 ],
4071 "third_party": false,
4072 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004073 },
4074 {
4075 "deps": [
4076 "grpc++",
4077 "grpc_test_util"
4078 ],
4079 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004080 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
4081 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
4082 "src/proto/grpc/testing/echo.grpc.pb.h",
4083 "src/proto/grpc/testing/echo.pb.h",
4084 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
4085 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08004086 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004087 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004088 "test/cpp/util/cli_call.h",
4089 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004090 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08004091 "test/cpp/util/subprocess.h",
4092 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004093 ],
4094 "language": "c++",
4095 "name": "grpc++_test_util",
4096 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08004097 "test/cpp/end2end/test_service_impl.cc",
4098 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004099 "test/cpp/util/byte_buffer_proto_helper.cc",
4100 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004101 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004102 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004103 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004104 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004105 "test/cpp/util/string_ref_helper.cc",
4106 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004107 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08004108 "test/cpp/util/subprocess.h",
4109 "test/cpp/util/test_credentials_provider.cc",
4110 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004111 ],
4112 "third_party": false,
4113 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004114 },
4115 {
4116 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004117 "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07004118 "grpc",
4119 "grpc++_base",
4120 "grpc++_codegen",
Craig Tillerf75fc122015-06-25 06:58:00 -07004121 "grpc_unsecure"
4122 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004123 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004124 "language": "c++",
4125 "name": "grpc++_unsecure",
4126 "src": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004127 "src/cpp/common/insecure_create_auth_context.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08004128 ],
4129 "third_party": false,
4130 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004131 },
4132 {
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004133 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004134 "gpr_codegen",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01004135 "grpc++_codegen_lib"
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004136 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004137 "headers": [
yang-g9d1f0c42015-08-24 16:08:36 -07004138 "include/grpc++/support/config.h",
4139 "include/grpc++/support/config_protobuf.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004140 "src/compiler/config.h",
4141 "src/compiler/cpp_generator.h",
4142 "src/compiler/cpp_generator_helpers.h",
4143 "src/compiler/csharp_generator.h",
4144 "src/compiler/csharp_generator_helpers.h",
4145 "src/compiler/generator_helpers.h",
4146 "src/compiler/objective_c_generator.h",
4147 "src/compiler/objective_c_generator_helpers.h",
4148 "src/compiler/python_generator.h",
4149 "src/compiler/ruby_generator.h",
4150 "src/compiler/ruby_generator_helpers-inl.h",
4151 "src/compiler/ruby_generator_map-inl.h",
4152 "src/compiler/ruby_generator_string-inl.h"
4153 ],
4154 "language": "c++",
4155 "name": "grpc_plugin_support",
4156 "src": [
yang-g9d1f0c42015-08-24 16:08:36 -07004157 "include/grpc++/support/config.h",
4158 "include/grpc++/support/config_protobuf.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004159 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004160 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004161 "src/compiler/cpp_generator.h",
4162 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004163 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004164 "src/compiler/csharp_generator.h",
4165 "src/compiler/csharp_generator_helpers.h",
4166 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004167 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004168 "src/compiler/objective_c_generator.h",
4169 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004170 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004171 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004172 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004173 "src/compiler/ruby_generator.h",
4174 "src/compiler/ruby_generator_helpers-inl.h",
4175 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004176 "src/compiler/ruby_generator_string-inl.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004177 ],
4178 "third_party": false,
4179 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004180 },
4181 {
4182 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004183 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004184 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004185 "grpc++",
4186 "grpc++_test_util",
4187 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004188 ],
4189 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004190 "src/proto/grpc/testing/messages.grpc.pb.h",
4191 "src/proto/grpc/testing/messages.pb.h",
4192 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004193 ],
4194 "language": "c++",
4195 "name": "interop_client_helper",
4196 "src": [
4197 "test/cpp/interop/client_helper.cc",
4198 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004199 ],
4200 "third_party": false,
4201 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004202 },
4203 {
4204 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004205 "gpr",
4206 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004207 "grpc",
4208 "grpc++",
4209 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004210 "grpc++_test_util",
4211 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004212 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004213 ],
4214 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004215 "src/proto/grpc/testing/empty.grpc.pb.h",
4216 "src/proto/grpc/testing/empty.pb.h",
4217 "src/proto/grpc/testing/messages.grpc.pb.h",
4218 "src/proto/grpc/testing/messages.pb.h",
4219 "src/proto/grpc/testing/test.grpc.pb.h",
4220 "src/proto/grpc/testing/test.pb.h",
4221 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004222 ],
4223 "language": "c++",
4224 "name": "interop_client_main",
4225 "src": [
4226 "test/cpp/interop/client.cc",
4227 "test/cpp/interop/interop_client.cc",
4228 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004229 ],
4230 "third_party": false,
4231 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004232 },
4233 {
4234 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004235 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004236 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004237 "grpc++",
4238 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004239 ],
4240 "headers": [
4241 "test/cpp/interop/server_helper.h"
4242 ],
4243 "language": "c++",
4244 "name": "interop_server_helper",
4245 "src": [
4246 "test/cpp/interop/server_helper.cc",
4247 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004248 ],
4249 "third_party": false,
4250 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004251 },
4252 {
4253 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004254 "gpr",
4255 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004256 "grpc",
4257 "grpc++",
4258 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004259 "grpc++_test_util",
4260 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004261 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004262 ],
4263 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004264 "src/proto/grpc/testing/empty.grpc.pb.h",
4265 "src/proto/grpc/testing/empty.pb.h",
4266 "src/proto/grpc/testing/messages.grpc.pb.h",
4267 "src/proto/grpc/testing/messages.pb.h",
4268 "src/proto/grpc/testing/test.grpc.pb.h",
4269 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004270 ],
4271 "language": "c++",
4272 "name": "interop_server_main",
4273 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08004274 "test/cpp/interop/server_main.cc"
4275 ],
4276 "third_party": false,
4277 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004278 },
4279 {
4280 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004281 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07004282 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004283 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004284 ],
4285 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004286 "src/proto/grpc/testing/control.grpc.pb.h",
4287 "src/proto/grpc/testing/control.pb.h",
4288 "src/proto/grpc/testing/messages.grpc.pb.h",
4289 "src/proto/grpc/testing/messages.pb.h",
4290 "src/proto/grpc/testing/payloads.grpc.pb.h",
4291 "src/proto/grpc/testing/payloads.pb.h",
4292 "src/proto/grpc/testing/perf_db.grpc.pb.h",
4293 "src/proto/grpc/testing/perf_db.pb.h",
4294 "src/proto/grpc/testing/services.grpc.pb.h",
4295 "src/proto/grpc/testing/services.pb.h",
4296 "src/proto/grpc/testing/stats.grpc.pb.h",
4297 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004298 "test/cpp/qps/client.h",
4299 "test/cpp/qps/driver.h",
4300 "test/cpp/qps/histogram.h",
4301 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004302 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004303 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004304 "test/cpp/qps/qps_worker.h",
4305 "test/cpp/qps/report.h",
4306 "test/cpp/qps/server.h",
4307 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004308 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08004309 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004310 ],
4311 "language": "c++",
4312 "name": "qps",
4313 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004314 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004315 "test/cpp/qps/client_async.cc",
4316 "test/cpp/qps/client_sync.cc",
4317 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004318 "test/cpp/qps/driver.h",
4319 "test/cpp/qps/histogram.h",
4320 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004321 "test/cpp/qps/limit_cores.cc",
4322 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07004323 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004324 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004325 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004326 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004327 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004328 "test/cpp/qps/report.h",
4329 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004330 "test/cpp/qps/server_async.cc",
4331 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004332 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004333 "test/cpp/qps/usage_timer.cc",
4334 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004335 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004336 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004337 ],
4338 "third_party": false,
4339 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004340 },
4341 {
4342 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004343 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004344 "grpc"
4345 ],
4346 "headers": [],
4347 "language": "csharp",
4348 "name": "grpc_csharp_ext",
4349 "src": [
4350 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004351 ],
4352 "third_party": false,
4353 "type": "lib"
4354 },
4355 {
4356 "deps": [],
4357 "headers": [
4358 "third_party/boringssl/crypto/aes/internal.h",
4359 "third_party/boringssl/crypto/asn1/asn1_locl.h",
4360 "third_party/boringssl/crypto/bio/internal.h",
4361 "third_party/boringssl/crypto/bn/internal.h",
4362 "third_party/boringssl/crypto/bn/rsaz_exp.h",
4363 "third_party/boringssl/crypto/bytestring/internal.h",
4364 "third_party/boringssl/crypto/cipher/internal.h",
4365 "third_party/boringssl/crypto/conf/conf_def.h",
4366 "third_party/boringssl/crypto/conf/internal.h",
4367 "third_party/boringssl/crypto/des/internal.h",
4368 "third_party/boringssl/crypto/dh/internal.h",
4369 "third_party/boringssl/crypto/digest/internal.h",
4370 "third_party/boringssl/crypto/digest/md32_common.h",
4371 "third_party/boringssl/crypto/directory.h",
4372 "third_party/boringssl/crypto/dsa/internal.h",
4373 "third_party/boringssl/crypto/ec/internal.h",
4374 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
4375 "third_party/boringssl/crypto/evp/internal.h",
4376 "third_party/boringssl/crypto/internal.h",
4377 "third_party/boringssl/crypto/modes/internal.h",
4378 "third_party/boringssl/crypto/obj/obj_dat.h",
4379 "third_party/boringssl/crypto/obj/obj_xref.h",
4380 "third_party/boringssl/crypto/pkcs8/internal.h",
4381 "third_party/boringssl/crypto/rand/internal.h",
4382 "third_party/boringssl/crypto/rsa/internal.h",
4383 "third_party/boringssl/crypto/test/scoped_types.h",
4384 "third_party/boringssl/crypto/test/test_util.h",
4385 "third_party/boringssl/crypto/x509/charmap.h",
4386 "third_party/boringssl/crypto/x509/vpm_int.h",
4387 "third_party/boringssl/crypto/x509v3/ext_dat.h",
4388 "third_party/boringssl/crypto/x509v3/pcy_int.h",
4389 "third_party/boringssl/include/openssl/aead.h",
4390 "third_party/boringssl/include/openssl/aes.h",
4391 "third_party/boringssl/include/openssl/arm_arch.h",
4392 "third_party/boringssl/include/openssl/asn1.h",
4393 "third_party/boringssl/include/openssl/asn1_mac.h",
4394 "third_party/boringssl/include/openssl/asn1t.h",
4395 "third_party/boringssl/include/openssl/base.h",
4396 "third_party/boringssl/include/openssl/base64.h",
4397 "third_party/boringssl/include/openssl/bio.h",
4398 "third_party/boringssl/include/openssl/blowfish.h",
4399 "third_party/boringssl/include/openssl/bn.h",
4400 "third_party/boringssl/include/openssl/buf.h",
4401 "third_party/boringssl/include/openssl/buffer.h",
4402 "third_party/boringssl/include/openssl/bytestring.h",
4403 "third_party/boringssl/include/openssl/cast.h",
4404 "third_party/boringssl/include/openssl/chacha.h",
4405 "third_party/boringssl/include/openssl/cipher.h",
4406 "third_party/boringssl/include/openssl/cmac.h",
4407 "third_party/boringssl/include/openssl/conf.h",
4408 "third_party/boringssl/include/openssl/cpu.h",
4409 "third_party/boringssl/include/openssl/crypto.h",
4410 "third_party/boringssl/include/openssl/curve25519.h",
4411 "third_party/boringssl/include/openssl/des.h",
4412 "third_party/boringssl/include/openssl/dh.h",
4413 "third_party/boringssl/include/openssl/digest.h",
4414 "third_party/boringssl/include/openssl/dsa.h",
4415 "third_party/boringssl/include/openssl/dtls1.h",
4416 "third_party/boringssl/include/openssl/ec.h",
4417 "third_party/boringssl/include/openssl/ec_key.h",
4418 "third_party/boringssl/include/openssl/ecdh.h",
4419 "third_party/boringssl/include/openssl/ecdsa.h",
4420 "third_party/boringssl/include/openssl/engine.h",
4421 "third_party/boringssl/include/openssl/err.h",
4422 "third_party/boringssl/include/openssl/evp.h",
4423 "third_party/boringssl/include/openssl/ex_data.h",
4424 "third_party/boringssl/include/openssl/hkdf.h",
4425 "third_party/boringssl/include/openssl/hmac.h",
4426 "third_party/boringssl/include/openssl/lhash.h",
4427 "third_party/boringssl/include/openssl/lhash_macros.h",
4428 "third_party/boringssl/include/openssl/md4.h",
4429 "third_party/boringssl/include/openssl/md5.h",
4430 "third_party/boringssl/include/openssl/mem.h",
4431 "third_party/boringssl/include/openssl/obj.h",
4432 "third_party/boringssl/include/openssl/obj_mac.h",
4433 "third_party/boringssl/include/openssl/objects.h",
4434 "third_party/boringssl/include/openssl/opensslfeatures.h",
4435 "third_party/boringssl/include/openssl/opensslv.h",
4436 "third_party/boringssl/include/openssl/ossl_typ.h",
4437 "third_party/boringssl/include/openssl/pem.h",
4438 "third_party/boringssl/include/openssl/pkcs12.h",
4439 "third_party/boringssl/include/openssl/pkcs7.h",
4440 "third_party/boringssl/include/openssl/pkcs8.h",
4441 "third_party/boringssl/include/openssl/poly1305.h",
4442 "third_party/boringssl/include/openssl/pqueue.h",
4443 "third_party/boringssl/include/openssl/rand.h",
4444 "third_party/boringssl/include/openssl/rc4.h",
4445 "third_party/boringssl/include/openssl/rsa.h",
4446 "third_party/boringssl/include/openssl/safestack.h",
4447 "third_party/boringssl/include/openssl/sha.h",
4448 "third_party/boringssl/include/openssl/srtp.h",
4449 "third_party/boringssl/include/openssl/ssl.h",
4450 "third_party/boringssl/include/openssl/ssl3.h",
4451 "third_party/boringssl/include/openssl/stack.h",
4452 "third_party/boringssl/include/openssl/stack_macros.h",
4453 "third_party/boringssl/include/openssl/thread.h",
4454 "third_party/boringssl/include/openssl/time_support.h",
4455 "third_party/boringssl/include/openssl/tls1.h",
4456 "third_party/boringssl/include/openssl/type_check.h",
4457 "third_party/boringssl/include/openssl/x509.h",
4458 "third_party/boringssl/include/openssl/x509_vfy.h",
4459 "third_party/boringssl/include/openssl/x509v3.h",
4460 "third_party/boringssl/ssl/internal.h",
4461 "third_party/boringssl/ssl/test/async_bio.h",
4462 "third_party/boringssl/ssl/test/packeted_bio.h",
4463 "third_party/boringssl/ssl/test/scoped_types.h",
4464 "third_party/boringssl/ssl/test/test_config.h"
4465 ],
4466 "language": "c",
4467 "name": "boringssl",
4468 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08004469 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004470 ],
4471 "third_party": true,
4472 "type": "lib"
4473 },
4474 {
4475 "deps": [],
4476 "headers": [],
4477 "language": "c++",
4478 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08004479 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004480 "third_party": true,
4481 "type": "lib"
4482 },
4483 {
4484 "deps": [
4485 "boringssl",
4486 "boringssl_test_util"
4487 ],
4488 "headers": [],
4489 "language": "c++",
4490 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004491 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004492 "third_party": true,
4493 "type": "lib"
4494 },
4495 {
4496 "deps": [
4497 "boringssl",
4498 "boringssl_test_util"
4499 ],
4500 "headers": [],
4501 "language": "c++",
Craig Tiller3d62fc62016-03-15 09:57:26 -07004502 "name": "boringssl_asn1_test_lib",
4503 "src": [],
4504 "third_party": true,
4505 "type": "lib"
4506 },
4507 {
4508 "deps": [
4509 "boringssl",
4510 "boringssl_test_util"
4511 ],
4512 "headers": [],
4513 "language": "c++",
Craig Tiller732a8752016-02-22 15:59:19 -08004514 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004515 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004516 "third_party": true,
4517 "type": "lib"
4518 },
4519 {
4520 "deps": [
4521 "boringssl",
4522 "boringssl_test_util"
4523 ],
4524 "headers": [],
4525 "language": "c++",
4526 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004527 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004528 "third_party": true,
4529 "type": "lib"
4530 },
4531 {
4532 "deps": [
4533 "boringssl",
4534 "boringssl_test_util"
4535 ],
4536 "headers": [],
4537 "language": "c++",
4538 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004539 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004540 "third_party": true,
4541 "type": "lib"
4542 },
4543 {
4544 "deps": [
4545 "boringssl",
4546 "boringssl_test_util"
4547 ],
4548 "headers": [],
4549 "language": "c++",
4550 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004551 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004552 "third_party": true,
4553 "type": "lib"
4554 },
4555 {
4556 "deps": [
4557 "boringssl",
4558 "boringssl_test_util"
4559 ],
4560 "headers": [],
4561 "language": "c++",
4562 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004563 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004564 "third_party": true,
4565 "type": "lib"
4566 },
4567 {
4568 "deps": [
4569 "boringssl",
4570 "boringssl_test_util"
4571 ],
4572 "headers": [],
4573 "language": "c++",
4574 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004575 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004576 "third_party": true,
4577 "type": "lib"
4578 },
4579 {
4580 "deps": [
4581 "boringssl",
4582 "boringssl_test_util"
4583 ],
4584 "headers": [],
4585 "language": "c++",
4586 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004587 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004588 "third_party": true,
4589 "type": "lib"
4590 },
4591 {
4592 "deps": [
4593 "boringssl",
4594 "boringssl_test_util"
4595 ],
4596 "headers": [],
4597 "language": "c",
4598 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004599 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004600 "third_party": true,
4601 "type": "lib"
4602 },
4603 {
4604 "deps": [
4605 "boringssl",
4606 "boringssl_test_util"
4607 ],
4608 "headers": [],
4609 "language": "c++",
4610 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004611 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004612 "third_party": true,
4613 "type": "lib"
4614 },
4615 {
4616 "deps": [
4617 "boringssl",
4618 "boringssl_test_util"
4619 ],
4620 "headers": [],
4621 "language": "c++",
4622 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004623 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004624 "third_party": true,
4625 "type": "lib"
4626 },
4627 {
4628 "deps": [
4629 "boringssl",
4630 "boringssl_test_util"
4631 ],
4632 "headers": [],
4633 "language": "c++",
4634 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004635 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004636 "third_party": true,
4637 "type": "lib"
4638 },
4639 {
4640 "deps": [
4641 "boringssl",
4642 "boringssl_test_util"
4643 ],
4644 "headers": [],
4645 "language": "c++",
4646 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004647 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004648 "third_party": true,
4649 "type": "lib"
4650 },
4651 {
4652 "deps": [
4653 "boringssl",
4654 "boringssl_test_util"
4655 ],
4656 "headers": [],
4657 "language": "c",
4658 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004659 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004660 "third_party": true,
4661 "type": "lib"
4662 },
4663 {
4664 "deps": [
4665 "boringssl",
4666 "boringssl_test_util"
4667 ],
4668 "headers": [],
4669 "language": "c++",
4670 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004671 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004672 "third_party": true,
4673 "type": "lib"
4674 },
4675 {
4676 "deps": [
4677 "boringssl",
4678 "boringssl_test_util"
4679 ],
4680 "headers": [],
4681 "language": "c",
4682 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004683 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004684 "third_party": true,
4685 "type": "lib"
4686 },
4687 {
4688 "deps": [
4689 "boringssl",
4690 "boringssl_test_util"
4691 ],
4692 "headers": [],
4693 "language": "c++",
4694 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004695 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004696 "third_party": true,
4697 "type": "lib"
4698 },
4699 {
4700 "deps": [
4701 "boringssl",
4702 "boringssl_test_util"
4703 ],
4704 "headers": [],
4705 "language": "c++",
4706 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004707 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004708 "third_party": true,
4709 "type": "lib"
4710 },
4711 {
4712 "deps": [
4713 "boringssl",
4714 "boringssl_test_util"
4715 ],
4716 "headers": [],
4717 "language": "c++",
4718 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004719 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004720 "third_party": true,
4721 "type": "lib"
4722 },
4723 {
4724 "deps": [
4725 "boringssl",
4726 "boringssl_test_util"
4727 ],
4728 "headers": [],
4729 "language": "c++",
4730 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004731 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004732 "third_party": true,
4733 "type": "lib"
4734 },
4735 {
4736 "deps": [
4737 "boringssl",
4738 "boringssl_test_util"
4739 ],
4740 "headers": [],
4741 "language": "c++",
4742 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004743 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004744 "third_party": true,
4745 "type": "lib"
4746 },
4747 {
4748 "deps": [
4749 "boringssl",
4750 "boringssl_test_util"
4751 ],
4752 "headers": [],
4753 "language": "c",
4754 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004755 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004756 "third_party": true,
4757 "type": "lib"
4758 },
4759 {
4760 "deps": [
4761 "boringssl",
4762 "boringssl_test_util"
4763 ],
4764 "headers": [],
4765 "language": "c++",
4766 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004767 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004768 "third_party": true,
4769 "type": "lib"
4770 },
4771 {
4772 "deps": [
4773 "boringssl",
4774 "boringssl_test_util"
4775 ],
4776 "headers": [],
4777 "language": "c",
4778 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004779 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004780 "third_party": true,
4781 "type": "lib"
4782 },
4783 {
4784 "deps": [
4785 "boringssl",
4786 "boringssl_test_util"
4787 ],
4788 "headers": [],
4789 "language": "c",
4790 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004791 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004792 "third_party": true,
4793 "type": "lib"
4794 },
4795 {
4796 "deps": [
4797 "boringssl",
4798 "boringssl_test_util"
4799 ],
4800 "headers": [],
4801 "language": "c++",
4802 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004803 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004804 "third_party": true,
4805 "type": "lib"
4806 },
4807 {
4808 "deps": [
4809 "boringssl",
4810 "boringssl_test_util"
4811 ],
4812 "headers": [],
4813 "language": "c++",
4814 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004815 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004816 "third_party": true,
4817 "type": "lib"
4818 },
4819 {
4820 "deps": [
4821 "boringssl",
4822 "boringssl_test_util"
4823 ],
4824 "headers": [],
4825 "language": "c++",
4826 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004827 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004828 "third_party": true,
4829 "type": "lib"
4830 },
4831 {
4832 "deps": [
4833 "boringssl",
4834 "boringssl_test_util"
4835 ],
4836 "headers": [],
4837 "language": "c",
4838 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004839 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004840 "third_party": true,
4841 "type": "lib"
4842 },
4843 {
4844 "deps": [
4845 "boringssl",
4846 "boringssl_test_util"
4847 ],
4848 "headers": [],
4849 "language": "c++",
4850 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004851 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004852 "third_party": true,
4853 "type": "lib"
4854 },
4855 {
4856 "deps": [
4857 "boringssl",
4858 "boringssl_test_util"
4859 ],
4860 "headers": [],
4861 "language": "c",
4862 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004863 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004864 "third_party": true,
4865 "type": "lib"
4866 },
4867 {
4868 "deps": [
4869 "boringssl",
4870 "boringssl_test_util"
4871 ],
4872 "headers": [],
4873 "language": "c",
4874 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004875 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004876 "third_party": true,
4877 "type": "lib"
4878 },
4879 {
4880 "deps": [
4881 "boringssl",
4882 "boringssl_test_util"
4883 ],
4884 "headers": [],
4885 "language": "c",
4886 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004887 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004888 "third_party": true,
4889 "type": "lib"
4890 },
4891 {
4892 "deps": [
4893 "boringssl",
4894 "boringssl_test_util"
4895 ],
4896 "headers": [],
4897 "language": "c",
4898 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004899 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004900 "third_party": true,
4901 "type": "lib"
4902 },
4903 {
4904 "deps": [
4905 "boringssl",
4906 "boringssl_test_util"
4907 ],
4908 "headers": [],
4909 "language": "c",
4910 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004911 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004912 "third_party": true,
4913 "type": "lib"
4914 },
4915 {
4916 "deps": [
4917 "boringssl",
4918 "boringssl_test_util"
4919 ],
4920 "headers": [],
4921 "language": "c++",
4922 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004923 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004924 "third_party": true,
4925 "type": "lib"
4926 },
4927 {
4928 "deps": [],
4929 "headers": [
4930 "third_party/zlib/crc32.h",
4931 "third_party/zlib/deflate.h",
4932 "third_party/zlib/gzguts.h",
4933 "third_party/zlib/inffast.h",
4934 "third_party/zlib/inffixed.h",
4935 "third_party/zlib/inflate.h",
4936 "third_party/zlib/inftrees.h",
4937 "third_party/zlib/trees.h",
4938 "third_party/zlib/zconf.h",
4939 "third_party/zlib/zlib.h",
4940 "third_party/zlib/zutil.h"
4941 ],
4942 "language": "c",
4943 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08004944 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004945 "third_party": true,
4946 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004947 },
4948 {
4949 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004950 "gpr",
4951 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08004952 "grpc_test_util_unsecure",
4953 "grpc_unsecure"
4954 ],
4955 "headers": [
4956 "test/core/bad_client/bad_client.h"
4957 ],
4958 "language": "c",
4959 "name": "bad_client_test",
4960 "src": [
4961 "test/core/bad_client/bad_client.c",
4962 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004963 ],
4964 "third_party": false,
4965 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08004966 },
4967 {
4968 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004969 "gpr",
4970 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08004971 "grpc",
4972 "grpc_test_util"
4973 ],
4974 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08004975 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08004976 ],
4977 "language": "c",
4978 "name": "bad_ssl_test_server",
4979 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08004980 "test/core/bad_ssl/server_common.c",
4981 "test/core/bad_ssl/server_common.h"
4982 ],
4983 "third_party": false,
4984 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08004985 },
4986 {
Craig Tillerf75fc122015-06-25 06:58:00 -07004987 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004988 "gpr",
4989 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004990 "grpc",
4991 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004992 ],
4993 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004994 "test/core/end2end/end2end_tests.h",
4995 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004996 ],
4997 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004998 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07004999 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005000 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07005001 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005002 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005003 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005004 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005005 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005006 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005007 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005008 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005009 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005010 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005011 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005012 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005013 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005014 "test/core/end2end/tests/default_host.c",
5015 "test/core/end2end/tests/disappearing_server.c",
5016 "test/core/end2end/tests/empty_batch.c",
5017 "test/core/end2end/tests/graceful_server_shutdown.c",
5018 "test/core/end2end/tests/high_initial_seqno.c",
5019 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005020 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005021 "test/core/end2end/tests/invoke_large_request.c",
5022 "test/core/end2end/tests/large_metadata.c",
5023 "test/core/end2end/tests/max_concurrent_streams.c",
5024 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005025 "test/core/end2end/tests/negative_deadline.c",
5026 "test/core/end2end/tests/no_op.c",
5027 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005028 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005029 "test/core/end2end/tests/ping_pong_streaming.c",
5030 "test/core/end2end/tests/registered_call.c",
5031 "test/core/end2end/tests/request_with_flags.c",
5032 "test/core/end2end/tests/request_with_payload.c",
5033 "test/core/end2end/tests/server_finishes_request.c",
5034 "test/core/end2end/tests/shutdown_finishes_calls.c",
5035 "test/core/end2end/tests/shutdown_finishes_tags.c",
5036 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005037 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005038 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005039 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005040 ],
5041 "third_party": false,
5042 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08005043 },
5044 {
5045 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005046 "gpr",
5047 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005048 "grpc_test_util_unsecure",
5049 "grpc_unsecure"
5050 ],
5051 "headers": [
5052 "test/core/end2end/end2end_tests.h",
5053 "test/core/end2end/tests/cancel_test_helpers.h"
5054 ],
5055 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005056 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08005057 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005058 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005059 "test/core/end2end/end2end_tests.h",
5060 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005061 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005062 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005063 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005064 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005065 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005066 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08005067 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005068 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005069 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005070 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005071 "test/core/end2end/tests/default_host.c",
5072 "test/core/end2end/tests/disappearing_server.c",
5073 "test/core/end2end/tests/empty_batch.c",
5074 "test/core/end2end/tests/graceful_server_shutdown.c",
5075 "test/core/end2end/tests/high_initial_seqno.c",
5076 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005077 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005078 "test/core/end2end/tests/invoke_large_request.c",
5079 "test/core/end2end/tests/large_metadata.c",
5080 "test/core/end2end/tests/max_concurrent_streams.c",
5081 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005082 "test/core/end2end/tests/negative_deadline.c",
5083 "test/core/end2end/tests/no_op.c",
5084 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005085 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005086 "test/core/end2end/tests/ping_pong_streaming.c",
5087 "test/core/end2end/tests/registered_call.c",
5088 "test/core/end2end/tests/request_with_flags.c",
5089 "test/core/end2end/tests/request_with_payload.c",
5090 "test/core/end2end/tests/server_finishes_request.c",
5091 "test/core/end2end/tests/shutdown_finishes_calls.c",
5092 "test/core/end2end/tests/shutdown_finishes_tags.c",
5093 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005094 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005095 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005096 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005097 ],
5098 "third_party": false,
5099 "type": "lib"
Craig Tillerd1697d92016-04-05 16:05:46 -07005100 },
5101 {
5102 "deps": [
5103 "gpr",
5104 "grpc_base"
5105 ],
5106 "headers": [
5107 "include/grpc/census.h",
5108 "src/core/ext/census/aggregation.h",
5109 "src/core/ext/census/census_interface.h",
5110 "src/core/ext/census/census_rpc_stats.h",
5111 "src/core/ext/census/grpc_filter.h",
5112 "src/core/ext/census/mlog.h",
5113 "src/core/ext/census/rpc_metric_id.h"
5114 ],
5115 "language": "c",
5116 "name": "census",
5117 "src": [
5118 "include/grpc/census.h",
5119 "src/core/ext/census/aggregation.h",
5120 "src/core/ext/census/census_interface.h",
5121 "src/core/ext/census/census_rpc_stats.h",
5122 "src/core/ext/census/context.c",
5123 "src/core/ext/census/grpc_context.c",
5124 "src/core/ext/census/grpc_filter.c",
5125 "src/core/ext/census/grpc_filter.h",
5126 "src/core/ext/census/grpc_plugin.c",
5127 "src/core/ext/census/initialize.c",
5128 "src/core/ext/census/mlog.c",
5129 "src/core/ext/census/mlog.h",
5130 "src/core/ext/census/operation.c",
5131 "src/core/ext/census/placeholders.c",
5132 "src/core/ext/census/rpc_metric_id.h",
5133 "src/core/ext/census/tracing.c"
5134 ],
5135 "third_party": false,
5136 "type": "filegroup"
5137 },
5138 {
5139 "deps": [
5140 "gpr_codegen"
5141 ],
5142 "headers": [
5143 "include/grpc/support/alloc.h",
5144 "include/grpc/support/atm.h",
5145 "include/grpc/support/atm_gcc_atomic.h",
5146 "include/grpc/support/atm_gcc_sync.h",
5147 "include/grpc/support/atm_win32.h",
5148 "include/grpc/support/avl.h",
5149 "include/grpc/support/cmdline.h",
5150 "include/grpc/support/cpu.h",
5151 "include/grpc/support/histogram.h",
5152 "include/grpc/support/host_port.h",
5153 "include/grpc/support/log.h",
5154 "include/grpc/support/log_win32.h",
5155 "include/grpc/support/port_platform.h",
5156 "include/grpc/support/slice.h",
5157 "include/grpc/support/slice_buffer.h",
5158 "include/grpc/support/string_util.h",
5159 "include/grpc/support/subprocess.h",
5160 "include/grpc/support/sync.h",
5161 "include/grpc/support/sync_generic.h",
5162 "include/grpc/support/sync_posix.h",
5163 "include/grpc/support/sync_win32.h",
5164 "include/grpc/support/thd.h",
5165 "include/grpc/support/time.h",
5166 "include/grpc/support/tls.h",
5167 "include/grpc/support/tls_gcc.h",
5168 "include/grpc/support/tls_msvc.h",
5169 "include/grpc/support/tls_pthread.h",
5170 "include/grpc/support/useful.h",
5171 "src/core/lib/profiling/timers.h",
5172 "src/core/lib/support/backoff.h",
5173 "src/core/lib/support/block_annotate.h",
5174 "src/core/lib/support/env.h",
5175 "src/core/lib/support/load_file.h",
5176 "src/core/lib/support/murmur_hash.h",
5177 "src/core/lib/support/stack_lockfree.h",
5178 "src/core/lib/support/string.h",
5179 "src/core/lib/support/string_win32.h",
5180 "src/core/lib/support/thd_internal.h",
5181 "src/core/lib/support/time_precise.h",
5182 "src/core/lib/support/tmpfile.h"
5183 ],
5184 "language": "c",
5185 "name": "gpr_base",
5186 "src": [
5187 "include/grpc/support/alloc.h",
5188 "include/grpc/support/atm.h",
5189 "include/grpc/support/atm_gcc_atomic.h",
5190 "include/grpc/support/atm_gcc_sync.h",
5191 "include/grpc/support/atm_win32.h",
5192 "include/grpc/support/avl.h",
5193 "include/grpc/support/cmdline.h",
5194 "include/grpc/support/cpu.h",
5195 "include/grpc/support/histogram.h",
5196 "include/grpc/support/host_port.h",
5197 "include/grpc/support/log.h",
5198 "include/grpc/support/log_win32.h",
5199 "include/grpc/support/port_platform.h",
5200 "include/grpc/support/slice.h",
5201 "include/grpc/support/slice_buffer.h",
5202 "include/grpc/support/string_util.h",
5203 "include/grpc/support/subprocess.h",
5204 "include/grpc/support/sync.h",
5205 "include/grpc/support/sync_generic.h",
5206 "include/grpc/support/sync_posix.h",
5207 "include/grpc/support/sync_win32.h",
5208 "include/grpc/support/thd.h",
5209 "include/grpc/support/time.h",
5210 "include/grpc/support/tls.h",
5211 "include/grpc/support/tls_gcc.h",
5212 "include/grpc/support/tls_msvc.h",
5213 "include/grpc/support/tls_pthread.h",
5214 "include/grpc/support/useful.h",
5215 "src/core/lib/profiling/basic_timers.c",
5216 "src/core/lib/profiling/stap_timers.c",
5217 "src/core/lib/profiling/timers.h",
5218 "src/core/lib/support/alloc.c",
5219 "src/core/lib/support/avl.c",
5220 "src/core/lib/support/backoff.c",
5221 "src/core/lib/support/backoff.h",
5222 "src/core/lib/support/block_annotate.h",
5223 "src/core/lib/support/cmdline.c",
5224 "src/core/lib/support/cpu_iphone.c",
5225 "src/core/lib/support/cpu_linux.c",
5226 "src/core/lib/support/cpu_posix.c",
5227 "src/core/lib/support/cpu_windows.c",
5228 "src/core/lib/support/env.h",
5229 "src/core/lib/support/env_linux.c",
5230 "src/core/lib/support/env_posix.c",
5231 "src/core/lib/support/env_win32.c",
5232 "src/core/lib/support/histogram.c",
5233 "src/core/lib/support/host_port.c",
5234 "src/core/lib/support/load_file.c",
5235 "src/core/lib/support/load_file.h",
5236 "src/core/lib/support/log.c",
5237 "src/core/lib/support/log_android.c",
5238 "src/core/lib/support/log_linux.c",
5239 "src/core/lib/support/log_posix.c",
5240 "src/core/lib/support/log_win32.c",
5241 "src/core/lib/support/murmur_hash.c",
5242 "src/core/lib/support/murmur_hash.h",
5243 "src/core/lib/support/slice.c",
5244 "src/core/lib/support/slice_buffer.c",
5245 "src/core/lib/support/stack_lockfree.c",
5246 "src/core/lib/support/stack_lockfree.h",
5247 "src/core/lib/support/string.c",
5248 "src/core/lib/support/string.h",
5249 "src/core/lib/support/string_posix.c",
5250 "src/core/lib/support/string_win32.c",
5251 "src/core/lib/support/string_win32.h",
5252 "src/core/lib/support/subprocess_posix.c",
5253 "src/core/lib/support/subprocess_windows.c",
5254 "src/core/lib/support/sync.c",
5255 "src/core/lib/support/sync_posix.c",
5256 "src/core/lib/support/sync_win32.c",
5257 "src/core/lib/support/thd.c",
5258 "src/core/lib/support/thd_internal.h",
5259 "src/core/lib/support/thd_posix.c",
5260 "src/core/lib/support/thd_win32.c",
5261 "src/core/lib/support/time.c",
5262 "src/core/lib/support/time_posix.c",
5263 "src/core/lib/support/time_precise.c",
5264 "src/core/lib/support/time_precise.h",
5265 "src/core/lib/support/time_win32.c",
5266 "src/core/lib/support/tls_pthread.c",
5267 "src/core/lib/support/tmpfile.h",
5268 "src/core/lib/support/tmpfile_posix.c",
5269 "src/core/lib/support/tmpfile_win32.c",
5270 "src/core/lib/support/wrap_memcpy.c"
5271 ],
5272 "third_party": false,
5273 "type": "filegroup"
5274 },
5275 {
5276 "deps": [],
5277 "headers": [
5278 "include/grpc/impl/codegen/alloc.h",
5279 "include/grpc/impl/codegen/atm.h",
5280 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5281 "include/grpc/impl/codegen/atm_gcc_sync.h",
5282 "include/grpc/impl/codegen/atm_win32.h",
5283 "include/grpc/impl/codegen/log.h",
5284 "include/grpc/impl/codegen/port_platform.h",
5285 "include/grpc/impl/codegen/slice.h",
5286 "include/grpc/impl/codegen/slice_buffer.h",
5287 "include/grpc/impl/codegen/sync.h",
5288 "include/grpc/impl/codegen/sync_generic.h",
5289 "include/grpc/impl/codegen/sync_posix.h",
5290 "include/grpc/impl/codegen/sync_win32.h",
5291 "include/grpc/impl/codegen/time.h"
5292 ],
5293 "language": "c",
5294 "name": "gpr_codegen",
5295 "src": [
5296 "include/grpc/impl/codegen/alloc.h",
5297 "include/grpc/impl/codegen/atm.h",
5298 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5299 "include/grpc/impl/codegen/atm_gcc_sync.h",
5300 "include/grpc/impl/codegen/atm_win32.h",
5301 "include/grpc/impl/codegen/log.h",
5302 "include/grpc/impl/codegen/port_platform.h",
5303 "include/grpc/impl/codegen/slice.h",
5304 "include/grpc/impl/codegen/slice_buffer.h",
5305 "include/grpc/impl/codegen/sync.h",
5306 "include/grpc/impl/codegen/sync_generic.h",
5307 "include/grpc/impl/codegen/sync_posix.h",
5308 "include/grpc/impl/codegen/sync_win32.h",
5309 "include/grpc/impl/codegen/time.h"
5310 ],
5311 "third_party": false,
5312 "type": "filegroup"
5313 },
5314 {
5315 "deps": [
5316 "grpc",
5317 "grpc++_codegen"
5318 ],
5319 "headers": [
5320 "include/grpc++/alarm.h",
5321 "include/grpc++/channel.h",
5322 "include/grpc++/client_context.h",
5323 "include/grpc++/completion_queue.h",
5324 "include/grpc++/create_channel.h",
5325 "include/grpc++/generic/async_generic_service.h",
5326 "include/grpc++/generic/generic_stub.h",
5327 "include/grpc++/grpc++.h",
5328 "include/grpc++/impl/call.h",
5329 "include/grpc++/impl/client_unary_call.h",
5330 "include/grpc++/impl/grpc_library.h",
5331 "include/grpc++/impl/method_handler_impl.h",
5332 "include/grpc++/impl/proto_utils.h",
5333 "include/grpc++/impl/rpc_method.h",
5334 "include/grpc++/impl/rpc_service_method.h",
5335 "include/grpc++/impl/serialization_traits.h",
5336 "include/grpc++/impl/server_builder_option.h",
5337 "include/grpc++/impl/service_type.h",
5338 "include/grpc++/impl/sync.h",
5339 "include/grpc++/impl/sync_cxx11.h",
5340 "include/grpc++/impl/sync_no_cxx11.h",
5341 "include/grpc++/impl/thd.h",
5342 "include/grpc++/impl/thd_cxx11.h",
5343 "include/grpc++/impl/thd_no_cxx11.h",
5344 "include/grpc++/security/auth_context.h",
5345 "include/grpc++/security/auth_metadata_processor.h",
5346 "include/grpc++/security/credentials.h",
5347 "include/grpc++/security/server_credentials.h",
5348 "include/grpc++/server.h",
5349 "include/grpc++/server_builder.h",
5350 "include/grpc++/server_context.h",
5351 "include/grpc++/support/async_stream.h",
5352 "include/grpc++/support/async_unary_call.h",
5353 "include/grpc++/support/byte_buffer.h",
5354 "include/grpc++/support/channel_arguments.h",
5355 "include/grpc++/support/config.h",
5356 "include/grpc++/support/config_protobuf.h",
5357 "include/grpc++/support/slice.h",
5358 "include/grpc++/support/status.h",
5359 "include/grpc++/support/status_code_enum.h",
5360 "include/grpc++/support/string_ref.h",
5361 "include/grpc++/support/stub_options.h",
5362 "include/grpc++/support/sync_stream.h",
5363 "include/grpc++/support/time.h",
5364 "src/cpp/client/create_channel_internal.h",
5365 "src/cpp/common/core_codegen.h",
5366 "src/cpp/common/create_auth_context.h",
5367 "src/cpp/server/dynamic_thread_pool.h",
5368 "src/cpp/server/thread_pool_interface.h"
5369 ],
5370 "language": "c",
5371 "name": "grpc++_base",
5372 "src": [
5373 "include/grpc++/alarm.h",
5374 "include/grpc++/channel.h",
5375 "include/grpc++/client_context.h",
5376 "include/grpc++/completion_queue.h",
5377 "include/grpc++/create_channel.h",
5378 "include/grpc++/generic/async_generic_service.h",
5379 "include/grpc++/generic/generic_stub.h",
5380 "include/grpc++/grpc++.h",
5381 "include/grpc++/impl/call.h",
5382 "include/grpc++/impl/client_unary_call.h",
5383 "include/grpc++/impl/grpc_library.h",
5384 "include/grpc++/impl/method_handler_impl.h",
5385 "include/grpc++/impl/proto_utils.h",
5386 "include/grpc++/impl/rpc_method.h",
5387 "include/grpc++/impl/rpc_service_method.h",
5388 "include/grpc++/impl/serialization_traits.h",
5389 "include/grpc++/impl/server_builder_option.h",
5390 "include/grpc++/impl/service_type.h",
5391 "include/grpc++/impl/sync.h",
5392 "include/grpc++/impl/sync_cxx11.h",
5393 "include/grpc++/impl/sync_no_cxx11.h",
5394 "include/grpc++/impl/thd.h",
5395 "include/grpc++/impl/thd_cxx11.h",
5396 "include/grpc++/impl/thd_no_cxx11.h",
5397 "include/grpc++/security/auth_context.h",
5398 "include/grpc++/security/auth_metadata_processor.h",
5399 "include/grpc++/security/credentials.h",
5400 "include/grpc++/security/server_credentials.h",
5401 "include/grpc++/server.h",
5402 "include/grpc++/server_builder.h",
5403 "include/grpc++/server_context.h",
5404 "include/grpc++/support/async_stream.h",
5405 "include/grpc++/support/async_unary_call.h",
5406 "include/grpc++/support/byte_buffer.h",
5407 "include/grpc++/support/channel_arguments.h",
5408 "include/grpc++/support/config.h",
5409 "include/grpc++/support/config_protobuf.h",
5410 "include/grpc++/support/slice.h",
5411 "include/grpc++/support/status.h",
5412 "include/grpc++/support/status_code_enum.h",
5413 "include/grpc++/support/string_ref.h",
5414 "include/grpc++/support/stub_options.h",
5415 "include/grpc++/support/sync_stream.h",
5416 "include/grpc++/support/time.h",
5417 "src/cpp/client/channel.cc",
5418 "src/cpp/client/client_context.cc",
5419 "src/cpp/client/create_channel.cc",
5420 "src/cpp/client/create_channel_internal.cc",
5421 "src/cpp/client/create_channel_internal.h",
5422 "src/cpp/client/credentials.cc",
5423 "src/cpp/client/generic_stub.cc",
5424 "src/cpp/client/insecure_credentials.cc",
5425 "src/cpp/common/channel_arguments.cc",
5426 "src/cpp/common/completion_queue.cc",
5427 "src/cpp/common/core_codegen.cc",
5428 "src/cpp/common/core_codegen.h",
5429 "src/cpp/common/create_auth_context.h",
5430 "src/cpp/common/rpc_method.cc",
5431 "src/cpp/server/async_generic_service.cc",
5432 "src/cpp/server/create_default_thread_pool.cc",
5433 "src/cpp/server/dynamic_thread_pool.cc",
5434 "src/cpp/server/dynamic_thread_pool.h",
5435 "src/cpp/server/insecure_server_credentials.cc",
5436 "src/cpp/server/server.cc",
5437 "src/cpp/server/server_builder.cc",
5438 "src/cpp/server/server_context.cc",
5439 "src/cpp/server/server_credentials.cc",
5440 "src/cpp/server/thread_pool_interface.h",
5441 "src/cpp/util/byte_buffer.cc",
5442 "src/cpp/util/slice.cc",
5443 "src/cpp/util/status.cc",
5444 "src/cpp/util/string_ref.cc",
5445 "src/cpp/util/time.cc"
5446 ],
5447 "third_party": false,
5448 "type": "filegroup"
5449 },
5450 {
5451 "deps": [
5452 "grpc"
5453 ],
5454 "headers": [
5455 "include/grpc++/impl/codegen/async_stream.h",
5456 "include/grpc++/impl/codegen/async_unary_call.h",
5457 "include/grpc++/impl/codegen/call.h",
5458 "include/grpc++/impl/codegen/call_hook.h",
5459 "include/grpc++/impl/codegen/channel_interface.h",
5460 "include/grpc++/impl/codegen/client_context.h",
5461 "include/grpc++/impl/codegen/client_unary_call.h",
5462 "include/grpc++/impl/codegen/completion_queue.h",
5463 "include/grpc++/impl/codegen/completion_queue_tag.h",
5464 "include/grpc++/impl/codegen/config.h",
5465 "include/grpc++/impl/codegen/config_protobuf.h",
5466 "include/grpc++/impl/codegen/core_codegen_interface.h",
5467 "include/grpc++/impl/codegen/grpc_library.h",
5468 "include/grpc++/impl/codegen/method_handler_impl.h",
5469 "include/grpc++/impl/codegen/proto_utils.h",
5470 "include/grpc++/impl/codegen/rpc_method.h",
5471 "include/grpc++/impl/codegen/rpc_service_method.h",
5472 "include/grpc++/impl/codegen/security/auth_context.h",
5473 "include/grpc++/impl/codegen/serialization_traits.h",
5474 "include/grpc++/impl/codegen/server_context.h",
5475 "include/grpc++/impl/codegen/server_interface.h",
5476 "include/grpc++/impl/codegen/service_type.h",
5477 "include/grpc++/impl/codegen/status.h",
5478 "include/grpc++/impl/codegen/status_code_enum.h",
5479 "include/grpc++/impl/codegen/string_ref.h",
5480 "include/grpc++/impl/codegen/stub_options.h",
5481 "include/grpc++/impl/codegen/sync.h",
5482 "include/grpc++/impl/codegen/sync_cxx11.h",
5483 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5484 "include/grpc++/impl/codegen/sync_stream.h",
5485 "include/grpc++/impl/codegen/time.h"
5486 ],
5487 "language": "c",
5488 "name": "grpc++_codegen",
5489 "src": [
5490 "include/grpc++/impl/codegen/async_stream.h",
5491 "include/grpc++/impl/codegen/async_unary_call.h",
5492 "include/grpc++/impl/codegen/call.h",
5493 "include/grpc++/impl/codegen/call_hook.h",
5494 "include/grpc++/impl/codegen/channel_interface.h",
5495 "include/grpc++/impl/codegen/client_context.h",
5496 "include/grpc++/impl/codegen/client_unary_call.h",
5497 "include/grpc++/impl/codegen/completion_queue.h",
5498 "include/grpc++/impl/codegen/completion_queue_tag.h",
5499 "include/grpc++/impl/codegen/config.h",
5500 "include/grpc++/impl/codegen/config_protobuf.h",
5501 "include/grpc++/impl/codegen/core_codegen_interface.h",
5502 "include/grpc++/impl/codegen/grpc_library.h",
5503 "include/grpc++/impl/codegen/method_handler_impl.h",
5504 "include/grpc++/impl/codegen/proto_utils.h",
5505 "include/grpc++/impl/codegen/rpc_method.h",
5506 "include/grpc++/impl/codegen/rpc_service_method.h",
5507 "include/grpc++/impl/codegen/security/auth_context.h",
5508 "include/grpc++/impl/codegen/serialization_traits.h",
5509 "include/grpc++/impl/codegen/server_context.h",
5510 "include/grpc++/impl/codegen/server_interface.h",
5511 "include/grpc++/impl/codegen/service_type.h",
5512 "include/grpc++/impl/codegen/status.h",
5513 "include/grpc++/impl/codegen/status_code_enum.h",
5514 "include/grpc++/impl/codegen/string_ref.h",
5515 "include/grpc++/impl/codegen/stub_options.h",
5516 "include/grpc++/impl/codegen/sync.h",
5517 "include/grpc++/impl/codegen/sync_cxx11.h",
5518 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5519 "include/grpc++/impl/codegen/sync_stream.h",
5520 "include/grpc++/impl/codegen/time.h",
5521 "src/cpp/codegen/codegen_init.cc"
5522 ],
5523 "third_party": false,
5524 "type": "filegroup"
5525 },
5526 {
5527 "deps": [
5528 "gpr",
5529 "grpc_codegen"
5530 ],
5531 "headers": [
5532 "include/grpc/byte_buffer.h",
5533 "include/grpc/byte_buffer_reader.h",
5534 "include/grpc/compression.h",
5535 "include/grpc/grpc.h",
5536 "include/grpc/status.h",
5537 "src/core/lib/channel/channel_args.h",
5538 "src/core/lib/channel/channel_stack.h",
5539 "src/core/lib/channel/channel_stack_builder.h",
5540 "src/core/lib/channel/compress_filter.h",
5541 "src/core/lib/channel/connected_channel.h",
5542 "src/core/lib/channel/context.h",
5543 "src/core/lib/channel/http_client_filter.h",
5544 "src/core/lib/channel/http_server_filter.h",
5545 "src/core/lib/compression/algorithm_metadata.h",
5546 "src/core/lib/compression/message_compress.h",
5547 "src/core/lib/debug/trace.h",
5548 "src/core/lib/http/format_request.h",
5549 "src/core/lib/http/httpcli.h",
5550 "src/core/lib/http/parser.h",
5551 "src/core/lib/iomgr/closure.h",
5552 "src/core/lib/iomgr/endpoint.h",
5553 "src/core/lib/iomgr/endpoint_pair.h",
5554 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
5555 "src/core/lib/iomgr/ev_posix.h",
5556 "src/core/lib/iomgr/exec_ctx.h",
5557 "src/core/lib/iomgr/executor.h",
5558 "src/core/lib/iomgr/iocp_windows.h",
5559 "src/core/lib/iomgr/iomgr.h",
5560 "src/core/lib/iomgr/iomgr_internal.h",
5561 "src/core/lib/iomgr/iomgr_posix.h",
5562 "src/core/lib/iomgr/pollset.h",
5563 "src/core/lib/iomgr/pollset_set.h",
5564 "src/core/lib/iomgr/pollset_set_windows.h",
5565 "src/core/lib/iomgr/pollset_windows.h",
5566 "src/core/lib/iomgr/resolve_address.h",
5567 "src/core/lib/iomgr/sockaddr.h",
5568 "src/core/lib/iomgr/sockaddr_posix.h",
5569 "src/core/lib/iomgr/sockaddr_utils.h",
5570 "src/core/lib/iomgr/sockaddr_win32.h",
5571 "src/core/lib/iomgr/socket_utils_posix.h",
5572 "src/core/lib/iomgr/socket_windows.h",
5573 "src/core/lib/iomgr/tcp_client.h",
5574 "src/core/lib/iomgr/tcp_posix.h",
5575 "src/core/lib/iomgr/tcp_server.h",
5576 "src/core/lib/iomgr/tcp_windows.h",
5577 "src/core/lib/iomgr/time_averaged_stats.h",
5578 "src/core/lib/iomgr/timer.h",
5579 "src/core/lib/iomgr/timer_heap.h",
5580 "src/core/lib/iomgr/udp_server.h",
5581 "src/core/lib/iomgr/unix_sockets_posix.h",
5582 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5583 "src/core/lib/iomgr/wakeup_fd_posix.h",
5584 "src/core/lib/iomgr/workqueue.h",
5585 "src/core/lib/iomgr/workqueue_posix.h",
5586 "src/core/lib/iomgr/workqueue_windows.h",
5587 "src/core/lib/json/json.h",
5588 "src/core/lib/json/json_common.h",
5589 "src/core/lib/json/json_reader.h",
5590 "src/core/lib/json/json_writer.h",
5591 "src/core/lib/surface/api_trace.h",
5592 "src/core/lib/surface/call.h",
5593 "src/core/lib/surface/call_test_only.h",
5594 "src/core/lib/surface/channel.h",
5595 "src/core/lib/surface/channel_init.h",
5596 "src/core/lib/surface/channel_stack_type.h",
5597 "src/core/lib/surface/completion_queue.h",
5598 "src/core/lib/surface/event_string.h",
5599 "src/core/lib/surface/init.h",
5600 "src/core/lib/surface/lame_client.h",
5601 "src/core/lib/surface/server.h",
5602 "src/core/lib/surface/surface_trace.h",
5603 "src/core/lib/transport/bin_encoder.h",
5604 "src/core/lib/transport/byte_stream.h",
5605 "src/core/lib/transport/connectivity_state.h",
5606 "src/core/lib/transport/metadata.h",
5607 "src/core/lib/transport/metadata_batch.h",
5608 "src/core/lib/transport/static_metadata.h",
5609 "src/core/lib/transport/transport.h",
5610 "src/core/lib/transport/transport_impl.h"
5611 ],
5612 "language": "c",
5613 "name": "grpc_base",
5614 "src": [
5615 "include/grpc/byte_buffer.h",
5616 "include/grpc/byte_buffer_reader.h",
5617 "include/grpc/compression.h",
5618 "include/grpc/grpc.h",
5619 "include/grpc/status.h",
5620 "src/core/lib/channel/channel_args.c",
5621 "src/core/lib/channel/channel_args.h",
5622 "src/core/lib/channel/channel_stack.c",
5623 "src/core/lib/channel/channel_stack.h",
5624 "src/core/lib/channel/channel_stack_builder.c",
5625 "src/core/lib/channel/channel_stack_builder.h",
5626 "src/core/lib/channel/compress_filter.c",
5627 "src/core/lib/channel/compress_filter.h",
5628 "src/core/lib/channel/connected_channel.c",
5629 "src/core/lib/channel/connected_channel.h",
5630 "src/core/lib/channel/context.h",
5631 "src/core/lib/channel/http_client_filter.c",
5632 "src/core/lib/channel/http_client_filter.h",
5633 "src/core/lib/channel/http_server_filter.c",
5634 "src/core/lib/channel/http_server_filter.h",
5635 "src/core/lib/compression/algorithm_metadata.h",
5636 "src/core/lib/compression/compression_algorithm.c",
5637 "src/core/lib/compression/message_compress.c",
5638 "src/core/lib/compression/message_compress.h",
5639 "src/core/lib/debug/trace.c",
5640 "src/core/lib/debug/trace.h",
5641 "src/core/lib/http/format_request.c",
5642 "src/core/lib/http/format_request.h",
5643 "src/core/lib/http/httpcli.c",
5644 "src/core/lib/http/httpcli.h",
5645 "src/core/lib/http/parser.c",
5646 "src/core/lib/http/parser.h",
5647 "src/core/lib/iomgr/closure.c",
5648 "src/core/lib/iomgr/closure.h",
5649 "src/core/lib/iomgr/endpoint.c",
5650 "src/core/lib/iomgr/endpoint.h",
5651 "src/core/lib/iomgr/endpoint_pair.h",
5652 "src/core/lib/iomgr/endpoint_pair_posix.c",
5653 "src/core/lib/iomgr/endpoint_pair_windows.c",
5654 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
5655 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
5656 "src/core/lib/iomgr/ev_posix.c",
5657 "src/core/lib/iomgr/ev_posix.h",
5658 "src/core/lib/iomgr/exec_ctx.c",
5659 "src/core/lib/iomgr/exec_ctx.h",
5660 "src/core/lib/iomgr/executor.c",
5661 "src/core/lib/iomgr/executor.h",
5662 "src/core/lib/iomgr/iocp_windows.c",
5663 "src/core/lib/iomgr/iocp_windows.h",
5664 "src/core/lib/iomgr/iomgr.c",
5665 "src/core/lib/iomgr/iomgr.h",
5666 "src/core/lib/iomgr/iomgr_internal.h",
5667 "src/core/lib/iomgr/iomgr_posix.c",
5668 "src/core/lib/iomgr/iomgr_posix.h",
5669 "src/core/lib/iomgr/iomgr_windows.c",
5670 "src/core/lib/iomgr/pollset.h",
5671 "src/core/lib/iomgr/pollset_set.h",
5672 "src/core/lib/iomgr/pollset_set_windows.c",
5673 "src/core/lib/iomgr/pollset_set_windows.h",
5674 "src/core/lib/iomgr/pollset_windows.c",
5675 "src/core/lib/iomgr/pollset_windows.h",
5676 "src/core/lib/iomgr/resolve_address.h",
5677 "src/core/lib/iomgr/resolve_address_posix.c",
5678 "src/core/lib/iomgr/resolve_address_windows.c",
5679 "src/core/lib/iomgr/sockaddr.h",
5680 "src/core/lib/iomgr/sockaddr_posix.h",
5681 "src/core/lib/iomgr/sockaddr_utils.c",
5682 "src/core/lib/iomgr/sockaddr_utils.h",
5683 "src/core/lib/iomgr/sockaddr_win32.h",
5684 "src/core/lib/iomgr/socket_utils_common_posix.c",
5685 "src/core/lib/iomgr/socket_utils_linux.c",
5686 "src/core/lib/iomgr/socket_utils_posix.c",
5687 "src/core/lib/iomgr/socket_utils_posix.h",
5688 "src/core/lib/iomgr/socket_windows.c",
5689 "src/core/lib/iomgr/socket_windows.h",
5690 "src/core/lib/iomgr/tcp_client.h",
5691 "src/core/lib/iomgr/tcp_client_posix.c",
5692 "src/core/lib/iomgr/tcp_client_windows.c",
5693 "src/core/lib/iomgr/tcp_posix.c",
5694 "src/core/lib/iomgr/tcp_posix.h",
5695 "src/core/lib/iomgr/tcp_server.h",
5696 "src/core/lib/iomgr/tcp_server_posix.c",
5697 "src/core/lib/iomgr/tcp_server_windows.c",
5698 "src/core/lib/iomgr/tcp_windows.c",
5699 "src/core/lib/iomgr/tcp_windows.h",
5700 "src/core/lib/iomgr/time_averaged_stats.c",
5701 "src/core/lib/iomgr/time_averaged_stats.h",
5702 "src/core/lib/iomgr/timer.c",
5703 "src/core/lib/iomgr/timer.h",
5704 "src/core/lib/iomgr/timer_heap.c",
5705 "src/core/lib/iomgr/timer_heap.h",
5706 "src/core/lib/iomgr/udp_server.c",
5707 "src/core/lib/iomgr/udp_server.h",
5708 "src/core/lib/iomgr/unix_sockets_posix.c",
5709 "src/core/lib/iomgr/unix_sockets_posix.h",
5710 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
5711 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
5712 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
5713 "src/core/lib/iomgr/wakeup_fd_pipe.c",
5714 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5715 "src/core/lib/iomgr/wakeup_fd_posix.c",
5716 "src/core/lib/iomgr/wakeup_fd_posix.h",
5717 "src/core/lib/iomgr/workqueue.h",
5718 "src/core/lib/iomgr/workqueue_posix.c",
5719 "src/core/lib/iomgr/workqueue_posix.h",
5720 "src/core/lib/iomgr/workqueue_windows.c",
5721 "src/core/lib/iomgr/workqueue_windows.h",
5722 "src/core/lib/json/json.c",
5723 "src/core/lib/json/json.h",
5724 "src/core/lib/json/json_common.h",
5725 "src/core/lib/json/json_reader.c",
5726 "src/core/lib/json/json_reader.h",
5727 "src/core/lib/json/json_string.c",
5728 "src/core/lib/json/json_writer.c",
5729 "src/core/lib/json/json_writer.h",
5730 "src/core/lib/surface/alarm.c",
5731 "src/core/lib/surface/api_trace.c",
5732 "src/core/lib/surface/api_trace.h",
5733 "src/core/lib/surface/byte_buffer.c",
5734 "src/core/lib/surface/byte_buffer_reader.c",
5735 "src/core/lib/surface/call.c",
5736 "src/core/lib/surface/call.h",
5737 "src/core/lib/surface/call_details.c",
5738 "src/core/lib/surface/call_log_batch.c",
5739 "src/core/lib/surface/call_test_only.h",
5740 "src/core/lib/surface/channel.c",
5741 "src/core/lib/surface/channel.h",
5742 "src/core/lib/surface/channel_init.c",
5743 "src/core/lib/surface/channel_init.h",
5744 "src/core/lib/surface/channel_ping.c",
5745 "src/core/lib/surface/channel_stack_type.c",
5746 "src/core/lib/surface/channel_stack_type.h",
5747 "src/core/lib/surface/completion_queue.c",
5748 "src/core/lib/surface/completion_queue.h",
5749 "src/core/lib/surface/event_string.c",
5750 "src/core/lib/surface/event_string.h",
5751 "src/core/lib/surface/init.c",
5752 "src/core/lib/surface/init.h",
5753 "src/core/lib/surface/lame_client.c",
5754 "src/core/lib/surface/lame_client.h",
5755 "src/core/lib/surface/metadata_array.c",
5756 "src/core/lib/surface/server.c",
5757 "src/core/lib/surface/server.h",
5758 "src/core/lib/surface/surface_trace.h",
5759 "src/core/lib/surface/validate_metadata.c",
5760 "src/core/lib/surface/version.c",
5761 "src/core/lib/transport/bin_encoder.c",
5762 "src/core/lib/transport/bin_encoder.h",
5763 "src/core/lib/transport/byte_stream.c",
5764 "src/core/lib/transport/byte_stream.h",
5765 "src/core/lib/transport/connectivity_state.c",
5766 "src/core/lib/transport/connectivity_state.h",
5767 "src/core/lib/transport/metadata.c",
5768 "src/core/lib/transport/metadata.h",
5769 "src/core/lib/transport/metadata_batch.c",
5770 "src/core/lib/transport/metadata_batch.h",
5771 "src/core/lib/transport/static_metadata.c",
5772 "src/core/lib/transport/static_metadata.h",
5773 "src/core/lib/transport/transport.c",
5774 "src/core/lib/transport/transport.h",
5775 "src/core/lib/transport/transport_impl.h",
5776 "src/core/lib/transport/transport_op_string.c"
5777 ],
5778 "third_party": false,
5779 "type": "filegroup"
5780 },
5781 {
5782 "deps": [
5783 "gpr",
5784 "grpc_base"
5785 ],
5786 "headers": [
5787 "src/core/ext/client_config/client_channel.h",
5788 "src/core/ext/client_config/client_channel_factory.h",
5789 "src/core/ext/client_config/client_config.h",
5790 "src/core/ext/client_config/connector.h",
5791 "src/core/ext/client_config/initial_connect_string.h",
5792 "src/core/ext/client_config/lb_policy.h",
5793 "src/core/ext/client_config/lb_policy_factory.h",
5794 "src/core/ext/client_config/lb_policy_registry.h",
5795 "src/core/ext/client_config/resolver.h",
5796 "src/core/ext/client_config/resolver_factory.h",
5797 "src/core/ext/client_config/resolver_registry.h",
5798 "src/core/ext/client_config/subchannel.h",
5799 "src/core/ext/client_config/subchannel_call_holder.h",
5800 "src/core/ext/client_config/subchannel_index.h",
5801 "src/core/ext/client_config/uri_parser.h"
5802 ],
5803 "language": "c",
5804 "name": "grpc_client_config",
5805 "src": [
5806 "src/core/ext/client_config/channel_connectivity.c",
5807 "src/core/ext/client_config/client_channel.c",
5808 "src/core/ext/client_config/client_channel.h",
5809 "src/core/ext/client_config/client_channel_factory.c",
5810 "src/core/ext/client_config/client_channel_factory.h",
5811 "src/core/ext/client_config/client_config.c",
5812 "src/core/ext/client_config/client_config.h",
5813 "src/core/ext/client_config/connector.c",
5814 "src/core/ext/client_config/connector.h",
5815 "src/core/ext/client_config/default_initial_connect_string.c",
5816 "src/core/ext/client_config/initial_connect_string.c",
5817 "src/core/ext/client_config/initial_connect_string.h",
5818 "src/core/ext/client_config/lb_policy.c",
5819 "src/core/ext/client_config/lb_policy.h",
5820 "src/core/ext/client_config/lb_policy_factory.c",
5821 "src/core/ext/client_config/lb_policy_factory.h",
5822 "src/core/ext/client_config/lb_policy_registry.c",
5823 "src/core/ext/client_config/lb_policy_registry.h",
5824 "src/core/ext/client_config/resolver.c",
5825 "src/core/ext/client_config/resolver.h",
5826 "src/core/ext/client_config/resolver_factory.c",
5827 "src/core/ext/client_config/resolver_factory.h",
5828 "src/core/ext/client_config/resolver_registry.c",
5829 "src/core/ext/client_config/resolver_registry.h",
5830 "src/core/ext/client_config/subchannel.c",
5831 "src/core/ext/client_config/subchannel.h",
5832 "src/core/ext/client_config/subchannel_call_holder.c",
5833 "src/core/ext/client_config/subchannel_call_holder.h",
5834 "src/core/ext/client_config/subchannel_index.c",
5835 "src/core/ext/client_config/subchannel_index.h",
5836 "src/core/ext/client_config/uri_parser.c",
5837 "src/core/ext/client_config/uri_parser.h"
5838 ],
5839 "third_party": false,
5840 "type": "filegroup"
5841 },
5842 {
5843 "deps": [
5844 "gpr"
5845 ],
5846 "headers": [
5847 "include/grpc/impl/codegen/byte_buffer.h",
5848 "include/grpc/impl/codegen/compression_types.h",
5849 "include/grpc/impl/codegen/connectivity_state.h",
5850 "include/grpc/impl/codegen/grpc_types.h",
5851 "include/grpc/impl/codegen/propagation_bits.h",
5852 "include/grpc/impl/codegen/status.h"
5853 ],
5854 "language": "c",
5855 "name": "grpc_codegen",
5856 "src": [
5857 "include/grpc/impl/codegen/byte_buffer.h",
5858 "include/grpc/impl/codegen/compression_types.h",
5859 "include/grpc/impl/codegen/connectivity_state.h",
5860 "include/grpc/impl/codegen/grpc_types.h",
5861 "include/grpc/impl/codegen/propagation_bits.h",
5862 "include/grpc/impl/codegen/status.h"
5863 ],
5864 "third_party": false,
5865 "type": "filegroup"
5866 },
5867 {
5868 "deps": [
5869 "gpr",
5870 "grpc_base",
5871 "grpc_client_config",
5872 "nanopb"
5873 ],
5874 "headers": [
5875 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
5876 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h"
5877 ],
5878 "language": "c",
5879 "name": "grpc_lb_policy_grpclb",
5880 "src": [
5881 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
5882 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
5883 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c",
5884 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h"
5885 ],
5886 "third_party": false,
5887 "type": "filegroup"
5888 },
5889 {
5890 "deps": [
5891 "gpr",
5892 "grpc_base",
5893 "grpc_client_config"
5894 ],
5895 "headers": [],
5896 "language": "c",
5897 "name": "grpc_lb_policy_pick_first",
5898 "src": [
5899 "src/core/ext/lb_policy/pick_first/pick_first.c"
5900 ],
5901 "third_party": false,
5902 "type": "filegroup"
5903 },
5904 {
5905 "deps": [
5906 "gpr",
5907 "grpc_base",
5908 "grpc_client_config"
5909 ],
5910 "headers": [],
5911 "language": "c",
5912 "name": "grpc_lb_policy_round_robin",
5913 "src": [
5914 "src/core/ext/lb_policy/round_robin/round_robin.c"
5915 ],
5916 "third_party": false,
5917 "type": "filegroup"
5918 },
5919 {
5920 "deps": [
5921 "gpr",
5922 "grpc_base",
5923 "grpc_client_config"
5924 ],
5925 "headers": [],
5926 "language": "c",
5927 "name": "grpc_resolver_dns_native",
5928 "src": [
5929 "src/core/ext/resolver/dns/native/dns_resolver.c"
5930 ],
5931 "third_party": false,
5932 "type": "filegroup"
5933 },
5934 {
5935 "deps": [
5936 "gpr",
5937 "grpc_base",
5938 "grpc_client_config"
5939 ],
5940 "headers": [],
5941 "language": "c",
5942 "name": "grpc_resolver_sockaddr",
5943 "src": [
5944 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c"
5945 ],
5946 "third_party": false,
5947 "type": "filegroup"
5948 },
5949 {
5950 "deps": [
5951 "gpr",
5952 "grpc_base",
5953 "grpc_transport_chttp2_alpn"
5954 ],
5955 "headers": [
5956 "include/grpc/grpc_security.h",
5957 "src/core/lib/security/auth_filters.h",
5958 "src/core/lib/security/b64.h",
5959 "src/core/lib/security/credentials.h",
5960 "src/core/lib/security/handshake.h",
5961 "src/core/lib/security/json_token.h",
5962 "src/core/lib/security/jwt_verifier.h",
5963 "src/core/lib/security/secure_endpoint.h",
5964 "src/core/lib/security/security_connector.h",
5965 "src/core/lib/security/security_context.h",
5966 "src/core/lib/tsi/fake_transport_security.h",
5967 "src/core/lib/tsi/ssl_transport_security.h",
5968 "src/core/lib/tsi/ssl_types.h",
5969 "src/core/lib/tsi/transport_security.h",
5970 "src/core/lib/tsi/transport_security_interface.h"
5971 ],
5972 "language": "c",
5973 "name": "grpc_secure",
5974 "src": [
5975 "include/grpc/grpc_security.h",
5976 "src/core/lib/http/httpcli_security_connector.c",
5977 "src/core/lib/security/auth_filters.h",
5978 "src/core/lib/security/b64.c",
5979 "src/core/lib/security/b64.h",
5980 "src/core/lib/security/client_auth_filter.c",
5981 "src/core/lib/security/credentials.c",
5982 "src/core/lib/security/credentials.h",
5983 "src/core/lib/security/credentials_metadata.c",
5984 "src/core/lib/security/credentials_posix.c",
5985 "src/core/lib/security/credentials_win32.c",
5986 "src/core/lib/security/google_default_credentials.c",
5987 "src/core/lib/security/handshake.c",
5988 "src/core/lib/security/handshake.h",
5989 "src/core/lib/security/json_token.c",
5990 "src/core/lib/security/json_token.h",
5991 "src/core/lib/security/jwt_verifier.c",
5992 "src/core/lib/security/jwt_verifier.h",
5993 "src/core/lib/security/secure_endpoint.c",
5994 "src/core/lib/security/secure_endpoint.h",
5995 "src/core/lib/security/security_connector.c",
5996 "src/core/lib/security/security_connector.h",
5997 "src/core/lib/security/security_context.c",
5998 "src/core/lib/security/security_context.h",
5999 "src/core/lib/security/server_auth_filter.c",
6000 "src/core/lib/surface/init_secure.c",
6001 "src/core/lib/tsi/fake_transport_security.c",
6002 "src/core/lib/tsi/fake_transport_security.h",
6003 "src/core/lib/tsi/ssl_transport_security.c",
6004 "src/core/lib/tsi/ssl_transport_security.h",
6005 "src/core/lib/tsi/ssl_types.h",
6006 "src/core/lib/tsi/transport_security.c",
6007 "src/core/lib/tsi/transport_security.h",
6008 "src/core/lib/tsi/transport_security_interface.h"
6009 ],
6010 "third_party": false,
6011 "type": "filegroup"
6012 },
6013 {
6014 "deps": [
6015 "gpr_test_util",
6016 "grpc"
6017 ],
6018 "headers": [
6019 "test/core/end2end/cq_verifier.h",
6020 "test/core/end2end/fixtures/proxy.h",
6021 "test/core/iomgr/endpoint_tests.h",
6022 "test/core/util/grpc_profiler.h",
6023 "test/core/util/parse_hexstring.h",
6024 "test/core/util/port.h",
6025 "test/core/util/port_server_client.h",
6026 "test/core/util/slice_splitter.h"
6027 ],
6028 "language": "c",
6029 "name": "grpc_test_util_base",
6030 "src": [
6031 "test/core/end2end/cq_verifier.c",
6032 "test/core/end2end/cq_verifier.h",
6033 "test/core/end2end/fixtures/proxy.c",
6034 "test/core/end2end/fixtures/proxy.h",
6035 "test/core/iomgr/endpoint_tests.c",
6036 "test/core/iomgr/endpoint_tests.h",
6037 "test/core/util/grpc_profiler.c",
6038 "test/core/util/grpc_profiler.h",
6039 "test/core/util/parse_hexstring.c",
6040 "test/core/util/parse_hexstring.h",
6041 "test/core/util/port.h",
6042 "test/core/util/port_posix.c",
6043 "test/core/util/port_server_client.c",
6044 "test/core/util/port_server_client.h",
6045 "test/core/util/port_windows.c",
6046 "test/core/util/slice_splitter.c",
6047 "test/core/util/slice_splitter.h"
6048 ],
6049 "third_party": false,
6050 "type": "filegroup"
6051 },
6052 {
6053 "deps": [
6054 "gpr",
6055 "grpc_base",
6056 "grpc_transport_chttp2_alpn"
6057 ],
6058 "headers": [
6059 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6060 "src/core/ext/transport/chttp2/transport/frame.h",
6061 "src/core/ext/transport/chttp2/transport/frame_data.h",
6062 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6063 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6064 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6065 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6066 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6067 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6068 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6069 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6070 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6071 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6072 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6073 "src/core/ext/transport/chttp2/transport/internal.h",
6074 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6075 "src/core/ext/transport/chttp2/transport/stream_map.h",
6076 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6077 "src/core/ext/transport/chttp2/transport/varint.h"
6078 ],
6079 "language": "c",
6080 "name": "grpc_transport_chttp2",
6081 "src": [
6082 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
6083 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6084 "src/core/ext/transport/chttp2/transport/frame.h",
6085 "src/core/ext/transport/chttp2/transport/frame_data.c",
6086 "src/core/ext/transport/chttp2/transport/frame_data.h",
6087 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
6088 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6089 "src/core/ext/transport/chttp2/transport/frame_ping.c",
6090 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6091 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
6092 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6093 "src/core/ext/transport/chttp2/transport/frame_settings.c",
6094 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6095 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
6096 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6097 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
6098 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6099 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
6100 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6101 "src/core/ext/transport/chttp2/transport/hpack_table.c",
6102 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6103 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6104 "src/core/ext/transport/chttp2/transport/huffsyms.c",
6105 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6106 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
6107 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6108 "src/core/ext/transport/chttp2/transport/internal.h",
6109 "src/core/ext/transport/chttp2/transport/parsing.c",
6110 "src/core/ext/transport/chttp2/transport/status_conversion.c",
6111 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6112 "src/core/ext/transport/chttp2/transport/stream_lists.c",
6113 "src/core/ext/transport/chttp2/transport/stream_map.c",
6114 "src/core/ext/transport/chttp2/transport/stream_map.h",
6115 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
6116 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6117 "src/core/ext/transport/chttp2/transport/varint.c",
6118 "src/core/ext/transport/chttp2/transport/varint.h",
6119 "src/core/ext/transport/chttp2/transport/writing.c"
6120 ],
6121 "third_party": false,
6122 "type": "filegroup"
6123 },
6124 {
6125 "deps": [
6126 "gpr"
6127 ],
6128 "headers": [
6129 "src/core/ext/transport/chttp2/alpn/alpn.h"
6130 ],
6131 "language": "c",
6132 "name": "grpc_transport_chttp2_alpn",
6133 "src": [
6134 "src/core/ext/transport/chttp2/alpn/alpn.c",
6135 "src/core/ext/transport/chttp2/alpn/alpn.h"
6136 ],
6137 "third_party": false,
6138 "type": "filegroup"
6139 },
6140 {
6141 "deps": [
6142 "gpr",
6143 "grpc_base",
6144 "grpc_client_config",
6145 "grpc_transport_chttp2"
6146 ],
6147 "headers": [],
6148 "language": "c",
6149 "name": "grpc_transport_chttp2_client_insecure",
6150 "src": [
6151 "src/core/ext/transport/chttp2/client/insecure/channel_create.c"
6152 ],
6153 "third_party": false,
6154 "type": "filegroup"
6155 },
6156 {
6157 "deps": [
6158 "gpr",
6159 "grpc_base",
6160 "grpc_client_config",
6161 "grpc_secure",
6162 "grpc_transport_chttp2"
6163 ],
6164 "headers": [],
6165 "language": "c",
6166 "name": "grpc_transport_chttp2_client_secure",
6167 "src": [
6168 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c"
6169 ],
6170 "third_party": false,
6171 "type": "filegroup"
6172 },
6173 {
6174 "deps": [
6175 "gpr",
6176 "grpc_base",
6177 "grpc_transport_chttp2"
6178 ],
6179 "headers": [],
6180 "language": "c",
6181 "name": "grpc_transport_chttp2_server_insecure",
6182 "src": [
6183 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c"
6184 ],
6185 "third_party": false,
6186 "type": "filegroup"
6187 },
6188 {
6189 "deps": [
6190 "gpr",
6191 "grpc_base",
6192 "grpc_secure",
6193 "grpc_transport_chttp2"
6194 ],
6195 "headers": [],
6196 "language": "c",
6197 "name": "grpc_transport_chttp2_server_secure",
6198 "src": [
6199 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c"
6200 ],
6201 "third_party": false,
6202 "type": "filegroup"
6203 },
6204 {
6205 "deps": [],
6206 "headers": [
6207 "third_party/nanopb/pb.h",
6208 "third_party/nanopb/pb_common.h",
6209 "third_party/nanopb/pb_decode.h",
6210 "third_party/nanopb/pb_encode.h"
6211 ],
6212 "language": "c",
6213 "name": "nanopb",
6214 "src": [],
6215 "third_party": false,
6216 "type": "filegroup"
Craig Tillerf75fc122015-06-25 06:58:00 -07006217 }
6218]