blob: 720a14306ee243127c5105c17fa0ba74e55c1857 [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",
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001306 "name": "nanopb_fuzzer_response_test",
1307 "src": [
1308 "test/core/nanopb/fuzzer_response.c"
1309 ],
1310 "third_party": false,
1311 "type": "target"
1312 },
1313 {
1314 "deps": [
1315 "gpr",
1316 "gpr_test_util",
1317 "grpc",
1318 "grpc_test_util"
1319 ],
1320 "headers": [],
1321 "language": "c",
1322 "name": "nanopb_fuzzer_serverlist_test",
1323 "src": [
1324 "test/core/nanopb/fuzzer_serverlist.c"
1325 ],
1326 "third_party": false,
1327 "type": "target"
1328 },
1329 {
1330 "deps": [
1331 "gpr",
1332 "gpr_test_util",
1333 "grpc",
1334 "grpc_test_util"
1335 ],
1336 "headers": [],
1337 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001338 "name": "no_server_test",
1339 "src": [
1340 "test/core/end2end/no_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001341 ],
1342 "third_party": false,
1343 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001344 },
1345 {
1346 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 "gpr",
1348 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001349 "grpc",
1350 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001351 ],
1352 "headers": [],
1353 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001354 "name": "resolve_address_test",
1355 "src": [
1356 "test/core/iomgr/resolve_address_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",
1366 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001367 ],
1368 "headers": [],
1369 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001370 "name": "secure_channel_create_test",
1371 "src": [
1372 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001373 ],
1374 "third_party": false,
1375 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001376 },
1377 {
1378 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 "gpr",
1380 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001381 "grpc",
1382 "grpc_test_util"
1383 ],
1384 "headers": [],
1385 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001386 "name": "secure_endpoint_test",
1387 "src": [
1388 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001389 ],
1390 "third_party": false,
1391 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001392 },
1393 {
1394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 "gpr",
1396 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001397 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001398 "grpc_test_util"
1399 ],
1400 "headers": [],
1401 "language": "c",
1402 "name": "server_chttp2_test",
1403 "src": [
1404 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001405 ],
1406 "third_party": false,
1407 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001408 },
1409 {
1410 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001411 "gpr",
1412 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001413 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001414 "grpc_test_util"
1415 ],
1416 "headers": [],
1417 "language": "c",
Craig Tillerdf262c62016-04-02 13:53:49 -07001418 "name": "server_fuzzer",
1419 "src": [
1420 "test/core/end2end/fuzzers/server_fuzzer.c"
1421 ],
1422 "third_party": false,
1423 "type": "target"
1424 },
1425 {
1426 "deps": [
1427 "gpr",
1428 "gpr_test_util",
1429 "grpc",
1430 "grpc_test_util"
1431 ],
1432 "headers": [],
1433 "language": "c",
yang-gc3d94fb2015-12-10 14:38:00 -08001434 "name": "server_test",
1435 "src": [
1436 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001437 ],
1438 "third_party": false,
1439 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001440 },
1441 {
1442 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 "gpr",
1444 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001445 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001446 "grpc_test_util",
1447 "test_tcp_server"
1448 ],
1449 "headers": [],
1450 "language": "c",
1451 "name": "set_initial_connect_string_test",
1452 "src": [
1453 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001454 ],
1455 "third_party": false,
1456 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001457 },
1458 {
1459 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 "gpr",
1461 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001462 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001463 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001464 ],
1465 "headers": [],
1466 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001467 "name": "sockaddr_resolver_test",
1468 "src": [
1469 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001470 ],
1471 "third_party": false,
1472 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001473 },
1474 {
1475 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 "gpr",
1477 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001478 "grpc",
1479 "grpc_test_util"
1480 ],
1481 "headers": [],
1482 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001483 "name": "sockaddr_utils_test",
1484 "src": [
1485 "test/core/iomgr/sockaddr_utils_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",
Craig Tiller27493202015-12-11 11:30:26 -08001499 "name": "socket_utils_test",
1500 "src": [
1501 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001502 ],
1503 "third_party": false,
1504 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001505 },
1506 {
1507 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 "gpr",
1509 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001510 "grpc",
1511 "grpc_test_util"
1512 ],
1513 "headers": [],
1514 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001515 "name": "tcp_client_posix_test",
1516 "src": [
1517 "test/core/iomgr/tcp_client_posix_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",
1531 "name": "tcp_posix_test",
1532 "src": [
1533 "test/core/iomgr/tcp_posix_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",
1547 "name": "tcp_server_posix_test",
1548 "src": [
1549 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001550 ],
1551 "third_party": false,
1552 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001553 },
1554 {
1555 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 "gpr",
1557 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001558 "grpc",
1559 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001560 ],
1561 "headers": [],
1562 "language": "c",
1563 "name": "time_averaged_stats_test",
1564 "src": [
1565 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001566 ],
1567 "third_party": false,
1568 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001569 },
1570 {
1571 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 "gpr",
1573 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001574 "grpc",
1575 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001576 ],
1577 "headers": [],
1578 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001579 "name": "timeout_encoding_test",
1580 "src": [
1581 "test/core/transport/chttp2/timeout_encoding_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",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001595 "name": "timer_heap_test",
1596 "src": [
1597 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001598 ],
1599 "third_party": false,
1600 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001601 },
1602 {
1603 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 "gpr",
1605 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001606 "grpc",
1607 "grpc_test_util"
1608 ],
1609 "headers": [],
1610 "language": "c",
1611 "name": "timer_list_test",
1612 "src": [
1613 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001614 ],
1615 "third_party": false,
1616 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001617 },
1618 {
1619 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 "gpr",
1621 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001622 "grpc",
1623 "grpc_test_util"
1624 ],
1625 "headers": [],
1626 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001627 "name": "timers_test",
1628 "src": [
1629 "test/core/profiling/timers_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",
1639 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001640 ],
1641 "headers": [],
1642 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001643 "name": "transport_connectivity_state_test",
1644 "src": [
1645 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001646 ],
1647 "third_party": false,
1648 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001649 },
1650 {
1651 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 "gpr",
1653 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001654 "grpc",
1655 "grpc_test_util"
1656 ],
1657 "headers": [],
1658 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001659 "name": "transport_metadata_test",
1660 "src": [
1661 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001662 ],
1663 "third_party": false,
1664 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001665 },
1666 {
1667 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001668 "gpr",
1669 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001670 "grpc",
1671 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001672 ],
1673 "headers": [],
1674 "language": "c",
1675 "name": "transport_security_test",
1676 "src": [
1677 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001678 ],
1679 "third_party": false,
1680 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001681 },
1682 {
1683 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 "gpr",
1685 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001686 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001687 "grpc_test_util"
1688 ],
1689 "headers": [],
1690 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001691 "name": "udp_server_test",
1692 "src": [
1693 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001694 ],
1695 "third_party": false,
1696 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001697 },
1698 {
1699 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 "gpr",
1701 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001702 "grpc",
1703 "grpc_test_util"
1704 ],
1705 "headers": [],
1706 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -07001707 "name": "uri_fuzzer_test",
1708 "src": [
1709 "test/core/client_config/uri_fuzzer_test.c"
1710 ],
1711 "third_party": false,
1712 "type": "target"
1713 },
1714 {
1715 "deps": [
1716 "gpr",
1717 "gpr_test_util",
1718 "grpc",
1719 "grpc_test_util"
1720 ],
1721 "headers": [],
1722 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001723 "name": "uri_parser_test",
1724 "src": [
1725 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001726 ],
1727 "third_party": false,
1728 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001729 },
1730 {
1731 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 "gpr",
1733 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001734 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001735 "grpc_test_util"
1736 ],
1737 "headers": [],
1738 "language": "c",
1739 "name": "workqueue_test",
1740 "src": [
1741 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001742 ],
1743 "third_party": false,
1744 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001745 },
1746 {
1747 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001748 "gpr",
1749 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001750 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001751 "grpc++",
1752 "grpc++_test_util",
1753 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001754 ],
1755 "headers": [],
1756 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001757 "name": "alarm_cpp_test",
1758 "src": [
1759 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001760 ],
1761 "third_party": false,
1762 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001763 },
1764 {
1765 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001766 "gpr",
1767 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001768 "grpc",
1769 "grpc++",
1770 "grpc++_test_util",
1771 "grpc_test_util"
1772 ],
1773 "headers": [],
1774 "language": "c++",
1775 "name": "async_end2end_test",
1776 "src": [
1777 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001778 ],
1779 "third_party": false,
1780 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001781 },
1782 {
1783 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 "gpr",
1785 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001786 "grpc",
1787 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001788 "grpc++_test_util",
1789 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001790 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001791 ],
1792 "headers": [],
1793 "language": "c++",
1794 "name": "async_streaming_ping_pong_test",
1795 "src": [
1796 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001797 ],
1798 "third_party": false,
1799 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001800 },
1801 {
1802 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 "gpr",
1804 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001805 "grpc",
1806 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001807 "grpc++_test_util",
1808 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001809 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001810 ],
1811 "headers": [],
1812 "language": "c++",
1813 "name": "async_unary_ping_pong_test",
1814 "src": [
1815 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001816 ],
1817 "third_party": false,
1818 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001819 },
1820 {
1821 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 "gpr",
1823 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001824 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001825 "grpc++",
1826 "grpc++_test_util",
1827 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001828 ],
1829 "headers": [],
1830 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001831 "name": "auth_property_iterator_test",
1832 "src": [
1833 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001834 ],
1835 "third_party": false,
1836 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001837 },
1838 {
1839 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001840 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001841 "grpc",
1842 "grpc++"
1843 ],
1844 "headers": [],
1845 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001846 "name": "channel_arguments_test",
1847 "src": [
yang-g52705592015-11-25 11:45:33 -08001848 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001849 ],
1850 "third_party": false,
1851 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001852 },
1853 {
1854 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 "gpr",
1856 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001857 "grpc",
1858 "grpc++",
1859 "grpc++_test_util",
1860 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001861 ],
1862 "headers": [],
1863 "language": "c++",
1864 "name": "cli_call_test",
1865 "src": [
1866 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001867 ],
1868 "third_party": false,
1869 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001870 },
1871 {
1872 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 "gpr",
1874 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001875 "grpc",
1876 "grpc++",
1877 "grpc++_test_util",
1878 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001879 ],
1880 "headers": [],
1881 "language": "c++",
1882 "name": "client_crash_test",
1883 "src": [
1884 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001885 ],
1886 "third_party": false,
1887 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001888 },
1889 {
1890 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 "gpr",
1892 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001893 "grpc",
1894 "grpc++",
1895 "grpc++_test_util",
1896 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001897 ],
1898 "headers": [],
1899 "language": "c++",
1900 "name": "client_crash_test_server",
1901 "src": [
1902 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001903 ],
1904 "third_party": false,
1905 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001906 },
1907 {
1908 "deps": [
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001909 "gpr",
1910 "grpc",
1911 "grpc++",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001912 "grpc++_codegen"
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001913 ],
1914 "headers": [
1915 "src/proto/grpc/testing/control.grpc.pb.h",
1916 "src/proto/grpc/testing/control.pb.h",
1917 "src/proto/grpc/testing/messages.grpc.pb.h",
1918 "src/proto/grpc/testing/messages.pb.h",
1919 "src/proto/grpc/testing/payloads.grpc.pb.h",
1920 "src/proto/grpc/testing/payloads.pb.h",
1921 "src/proto/grpc/testing/perf_db.grpc.pb.h",
1922 "src/proto/grpc/testing/perf_db.pb.h",
1923 "src/proto/grpc/testing/services.grpc.pb.h",
1924 "src/proto/grpc/testing/services.pb.h",
1925 "src/proto/grpc/testing/stats.grpc.pb.h",
1926 "src/proto/grpc/testing/stats.pb.h"
1927 ],
1928 "language": "c++",
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001929 "name": "codegen_test_full",
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001930 "src": [
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001931 "test/cpp/codegen/codegen_test_full.cc"
1932 ],
1933 "third_party": false,
1934 "type": "target"
1935 },
1936 {
1937 "deps": [
1938 "grpc++_codegen"
1939 ],
1940 "headers": [
1941 "src/proto/grpc/testing/control.grpc.pb.h",
1942 "src/proto/grpc/testing/control.pb.h",
1943 "src/proto/grpc/testing/messages.grpc.pb.h",
1944 "src/proto/grpc/testing/messages.pb.h",
1945 "src/proto/grpc/testing/payloads.grpc.pb.h",
1946 "src/proto/grpc/testing/payloads.pb.h",
1947 "src/proto/grpc/testing/perf_db.grpc.pb.h",
1948 "src/proto/grpc/testing/perf_db.pb.h",
1949 "src/proto/grpc/testing/services.grpc.pb.h",
1950 "src/proto/grpc/testing/services.pb.h",
1951 "src/proto/grpc/testing/stats.grpc.pb.h",
1952 "src/proto/grpc/testing/stats.pb.h"
1953 ],
1954 "language": "c++",
1955 "name": "codegen_test_minimal",
1956 "src": [
1957 "test/cpp/codegen/codegen_test_minimal.cc"
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001958 ],
1959 "third_party": false,
1960 "type": "target"
1961 },
1962 {
1963 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001965 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001966 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001967 ],
1968 "headers": [],
1969 "language": "c++",
1970 "name": "credentials_test",
1971 "src": [
1972 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001973 ],
1974 "third_party": false,
1975 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001976 },
1977 {
1978 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 "gpr",
1980 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001981 "grpc",
1982 "grpc++",
1983 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001984 ],
1985 "headers": [],
1986 "language": "c++",
1987 "name": "cxx_byte_buffer_test",
1988 "src": [
1989 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001990 ],
1991 "third_party": false,
1992 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001993 },
1994 {
1995 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 "gpr",
1997 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001998 "grpc",
1999 "grpc++",
2000 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002001 ],
2002 "headers": [],
2003 "language": "c++",
2004 "name": "cxx_slice_test",
2005 "src": [
2006 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002007 ],
2008 "third_party": false,
2009 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002010 },
2011 {
2012 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07002013 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07002014 ],
2015 "headers": [],
2016 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07002017 "name": "cxx_string_ref_test",
2018 "src": [
2019 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002020 ],
2021 "third_party": false,
2022 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07002023 },
2024 {
2025 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 "gpr",
2027 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002028 "grpc",
2029 "grpc++",
2030 "grpc_test_util"
2031 ],
2032 "headers": [],
2033 "language": "c++",
2034 "name": "cxx_time_test",
2035 "src": [
2036 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002037 ],
2038 "third_party": false,
2039 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002040 },
2041 {
2042 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 "gpr",
2044 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002045 "grpc",
2046 "grpc++",
2047 "grpc++_test_util",
2048 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002049 ],
2050 "headers": [],
2051 "language": "c++",
2052 "name": "end2end_test",
2053 "src": [
2054 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002055 ],
2056 "third_party": false,
2057 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002058 },
2059 {
2060 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 "gpr",
2062 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002063 "grpc",
2064 "grpc++",
2065 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002066 "grpc_test_util",
2067 "qps"
2068 ],
2069 "headers": [],
2070 "language": "c++",
2071 "name": "generic_async_streaming_ping_pong_test",
2072 "src": [
2073 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002074 ],
2075 "third_party": false,
2076 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002077 },
2078 {
2079 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 "gpr",
2081 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002082 "grpc",
2083 "grpc++",
2084 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002085 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002086 ],
2087 "headers": [],
2088 "language": "c++",
2089 "name": "generic_end2end_test",
2090 "src": [
2091 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002092 ],
2093 "third_party": false,
2094 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002095 },
2096 {
2097 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 "gpr",
2099 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002100 "grpc",
2101 "grpc++",
2102 "grpc++_test_config",
2103 "grpc++_test_util",
2104 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002105 ],
2106 "headers": [],
2107 "language": "c++",
2108 "name": "grpc_cli",
2109 "src": [
2110 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002111 ],
2112 "third_party": false,
2113 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002114 },
2115 {
2116 "deps": [
2117 "grpc_plugin_support"
2118 ],
2119 "headers": [],
2120 "language": "c++",
2121 "name": "grpc_cpp_plugin",
2122 "src": [
2123 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002124 ],
2125 "third_party": false,
2126 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002127 },
2128 {
2129 "deps": [
2130 "grpc_plugin_support"
2131 ],
2132 "headers": [],
2133 "language": "c++",
2134 "name": "grpc_csharp_plugin",
2135 "src": [
2136 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002137 ],
2138 "third_party": false,
2139 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002140 },
2141 {
2142 "deps": [
2143 "grpc_plugin_support"
2144 ],
2145 "headers": [],
2146 "language": "c++",
2147 "name": "grpc_objective_c_plugin",
2148 "src": [
2149 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002150 ],
2151 "third_party": false,
2152 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002153 },
2154 {
2155 "deps": [
2156 "grpc_plugin_support"
2157 ],
2158 "headers": [],
2159 "language": "c++",
2160 "name": "grpc_python_plugin",
2161 "src": [
2162 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002163 ],
2164 "third_party": false,
2165 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002166 },
2167 {
2168 "deps": [
2169 "grpc_plugin_support"
2170 ],
2171 "headers": [],
2172 "language": "c++",
2173 "name": "grpc_ruby_plugin",
2174 "src": [
2175 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002176 ],
2177 "third_party": false,
2178 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002179 },
2180 {
2181 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08002182 "grpc",
2183 "grpc++",
2184 "grpc++_test_util",
2185 "grpc_test_util"
2186 ],
2187 "headers": [
2188 "src/proto/grpc/lb/v0/load_balancer.grpc.pb.h",
2189 "src/proto/grpc/lb/v0/load_balancer.pb.h"
2190 ],
2191 "language": "c++",
2192 "name": "grpclb_api_test",
2193 "src": [
2194 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08002195 ],
2196 "third_party": false,
2197 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002198 },
2199 {
2200 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 "gpr",
2202 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002203 "grpc",
2204 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08002205 "grpc++_test_util",
2206 "grpc_test_util"
2207 ],
2208 "headers": [],
2209 "language": "c++",
2210 "name": "hybrid_end2end_test",
2211 "src": [
2212 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002213 ],
2214 "third_party": false,
2215 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08002216 },
2217 {
2218 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 "gpr",
2220 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08002221 "grpc",
2222 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002223 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002224 "grpc++_test_util",
2225 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002226 "interop_client_helper",
2227 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002228 ],
2229 "headers": [],
2230 "language": "c++",
2231 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08002232 "src": [],
2233 "third_party": false,
2234 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002235 },
2236 {
2237 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 "gpr",
2239 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002240 "grpc",
2241 "grpc++",
2242 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002243 "grpc++_test_util",
2244 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002245 "interop_server_helper",
2246 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002247 ],
2248 "headers": [],
2249 "language": "c++",
2250 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002251 "src": [],
2252 "third_party": false,
2253 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002254 },
2255 {
2256 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 "gpr",
2258 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002259 "grpc",
2260 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002261 ],
2262 "headers": [],
2263 "language": "c++",
2264 "name": "interop_test",
2265 "src": [
2266 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002267 ],
2268 "third_party": false,
2269 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002270 },
2271 {
2272 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 "gpr",
Craig Tiller0bda0b32016-03-03 12:51:53 -08002274 "gpr_test_util",
2275 "grpc",
2276 "grpc++",
2277 "grpc++_test_config",
2278 "grpc++_test_util",
2279 "grpc_test_util"
2280 ],
2281 "headers": [],
2282 "language": "c++",
2283 "name": "json_run_localhost",
2284 "src": [
2285 "test/cpp/qps/json_run_localhost.cc"
2286 ],
2287 "third_party": false,
2288 "type": "target"
2289 },
2290 {
2291 "deps": [
2292 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002293 "grpc",
2294 "grpc++",
2295 "grpc++_test_config"
2296 ],
2297 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002298 "src/proto/grpc/testing/metrics.grpc.pb.h",
2299 "src/proto/grpc/testing/metrics.pb.h",
2300 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002301 ],
2302 "language": "c++",
2303 "name": "metrics_client",
2304 "src": [
2305 "test/cpp/interop/metrics_client.cc",
2306 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002307 ],
2308 "third_party": false,
2309 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002310 },
2311 {
2312 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 "gpr",
2314 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002315 "grpc",
2316 "grpc++",
2317 "grpc++_test_util",
2318 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002319 ],
2320 "headers": [],
2321 "language": "c++",
2322 "name": "mock_test",
2323 "src": [
2324 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002325 ],
2326 "third_party": false,
2327 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002328 },
2329 {
2330 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 "gpr",
2332 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002333 "grpc",
2334 "grpc++",
2335 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002336 "grpc++_test_util",
2337 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002338 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002339 ],
2340 "headers": [],
2341 "language": "c++",
2342 "name": "qps_driver",
2343 "src": [
2344 "test/cpp/qps/qps_driver.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002345 ],
2346 "third_party": false,
2347 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002348 },
2349 {
2350 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 "gpr",
2352 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002353 "grpc",
2354 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002355 "grpc++_test_util",
2356 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002357 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002358 ],
2359 "headers": [],
2360 "language": "c++",
2361 "name": "qps_interarrival_test",
2362 "src": [
2363 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002364 ],
2365 "third_party": false,
2366 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002367 },
2368 {
2369 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 "gpr",
2371 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002372 "grpc",
2373 "grpc++",
2374 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002375 "grpc++_test_util",
2376 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002377 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002378 ],
2379 "headers": [],
2380 "language": "c++",
Craig Tiller0bda0b32016-03-03 12:51:53 -08002381 "name": "qps_json_driver",
2382 "src": [
2383 "test/cpp/qps/qps_json_driver.cc"
2384 ],
2385 "third_party": false,
2386 "type": "target"
2387 },
2388 {
2389 "deps": [
2390 "gpr",
2391 "gpr_test_util",
2392 "grpc",
2393 "grpc++",
2394 "grpc++_test_config",
2395 "grpc++_test_util",
2396 "grpc_test_util",
2397 "qps"
2398 ],
2399 "headers": [],
2400 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002401 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002402 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002403 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002404 ],
2405 "third_party": false,
2406 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002407 },
2408 {
2409 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 "gpr",
2411 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002412 "grpc",
2413 "grpc++",
2414 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002415 "grpc++_test_util",
2416 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002417 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002418 ],
2419 "headers": [],
2420 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002421 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002422 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002423 "test/cpp/qps/qps_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002424 ],
2425 "third_party": false,
2426 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002427 },
2428 {
2429 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 "gpr",
2431 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002432 "grpc",
2433 "grpc++",
2434 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002435 "grpc++_test_util",
2436 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002437 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002438 ],
2439 "headers": [
2440 "test/cpp/qps/client.h",
2441 "test/cpp/qps/server.h"
2442 ],
2443 "language": "c++",
2444 "name": "qps_worker",
2445 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002446 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002447 "test/cpp/qps/server.h",
2448 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002449 ],
2450 "third_party": false,
2451 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002452 },
2453 {
2454 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 "gpr",
2456 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002457 "grpc",
2458 "grpc++",
2459 "grpc++_test_config",
2460 "grpc++_test_util",
2461 "grpc_test_util"
2462 ],
2463 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002464 "src/proto/grpc/testing/empty.grpc.pb.h",
2465 "src/proto/grpc/testing/empty.pb.h",
2466 "src/proto/grpc/testing/messages.grpc.pb.h",
2467 "src/proto/grpc/testing/messages.pb.h",
2468 "src/proto/grpc/testing/test.grpc.pb.h",
2469 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002470 ],
2471 "language": "c++",
2472 "name": "reconnect_interop_client",
2473 "src": [
2474 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002475 ],
2476 "third_party": false,
2477 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002478 },
2479 {
2480 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 "gpr",
2482 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002483 "grpc",
2484 "grpc++",
2485 "grpc++_test_config",
2486 "grpc++_test_util",
2487 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002488 "reconnect_server",
2489 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002490 ],
2491 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002492 "src/proto/grpc/testing/empty.grpc.pb.h",
2493 "src/proto/grpc/testing/empty.pb.h",
2494 "src/proto/grpc/testing/messages.grpc.pb.h",
2495 "src/proto/grpc/testing/messages.pb.h",
2496 "src/proto/grpc/testing/test.grpc.pb.h",
2497 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002498 ],
2499 "language": "c++",
2500 "name": "reconnect_interop_server",
2501 "src": [
2502 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002503 ],
2504 "third_party": false,
2505 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002506 },
2507 {
2508 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 "gpr",
2510 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002511 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002512 "grpc++",
2513 "grpc++_test_util",
2514 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002515 ],
2516 "headers": [],
2517 "language": "c++",
2518 "name": "secure_auth_context_test",
2519 "src": [
2520 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002521 ],
2522 "third_party": false,
2523 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002524 },
2525 {
2526 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 "gpr",
2528 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002529 "grpc",
2530 "grpc++",
2531 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002532 "grpc_test_util",
2533 "qps"
2534 ],
2535 "headers": [],
2536 "language": "c++",
2537 "name": "secure_sync_unary_ping_pong_test",
2538 "src": [
2539 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002540 ],
2541 "third_party": false,
2542 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002543 },
2544 {
2545 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 "gpr",
2547 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002548 "grpc",
2549 "grpc++",
2550 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002551 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002552 ],
2553 "headers": [],
2554 "language": "c++",
2555 "name": "server_crash_test",
2556 "src": [
2557 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002558 ],
2559 "third_party": false,
2560 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002561 },
2562 {
2563 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 "gpr",
2565 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002566 "grpc",
2567 "grpc++",
2568 "grpc++_test_util",
2569 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002570 ],
2571 "headers": [],
2572 "language": "c++",
2573 "name": "server_crash_test_client",
2574 "src": [
2575 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002576 ],
2577 "third_party": false,
2578 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002579 },
2580 {
2581 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002582 "gpr",
2583 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002584 "grpc",
2585 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002586 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002587 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002588 ],
2589 "headers": [],
2590 "language": "c++",
2591 "name": "shutdown_test",
2592 "src": [
2593 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002594 ],
2595 "third_party": false,
2596 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002597 },
2598 {
2599 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 "gpr",
2601 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002602 "grpc",
2603 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002604 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002605 ],
2606 "headers": [],
2607 "language": "c++",
2608 "name": "status_test",
2609 "src": [
2610 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002611 ],
2612 "third_party": false,
2613 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002614 },
2615 {
2616 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 "gpr",
2618 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002619 "grpc",
2620 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002621 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002622 "grpc_test_util"
2623 ],
2624 "headers": [],
2625 "language": "c++",
2626 "name": "streaming_throughput_test",
2627 "src": [
2628 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002629 ],
2630 "third_party": false,
2631 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002632 },
2633 {
2634 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 "gpr",
2636 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002637 "grpc",
2638 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002639 "grpc++_test_config",
2640 "grpc++_test_util",
2641 "grpc_test_util"
2642 ],
2643 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002644 "src/proto/grpc/testing/empty.grpc.pb.h",
2645 "src/proto/grpc/testing/empty.pb.h",
2646 "src/proto/grpc/testing/messages.grpc.pb.h",
2647 "src/proto/grpc/testing/messages.pb.h",
2648 "src/proto/grpc/testing/metrics.grpc.pb.h",
2649 "src/proto/grpc/testing/metrics.pb.h",
2650 "src/proto/grpc/testing/test.grpc.pb.h",
2651 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002652 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002653 "test/cpp/interop/interop_client.h",
2654 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002655 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002656 ],
2657 "language": "c++",
2658 "name": "stress_test",
2659 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002660 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002661 "test/cpp/interop/interop_client.cc",
2662 "test/cpp/interop/interop_client.h",
2663 "test/cpp/interop/stress_interop_client.cc",
2664 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002665 "test/cpp/interop/stress_test.cc",
2666 "test/cpp/util/metrics_server.cc",
2667 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002668 ],
2669 "third_party": false,
2670 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002671 },
2672 {
2673 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002674 "gpr",
2675 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002676 "grpc",
2677 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002678 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002679 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002680 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002681 ],
2682 "headers": [],
2683 "language": "c++",
2684 "name": "sync_streaming_ping_pong_test",
2685 "src": [
2686 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002687 ],
2688 "third_party": false,
2689 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002690 },
2691 {
2692 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 "gpr",
2694 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002695 "grpc",
2696 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002697 "grpc++_test_util",
2698 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002699 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002700 ],
2701 "headers": [],
2702 "language": "c++",
2703 "name": "sync_unary_ping_pong_test",
2704 "src": [
2705 "test/cpp/qps/sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002706 ],
2707 "third_party": false,
2708 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002709 },
2710 {
2711 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 "gpr",
2713 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002714 "grpc",
2715 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002716 "grpc++_test_util",
2717 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002718 ],
2719 "headers": [],
2720 "language": "c++",
2721 "name": "thread_stress_test",
2722 "src": [
2723 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002724 ],
2725 "third_party": false,
2726 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002727 },
2728 {
2729 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002730 "gpr",
2731 "gpr_test_util",
Hongwei Wang8e04d412015-07-31 15:12:51 -07002732 "grpc",
2733 "grpc++",
2734 "grpc++_test_util",
2735 "grpc_test_util",
2736 "grpc_zookeeper"
2737 ],
Craig Tiller1b4e3302015-12-17 16:35:00 -08002738 "headers": [
2739 "src/proto/grpc/testing/echo.grpc.pb.h",
2740 "src/proto/grpc/testing/echo.pb.h"
2741 ],
Hongwei Wang8e04d412015-07-31 15:12:51 -07002742 "language": "c++",
2743 "name": "zookeeper_test",
2744 "src": [
2745 "test/cpp/end2end/zookeeper_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002746 ],
2747 "third_party": false,
2748 "type": "target"
Hongwei Wang8e04d412015-07-31 15:12:51 -07002749 },
2750 {
2751 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002753 "grpc"
2754 ],
2755 "headers": [],
2756 "language": "c89",
2757 "name": "public_headers_must_be_c89",
2758 "src": [
2759 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002760 ],
2761 "third_party": false,
2762 "type": "target"
2763 },
2764 {
2765 "deps": [
2766 "boringssl",
2767 "boringssl_aes_test_lib",
2768 "boringssl_test_util"
2769 ],
2770 "headers": [],
2771 "language": "c++",
2772 "name": "boringssl_aes_test",
2773 "src": [],
2774 "third_party": true,
2775 "type": "target"
2776 },
2777 {
2778 "deps": [
2779 "boringssl",
Craig Tiller3d62fc62016-03-15 09:57:26 -07002780 "boringssl_asn1_test_lib",
2781 "boringssl_test_util"
2782 ],
2783 "headers": [],
2784 "language": "c++",
2785 "name": "boringssl_asn1_test",
2786 "src": [],
2787 "third_party": true,
2788 "type": "target"
2789 },
2790 {
2791 "deps": [
2792 "boringssl",
Craig Tiller732a8752016-02-22 15:59:19 -08002793 "boringssl_base64_test_lib",
2794 "boringssl_test_util"
2795 ],
2796 "headers": [],
2797 "language": "c++",
2798 "name": "boringssl_base64_test",
2799 "src": [],
2800 "third_party": true,
2801 "type": "target"
2802 },
2803 {
2804 "deps": [
2805 "boringssl",
2806 "boringssl_bio_test_lib",
2807 "boringssl_test_util"
2808 ],
2809 "headers": [],
2810 "language": "c++",
2811 "name": "boringssl_bio_test",
2812 "src": [],
2813 "third_party": true,
2814 "type": "target"
2815 },
2816 {
2817 "deps": [
2818 "boringssl",
2819 "boringssl_bn_test_lib",
2820 "boringssl_test_util"
2821 ],
2822 "headers": [],
2823 "language": "c++",
2824 "name": "boringssl_bn_test",
2825 "src": [],
2826 "third_party": true,
2827 "type": "target"
2828 },
2829 {
2830 "deps": [
2831 "boringssl",
2832 "boringssl_bytestring_test_lib",
2833 "boringssl_test_util"
2834 ],
2835 "headers": [],
2836 "language": "c++",
2837 "name": "boringssl_bytestring_test",
2838 "src": [],
2839 "third_party": true,
2840 "type": "target"
2841 },
2842 {
2843 "deps": [
2844 "boringssl",
2845 "boringssl_aead_test_lib",
2846 "boringssl_test_util"
2847 ],
2848 "headers": [],
2849 "language": "c++",
2850 "name": "boringssl_aead_test",
2851 "src": [],
2852 "third_party": true,
2853 "type": "target"
2854 },
2855 {
2856 "deps": [
2857 "boringssl",
2858 "boringssl_cipher_test_lib",
2859 "boringssl_test_util"
2860 ],
2861 "headers": [],
2862 "language": "c++",
2863 "name": "boringssl_cipher_test",
2864 "src": [],
2865 "third_party": true,
2866 "type": "target"
2867 },
2868 {
2869 "deps": [
2870 "boringssl",
2871 "boringssl_cmac_test_lib",
2872 "boringssl_test_util"
2873 ],
2874 "headers": [],
2875 "language": "c++",
2876 "name": "boringssl_cmac_test",
2877 "src": [],
2878 "third_party": true,
2879 "type": "target"
2880 },
2881 {
2882 "deps": [
2883 "boringssl",
2884 "boringssl_constant_time_test_lib",
2885 "boringssl_test_util"
2886 ],
2887 "headers": [],
2888 "language": "c++",
2889 "name": "boringssl_constant_time_test",
2890 "src": [],
2891 "third_party": true,
2892 "type": "target"
2893 },
2894 {
2895 "deps": [
2896 "boringssl",
2897 "boringssl_ed25519_test_lib",
2898 "boringssl_test_util"
2899 ],
2900 "headers": [],
2901 "language": "c++",
2902 "name": "boringssl_ed25519_test",
2903 "src": [],
2904 "third_party": true,
2905 "type": "target"
2906 },
2907 {
2908 "deps": [
2909 "boringssl",
2910 "boringssl_test_util",
2911 "boringssl_x25519_test_lib"
2912 ],
2913 "headers": [],
2914 "language": "c++",
2915 "name": "boringssl_x25519_test",
2916 "src": [],
2917 "third_party": true,
2918 "type": "target"
2919 },
2920 {
2921 "deps": [
2922 "boringssl",
2923 "boringssl_dh_test_lib",
2924 "boringssl_test_util"
2925 ],
2926 "headers": [],
2927 "language": "c++",
2928 "name": "boringssl_dh_test",
2929 "src": [],
2930 "third_party": true,
2931 "type": "target"
2932 },
2933 {
2934 "deps": [
2935 "boringssl",
2936 "boringssl_digest_test_lib",
2937 "boringssl_test_util"
2938 ],
2939 "headers": [],
2940 "language": "c++",
2941 "name": "boringssl_digest_test",
2942 "src": [],
2943 "third_party": true,
2944 "type": "target"
2945 },
2946 {
2947 "deps": [
2948 "boringssl",
2949 "boringssl_dsa_test_lib",
2950 "boringssl_test_util"
2951 ],
2952 "headers": [],
2953 "language": "c++",
2954 "name": "boringssl_dsa_test",
2955 "src": [],
2956 "third_party": true,
2957 "type": "target"
2958 },
2959 {
2960 "deps": [
2961 "boringssl",
2962 "boringssl_ec_test_lib",
2963 "boringssl_test_util"
2964 ],
2965 "headers": [],
2966 "language": "c++",
2967 "name": "boringssl_ec_test",
2968 "src": [],
2969 "third_party": true,
2970 "type": "target"
2971 },
2972 {
2973 "deps": [
2974 "boringssl",
2975 "boringssl_example_mul_lib",
2976 "boringssl_test_util"
2977 ],
2978 "headers": [],
2979 "language": "c++",
2980 "name": "boringssl_example_mul",
2981 "src": [],
2982 "third_party": true,
2983 "type": "target"
2984 },
2985 {
2986 "deps": [
2987 "boringssl",
2988 "boringssl_ecdsa_test_lib",
2989 "boringssl_test_util"
2990 ],
2991 "headers": [],
2992 "language": "c++",
2993 "name": "boringssl_ecdsa_test",
2994 "src": [],
2995 "third_party": true,
2996 "type": "target"
2997 },
2998 {
2999 "deps": [
3000 "boringssl",
3001 "boringssl_err_test_lib",
3002 "boringssl_test_util"
3003 ],
3004 "headers": [],
3005 "language": "c++",
3006 "name": "boringssl_err_test",
3007 "src": [],
3008 "third_party": true,
3009 "type": "target"
3010 },
3011 {
3012 "deps": [
3013 "boringssl",
3014 "boringssl_evp_extra_test_lib",
3015 "boringssl_test_util"
3016 ],
3017 "headers": [],
3018 "language": "c++",
3019 "name": "boringssl_evp_extra_test",
3020 "src": [],
3021 "third_party": true,
3022 "type": "target"
3023 },
3024 {
3025 "deps": [
3026 "boringssl",
3027 "boringssl_evp_test_lib",
3028 "boringssl_test_util"
3029 ],
3030 "headers": [],
3031 "language": "c++",
3032 "name": "boringssl_evp_test",
3033 "src": [],
3034 "third_party": true,
3035 "type": "target"
3036 },
3037 {
3038 "deps": [
3039 "boringssl",
3040 "boringssl_pbkdf_test_lib",
3041 "boringssl_test_util"
3042 ],
3043 "headers": [],
3044 "language": "c++",
3045 "name": "boringssl_pbkdf_test",
3046 "src": [],
3047 "third_party": true,
3048 "type": "target"
3049 },
3050 {
3051 "deps": [
3052 "boringssl",
3053 "boringssl_hkdf_test_lib",
3054 "boringssl_test_util"
3055 ],
3056 "headers": [],
3057 "language": "c++",
3058 "name": "boringssl_hkdf_test",
3059 "src": [],
3060 "third_party": true,
3061 "type": "target"
3062 },
3063 {
3064 "deps": [
3065 "boringssl",
3066 "boringssl_hmac_test_lib",
3067 "boringssl_test_util"
3068 ],
3069 "headers": [],
3070 "language": "c++",
3071 "name": "boringssl_hmac_test",
3072 "src": [],
3073 "third_party": true,
3074 "type": "target"
3075 },
3076 {
3077 "deps": [
3078 "boringssl",
3079 "boringssl_lhash_test_lib",
3080 "boringssl_test_util"
3081 ],
3082 "headers": [],
3083 "language": "c++",
3084 "name": "boringssl_lhash_test",
3085 "src": [],
3086 "third_party": true,
3087 "type": "target"
3088 },
3089 {
3090 "deps": [
3091 "boringssl",
3092 "boringssl_gcm_test_lib",
3093 "boringssl_test_util"
3094 ],
3095 "headers": [],
3096 "language": "c++",
3097 "name": "boringssl_gcm_test",
3098 "src": [],
3099 "third_party": true,
3100 "type": "target"
3101 },
3102 {
3103 "deps": [
3104 "boringssl",
3105 "boringssl_pkcs12_test_lib",
3106 "boringssl_test_util"
3107 ],
3108 "headers": [],
3109 "language": "c++",
3110 "name": "boringssl_pkcs12_test",
3111 "src": [],
3112 "third_party": true,
3113 "type": "target"
3114 },
3115 {
3116 "deps": [
3117 "boringssl",
3118 "boringssl_pkcs8_test_lib",
3119 "boringssl_test_util"
3120 ],
3121 "headers": [],
3122 "language": "c++",
3123 "name": "boringssl_pkcs8_test",
3124 "src": [],
3125 "third_party": true,
3126 "type": "target"
3127 },
3128 {
3129 "deps": [
3130 "boringssl",
3131 "boringssl_poly1305_test_lib",
3132 "boringssl_test_util"
3133 ],
3134 "headers": [],
3135 "language": "c++",
3136 "name": "boringssl_poly1305_test",
3137 "src": [],
3138 "third_party": true,
3139 "type": "target"
3140 },
3141 {
3142 "deps": [
3143 "boringssl",
3144 "boringssl_refcount_test_lib",
3145 "boringssl_test_util"
3146 ],
3147 "headers": [],
3148 "language": "c++",
3149 "name": "boringssl_refcount_test",
3150 "src": [],
3151 "third_party": true,
3152 "type": "target"
3153 },
3154 {
3155 "deps": [
3156 "boringssl",
3157 "boringssl_rsa_test_lib",
3158 "boringssl_test_util"
3159 ],
3160 "headers": [],
3161 "language": "c++",
3162 "name": "boringssl_rsa_test",
3163 "src": [],
3164 "third_party": true,
3165 "type": "target"
3166 },
3167 {
3168 "deps": [
3169 "boringssl",
3170 "boringssl_test_util",
3171 "boringssl_thread_test_lib"
3172 ],
3173 "headers": [],
3174 "language": "c++",
3175 "name": "boringssl_thread_test",
3176 "src": [],
3177 "third_party": true,
3178 "type": "target"
3179 },
3180 {
3181 "deps": [
3182 "boringssl",
3183 "boringssl_pkcs7_test_lib",
3184 "boringssl_test_util"
3185 ],
3186 "headers": [],
3187 "language": "c++",
3188 "name": "boringssl_pkcs7_test",
3189 "src": [],
3190 "third_party": true,
3191 "type": "target"
3192 },
3193 {
3194 "deps": [
3195 "boringssl",
3196 "boringssl_tab_test_lib",
3197 "boringssl_test_util"
3198 ],
3199 "headers": [],
3200 "language": "c++",
3201 "name": "boringssl_tab_test",
3202 "src": [],
3203 "third_party": true,
3204 "type": "target"
3205 },
3206 {
3207 "deps": [
3208 "boringssl",
3209 "boringssl_test_util",
3210 "boringssl_v3name_test_lib"
3211 ],
3212 "headers": [],
3213 "language": "c++",
3214 "name": "boringssl_v3name_test",
3215 "src": [],
3216 "third_party": true,
3217 "type": "target"
3218 },
3219 {
3220 "deps": [
3221 "boringssl",
3222 "boringssl_pqueue_test_lib",
3223 "boringssl_test_util"
3224 ],
3225 "headers": [],
3226 "language": "c++",
3227 "name": "boringssl_pqueue_test",
3228 "src": [],
3229 "third_party": true,
3230 "type": "target"
3231 },
3232 {
3233 "deps": [
3234 "boringssl",
3235 "boringssl_ssl_test_lib",
3236 "boringssl_test_util"
3237 ],
3238 "headers": [],
3239 "language": "c++",
3240 "name": "boringssl_ssl_test",
3241 "src": [],
3242 "third_party": true,
3243 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08003244 },
3245 {
3246 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08003247 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003248 "gpr",
3249 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003250 "grpc_test_util_unsecure",
3251 "grpc_unsecure"
3252 ],
3253 "headers": [],
3254 "language": "c",
3255 "name": "badreq_bad_client_test",
3256 "src": [
3257 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003258 ],
3259 "third_party": false,
3260 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003261 },
3262 {
3263 "deps": [
3264 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003265 "gpr",
3266 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003267 "grpc_test_util_unsecure",
3268 "grpc_unsecure"
3269 ],
3270 "headers": [],
3271 "language": "c",
3272 "name": "connection_prefix_bad_client_test",
3273 "src": [
3274 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003275 ],
3276 "third_party": false,
3277 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003278 },
3279 {
3280 "deps": [
3281 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003282 "gpr",
3283 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003284 "grpc_test_util_unsecure",
3285 "grpc_unsecure"
3286 ],
3287 "headers": [],
3288 "language": "c",
Craig Tiller307a7202016-04-02 07:40:39 -07003289 "name": "head_of_line_blocking_bad_client_test",
3290 "src": [
3291 "test/core/bad_client/tests/head_of_line_blocking.c"
3292 ],
3293 "third_party": false,
3294 "type": "target"
3295 },
3296 {
3297 "deps": [
3298 "bad_client_test",
3299 "gpr",
3300 "gpr_test_util",
3301 "grpc_test_util_unsecure",
3302 "grpc_unsecure"
3303 ],
3304 "headers": [],
3305 "language": "c",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003306 "name": "headers_bad_client_test",
3307 "src": [
3308 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003309 ],
3310 "third_party": false,
3311 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003312 },
3313 {
3314 "deps": [
3315 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 "gpr",
3317 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003318 "grpc_test_util_unsecure",
3319 "grpc_unsecure"
3320 ],
3321 "headers": [],
3322 "language": "c",
3323 "name": "initial_settings_frame_bad_client_test",
3324 "src": [
3325 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003326 ],
3327 "third_party": false,
3328 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003329 },
3330 {
3331 "deps": [
3332 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003333 "gpr",
3334 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003335 "grpc_test_util_unsecure",
3336 "grpc_unsecure"
3337 ],
3338 "headers": [],
3339 "language": "c",
3340 "name": "server_registered_method_bad_client_test",
3341 "src": [
3342 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003343 ],
3344 "third_party": false,
3345 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003346 },
3347 {
3348 "deps": [
3349 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003350 "gpr",
3351 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003352 "grpc_test_util_unsecure",
3353 "grpc_unsecure"
3354 ],
3355 "headers": [],
3356 "language": "c",
3357 "name": "simple_request_bad_client_test",
3358 "src": [
3359 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003360 ],
3361 "third_party": false,
3362 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003363 },
3364 {
3365 "deps": [
3366 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003367 "gpr",
3368 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003369 "grpc_test_util_unsecure",
3370 "grpc_unsecure"
3371 ],
3372 "headers": [],
3373 "language": "c",
3374 "name": "unknown_frame_bad_client_test",
3375 "src": [
3376 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003377 ],
3378 "third_party": false,
3379 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003380 },
3381 {
3382 "deps": [
3383 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003384 "gpr",
3385 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003386 "grpc_test_util_unsecure",
3387 "grpc_unsecure"
3388 ],
3389 "headers": [],
3390 "language": "c",
3391 "name": "window_overflow_bad_client_test",
3392 "src": [
3393 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003394 ],
3395 "third_party": false,
3396 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003397 },
3398 {
3399 "deps": [
3400 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003401 "gpr",
3402 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003403 "grpc",
3404 "grpc_test_util"
3405 ],
3406 "headers": [],
3407 "language": "c",
3408 "name": "bad_ssl_alpn_server",
3409 "src": [
3410 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003411 ],
3412 "third_party": false,
3413 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003414 },
3415 {
3416 "deps": [
3417 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003418 "gpr",
3419 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003420 "grpc",
3421 "grpc_test_util"
3422 ],
3423 "headers": [],
3424 "language": "c",
3425 "name": "bad_ssl_cert_server",
3426 "src": [
3427 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003428 ],
3429 "third_party": false,
3430 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003431 },
3432 {
3433 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003434 "gpr",
3435 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003436 "grpc",
3437 "grpc_test_util"
3438 ],
3439 "headers": [],
3440 "language": "c",
3441 "name": "bad_ssl_alpn_test",
3442 "src": [
3443 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003444 ],
3445 "third_party": false,
3446 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003447 },
3448 {
3449 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003450 "gpr",
3451 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003452 "grpc",
3453 "grpc_test_util"
3454 ],
3455 "headers": [],
3456 "language": "c",
3457 "name": "bad_ssl_cert_test",
3458 "src": [
3459 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003460 ],
3461 "third_party": false,
3462 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003463 },
3464 {
3465 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003466 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003467 "gpr",
3468 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003469 "grpc",
3470 "grpc_test_util"
3471 ],
3472 "headers": [],
3473 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003474 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003475 "src": [
3476 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003477 ],
3478 "third_party": false,
3479 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003480 },
3481 {
3482 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003483 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003484 "gpr",
3485 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003486 "grpc",
3487 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003488 ],
3489 "headers": [],
3490 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003491 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003492 "src": [
3493 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003494 ],
3495 "third_party": false,
3496 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003497 },
3498 {
3499 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003500 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003501 "gpr",
3502 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003503 "grpc",
3504 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003505 ],
3506 "headers": [],
3507 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003508 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003509 "src": [
3510 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003511 ],
3512 "third_party": false,
3513 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003514 },
3515 {
3516 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003517 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003518 "gpr",
3519 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003520 "grpc",
3521 "grpc_test_util"
3522 ],
3523 "headers": [],
3524 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003525 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003526 "src": [
3527 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003528 ],
3529 "third_party": false,
3530 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003531 },
3532 {
3533 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003534 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003535 "gpr",
3536 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003537 "grpc",
3538 "grpc_test_util"
3539 ],
3540 "headers": [],
3541 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003542 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003543 "src": [
3544 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003545 ],
3546 "third_party": false,
3547 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003548 },
3549 {
3550 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003551 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003552 "gpr",
3553 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003554 "grpc",
3555 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003556 ],
3557 "headers": [],
3558 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003559 "name": "h2_full+trace_test",
3560 "src": [
3561 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003562 ],
3563 "third_party": false,
3564 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003565 },
3566 {
3567 "deps": [
Craig Tiller178edfa2016-02-17 20:54:46 -08003568 "end2end_tests",
3569 "gpr",
3570 "gpr_test_util",
3571 "grpc",
3572 "grpc_test_util"
3573 ],
3574 "headers": [],
3575 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003576 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003577 "src": [
3578 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003579 ],
3580 "third_party": false,
3581 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003582 },
3583 {
3584 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003585 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003586 "gpr",
3587 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003588 "grpc",
3589 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003590 ],
3591 "headers": [],
3592 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003593 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003594 "src": [
3595 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003596 ],
3597 "third_party": false,
3598 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003599 },
3600 {
3601 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003602 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003603 "gpr",
3604 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003605 "grpc",
3606 "grpc_test_util"
3607 ],
3608 "headers": [],
3609 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003610 "name": "h2_sockpair_test",
3611 "src": [
3612 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003613 ],
3614 "third_party": false,
3615 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003616 },
3617 {
3618 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003619 "end2end_tests",
3620 "gpr",
3621 "gpr_test_util",
3622 "grpc",
3623 "grpc_test_util"
3624 ],
3625 "headers": [],
3626 "language": "c",
3627 "name": "h2_sockpair+trace_test",
3628 "src": [
3629 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003630 ],
3631 "third_party": false,
3632 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003633 },
3634 {
3635 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003636 "end2end_tests",
3637 "gpr",
3638 "gpr_test_util",
3639 "grpc",
3640 "grpc_test_util"
3641 ],
3642 "headers": [],
3643 "language": "c",
3644 "name": "h2_sockpair_1byte_test",
3645 "src": [
3646 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003647 ],
3648 "third_party": false,
3649 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003650 },
3651 {
3652 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003653 "end2end_tests",
3654 "gpr",
3655 "gpr_test_util",
3656 "grpc",
3657 "grpc_test_util"
3658 ],
3659 "headers": [],
3660 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003661 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003662 "src": [
3663 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003664 ],
3665 "third_party": false,
3666 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003667 },
3668 {
3669 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003670 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003671 "gpr",
3672 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003673 "grpc",
3674 "grpc_test_util"
3675 ],
3676 "headers": [],
3677 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003678 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003679 "src": [
3680 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003681 ],
3682 "third_party": false,
3683 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003684 },
3685 {
3686 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003687 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003688 "gpr",
3689 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003690 "grpc",
3691 "grpc_test_util"
3692 ],
3693 "headers": [],
3694 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003695 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003696 "src": [
3697 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003698 ],
3699 "third_party": false,
3700 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003701 },
3702 {
3703 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003704 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 "gpr",
3706 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003707 "grpc_test_util_unsecure",
3708 "grpc_unsecure"
3709 ],
3710 "headers": [],
3711 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003712 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003713 "src": [
3714 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003715 ],
3716 "third_party": false,
3717 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003718 },
3719 {
3720 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003721 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003722 "gpr",
3723 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003724 "grpc_test_util_unsecure",
3725 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003726 ],
3727 "headers": [],
3728 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003729 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003730 "src": [
3731 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003732 ],
3733 "third_party": false,
3734 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003735 },
3736 {
3737 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003738 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003739 "gpr",
3740 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003741 "grpc_test_util_unsecure",
3742 "grpc_unsecure"
3743 ],
3744 "headers": [],
3745 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003746 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003747 "src": [
3748 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003749 ],
3750 "third_party": false,
3751 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003752 },
3753 {
3754 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003755 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003756 "gpr",
3757 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003758 "grpc_test_util_unsecure",
3759 "grpc_unsecure"
3760 ],
3761 "headers": [],
3762 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003763 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003764 "src": [
3765 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003766 ],
3767 "third_party": false,
3768 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003769 },
3770 {
3771 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003772 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003773 "gpr",
3774 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003775 "grpc_test_util_unsecure",
3776 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003777 ],
3778 "headers": [],
3779 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003780 "name": "h2_full+trace_nosec_test",
3781 "src": [
3782 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003783 ],
3784 "third_party": false,
3785 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003786 },
3787 {
3788 "deps": [
3789 "end2end_nosec_tests",
3790 "gpr",
3791 "gpr_test_util",
3792 "grpc_test_util_unsecure",
3793 "grpc_unsecure"
3794 ],
3795 "headers": [],
3796 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003797 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003798 "src": [
3799 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003800 ],
3801 "third_party": false,
3802 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003803 },
3804 {
3805 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003806 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003807 "gpr",
3808 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003809 "grpc_test_util_unsecure",
3810 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003811 ],
3812 "headers": [],
3813 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003814 "name": "h2_sockpair_nosec_test",
3815 "src": [
3816 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003817 ],
3818 "third_party": false,
3819 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003820 },
3821 {
3822 "deps": [
3823 "end2end_nosec_tests",
3824 "gpr",
3825 "gpr_test_util",
3826 "grpc_test_util_unsecure",
3827 "grpc_unsecure"
3828 ],
3829 "headers": [],
3830 "language": "c",
3831 "name": "h2_sockpair+trace_nosec_test",
3832 "src": [
3833 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003834 ],
3835 "third_party": false,
3836 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003837 },
3838 {
3839 "deps": [
3840 "end2end_nosec_tests",
3841 "gpr",
3842 "gpr_test_util",
3843 "grpc_test_util_unsecure",
3844 "grpc_unsecure"
3845 ],
3846 "headers": [],
3847 "language": "c",
3848 "name": "h2_sockpair_1byte_nosec_test",
3849 "src": [
3850 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003851 ],
3852 "third_party": false,
3853 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003854 },
3855 {
3856 "deps": [
3857 "end2end_nosec_tests",
3858 "gpr",
3859 "gpr_test_util",
3860 "grpc_test_util_unsecure",
3861 "grpc_unsecure"
3862 ],
3863 "headers": [],
3864 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003865 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003866 "src": [
3867 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003868 ],
3869 "third_party": false,
3870 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003871 },
3872 {
3873 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07003874 "gpr",
3875 "gpr_test_util",
3876 "grpc",
3877 "grpc_test_util",
3878 "one_input_fuzzer"
3879 ],
3880 "headers": [],
3881 "language": "c",
3882 "name": "hpack_parser_fuzzer_test_one_entry",
3883 "src": [
3884 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c"
3885 ],
3886 "third_party": false,
3887 "type": "target"
3888 },
3889 {
3890 "deps": [
3891 "gpr",
3892 "gpr_test_util",
3893 "grpc",
3894 "grpc_test_util",
3895 "one_input_fuzzer"
3896 ],
3897 "headers": [],
3898 "language": "c",
3899 "name": "http_fuzzer_test_one_entry",
3900 "src": [
3901 "test/core/http/fuzzer.c"
3902 ],
3903 "third_party": false,
3904 "type": "target"
3905 },
3906 {
3907 "deps": [
3908 "gpr",
3909 "gpr_test_util",
3910 "grpc",
3911 "grpc_test_util",
3912 "one_input_fuzzer"
3913 ],
3914 "headers": [],
3915 "language": "c",
3916 "name": "json_fuzzer_test_one_entry",
3917 "src": [
3918 "test/core/json/fuzzer.c"
3919 ],
3920 "third_party": false,
3921 "type": "target"
3922 },
3923 {
3924 "deps": [
3925 "gpr",
3926 "gpr_test_util",
3927 "grpc",
3928 "grpc_test_util",
3929 "one_input_fuzzer"
3930 ],
3931 "headers": [],
3932 "language": "c",
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003933 "name": "nanopb_fuzzer_response_test_one_entry",
3934 "src": [
3935 "test/core/nanopb/fuzzer_response.c"
3936 ],
3937 "third_party": false,
3938 "type": "target"
3939 },
3940 {
3941 "deps": [
3942 "gpr",
3943 "gpr_test_util",
3944 "grpc",
3945 "grpc_test_util",
3946 "one_input_fuzzer"
3947 ],
3948 "headers": [],
3949 "language": "c",
3950 "name": "nanopb_fuzzer_serverlist_test_one_entry",
3951 "src": [
3952 "test/core/nanopb/fuzzer_serverlist.c"
3953 ],
3954 "third_party": false,
3955 "type": "target"
3956 },
3957 {
3958 "deps": [
3959 "gpr",
3960 "gpr_test_util",
3961 "grpc",
3962 "grpc_test_util",
3963 "one_input_fuzzer"
3964 ],
3965 "headers": [],
3966 "language": "c",
Craig Tillerdf262c62016-04-02 13:53:49 -07003967 "name": "server_fuzzer_one_entry",
3968 "src": [
3969 "test/core/end2end/fuzzers/server_fuzzer.c"
3970 ],
3971 "third_party": false,
3972 "type": "target"
3973 },
3974 {
3975 "deps": [
3976 "gpr",
3977 "gpr_test_util",
3978 "grpc",
3979 "grpc_test_util",
3980 "one_input_fuzzer"
3981 ],
3982 "headers": [],
3983 "language": "c",
Craig Tillerf05837a2016-03-29 20:42:29 -07003984 "name": "uri_fuzzer_test_one_entry",
3985 "src": [
3986 "test/core/client_config/uri_fuzzer_test.c"
3987 ],
3988 "third_party": false,
3989 "type": "target"
3990 },
3991 {
Craig Tillerd1697d92016-04-05 16:05:46 -07003992 "deps": [
3993 "gpr_base"
Craig Tillerda179ce2016-02-09 12:01:53 -08003994 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07003995 "headers": [],
Craig Tillerda179ce2016-02-09 12:01:53 -08003996 "language": "c",
3997 "name": "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07003998 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08003999 "third_party": false,
4000 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 },
4002 {
4003 "deps": [
4004 "gpr"
4005 ],
4006 "headers": [
4007 "test/core/util/test_config.h"
4008 ],
4009 "language": "c",
4010 "name": "gpr_test_util",
4011 "src": [
4012 "test/core/util/test_config.c",
4013 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004014 ],
4015 "third_party": false,
4016 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08004017 },
4018 {
4019 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004020 "census",
4021 "gpr",
4022 "grpc_base",
Craig Tillerd1697d92016-04-05 16:05:46 -07004023 "grpc_lb_policy_grpclb",
4024 "grpc_lb_policy_pick_first",
4025 "grpc_lb_policy_round_robin",
4026 "grpc_resolver_dns_native",
4027 "grpc_resolver_sockaddr",
4028 "grpc_secure",
4029 "grpc_transport_chttp2_client_insecure",
4030 "grpc_transport_chttp2_client_secure",
4031 "grpc_transport_chttp2_server_insecure",
Craig Tiller03915e52016-04-07 09:15:10 -07004032 "grpc_transport_chttp2_server_secure"
Craig Tillerda179ce2016-02-09 12:01:53 -08004033 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004034 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004035 "language": "c",
4036 "name": "grpc",
Craig Tillerd1697d92016-04-05 16:05:46 -07004037 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004038 "third_party": false,
4039 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004040 },
4041 {
Craig Tillerd1697d92016-04-05 16:05:46 -07004042 "deps": [
4043 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004044 "grpc"
4045 ],
4046 "headers": [],
4047 "language": "c",
4048 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004049 "src": [],
4050 "third_party": false,
4051 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004052 },
4053 {
4054 "deps": [
4055 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004056 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07004057 "grpc",
4058 "grpc_test_util_base"
Craig Tillerf75fc122015-06-25 06:58:00 -07004059 ],
4060 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004061 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07004062 "test/core/security/oauth2_utils.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004063 ],
4064 "language": "c",
4065 "name": "grpc_test_util",
4066 "src": [
4067 "test/core/end2end/data/server1_cert.c",
4068 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004069 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004070 "test/core/end2end/data/test_root_cert.c",
yang-gbe5f0592015-07-13 11:11:50 -07004071 "test/core/security/oauth2_utils.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07004072 "test/core/security/oauth2_utils.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004073 ],
4074 "third_party": false,
4075 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004076 },
4077 {
4078 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004079 "gpr",
4080 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07004081 "grpc",
4082 "grpc_test_util_base",
Craig Tiller917c29e2015-12-02 11:03:19 -08004083 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004084 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004085 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004086 "language": "c",
4087 "name": "grpc_test_util_unsecure",
Craig Tillerd1697d92016-04-05 16:05:46 -07004088 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004089 "third_party": false,
4090 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004091 },
4092 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004093 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004094 "census",
4095 "gpr",
4096 "grpc_base",
Craig Tillerd1697d92016-04-05 16:05:46 -07004097 "grpc_lb_policy_grpclb",
4098 "grpc_lb_policy_pick_first",
4099 "grpc_lb_policy_round_robin",
4100 "grpc_resolver_dns_native",
4101 "grpc_resolver_sockaddr",
4102 "grpc_transport_chttp2_client_insecure",
Craig Tiller03915e52016-04-07 09:15:10 -07004103 "grpc_transport_chttp2_server_insecure"
Craig Tillerda179ce2016-02-09 12:01:53 -08004104 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004105 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004106 "language": "c",
4107 "name": "grpc_unsecure",
4108 "src": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004109 "src/core/lib/surface/init_unsecure.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004110 ],
4111 "third_party": false,
4112 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004113 },
4114 {
4115 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004116 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004117 "grpc"
4118 ],
4119 "headers": [
Craig Tillerf9778f82016-04-01 10:37:50 -07004120 "include/grpc/grpc_zookeeper.h"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004121 ],
4122 "language": "c",
4123 "name": "grpc_zookeeper",
4124 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004125 "include/grpc/grpc_zookeeper.h",
Craig Tillerb11b34a2016-04-01 12:30:06 -07004126 "src/core/ext/resolver/zookeeper/zookeeper_resolver.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004127 ],
4128 "third_party": false,
4129 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004130 },
4131 {
4132 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07004133 "gpr"
4134 ],
4135 "headers": [],
4136 "language": "c",
4137 "name": "one_input_fuzzer",
4138 "src": [
4139 "test/core/util/one_corpus_entry_fuzzer.c"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004140 ],
4141 "third_party": false,
4142 "type": "lib"
4143 },
4144 {
4145 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004146 "gpr",
4147 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004148 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004149 "grpc_test_util",
4150 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004151 ],
4152 "headers": [
4153 "test/core/util/reconnect_server.h"
4154 ],
4155 "language": "c",
4156 "name": "reconnect_server",
4157 "src": [
4158 "test/core/util/reconnect_server.c",
4159 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004160 ],
4161 "third_party": false,
4162 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004163 },
4164 {
4165 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004166 "gpr",
4167 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004168 "grpc",
4169 "grpc_test_util"
4170 ],
4171 "headers": [
4172 "test/core/util/test_tcp_server.h"
4173 ],
4174 "language": "c",
4175 "name": "test_tcp_server",
4176 "src": [
4177 "test/core/util/test_tcp_server.c",
4178 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004179 ],
4180 "third_party": false,
4181 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004182 },
4183 {
4184 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004185 "grpc",
4186 "grpc++_base",
4187 "grpc++_codegen"
Craig Tillerf75fc122015-06-25 06:58:00 -07004188 ],
4189 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004190 "src/cpp/client/secure_credentials.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08004191 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004192 "src/cpp/common/secure_auth_context.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07004193 "src/cpp/server/secure_server_credentials.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004194 ],
4195 "language": "c++",
4196 "name": "grpc++",
4197 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004198 "src/cpp/client/secure_credentials.cc",
4199 "src/cpp/client/secure_credentials.h",
yang-g7ef72322015-07-16 21:00:51 -07004200 "src/cpp/common/auth_property_iterator.cc",
David Garcia Quintas79d90962016-03-09 13:57:46 -08004201 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004202 "src/cpp/common/secure_auth_context.cc",
4203 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08004204 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07004205 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004206 "src/cpp/server/secure_server_credentials.cc",
Craig Tillerd1697d92016-04-05 16:05:46 -07004207 "src/cpp/server/secure_server_credentials.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004208 ],
4209 "third_party": false,
4210 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004211 },
4212 {
4213 "deps": [],
4214 "headers": [
4215 "test/cpp/util/test_config.h"
4216 ],
4217 "language": "c++",
4218 "name": "grpc++_test_config",
4219 "src": [
4220 "test/cpp/util/test_config.cc",
4221 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004222 ],
4223 "third_party": false,
4224 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004225 },
4226 {
4227 "deps": [
4228 "grpc++",
4229 "grpc_test_util"
4230 ],
4231 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004232 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
4233 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
4234 "src/proto/grpc/testing/echo.grpc.pb.h",
4235 "src/proto/grpc/testing/echo.pb.h",
4236 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
4237 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08004238 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004239 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004240 "test/cpp/util/cli_call.h",
4241 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004242 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08004243 "test/cpp/util/subprocess.h",
4244 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004245 ],
4246 "language": "c++",
4247 "name": "grpc++_test_util",
4248 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08004249 "test/cpp/end2end/test_service_impl.cc",
4250 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004251 "test/cpp/util/byte_buffer_proto_helper.cc",
4252 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004253 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004254 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004255 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004256 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004257 "test/cpp/util/string_ref_helper.cc",
4258 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004259 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08004260 "test/cpp/util/subprocess.h",
4261 "test/cpp/util/test_credentials_provider.cc",
4262 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004263 ],
4264 "third_party": false,
4265 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004266 },
4267 {
4268 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004269 "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07004270 "grpc",
4271 "grpc++_base",
4272 "grpc++_codegen",
Craig Tillerf75fc122015-06-25 06:58:00 -07004273 "grpc_unsecure"
4274 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004275 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004276 "language": "c++",
4277 "name": "grpc++_unsecure",
4278 "src": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004279 "src/cpp/common/insecure_create_auth_context.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08004280 ],
4281 "third_party": false,
4282 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004283 },
4284 {
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004285 "deps": [
Craig Tiller03915e52016-04-07 09:15:10 -07004286 "grpc++_config"
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004287 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004288 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004289 "src/compiler/config.h",
4290 "src/compiler/cpp_generator.h",
4291 "src/compiler/cpp_generator_helpers.h",
4292 "src/compiler/csharp_generator.h",
4293 "src/compiler/csharp_generator_helpers.h",
4294 "src/compiler/generator_helpers.h",
4295 "src/compiler/objective_c_generator.h",
4296 "src/compiler/objective_c_generator_helpers.h",
4297 "src/compiler/python_generator.h",
4298 "src/compiler/ruby_generator.h",
4299 "src/compiler/ruby_generator_helpers-inl.h",
4300 "src/compiler/ruby_generator_map-inl.h",
4301 "src/compiler/ruby_generator_string-inl.h"
4302 ],
4303 "language": "c++",
4304 "name": "grpc_plugin_support",
4305 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004306 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004307 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004308 "src/compiler/cpp_generator.h",
4309 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004310 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004311 "src/compiler/csharp_generator.h",
4312 "src/compiler/csharp_generator_helpers.h",
4313 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004314 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004315 "src/compiler/objective_c_generator.h",
4316 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004317 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004318 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004319 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004320 "src/compiler/ruby_generator.h",
4321 "src/compiler/ruby_generator_helpers-inl.h",
4322 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004323 "src/compiler/ruby_generator_string-inl.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004324 ],
4325 "third_party": false,
4326 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004327 },
4328 {
4329 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004330 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004331 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004332 "grpc++",
4333 "grpc++_test_util",
4334 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004335 ],
4336 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004337 "src/proto/grpc/testing/messages.grpc.pb.h",
4338 "src/proto/grpc/testing/messages.pb.h",
4339 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004340 ],
4341 "language": "c++",
4342 "name": "interop_client_helper",
4343 "src": [
4344 "test/cpp/interop/client_helper.cc",
4345 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004346 ],
4347 "third_party": false,
4348 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004349 },
4350 {
4351 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004352 "gpr",
4353 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004354 "grpc",
4355 "grpc++",
4356 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004357 "grpc++_test_util",
4358 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004359 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004360 ],
4361 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004362 "src/proto/grpc/testing/empty.grpc.pb.h",
4363 "src/proto/grpc/testing/empty.pb.h",
4364 "src/proto/grpc/testing/messages.grpc.pb.h",
4365 "src/proto/grpc/testing/messages.pb.h",
4366 "src/proto/grpc/testing/test.grpc.pb.h",
4367 "src/proto/grpc/testing/test.pb.h",
4368 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004369 ],
4370 "language": "c++",
4371 "name": "interop_client_main",
4372 "src": [
4373 "test/cpp/interop/client.cc",
4374 "test/cpp/interop/interop_client.cc",
4375 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004376 ],
4377 "third_party": false,
4378 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004379 },
4380 {
4381 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004382 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004383 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004384 "grpc++",
4385 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004386 ],
4387 "headers": [
4388 "test/cpp/interop/server_helper.h"
4389 ],
4390 "language": "c++",
4391 "name": "interop_server_helper",
4392 "src": [
4393 "test/cpp/interop/server_helper.cc",
4394 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004395 ],
4396 "third_party": false,
4397 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004398 },
4399 {
4400 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004401 "gpr",
4402 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004403 "grpc",
4404 "grpc++",
4405 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004406 "grpc++_test_util",
4407 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004408 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004409 ],
4410 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004411 "src/proto/grpc/testing/empty.grpc.pb.h",
4412 "src/proto/grpc/testing/empty.pb.h",
4413 "src/proto/grpc/testing/messages.grpc.pb.h",
4414 "src/proto/grpc/testing/messages.pb.h",
4415 "src/proto/grpc/testing/test.grpc.pb.h",
4416 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004417 ],
4418 "language": "c++",
4419 "name": "interop_server_main",
4420 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08004421 "test/cpp/interop/server_main.cc"
4422 ],
4423 "third_party": false,
4424 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004425 },
4426 {
4427 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004428 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07004429 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004430 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004431 ],
4432 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004433 "src/proto/grpc/testing/control.grpc.pb.h",
4434 "src/proto/grpc/testing/control.pb.h",
4435 "src/proto/grpc/testing/messages.grpc.pb.h",
4436 "src/proto/grpc/testing/messages.pb.h",
4437 "src/proto/grpc/testing/payloads.grpc.pb.h",
4438 "src/proto/grpc/testing/payloads.pb.h",
4439 "src/proto/grpc/testing/perf_db.grpc.pb.h",
4440 "src/proto/grpc/testing/perf_db.pb.h",
4441 "src/proto/grpc/testing/services.grpc.pb.h",
4442 "src/proto/grpc/testing/services.pb.h",
4443 "src/proto/grpc/testing/stats.grpc.pb.h",
4444 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004445 "test/cpp/qps/client.h",
4446 "test/cpp/qps/driver.h",
4447 "test/cpp/qps/histogram.h",
4448 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004449 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004450 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004451 "test/cpp/qps/qps_worker.h",
4452 "test/cpp/qps/report.h",
4453 "test/cpp/qps/server.h",
4454 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004455 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08004456 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004457 ],
4458 "language": "c++",
4459 "name": "qps",
4460 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004461 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004462 "test/cpp/qps/client_async.cc",
4463 "test/cpp/qps/client_sync.cc",
4464 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004465 "test/cpp/qps/driver.h",
4466 "test/cpp/qps/histogram.h",
4467 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004468 "test/cpp/qps/limit_cores.cc",
4469 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07004470 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004471 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004472 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004473 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004474 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004475 "test/cpp/qps/report.h",
4476 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004477 "test/cpp/qps/server_async.cc",
4478 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004479 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004480 "test/cpp/qps/usage_timer.cc",
4481 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004482 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004483 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004484 ],
4485 "third_party": false,
4486 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004487 },
4488 {
4489 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004490 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004491 "grpc"
4492 ],
4493 "headers": [],
4494 "language": "csharp",
4495 "name": "grpc_csharp_ext",
4496 "src": [
4497 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004498 ],
4499 "third_party": false,
4500 "type": "lib"
4501 },
4502 {
4503 "deps": [],
4504 "headers": [
4505 "third_party/boringssl/crypto/aes/internal.h",
4506 "third_party/boringssl/crypto/asn1/asn1_locl.h",
4507 "third_party/boringssl/crypto/bio/internal.h",
4508 "third_party/boringssl/crypto/bn/internal.h",
4509 "third_party/boringssl/crypto/bn/rsaz_exp.h",
4510 "third_party/boringssl/crypto/bytestring/internal.h",
4511 "third_party/boringssl/crypto/cipher/internal.h",
4512 "third_party/boringssl/crypto/conf/conf_def.h",
4513 "third_party/boringssl/crypto/conf/internal.h",
4514 "third_party/boringssl/crypto/des/internal.h",
4515 "third_party/boringssl/crypto/dh/internal.h",
4516 "third_party/boringssl/crypto/digest/internal.h",
4517 "third_party/boringssl/crypto/digest/md32_common.h",
4518 "third_party/boringssl/crypto/directory.h",
4519 "third_party/boringssl/crypto/dsa/internal.h",
4520 "third_party/boringssl/crypto/ec/internal.h",
4521 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
4522 "third_party/boringssl/crypto/evp/internal.h",
4523 "third_party/boringssl/crypto/internal.h",
4524 "third_party/boringssl/crypto/modes/internal.h",
4525 "third_party/boringssl/crypto/obj/obj_dat.h",
4526 "third_party/boringssl/crypto/obj/obj_xref.h",
4527 "third_party/boringssl/crypto/pkcs8/internal.h",
4528 "third_party/boringssl/crypto/rand/internal.h",
4529 "third_party/boringssl/crypto/rsa/internal.h",
4530 "third_party/boringssl/crypto/test/scoped_types.h",
4531 "third_party/boringssl/crypto/test/test_util.h",
4532 "third_party/boringssl/crypto/x509/charmap.h",
4533 "third_party/boringssl/crypto/x509/vpm_int.h",
4534 "third_party/boringssl/crypto/x509v3/ext_dat.h",
4535 "third_party/boringssl/crypto/x509v3/pcy_int.h",
4536 "third_party/boringssl/include/openssl/aead.h",
4537 "third_party/boringssl/include/openssl/aes.h",
4538 "third_party/boringssl/include/openssl/arm_arch.h",
4539 "third_party/boringssl/include/openssl/asn1.h",
4540 "third_party/boringssl/include/openssl/asn1_mac.h",
4541 "third_party/boringssl/include/openssl/asn1t.h",
4542 "third_party/boringssl/include/openssl/base.h",
4543 "third_party/boringssl/include/openssl/base64.h",
4544 "third_party/boringssl/include/openssl/bio.h",
4545 "third_party/boringssl/include/openssl/blowfish.h",
4546 "third_party/boringssl/include/openssl/bn.h",
4547 "third_party/boringssl/include/openssl/buf.h",
4548 "third_party/boringssl/include/openssl/buffer.h",
4549 "third_party/boringssl/include/openssl/bytestring.h",
4550 "third_party/boringssl/include/openssl/cast.h",
4551 "third_party/boringssl/include/openssl/chacha.h",
4552 "third_party/boringssl/include/openssl/cipher.h",
4553 "third_party/boringssl/include/openssl/cmac.h",
4554 "third_party/boringssl/include/openssl/conf.h",
4555 "third_party/boringssl/include/openssl/cpu.h",
4556 "third_party/boringssl/include/openssl/crypto.h",
4557 "third_party/boringssl/include/openssl/curve25519.h",
4558 "third_party/boringssl/include/openssl/des.h",
4559 "third_party/boringssl/include/openssl/dh.h",
4560 "third_party/boringssl/include/openssl/digest.h",
4561 "third_party/boringssl/include/openssl/dsa.h",
4562 "third_party/boringssl/include/openssl/dtls1.h",
4563 "third_party/boringssl/include/openssl/ec.h",
4564 "third_party/boringssl/include/openssl/ec_key.h",
4565 "third_party/boringssl/include/openssl/ecdh.h",
4566 "third_party/boringssl/include/openssl/ecdsa.h",
4567 "third_party/boringssl/include/openssl/engine.h",
4568 "third_party/boringssl/include/openssl/err.h",
4569 "third_party/boringssl/include/openssl/evp.h",
4570 "third_party/boringssl/include/openssl/ex_data.h",
4571 "third_party/boringssl/include/openssl/hkdf.h",
4572 "third_party/boringssl/include/openssl/hmac.h",
4573 "third_party/boringssl/include/openssl/lhash.h",
4574 "third_party/boringssl/include/openssl/lhash_macros.h",
4575 "third_party/boringssl/include/openssl/md4.h",
4576 "third_party/boringssl/include/openssl/md5.h",
4577 "third_party/boringssl/include/openssl/mem.h",
4578 "third_party/boringssl/include/openssl/obj.h",
4579 "third_party/boringssl/include/openssl/obj_mac.h",
4580 "third_party/boringssl/include/openssl/objects.h",
4581 "third_party/boringssl/include/openssl/opensslfeatures.h",
4582 "third_party/boringssl/include/openssl/opensslv.h",
4583 "third_party/boringssl/include/openssl/ossl_typ.h",
4584 "third_party/boringssl/include/openssl/pem.h",
4585 "third_party/boringssl/include/openssl/pkcs12.h",
4586 "third_party/boringssl/include/openssl/pkcs7.h",
4587 "third_party/boringssl/include/openssl/pkcs8.h",
4588 "third_party/boringssl/include/openssl/poly1305.h",
4589 "third_party/boringssl/include/openssl/pqueue.h",
4590 "third_party/boringssl/include/openssl/rand.h",
4591 "third_party/boringssl/include/openssl/rc4.h",
4592 "third_party/boringssl/include/openssl/rsa.h",
4593 "third_party/boringssl/include/openssl/safestack.h",
4594 "third_party/boringssl/include/openssl/sha.h",
4595 "third_party/boringssl/include/openssl/srtp.h",
4596 "third_party/boringssl/include/openssl/ssl.h",
4597 "third_party/boringssl/include/openssl/ssl3.h",
4598 "third_party/boringssl/include/openssl/stack.h",
4599 "third_party/boringssl/include/openssl/stack_macros.h",
4600 "third_party/boringssl/include/openssl/thread.h",
4601 "third_party/boringssl/include/openssl/time_support.h",
4602 "third_party/boringssl/include/openssl/tls1.h",
4603 "third_party/boringssl/include/openssl/type_check.h",
4604 "third_party/boringssl/include/openssl/x509.h",
4605 "third_party/boringssl/include/openssl/x509_vfy.h",
4606 "third_party/boringssl/include/openssl/x509v3.h",
4607 "third_party/boringssl/ssl/internal.h",
4608 "third_party/boringssl/ssl/test/async_bio.h",
4609 "third_party/boringssl/ssl/test/packeted_bio.h",
4610 "third_party/boringssl/ssl/test/scoped_types.h",
4611 "third_party/boringssl/ssl/test/test_config.h"
4612 ],
4613 "language": "c",
4614 "name": "boringssl",
4615 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08004616 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004617 ],
4618 "third_party": true,
4619 "type": "lib"
4620 },
4621 {
4622 "deps": [],
4623 "headers": [],
4624 "language": "c++",
4625 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08004626 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004627 "third_party": true,
4628 "type": "lib"
4629 },
4630 {
4631 "deps": [
4632 "boringssl",
4633 "boringssl_test_util"
4634 ],
4635 "headers": [],
4636 "language": "c++",
4637 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004638 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004639 "third_party": true,
4640 "type": "lib"
4641 },
4642 {
4643 "deps": [
4644 "boringssl",
4645 "boringssl_test_util"
4646 ],
4647 "headers": [],
4648 "language": "c++",
Craig Tiller3d62fc62016-03-15 09:57:26 -07004649 "name": "boringssl_asn1_test_lib",
4650 "src": [],
4651 "third_party": true,
4652 "type": "lib"
4653 },
4654 {
4655 "deps": [
4656 "boringssl",
4657 "boringssl_test_util"
4658 ],
4659 "headers": [],
4660 "language": "c++",
Craig Tiller732a8752016-02-22 15:59:19 -08004661 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004662 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004663 "third_party": true,
4664 "type": "lib"
4665 },
4666 {
4667 "deps": [
4668 "boringssl",
4669 "boringssl_test_util"
4670 ],
4671 "headers": [],
4672 "language": "c++",
4673 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004674 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004675 "third_party": true,
4676 "type": "lib"
4677 },
4678 {
4679 "deps": [
4680 "boringssl",
4681 "boringssl_test_util"
4682 ],
4683 "headers": [],
4684 "language": "c++",
4685 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004686 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004687 "third_party": true,
4688 "type": "lib"
4689 },
4690 {
4691 "deps": [
4692 "boringssl",
4693 "boringssl_test_util"
4694 ],
4695 "headers": [],
4696 "language": "c++",
4697 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004698 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004699 "third_party": true,
4700 "type": "lib"
4701 },
4702 {
4703 "deps": [
4704 "boringssl",
4705 "boringssl_test_util"
4706 ],
4707 "headers": [],
4708 "language": "c++",
4709 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004710 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004711 "third_party": true,
4712 "type": "lib"
4713 },
4714 {
4715 "deps": [
4716 "boringssl",
4717 "boringssl_test_util"
4718 ],
4719 "headers": [],
4720 "language": "c++",
4721 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004722 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004723 "third_party": true,
4724 "type": "lib"
4725 },
4726 {
4727 "deps": [
4728 "boringssl",
4729 "boringssl_test_util"
4730 ],
4731 "headers": [],
4732 "language": "c++",
4733 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004734 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004735 "third_party": true,
4736 "type": "lib"
4737 },
4738 {
4739 "deps": [
4740 "boringssl",
4741 "boringssl_test_util"
4742 ],
4743 "headers": [],
4744 "language": "c",
4745 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004746 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004747 "third_party": true,
4748 "type": "lib"
4749 },
4750 {
4751 "deps": [
4752 "boringssl",
4753 "boringssl_test_util"
4754 ],
4755 "headers": [],
4756 "language": "c++",
4757 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004758 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004759 "third_party": true,
4760 "type": "lib"
4761 },
4762 {
4763 "deps": [
4764 "boringssl",
4765 "boringssl_test_util"
4766 ],
4767 "headers": [],
4768 "language": "c++",
4769 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004770 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004771 "third_party": true,
4772 "type": "lib"
4773 },
4774 {
4775 "deps": [
4776 "boringssl",
4777 "boringssl_test_util"
4778 ],
4779 "headers": [],
4780 "language": "c++",
4781 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004782 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004783 "third_party": true,
4784 "type": "lib"
4785 },
4786 {
4787 "deps": [
4788 "boringssl",
4789 "boringssl_test_util"
4790 ],
4791 "headers": [],
4792 "language": "c++",
4793 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004794 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004795 "third_party": true,
4796 "type": "lib"
4797 },
4798 {
4799 "deps": [
4800 "boringssl",
4801 "boringssl_test_util"
4802 ],
4803 "headers": [],
4804 "language": "c",
4805 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004806 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004807 "third_party": true,
4808 "type": "lib"
4809 },
4810 {
4811 "deps": [
4812 "boringssl",
4813 "boringssl_test_util"
4814 ],
4815 "headers": [],
4816 "language": "c++",
4817 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004818 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004819 "third_party": true,
4820 "type": "lib"
4821 },
4822 {
4823 "deps": [
4824 "boringssl",
4825 "boringssl_test_util"
4826 ],
4827 "headers": [],
4828 "language": "c",
4829 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004830 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004831 "third_party": true,
4832 "type": "lib"
4833 },
4834 {
4835 "deps": [
4836 "boringssl",
4837 "boringssl_test_util"
4838 ],
4839 "headers": [],
4840 "language": "c++",
4841 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004842 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004843 "third_party": true,
4844 "type": "lib"
4845 },
4846 {
4847 "deps": [
4848 "boringssl",
4849 "boringssl_test_util"
4850 ],
4851 "headers": [],
4852 "language": "c++",
4853 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004854 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004855 "third_party": true,
4856 "type": "lib"
4857 },
4858 {
4859 "deps": [
4860 "boringssl",
4861 "boringssl_test_util"
4862 ],
4863 "headers": [],
4864 "language": "c++",
4865 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004866 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004867 "third_party": true,
4868 "type": "lib"
4869 },
4870 {
4871 "deps": [
4872 "boringssl",
4873 "boringssl_test_util"
4874 ],
4875 "headers": [],
4876 "language": "c++",
4877 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004878 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004879 "third_party": true,
4880 "type": "lib"
4881 },
4882 {
4883 "deps": [
4884 "boringssl",
4885 "boringssl_test_util"
4886 ],
4887 "headers": [],
4888 "language": "c++",
4889 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004890 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004891 "third_party": true,
4892 "type": "lib"
4893 },
4894 {
4895 "deps": [
4896 "boringssl",
4897 "boringssl_test_util"
4898 ],
4899 "headers": [],
4900 "language": "c",
4901 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004902 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004903 "third_party": true,
4904 "type": "lib"
4905 },
4906 {
4907 "deps": [
4908 "boringssl",
4909 "boringssl_test_util"
4910 ],
4911 "headers": [],
4912 "language": "c++",
4913 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004914 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004915 "third_party": true,
4916 "type": "lib"
4917 },
4918 {
4919 "deps": [
4920 "boringssl",
4921 "boringssl_test_util"
4922 ],
4923 "headers": [],
4924 "language": "c",
4925 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004926 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004927 "third_party": true,
4928 "type": "lib"
4929 },
4930 {
4931 "deps": [
4932 "boringssl",
4933 "boringssl_test_util"
4934 ],
4935 "headers": [],
4936 "language": "c",
4937 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004938 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004939 "third_party": true,
4940 "type": "lib"
4941 },
4942 {
4943 "deps": [
4944 "boringssl",
4945 "boringssl_test_util"
4946 ],
4947 "headers": [],
4948 "language": "c++",
4949 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004950 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004951 "third_party": true,
4952 "type": "lib"
4953 },
4954 {
4955 "deps": [
4956 "boringssl",
4957 "boringssl_test_util"
4958 ],
4959 "headers": [],
4960 "language": "c++",
4961 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004962 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004963 "third_party": true,
4964 "type": "lib"
4965 },
4966 {
4967 "deps": [
4968 "boringssl",
4969 "boringssl_test_util"
4970 ],
4971 "headers": [],
4972 "language": "c++",
4973 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004974 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004975 "third_party": true,
4976 "type": "lib"
4977 },
4978 {
4979 "deps": [
4980 "boringssl",
4981 "boringssl_test_util"
4982 ],
4983 "headers": [],
4984 "language": "c",
4985 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004986 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004987 "third_party": true,
4988 "type": "lib"
4989 },
4990 {
4991 "deps": [
4992 "boringssl",
4993 "boringssl_test_util"
4994 ],
4995 "headers": [],
4996 "language": "c++",
4997 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004998 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004999 "third_party": true,
5000 "type": "lib"
5001 },
5002 {
5003 "deps": [
5004 "boringssl",
5005 "boringssl_test_util"
5006 ],
5007 "headers": [],
5008 "language": "c",
5009 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005010 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005011 "third_party": true,
5012 "type": "lib"
5013 },
5014 {
5015 "deps": [
5016 "boringssl",
5017 "boringssl_test_util"
5018 ],
5019 "headers": [],
5020 "language": "c",
5021 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005022 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005023 "third_party": true,
5024 "type": "lib"
5025 },
5026 {
5027 "deps": [
5028 "boringssl",
5029 "boringssl_test_util"
5030 ],
5031 "headers": [],
5032 "language": "c",
5033 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005034 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005035 "third_party": true,
5036 "type": "lib"
5037 },
5038 {
5039 "deps": [
5040 "boringssl",
5041 "boringssl_test_util"
5042 ],
5043 "headers": [],
5044 "language": "c",
5045 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005046 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005047 "third_party": true,
5048 "type": "lib"
5049 },
5050 {
5051 "deps": [
5052 "boringssl",
5053 "boringssl_test_util"
5054 ],
5055 "headers": [],
5056 "language": "c",
5057 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005058 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005059 "third_party": true,
5060 "type": "lib"
5061 },
5062 {
5063 "deps": [
5064 "boringssl",
5065 "boringssl_test_util"
5066 ],
5067 "headers": [],
5068 "language": "c++",
5069 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005070 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005071 "third_party": true,
5072 "type": "lib"
5073 },
5074 {
5075 "deps": [],
5076 "headers": [
5077 "third_party/zlib/crc32.h",
5078 "third_party/zlib/deflate.h",
5079 "third_party/zlib/gzguts.h",
5080 "third_party/zlib/inffast.h",
5081 "third_party/zlib/inffixed.h",
5082 "third_party/zlib/inflate.h",
5083 "third_party/zlib/inftrees.h",
5084 "third_party/zlib/trees.h",
5085 "third_party/zlib/zconf.h",
5086 "third_party/zlib/zlib.h",
5087 "third_party/zlib/zutil.h"
5088 ],
5089 "language": "c",
5090 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08005091 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005092 "third_party": true,
5093 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005094 },
5095 {
5096 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005097 "gpr",
5098 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08005099 "grpc_test_util_unsecure",
5100 "grpc_unsecure"
5101 ],
5102 "headers": [
5103 "test/core/bad_client/bad_client.h"
5104 ],
5105 "language": "c",
5106 "name": "bad_client_test",
5107 "src": [
5108 "test/core/bad_client/bad_client.c",
5109 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005110 ],
5111 "third_party": false,
5112 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005113 },
5114 {
5115 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005116 "gpr",
5117 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08005118 "grpc",
5119 "grpc_test_util"
5120 ],
5121 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08005122 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005123 ],
5124 "language": "c",
5125 "name": "bad_ssl_test_server",
5126 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005127 "test/core/bad_ssl/server_common.c",
5128 "test/core/bad_ssl/server_common.h"
5129 ],
5130 "third_party": false,
5131 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005132 },
5133 {
Craig Tillerf75fc122015-06-25 06:58:00 -07005134 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005135 "gpr",
5136 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08005137 "grpc",
5138 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005139 ],
5140 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005141 "test/core/end2end/end2end_tests.h",
5142 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005143 ],
5144 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005145 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07005146 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005147 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07005148 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005149 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005150 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005151 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005152 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005153 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005154 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005155 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005156 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005157 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005158 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005159 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005160 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005161 "test/core/end2end/tests/default_host.c",
5162 "test/core/end2end/tests/disappearing_server.c",
5163 "test/core/end2end/tests/empty_batch.c",
Craig Tillera446ee22016-04-04 13:09:30 -07005164 "test/core/end2end/tests/filter_causes_close.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005165 "test/core/end2end/tests/graceful_server_shutdown.c",
5166 "test/core/end2end/tests/high_initial_seqno.c",
5167 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005168 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005169 "test/core/end2end/tests/invoke_large_request.c",
5170 "test/core/end2end/tests/large_metadata.c",
5171 "test/core/end2end/tests/max_concurrent_streams.c",
5172 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005173 "test/core/end2end/tests/negative_deadline.c",
5174 "test/core/end2end/tests/no_op.c",
5175 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005176 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005177 "test/core/end2end/tests/ping_pong_streaming.c",
5178 "test/core/end2end/tests/registered_call.c",
5179 "test/core/end2end/tests/request_with_flags.c",
5180 "test/core/end2end/tests/request_with_payload.c",
5181 "test/core/end2end/tests/server_finishes_request.c",
5182 "test/core/end2end/tests/shutdown_finishes_calls.c",
5183 "test/core/end2end/tests/shutdown_finishes_tags.c",
5184 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005185 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005186 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005187 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005188 ],
5189 "third_party": false,
5190 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08005191 },
5192 {
5193 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005194 "gpr",
5195 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005196 "grpc_test_util_unsecure",
5197 "grpc_unsecure"
5198 ],
5199 "headers": [
5200 "test/core/end2end/end2end_tests.h",
5201 "test/core/end2end/tests/cancel_test_helpers.h"
5202 ],
5203 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005204 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08005205 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005206 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005207 "test/core/end2end/end2end_tests.h",
5208 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005209 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005210 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005211 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005212 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005213 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005214 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08005215 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005216 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005217 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005218 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005219 "test/core/end2end/tests/default_host.c",
5220 "test/core/end2end/tests/disappearing_server.c",
5221 "test/core/end2end/tests/empty_batch.c",
Craig Tillera446ee22016-04-04 13:09:30 -07005222 "test/core/end2end/tests/filter_causes_close.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005223 "test/core/end2end/tests/graceful_server_shutdown.c",
5224 "test/core/end2end/tests/high_initial_seqno.c",
5225 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005226 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005227 "test/core/end2end/tests/invoke_large_request.c",
5228 "test/core/end2end/tests/large_metadata.c",
5229 "test/core/end2end/tests/max_concurrent_streams.c",
5230 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005231 "test/core/end2end/tests/negative_deadline.c",
5232 "test/core/end2end/tests/no_op.c",
5233 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005234 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005235 "test/core/end2end/tests/ping_pong_streaming.c",
5236 "test/core/end2end/tests/registered_call.c",
5237 "test/core/end2end/tests/request_with_flags.c",
5238 "test/core/end2end/tests/request_with_payload.c",
5239 "test/core/end2end/tests/server_finishes_request.c",
5240 "test/core/end2end/tests/shutdown_finishes_calls.c",
5241 "test/core/end2end/tests/shutdown_finishes_tags.c",
5242 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005243 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005244 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005245 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005246 ],
5247 "third_party": false,
5248 "type": "lib"
Craig Tillerd1697d92016-04-05 16:05:46 -07005249 },
5250 {
5251 "deps": [
5252 "gpr",
5253 "grpc_base"
5254 ],
5255 "headers": [
5256 "include/grpc/census.h",
5257 "src/core/ext/census/aggregation.h",
5258 "src/core/ext/census/census_interface.h",
5259 "src/core/ext/census/census_rpc_stats.h",
5260 "src/core/ext/census/grpc_filter.h",
5261 "src/core/ext/census/mlog.h",
5262 "src/core/ext/census/rpc_metric_id.h"
5263 ],
5264 "language": "c",
5265 "name": "census",
5266 "src": [
5267 "include/grpc/census.h",
5268 "src/core/ext/census/aggregation.h",
5269 "src/core/ext/census/census_interface.h",
5270 "src/core/ext/census/census_rpc_stats.h",
5271 "src/core/ext/census/context.c",
5272 "src/core/ext/census/grpc_context.c",
5273 "src/core/ext/census/grpc_filter.c",
5274 "src/core/ext/census/grpc_filter.h",
5275 "src/core/ext/census/grpc_plugin.c",
5276 "src/core/ext/census/initialize.c",
5277 "src/core/ext/census/mlog.c",
5278 "src/core/ext/census/mlog.h",
5279 "src/core/ext/census/operation.c",
5280 "src/core/ext/census/placeholders.c",
5281 "src/core/ext/census/rpc_metric_id.h",
5282 "src/core/ext/census/tracing.c"
5283 ],
5284 "third_party": false,
5285 "type": "filegroup"
5286 },
5287 {
5288 "deps": [
5289 "gpr_codegen"
5290 ],
5291 "headers": [
5292 "include/grpc/support/alloc.h",
5293 "include/grpc/support/atm.h",
5294 "include/grpc/support/atm_gcc_atomic.h",
5295 "include/grpc/support/atm_gcc_sync.h",
5296 "include/grpc/support/atm_win32.h",
5297 "include/grpc/support/avl.h",
5298 "include/grpc/support/cmdline.h",
5299 "include/grpc/support/cpu.h",
5300 "include/grpc/support/histogram.h",
5301 "include/grpc/support/host_port.h",
5302 "include/grpc/support/log.h",
5303 "include/grpc/support/log_win32.h",
5304 "include/grpc/support/port_platform.h",
5305 "include/grpc/support/slice.h",
5306 "include/grpc/support/slice_buffer.h",
5307 "include/grpc/support/string_util.h",
5308 "include/grpc/support/subprocess.h",
5309 "include/grpc/support/sync.h",
5310 "include/grpc/support/sync_generic.h",
5311 "include/grpc/support/sync_posix.h",
5312 "include/grpc/support/sync_win32.h",
5313 "include/grpc/support/thd.h",
5314 "include/grpc/support/time.h",
5315 "include/grpc/support/tls.h",
5316 "include/grpc/support/tls_gcc.h",
5317 "include/grpc/support/tls_msvc.h",
5318 "include/grpc/support/tls_pthread.h",
5319 "include/grpc/support/useful.h",
5320 "src/core/lib/profiling/timers.h",
5321 "src/core/lib/support/backoff.h",
5322 "src/core/lib/support/block_annotate.h",
5323 "src/core/lib/support/env.h",
5324 "src/core/lib/support/load_file.h",
5325 "src/core/lib/support/murmur_hash.h",
5326 "src/core/lib/support/stack_lockfree.h",
5327 "src/core/lib/support/string.h",
5328 "src/core/lib/support/string_win32.h",
5329 "src/core/lib/support/thd_internal.h",
5330 "src/core/lib/support/time_precise.h",
5331 "src/core/lib/support/tmpfile.h"
5332 ],
5333 "language": "c",
5334 "name": "gpr_base",
5335 "src": [
5336 "include/grpc/support/alloc.h",
5337 "include/grpc/support/atm.h",
5338 "include/grpc/support/atm_gcc_atomic.h",
5339 "include/grpc/support/atm_gcc_sync.h",
5340 "include/grpc/support/atm_win32.h",
5341 "include/grpc/support/avl.h",
5342 "include/grpc/support/cmdline.h",
5343 "include/grpc/support/cpu.h",
5344 "include/grpc/support/histogram.h",
5345 "include/grpc/support/host_port.h",
5346 "include/grpc/support/log.h",
5347 "include/grpc/support/log_win32.h",
5348 "include/grpc/support/port_platform.h",
5349 "include/grpc/support/slice.h",
5350 "include/grpc/support/slice_buffer.h",
5351 "include/grpc/support/string_util.h",
5352 "include/grpc/support/subprocess.h",
5353 "include/grpc/support/sync.h",
5354 "include/grpc/support/sync_generic.h",
5355 "include/grpc/support/sync_posix.h",
5356 "include/grpc/support/sync_win32.h",
5357 "include/grpc/support/thd.h",
5358 "include/grpc/support/time.h",
5359 "include/grpc/support/tls.h",
5360 "include/grpc/support/tls_gcc.h",
5361 "include/grpc/support/tls_msvc.h",
5362 "include/grpc/support/tls_pthread.h",
5363 "include/grpc/support/useful.h",
5364 "src/core/lib/profiling/basic_timers.c",
5365 "src/core/lib/profiling/stap_timers.c",
5366 "src/core/lib/profiling/timers.h",
5367 "src/core/lib/support/alloc.c",
5368 "src/core/lib/support/avl.c",
5369 "src/core/lib/support/backoff.c",
5370 "src/core/lib/support/backoff.h",
5371 "src/core/lib/support/block_annotate.h",
5372 "src/core/lib/support/cmdline.c",
5373 "src/core/lib/support/cpu_iphone.c",
5374 "src/core/lib/support/cpu_linux.c",
5375 "src/core/lib/support/cpu_posix.c",
5376 "src/core/lib/support/cpu_windows.c",
5377 "src/core/lib/support/env.h",
5378 "src/core/lib/support/env_linux.c",
5379 "src/core/lib/support/env_posix.c",
5380 "src/core/lib/support/env_win32.c",
5381 "src/core/lib/support/histogram.c",
5382 "src/core/lib/support/host_port.c",
5383 "src/core/lib/support/load_file.c",
5384 "src/core/lib/support/load_file.h",
5385 "src/core/lib/support/log.c",
5386 "src/core/lib/support/log_android.c",
5387 "src/core/lib/support/log_linux.c",
5388 "src/core/lib/support/log_posix.c",
5389 "src/core/lib/support/log_win32.c",
5390 "src/core/lib/support/murmur_hash.c",
5391 "src/core/lib/support/murmur_hash.h",
5392 "src/core/lib/support/slice.c",
5393 "src/core/lib/support/slice_buffer.c",
5394 "src/core/lib/support/stack_lockfree.c",
5395 "src/core/lib/support/stack_lockfree.h",
5396 "src/core/lib/support/string.c",
5397 "src/core/lib/support/string.h",
5398 "src/core/lib/support/string_posix.c",
5399 "src/core/lib/support/string_win32.c",
5400 "src/core/lib/support/string_win32.h",
5401 "src/core/lib/support/subprocess_posix.c",
5402 "src/core/lib/support/subprocess_windows.c",
5403 "src/core/lib/support/sync.c",
5404 "src/core/lib/support/sync_posix.c",
5405 "src/core/lib/support/sync_win32.c",
5406 "src/core/lib/support/thd.c",
5407 "src/core/lib/support/thd_internal.h",
5408 "src/core/lib/support/thd_posix.c",
5409 "src/core/lib/support/thd_win32.c",
5410 "src/core/lib/support/time.c",
5411 "src/core/lib/support/time_posix.c",
5412 "src/core/lib/support/time_precise.c",
5413 "src/core/lib/support/time_precise.h",
5414 "src/core/lib/support/time_win32.c",
5415 "src/core/lib/support/tls_pthread.c",
5416 "src/core/lib/support/tmpfile.h",
5417 "src/core/lib/support/tmpfile_posix.c",
5418 "src/core/lib/support/tmpfile_win32.c",
5419 "src/core/lib/support/wrap_memcpy.c"
5420 ],
5421 "third_party": false,
5422 "type": "filegroup"
5423 },
5424 {
5425 "deps": [],
5426 "headers": [
5427 "include/grpc/impl/codegen/alloc.h",
5428 "include/grpc/impl/codegen/atm.h",
5429 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5430 "include/grpc/impl/codegen/atm_gcc_sync.h",
5431 "include/grpc/impl/codegen/atm_win32.h",
5432 "include/grpc/impl/codegen/log.h",
5433 "include/grpc/impl/codegen/port_platform.h",
5434 "include/grpc/impl/codegen/slice.h",
5435 "include/grpc/impl/codegen/slice_buffer.h",
5436 "include/grpc/impl/codegen/sync.h",
5437 "include/grpc/impl/codegen/sync_generic.h",
5438 "include/grpc/impl/codegen/sync_posix.h",
5439 "include/grpc/impl/codegen/sync_win32.h",
5440 "include/grpc/impl/codegen/time.h"
5441 ],
5442 "language": "c",
5443 "name": "gpr_codegen",
5444 "src": [
5445 "include/grpc/impl/codegen/alloc.h",
5446 "include/grpc/impl/codegen/atm.h",
5447 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5448 "include/grpc/impl/codegen/atm_gcc_sync.h",
5449 "include/grpc/impl/codegen/atm_win32.h",
5450 "include/grpc/impl/codegen/log.h",
5451 "include/grpc/impl/codegen/port_platform.h",
5452 "include/grpc/impl/codegen/slice.h",
5453 "include/grpc/impl/codegen/slice_buffer.h",
5454 "include/grpc/impl/codegen/sync.h",
5455 "include/grpc/impl/codegen/sync_generic.h",
5456 "include/grpc/impl/codegen/sync_posix.h",
5457 "include/grpc/impl/codegen/sync_win32.h",
5458 "include/grpc/impl/codegen/time.h"
5459 ],
5460 "third_party": false,
5461 "type": "filegroup"
5462 },
5463 {
5464 "deps": [
5465 "grpc",
Craig Tiller03915e52016-04-07 09:15:10 -07005466 "grpc++_codegen",
5467 "grpc++_config"
Craig Tillerd1697d92016-04-05 16:05:46 -07005468 ],
5469 "headers": [
5470 "include/grpc++/alarm.h",
5471 "include/grpc++/channel.h",
5472 "include/grpc++/client_context.h",
5473 "include/grpc++/completion_queue.h",
5474 "include/grpc++/create_channel.h",
5475 "include/grpc++/generic/async_generic_service.h",
5476 "include/grpc++/generic/generic_stub.h",
5477 "include/grpc++/grpc++.h",
5478 "include/grpc++/impl/call.h",
5479 "include/grpc++/impl/client_unary_call.h",
5480 "include/grpc++/impl/grpc_library.h",
5481 "include/grpc++/impl/method_handler_impl.h",
5482 "include/grpc++/impl/proto_utils.h",
5483 "include/grpc++/impl/rpc_method.h",
5484 "include/grpc++/impl/rpc_service_method.h",
5485 "include/grpc++/impl/serialization_traits.h",
5486 "include/grpc++/impl/server_builder_option.h",
5487 "include/grpc++/impl/service_type.h",
5488 "include/grpc++/impl/sync.h",
5489 "include/grpc++/impl/sync_cxx11.h",
5490 "include/grpc++/impl/sync_no_cxx11.h",
5491 "include/grpc++/impl/thd.h",
5492 "include/grpc++/impl/thd_cxx11.h",
5493 "include/grpc++/impl/thd_no_cxx11.h",
5494 "include/grpc++/security/auth_context.h",
5495 "include/grpc++/security/auth_metadata_processor.h",
5496 "include/grpc++/security/credentials.h",
5497 "include/grpc++/security/server_credentials.h",
5498 "include/grpc++/server.h",
5499 "include/grpc++/server_builder.h",
5500 "include/grpc++/server_context.h",
5501 "include/grpc++/support/async_stream.h",
5502 "include/grpc++/support/async_unary_call.h",
5503 "include/grpc++/support/byte_buffer.h",
5504 "include/grpc++/support/channel_arguments.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005505 "include/grpc++/support/slice.h",
5506 "include/grpc++/support/status.h",
5507 "include/grpc++/support/status_code_enum.h",
5508 "include/grpc++/support/string_ref.h",
5509 "include/grpc++/support/stub_options.h",
5510 "include/grpc++/support/sync_stream.h",
5511 "include/grpc++/support/time.h",
5512 "src/cpp/client/create_channel_internal.h",
5513 "src/cpp/common/core_codegen.h",
5514 "src/cpp/common/create_auth_context.h",
5515 "src/cpp/server/dynamic_thread_pool.h",
5516 "src/cpp/server/thread_pool_interface.h"
5517 ],
5518 "language": "c",
5519 "name": "grpc++_base",
5520 "src": [
5521 "include/grpc++/alarm.h",
5522 "include/grpc++/channel.h",
5523 "include/grpc++/client_context.h",
5524 "include/grpc++/completion_queue.h",
5525 "include/grpc++/create_channel.h",
5526 "include/grpc++/generic/async_generic_service.h",
5527 "include/grpc++/generic/generic_stub.h",
5528 "include/grpc++/grpc++.h",
5529 "include/grpc++/impl/call.h",
5530 "include/grpc++/impl/client_unary_call.h",
5531 "include/grpc++/impl/grpc_library.h",
5532 "include/grpc++/impl/method_handler_impl.h",
5533 "include/grpc++/impl/proto_utils.h",
5534 "include/grpc++/impl/rpc_method.h",
5535 "include/grpc++/impl/rpc_service_method.h",
5536 "include/grpc++/impl/serialization_traits.h",
5537 "include/grpc++/impl/server_builder_option.h",
5538 "include/grpc++/impl/service_type.h",
5539 "include/grpc++/impl/sync.h",
5540 "include/grpc++/impl/sync_cxx11.h",
5541 "include/grpc++/impl/sync_no_cxx11.h",
5542 "include/grpc++/impl/thd.h",
5543 "include/grpc++/impl/thd_cxx11.h",
5544 "include/grpc++/impl/thd_no_cxx11.h",
5545 "include/grpc++/security/auth_context.h",
5546 "include/grpc++/security/auth_metadata_processor.h",
5547 "include/grpc++/security/credentials.h",
5548 "include/grpc++/security/server_credentials.h",
5549 "include/grpc++/server.h",
5550 "include/grpc++/server_builder.h",
5551 "include/grpc++/server_context.h",
5552 "include/grpc++/support/async_stream.h",
5553 "include/grpc++/support/async_unary_call.h",
5554 "include/grpc++/support/byte_buffer.h",
5555 "include/grpc++/support/channel_arguments.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005556 "include/grpc++/support/slice.h",
5557 "include/grpc++/support/status.h",
5558 "include/grpc++/support/status_code_enum.h",
5559 "include/grpc++/support/string_ref.h",
5560 "include/grpc++/support/stub_options.h",
5561 "include/grpc++/support/sync_stream.h",
5562 "include/grpc++/support/time.h",
5563 "src/cpp/client/channel.cc",
5564 "src/cpp/client/client_context.cc",
5565 "src/cpp/client/create_channel.cc",
5566 "src/cpp/client/create_channel_internal.cc",
5567 "src/cpp/client/create_channel_internal.h",
5568 "src/cpp/client/credentials.cc",
5569 "src/cpp/client/generic_stub.cc",
5570 "src/cpp/client/insecure_credentials.cc",
5571 "src/cpp/common/channel_arguments.cc",
5572 "src/cpp/common/completion_queue.cc",
5573 "src/cpp/common/core_codegen.cc",
5574 "src/cpp/common/core_codegen.h",
5575 "src/cpp/common/create_auth_context.h",
5576 "src/cpp/common/rpc_method.cc",
5577 "src/cpp/server/async_generic_service.cc",
5578 "src/cpp/server/create_default_thread_pool.cc",
5579 "src/cpp/server/dynamic_thread_pool.cc",
5580 "src/cpp/server/dynamic_thread_pool.h",
5581 "src/cpp/server/insecure_server_credentials.cc",
5582 "src/cpp/server/server.cc",
5583 "src/cpp/server/server_builder.cc",
5584 "src/cpp/server/server_context.cc",
5585 "src/cpp/server/server_credentials.cc",
5586 "src/cpp/server/thread_pool_interface.h",
5587 "src/cpp/util/byte_buffer.cc",
5588 "src/cpp/util/slice.cc",
5589 "src/cpp/util/status.cc",
5590 "src/cpp/util/string_ref.cc",
5591 "src/cpp/util/time.cc"
5592 ],
5593 "third_party": false,
5594 "type": "filegroup"
5595 },
5596 {
5597 "deps": [
Craig Tiller03915e52016-04-07 09:15:10 -07005598 "grpc++_config_codegen",
5599 "grpc_codegen"
Craig Tillerd1697d92016-04-05 16:05:46 -07005600 ],
5601 "headers": [
5602 "include/grpc++/impl/codegen/async_stream.h",
5603 "include/grpc++/impl/codegen/async_unary_call.h",
5604 "include/grpc++/impl/codegen/call.h",
5605 "include/grpc++/impl/codegen/call_hook.h",
5606 "include/grpc++/impl/codegen/channel_interface.h",
5607 "include/grpc++/impl/codegen/client_context.h",
5608 "include/grpc++/impl/codegen/client_unary_call.h",
5609 "include/grpc++/impl/codegen/completion_queue.h",
5610 "include/grpc++/impl/codegen/completion_queue_tag.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005611 "include/grpc++/impl/codegen/core_codegen_interface.h",
5612 "include/grpc++/impl/codegen/grpc_library.h",
5613 "include/grpc++/impl/codegen/method_handler_impl.h",
5614 "include/grpc++/impl/codegen/proto_utils.h",
5615 "include/grpc++/impl/codegen/rpc_method.h",
5616 "include/grpc++/impl/codegen/rpc_service_method.h",
5617 "include/grpc++/impl/codegen/security/auth_context.h",
5618 "include/grpc++/impl/codegen/serialization_traits.h",
5619 "include/grpc++/impl/codegen/server_context.h",
5620 "include/grpc++/impl/codegen/server_interface.h",
5621 "include/grpc++/impl/codegen/service_type.h",
5622 "include/grpc++/impl/codegen/status.h",
5623 "include/grpc++/impl/codegen/status_code_enum.h",
5624 "include/grpc++/impl/codegen/string_ref.h",
5625 "include/grpc++/impl/codegen/stub_options.h",
5626 "include/grpc++/impl/codegen/sync.h",
5627 "include/grpc++/impl/codegen/sync_cxx11.h",
5628 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5629 "include/grpc++/impl/codegen/sync_stream.h",
5630 "include/grpc++/impl/codegen/time.h"
5631 ],
5632 "language": "c",
5633 "name": "grpc++_codegen",
5634 "src": [
5635 "include/grpc++/impl/codegen/async_stream.h",
5636 "include/grpc++/impl/codegen/async_unary_call.h",
5637 "include/grpc++/impl/codegen/call.h",
5638 "include/grpc++/impl/codegen/call_hook.h",
5639 "include/grpc++/impl/codegen/channel_interface.h",
5640 "include/grpc++/impl/codegen/client_context.h",
5641 "include/grpc++/impl/codegen/client_unary_call.h",
5642 "include/grpc++/impl/codegen/completion_queue.h",
5643 "include/grpc++/impl/codegen/completion_queue_tag.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005644 "include/grpc++/impl/codegen/core_codegen_interface.h",
5645 "include/grpc++/impl/codegen/grpc_library.h",
5646 "include/grpc++/impl/codegen/method_handler_impl.h",
5647 "include/grpc++/impl/codegen/proto_utils.h",
5648 "include/grpc++/impl/codegen/rpc_method.h",
5649 "include/grpc++/impl/codegen/rpc_service_method.h",
5650 "include/grpc++/impl/codegen/security/auth_context.h",
5651 "include/grpc++/impl/codegen/serialization_traits.h",
5652 "include/grpc++/impl/codegen/server_context.h",
5653 "include/grpc++/impl/codegen/server_interface.h",
5654 "include/grpc++/impl/codegen/service_type.h",
5655 "include/grpc++/impl/codegen/status.h",
5656 "include/grpc++/impl/codegen/status_code_enum.h",
5657 "include/grpc++/impl/codegen/string_ref.h",
5658 "include/grpc++/impl/codegen/stub_options.h",
5659 "include/grpc++/impl/codegen/sync.h",
5660 "include/grpc++/impl/codegen/sync_cxx11.h",
5661 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5662 "include/grpc++/impl/codegen/sync_stream.h",
5663 "include/grpc++/impl/codegen/time.h",
5664 "src/cpp/codegen/codegen_init.cc"
5665 ],
5666 "third_party": false,
5667 "type": "filegroup"
5668 },
5669 {
5670 "deps": [
Craig Tiller03915e52016-04-07 09:15:10 -07005671 "grpc++_config_codegen"
5672 ],
5673 "headers": [
5674 "include/grpc++/support/config.h",
5675 "include/grpc++/support/config_protobuf.h"
5676 ],
5677 "language": "c",
5678 "name": "grpc++_config",
5679 "src": [
5680 "include/grpc++/support/config.h",
5681 "include/grpc++/support/config_protobuf.h"
5682 ],
5683 "third_party": false,
5684 "type": "filegroup"
5685 },
5686 {
5687 "deps": [],
5688 "headers": [
5689 "include/grpc++/impl/codegen/config.h",
5690 "include/grpc++/impl/codegen/config_protobuf.h"
5691 ],
5692 "language": "c",
5693 "name": "grpc++_config_codegen",
5694 "src": [
5695 "include/grpc++/impl/codegen/config.h",
5696 "include/grpc++/impl/codegen/config_protobuf.h"
5697 ],
5698 "third_party": false,
5699 "type": "filegroup"
5700 },
5701 {
5702 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07005703 "gpr",
5704 "grpc_codegen"
5705 ],
5706 "headers": [
5707 "include/grpc/byte_buffer.h",
5708 "include/grpc/byte_buffer_reader.h",
5709 "include/grpc/compression.h",
5710 "include/grpc/grpc.h",
5711 "include/grpc/status.h",
5712 "src/core/lib/channel/channel_args.h",
5713 "src/core/lib/channel/channel_stack.h",
5714 "src/core/lib/channel/channel_stack_builder.h",
5715 "src/core/lib/channel/compress_filter.h",
5716 "src/core/lib/channel/connected_channel.h",
5717 "src/core/lib/channel/context.h",
5718 "src/core/lib/channel/http_client_filter.h",
5719 "src/core/lib/channel/http_server_filter.h",
5720 "src/core/lib/compression/algorithm_metadata.h",
5721 "src/core/lib/compression/message_compress.h",
5722 "src/core/lib/debug/trace.h",
5723 "src/core/lib/http/format_request.h",
5724 "src/core/lib/http/httpcli.h",
5725 "src/core/lib/http/parser.h",
5726 "src/core/lib/iomgr/closure.h",
5727 "src/core/lib/iomgr/endpoint.h",
5728 "src/core/lib/iomgr/endpoint_pair.h",
5729 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
5730 "src/core/lib/iomgr/ev_posix.h",
5731 "src/core/lib/iomgr/exec_ctx.h",
5732 "src/core/lib/iomgr/executor.h",
5733 "src/core/lib/iomgr/iocp_windows.h",
5734 "src/core/lib/iomgr/iomgr.h",
5735 "src/core/lib/iomgr/iomgr_internal.h",
5736 "src/core/lib/iomgr/iomgr_posix.h",
5737 "src/core/lib/iomgr/pollset.h",
5738 "src/core/lib/iomgr/pollset_set.h",
5739 "src/core/lib/iomgr/pollset_set_windows.h",
5740 "src/core/lib/iomgr/pollset_windows.h",
5741 "src/core/lib/iomgr/resolve_address.h",
5742 "src/core/lib/iomgr/sockaddr.h",
5743 "src/core/lib/iomgr/sockaddr_posix.h",
5744 "src/core/lib/iomgr/sockaddr_utils.h",
5745 "src/core/lib/iomgr/sockaddr_win32.h",
5746 "src/core/lib/iomgr/socket_utils_posix.h",
5747 "src/core/lib/iomgr/socket_windows.h",
5748 "src/core/lib/iomgr/tcp_client.h",
5749 "src/core/lib/iomgr/tcp_posix.h",
5750 "src/core/lib/iomgr/tcp_server.h",
5751 "src/core/lib/iomgr/tcp_windows.h",
5752 "src/core/lib/iomgr/time_averaged_stats.h",
5753 "src/core/lib/iomgr/timer.h",
5754 "src/core/lib/iomgr/timer_heap.h",
5755 "src/core/lib/iomgr/udp_server.h",
5756 "src/core/lib/iomgr/unix_sockets_posix.h",
5757 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5758 "src/core/lib/iomgr/wakeup_fd_posix.h",
5759 "src/core/lib/iomgr/workqueue.h",
5760 "src/core/lib/iomgr/workqueue_posix.h",
5761 "src/core/lib/iomgr/workqueue_windows.h",
5762 "src/core/lib/json/json.h",
5763 "src/core/lib/json/json_common.h",
5764 "src/core/lib/json/json_reader.h",
5765 "src/core/lib/json/json_writer.h",
5766 "src/core/lib/surface/api_trace.h",
5767 "src/core/lib/surface/call.h",
5768 "src/core/lib/surface/call_test_only.h",
5769 "src/core/lib/surface/channel.h",
5770 "src/core/lib/surface/channel_init.h",
5771 "src/core/lib/surface/channel_stack_type.h",
5772 "src/core/lib/surface/completion_queue.h",
5773 "src/core/lib/surface/event_string.h",
5774 "src/core/lib/surface/init.h",
5775 "src/core/lib/surface/lame_client.h",
5776 "src/core/lib/surface/server.h",
5777 "src/core/lib/surface/surface_trace.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005778 "src/core/lib/transport/byte_stream.h",
5779 "src/core/lib/transport/connectivity_state.h",
5780 "src/core/lib/transport/metadata.h",
5781 "src/core/lib/transport/metadata_batch.h",
5782 "src/core/lib/transport/static_metadata.h",
5783 "src/core/lib/transport/transport.h",
5784 "src/core/lib/transport/transport_impl.h"
5785 ],
5786 "language": "c",
5787 "name": "grpc_base",
5788 "src": [
5789 "include/grpc/byte_buffer.h",
5790 "include/grpc/byte_buffer_reader.h",
5791 "include/grpc/compression.h",
5792 "include/grpc/grpc.h",
5793 "include/grpc/status.h",
5794 "src/core/lib/channel/channel_args.c",
5795 "src/core/lib/channel/channel_args.h",
5796 "src/core/lib/channel/channel_stack.c",
5797 "src/core/lib/channel/channel_stack.h",
5798 "src/core/lib/channel/channel_stack_builder.c",
5799 "src/core/lib/channel/channel_stack_builder.h",
5800 "src/core/lib/channel/compress_filter.c",
5801 "src/core/lib/channel/compress_filter.h",
5802 "src/core/lib/channel/connected_channel.c",
5803 "src/core/lib/channel/connected_channel.h",
5804 "src/core/lib/channel/context.h",
5805 "src/core/lib/channel/http_client_filter.c",
5806 "src/core/lib/channel/http_client_filter.h",
5807 "src/core/lib/channel/http_server_filter.c",
5808 "src/core/lib/channel/http_server_filter.h",
5809 "src/core/lib/compression/algorithm_metadata.h",
5810 "src/core/lib/compression/compression_algorithm.c",
5811 "src/core/lib/compression/message_compress.c",
5812 "src/core/lib/compression/message_compress.h",
5813 "src/core/lib/debug/trace.c",
5814 "src/core/lib/debug/trace.h",
5815 "src/core/lib/http/format_request.c",
5816 "src/core/lib/http/format_request.h",
5817 "src/core/lib/http/httpcli.c",
5818 "src/core/lib/http/httpcli.h",
5819 "src/core/lib/http/parser.c",
5820 "src/core/lib/http/parser.h",
5821 "src/core/lib/iomgr/closure.c",
5822 "src/core/lib/iomgr/closure.h",
5823 "src/core/lib/iomgr/endpoint.c",
5824 "src/core/lib/iomgr/endpoint.h",
5825 "src/core/lib/iomgr/endpoint_pair.h",
5826 "src/core/lib/iomgr/endpoint_pair_posix.c",
5827 "src/core/lib/iomgr/endpoint_pair_windows.c",
5828 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
5829 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
5830 "src/core/lib/iomgr/ev_posix.c",
5831 "src/core/lib/iomgr/ev_posix.h",
5832 "src/core/lib/iomgr/exec_ctx.c",
5833 "src/core/lib/iomgr/exec_ctx.h",
5834 "src/core/lib/iomgr/executor.c",
5835 "src/core/lib/iomgr/executor.h",
5836 "src/core/lib/iomgr/iocp_windows.c",
5837 "src/core/lib/iomgr/iocp_windows.h",
5838 "src/core/lib/iomgr/iomgr.c",
5839 "src/core/lib/iomgr/iomgr.h",
5840 "src/core/lib/iomgr/iomgr_internal.h",
5841 "src/core/lib/iomgr/iomgr_posix.c",
5842 "src/core/lib/iomgr/iomgr_posix.h",
5843 "src/core/lib/iomgr/iomgr_windows.c",
5844 "src/core/lib/iomgr/pollset.h",
5845 "src/core/lib/iomgr/pollset_set.h",
5846 "src/core/lib/iomgr/pollset_set_windows.c",
5847 "src/core/lib/iomgr/pollset_set_windows.h",
5848 "src/core/lib/iomgr/pollset_windows.c",
5849 "src/core/lib/iomgr/pollset_windows.h",
5850 "src/core/lib/iomgr/resolve_address.h",
5851 "src/core/lib/iomgr/resolve_address_posix.c",
5852 "src/core/lib/iomgr/resolve_address_windows.c",
5853 "src/core/lib/iomgr/sockaddr.h",
5854 "src/core/lib/iomgr/sockaddr_posix.h",
5855 "src/core/lib/iomgr/sockaddr_utils.c",
5856 "src/core/lib/iomgr/sockaddr_utils.h",
5857 "src/core/lib/iomgr/sockaddr_win32.h",
5858 "src/core/lib/iomgr/socket_utils_common_posix.c",
5859 "src/core/lib/iomgr/socket_utils_linux.c",
5860 "src/core/lib/iomgr/socket_utils_posix.c",
5861 "src/core/lib/iomgr/socket_utils_posix.h",
5862 "src/core/lib/iomgr/socket_windows.c",
5863 "src/core/lib/iomgr/socket_windows.h",
5864 "src/core/lib/iomgr/tcp_client.h",
5865 "src/core/lib/iomgr/tcp_client_posix.c",
5866 "src/core/lib/iomgr/tcp_client_windows.c",
5867 "src/core/lib/iomgr/tcp_posix.c",
5868 "src/core/lib/iomgr/tcp_posix.h",
5869 "src/core/lib/iomgr/tcp_server.h",
5870 "src/core/lib/iomgr/tcp_server_posix.c",
5871 "src/core/lib/iomgr/tcp_server_windows.c",
5872 "src/core/lib/iomgr/tcp_windows.c",
5873 "src/core/lib/iomgr/tcp_windows.h",
5874 "src/core/lib/iomgr/time_averaged_stats.c",
5875 "src/core/lib/iomgr/time_averaged_stats.h",
5876 "src/core/lib/iomgr/timer.c",
5877 "src/core/lib/iomgr/timer.h",
5878 "src/core/lib/iomgr/timer_heap.c",
5879 "src/core/lib/iomgr/timer_heap.h",
5880 "src/core/lib/iomgr/udp_server.c",
5881 "src/core/lib/iomgr/udp_server.h",
5882 "src/core/lib/iomgr/unix_sockets_posix.c",
5883 "src/core/lib/iomgr/unix_sockets_posix.h",
5884 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
5885 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
5886 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
5887 "src/core/lib/iomgr/wakeup_fd_pipe.c",
5888 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5889 "src/core/lib/iomgr/wakeup_fd_posix.c",
5890 "src/core/lib/iomgr/wakeup_fd_posix.h",
5891 "src/core/lib/iomgr/workqueue.h",
5892 "src/core/lib/iomgr/workqueue_posix.c",
5893 "src/core/lib/iomgr/workqueue_posix.h",
5894 "src/core/lib/iomgr/workqueue_windows.c",
5895 "src/core/lib/iomgr/workqueue_windows.h",
5896 "src/core/lib/json/json.c",
5897 "src/core/lib/json/json.h",
5898 "src/core/lib/json/json_common.h",
5899 "src/core/lib/json/json_reader.c",
5900 "src/core/lib/json/json_reader.h",
5901 "src/core/lib/json/json_string.c",
5902 "src/core/lib/json/json_writer.c",
5903 "src/core/lib/json/json_writer.h",
5904 "src/core/lib/surface/alarm.c",
5905 "src/core/lib/surface/api_trace.c",
5906 "src/core/lib/surface/api_trace.h",
5907 "src/core/lib/surface/byte_buffer.c",
5908 "src/core/lib/surface/byte_buffer_reader.c",
5909 "src/core/lib/surface/call.c",
5910 "src/core/lib/surface/call.h",
5911 "src/core/lib/surface/call_details.c",
5912 "src/core/lib/surface/call_log_batch.c",
5913 "src/core/lib/surface/call_test_only.h",
5914 "src/core/lib/surface/channel.c",
5915 "src/core/lib/surface/channel.h",
5916 "src/core/lib/surface/channel_init.c",
5917 "src/core/lib/surface/channel_init.h",
5918 "src/core/lib/surface/channel_ping.c",
5919 "src/core/lib/surface/channel_stack_type.c",
5920 "src/core/lib/surface/channel_stack_type.h",
5921 "src/core/lib/surface/completion_queue.c",
5922 "src/core/lib/surface/completion_queue.h",
5923 "src/core/lib/surface/event_string.c",
5924 "src/core/lib/surface/event_string.h",
5925 "src/core/lib/surface/init.c",
5926 "src/core/lib/surface/init.h",
5927 "src/core/lib/surface/lame_client.c",
5928 "src/core/lib/surface/lame_client.h",
5929 "src/core/lib/surface/metadata_array.c",
5930 "src/core/lib/surface/server.c",
5931 "src/core/lib/surface/server.h",
5932 "src/core/lib/surface/surface_trace.h",
5933 "src/core/lib/surface/validate_metadata.c",
5934 "src/core/lib/surface/version.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005935 "src/core/lib/transport/byte_stream.c",
5936 "src/core/lib/transport/byte_stream.h",
5937 "src/core/lib/transport/connectivity_state.c",
5938 "src/core/lib/transport/connectivity_state.h",
5939 "src/core/lib/transport/metadata.c",
5940 "src/core/lib/transport/metadata.h",
5941 "src/core/lib/transport/metadata_batch.c",
5942 "src/core/lib/transport/metadata_batch.h",
5943 "src/core/lib/transport/static_metadata.c",
5944 "src/core/lib/transport/static_metadata.h",
5945 "src/core/lib/transport/transport.c",
5946 "src/core/lib/transport/transport.h",
5947 "src/core/lib/transport/transport_impl.h",
5948 "src/core/lib/transport/transport_op_string.c"
5949 ],
5950 "third_party": false,
5951 "type": "filegroup"
5952 },
5953 {
5954 "deps": [
5955 "gpr",
5956 "grpc_base"
5957 ],
5958 "headers": [
5959 "src/core/ext/client_config/client_channel.h",
5960 "src/core/ext/client_config/client_channel_factory.h",
5961 "src/core/ext/client_config/client_config.h",
5962 "src/core/ext/client_config/connector.h",
5963 "src/core/ext/client_config/initial_connect_string.h",
5964 "src/core/ext/client_config/lb_policy.h",
5965 "src/core/ext/client_config/lb_policy_factory.h",
5966 "src/core/ext/client_config/lb_policy_registry.h",
5967 "src/core/ext/client_config/resolver.h",
5968 "src/core/ext/client_config/resolver_factory.h",
5969 "src/core/ext/client_config/resolver_registry.h",
5970 "src/core/ext/client_config/subchannel.h",
5971 "src/core/ext/client_config/subchannel_call_holder.h",
5972 "src/core/ext/client_config/subchannel_index.h",
5973 "src/core/ext/client_config/uri_parser.h"
5974 ],
5975 "language": "c",
5976 "name": "grpc_client_config",
5977 "src": [
5978 "src/core/ext/client_config/channel_connectivity.c",
5979 "src/core/ext/client_config/client_channel.c",
5980 "src/core/ext/client_config/client_channel.h",
5981 "src/core/ext/client_config/client_channel_factory.c",
5982 "src/core/ext/client_config/client_channel_factory.h",
5983 "src/core/ext/client_config/client_config.c",
5984 "src/core/ext/client_config/client_config.h",
Craig Tiller0b541632016-04-05 17:21:05 -07005985 "src/core/ext/client_config/client_config_plugin.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005986 "src/core/ext/client_config/connector.c",
5987 "src/core/ext/client_config/connector.h",
5988 "src/core/ext/client_config/default_initial_connect_string.c",
5989 "src/core/ext/client_config/initial_connect_string.c",
5990 "src/core/ext/client_config/initial_connect_string.h",
5991 "src/core/ext/client_config/lb_policy.c",
5992 "src/core/ext/client_config/lb_policy.h",
5993 "src/core/ext/client_config/lb_policy_factory.c",
5994 "src/core/ext/client_config/lb_policy_factory.h",
5995 "src/core/ext/client_config/lb_policy_registry.c",
5996 "src/core/ext/client_config/lb_policy_registry.h",
5997 "src/core/ext/client_config/resolver.c",
5998 "src/core/ext/client_config/resolver.h",
5999 "src/core/ext/client_config/resolver_factory.c",
6000 "src/core/ext/client_config/resolver_factory.h",
6001 "src/core/ext/client_config/resolver_registry.c",
6002 "src/core/ext/client_config/resolver_registry.h",
6003 "src/core/ext/client_config/subchannel.c",
6004 "src/core/ext/client_config/subchannel.h",
6005 "src/core/ext/client_config/subchannel_call_holder.c",
6006 "src/core/ext/client_config/subchannel_call_holder.h",
6007 "src/core/ext/client_config/subchannel_index.c",
6008 "src/core/ext/client_config/subchannel_index.h",
6009 "src/core/ext/client_config/uri_parser.c",
6010 "src/core/ext/client_config/uri_parser.h"
6011 ],
6012 "third_party": false,
6013 "type": "filegroup"
6014 },
6015 {
6016 "deps": [
Craig Tiller03915e52016-04-07 09:15:10 -07006017 "gpr_codegen"
Craig Tillerd1697d92016-04-05 16:05:46 -07006018 ],
6019 "headers": [
6020 "include/grpc/impl/codegen/byte_buffer.h",
6021 "include/grpc/impl/codegen/compression_types.h",
6022 "include/grpc/impl/codegen/connectivity_state.h",
6023 "include/grpc/impl/codegen/grpc_types.h",
6024 "include/grpc/impl/codegen/propagation_bits.h",
6025 "include/grpc/impl/codegen/status.h"
6026 ],
6027 "language": "c",
6028 "name": "grpc_codegen",
6029 "src": [
6030 "include/grpc/impl/codegen/byte_buffer.h",
6031 "include/grpc/impl/codegen/compression_types.h",
6032 "include/grpc/impl/codegen/connectivity_state.h",
6033 "include/grpc/impl/codegen/grpc_types.h",
6034 "include/grpc/impl/codegen/propagation_bits.h",
6035 "include/grpc/impl/codegen/status.h"
6036 ],
6037 "third_party": false,
6038 "type": "filegroup"
6039 },
6040 {
6041 "deps": [
6042 "gpr",
6043 "grpc_base",
6044 "grpc_client_config",
6045 "nanopb"
6046 ],
6047 "headers": [
6048 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
6049 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h"
6050 ],
6051 "language": "c",
6052 "name": "grpc_lb_policy_grpclb",
6053 "src": [
6054 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
6055 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
6056 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c",
6057 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h"
6058 ],
6059 "third_party": false,
6060 "type": "filegroup"
6061 },
6062 {
6063 "deps": [
6064 "gpr",
6065 "grpc_base",
6066 "grpc_client_config"
6067 ],
6068 "headers": [],
6069 "language": "c",
6070 "name": "grpc_lb_policy_pick_first",
6071 "src": [
6072 "src/core/ext/lb_policy/pick_first/pick_first.c"
6073 ],
6074 "third_party": false,
6075 "type": "filegroup"
6076 },
6077 {
6078 "deps": [
6079 "gpr",
6080 "grpc_base",
6081 "grpc_client_config"
6082 ],
6083 "headers": [],
6084 "language": "c",
6085 "name": "grpc_lb_policy_round_robin",
6086 "src": [
6087 "src/core/ext/lb_policy/round_robin/round_robin.c"
6088 ],
6089 "third_party": false,
6090 "type": "filegroup"
6091 },
6092 {
6093 "deps": [
6094 "gpr",
6095 "grpc_base",
6096 "grpc_client_config"
6097 ],
6098 "headers": [],
6099 "language": "c",
6100 "name": "grpc_resolver_dns_native",
6101 "src": [
6102 "src/core/ext/resolver/dns/native/dns_resolver.c"
6103 ],
6104 "third_party": false,
6105 "type": "filegroup"
6106 },
6107 {
6108 "deps": [
6109 "gpr",
6110 "grpc_base",
6111 "grpc_client_config"
6112 ],
6113 "headers": [],
6114 "language": "c",
6115 "name": "grpc_resolver_sockaddr",
6116 "src": [
6117 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c"
6118 ],
6119 "third_party": false,
6120 "type": "filegroup"
6121 },
6122 {
6123 "deps": [
6124 "gpr",
6125 "grpc_base",
6126 "grpc_transport_chttp2_alpn"
6127 ],
6128 "headers": [
6129 "include/grpc/grpc_security.h",
6130 "src/core/lib/security/auth_filters.h",
6131 "src/core/lib/security/b64.h",
6132 "src/core/lib/security/credentials.h",
6133 "src/core/lib/security/handshake.h",
6134 "src/core/lib/security/json_token.h",
6135 "src/core/lib/security/jwt_verifier.h",
6136 "src/core/lib/security/secure_endpoint.h",
6137 "src/core/lib/security/security_connector.h",
6138 "src/core/lib/security/security_context.h",
6139 "src/core/lib/tsi/fake_transport_security.h",
6140 "src/core/lib/tsi/ssl_transport_security.h",
6141 "src/core/lib/tsi/ssl_types.h",
6142 "src/core/lib/tsi/transport_security.h",
6143 "src/core/lib/tsi/transport_security_interface.h"
6144 ],
6145 "language": "c",
6146 "name": "grpc_secure",
6147 "src": [
6148 "include/grpc/grpc_security.h",
6149 "src/core/lib/http/httpcli_security_connector.c",
6150 "src/core/lib/security/auth_filters.h",
6151 "src/core/lib/security/b64.c",
6152 "src/core/lib/security/b64.h",
6153 "src/core/lib/security/client_auth_filter.c",
6154 "src/core/lib/security/credentials.c",
6155 "src/core/lib/security/credentials.h",
6156 "src/core/lib/security/credentials_metadata.c",
6157 "src/core/lib/security/credentials_posix.c",
6158 "src/core/lib/security/credentials_win32.c",
6159 "src/core/lib/security/google_default_credentials.c",
6160 "src/core/lib/security/handshake.c",
6161 "src/core/lib/security/handshake.h",
6162 "src/core/lib/security/json_token.c",
6163 "src/core/lib/security/json_token.h",
6164 "src/core/lib/security/jwt_verifier.c",
6165 "src/core/lib/security/jwt_verifier.h",
6166 "src/core/lib/security/secure_endpoint.c",
6167 "src/core/lib/security/secure_endpoint.h",
6168 "src/core/lib/security/security_connector.c",
6169 "src/core/lib/security/security_connector.h",
6170 "src/core/lib/security/security_context.c",
6171 "src/core/lib/security/security_context.h",
6172 "src/core/lib/security/server_auth_filter.c",
6173 "src/core/lib/surface/init_secure.c",
6174 "src/core/lib/tsi/fake_transport_security.c",
6175 "src/core/lib/tsi/fake_transport_security.h",
6176 "src/core/lib/tsi/ssl_transport_security.c",
6177 "src/core/lib/tsi/ssl_transport_security.h",
6178 "src/core/lib/tsi/ssl_types.h",
6179 "src/core/lib/tsi/transport_security.c",
6180 "src/core/lib/tsi/transport_security.h",
6181 "src/core/lib/tsi/transport_security_interface.h"
6182 ],
6183 "third_party": false,
6184 "type": "filegroup"
6185 },
6186 {
6187 "deps": [
6188 "gpr_test_util",
6189 "grpc"
6190 ],
6191 "headers": [
6192 "test/core/end2end/cq_verifier.h",
6193 "test/core/end2end/fixtures/proxy.h",
6194 "test/core/iomgr/endpoint_tests.h",
6195 "test/core/util/grpc_profiler.h",
Craig Tiller5db5e132016-04-06 16:28:46 -07006196 "test/core/util/mock_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006197 "test/core/util/parse_hexstring.h",
6198 "test/core/util/port.h",
6199 "test/core/util/port_server_client.h",
6200 "test/core/util/slice_splitter.h"
6201 ],
6202 "language": "c",
6203 "name": "grpc_test_util_base",
6204 "src": [
6205 "test/core/end2end/cq_verifier.c",
6206 "test/core/end2end/cq_verifier.h",
6207 "test/core/end2end/fixtures/proxy.c",
6208 "test/core/end2end/fixtures/proxy.h",
6209 "test/core/iomgr/endpoint_tests.c",
6210 "test/core/iomgr/endpoint_tests.h",
6211 "test/core/util/grpc_profiler.c",
6212 "test/core/util/grpc_profiler.h",
Craig Tiller5db5e132016-04-06 16:28:46 -07006213 "test/core/util/mock_endpoint.c",
6214 "test/core/util/mock_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006215 "test/core/util/parse_hexstring.c",
6216 "test/core/util/parse_hexstring.h",
6217 "test/core/util/port.h",
6218 "test/core/util/port_posix.c",
6219 "test/core/util/port_server_client.c",
6220 "test/core/util/port_server_client.h",
6221 "test/core/util/port_windows.c",
6222 "test/core/util/slice_splitter.c",
6223 "test/core/util/slice_splitter.h"
6224 ],
6225 "third_party": false,
6226 "type": "filegroup"
6227 },
6228 {
6229 "deps": [
6230 "gpr",
6231 "grpc_base",
6232 "grpc_transport_chttp2_alpn"
6233 ],
6234 "headers": [
Craig Tillerf82ddc42016-04-05 17:15:07 -07006235 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006236 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6237 "src/core/ext/transport/chttp2/transport/frame.h",
6238 "src/core/ext/transport/chttp2/transport/frame_data.h",
6239 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6240 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6241 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6242 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6243 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6244 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6245 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6246 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6247 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6248 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6249 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6250 "src/core/ext/transport/chttp2/transport/internal.h",
6251 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6252 "src/core/ext/transport/chttp2/transport/stream_map.h",
6253 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6254 "src/core/ext/transport/chttp2/transport/varint.h"
6255 ],
6256 "language": "c",
6257 "name": "grpc_transport_chttp2",
6258 "src": [
Craig Tillerf82ddc42016-04-05 17:15:07 -07006259 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
6260 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
6261 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07006262 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
6263 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6264 "src/core/ext/transport/chttp2/transport/frame.h",
6265 "src/core/ext/transport/chttp2/transport/frame_data.c",
6266 "src/core/ext/transport/chttp2/transport/frame_data.h",
6267 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
6268 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6269 "src/core/ext/transport/chttp2/transport/frame_ping.c",
6270 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6271 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
6272 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6273 "src/core/ext/transport/chttp2/transport/frame_settings.c",
6274 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6275 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
6276 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6277 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
6278 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6279 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
6280 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6281 "src/core/ext/transport/chttp2/transport/hpack_table.c",
6282 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6283 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6284 "src/core/ext/transport/chttp2/transport/huffsyms.c",
6285 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6286 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
6287 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6288 "src/core/ext/transport/chttp2/transport/internal.h",
6289 "src/core/ext/transport/chttp2/transport/parsing.c",
6290 "src/core/ext/transport/chttp2/transport/status_conversion.c",
6291 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6292 "src/core/ext/transport/chttp2/transport/stream_lists.c",
6293 "src/core/ext/transport/chttp2/transport/stream_map.c",
6294 "src/core/ext/transport/chttp2/transport/stream_map.h",
6295 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
6296 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6297 "src/core/ext/transport/chttp2/transport/varint.c",
6298 "src/core/ext/transport/chttp2/transport/varint.h",
6299 "src/core/ext/transport/chttp2/transport/writing.c"
6300 ],
6301 "third_party": false,
6302 "type": "filegroup"
6303 },
6304 {
6305 "deps": [
6306 "gpr"
6307 ],
6308 "headers": [
6309 "src/core/ext/transport/chttp2/alpn/alpn.h"
6310 ],
6311 "language": "c",
6312 "name": "grpc_transport_chttp2_alpn",
6313 "src": [
6314 "src/core/ext/transport/chttp2/alpn/alpn.c",
6315 "src/core/ext/transport/chttp2/alpn/alpn.h"
6316 ],
6317 "third_party": false,
6318 "type": "filegroup"
6319 },
6320 {
6321 "deps": [
6322 "gpr",
6323 "grpc_base",
6324 "grpc_client_config",
6325 "grpc_transport_chttp2"
6326 ],
6327 "headers": [],
6328 "language": "c",
6329 "name": "grpc_transport_chttp2_client_insecure",
6330 "src": [
6331 "src/core/ext/transport/chttp2/client/insecure/channel_create.c"
6332 ],
6333 "third_party": false,
6334 "type": "filegroup"
6335 },
6336 {
6337 "deps": [
6338 "gpr",
6339 "grpc_base",
6340 "grpc_client_config",
6341 "grpc_secure",
6342 "grpc_transport_chttp2"
6343 ],
6344 "headers": [],
6345 "language": "c",
6346 "name": "grpc_transport_chttp2_client_secure",
6347 "src": [
6348 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c"
6349 ],
6350 "third_party": false,
6351 "type": "filegroup"
6352 },
6353 {
6354 "deps": [
6355 "gpr",
6356 "grpc_base",
6357 "grpc_transport_chttp2"
6358 ],
6359 "headers": [],
6360 "language": "c",
6361 "name": "grpc_transport_chttp2_server_insecure",
6362 "src": [
6363 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c"
6364 ],
6365 "third_party": false,
6366 "type": "filegroup"
6367 },
6368 {
6369 "deps": [
6370 "gpr",
6371 "grpc_base",
6372 "grpc_secure",
6373 "grpc_transport_chttp2"
6374 ],
6375 "headers": [],
6376 "language": "c",
6377 "name": "grpc_transport_chttp2_server_secure",
6378 "src": [
6379 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c"
6380 ],
6381 "third_party": false,
6382 "type": "filegroup"
6383 },
6384 {
6385 "deps": [],
6386 "headers": [
6387 "third_party/nanopb/pb.h",
6388 "third_party/nanopb/pb_common.h",
6389 "third_party/nanopb/pb_decode.h",
6390 "third_party/nanopb/pb_encode.h"
6391 ],
6392 "language": "c",
6393 "name": "nanopb",
6394 "src": [],
6395 "third_party": false,
6396 "type": "filegroup"
Craig Tillerf75fc122015-06-25 06:58:00 -07006397 }
6398]