blob: 2599df2303966dd78e5e7ce02c8fd86e732cadee [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",
Craig Tiller845516e2016-04-11 20:49:20 -0700185 "name": "client_fuzzer",
186 "src": [
187 "test/core/end2end/fuzzers/client_fuzzer.c"
188 ],
189 "third_party": false,
190 "type": "target"
191 },
192 {
193 "deps": [
194 "gpr",
195 "gpr_test_util",
196 "grpc",
197 "grpc_test_util"
198 ],
199 "headers": [],
200 "language": "c",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700201 "name": "compression_test",
202 "src": [
203 "test/core/compression/compression_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800204 ],
205 "third_party": false,
206 "type": "target"
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700207 },
208 {
209 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800210 "gpr",
211 "gpr_test_util",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700212 "grpc",
213 "grpc_test_util"
214 ],
215 "headers": [],
216 "language": "c",
Craig Tiller57e27432016-03-11 16:53:58 -0800217 "name": "concurrent_connectivity_test",
218 "src": [
219 "test/core/surface/concurrent_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 Tillere91ef682016-03-11 08:59:17 -0800233 "name": "dns_resolver_connectivity_test",
234 "src": [
235 "test/core/client_config/resolvers/dns_resolver_connectivity_test.c"
236 ],
237 "third_party": false,
238 "type": "target"
239 },
240 {
241 "deps": [
242 "gpr",
243 "gpr_test_util",
244 "grpc",
245 "grpc_test_util"
246 ],
247 "headers": [],
248 "language": "c",
Craig Tiller147c4f42015-12-11 12:32:39 -0800249 "name": "dns_resolver_test",
250 "src": [
251 "test/core/client_config/resolvers/dns_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800252 ],
253 "third_party": false,
254 "type": "target"
Craig Tiller147c4f42015-12-11 12:32:39 -0800255 },
256 {
257 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800258 "gpr",
259 "gpr_test_util",
Craig Tiller147c4f42015-12-11 12:32:39 -0800260 "grpc",
261 "grpc_test_util"
262 ],
263 "headers": [],
264 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700265 "name": "dualstack_socket_test",
266 "src": [
267 "test/core/end2end/dualstack_socket_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800268 ],
269 "third_party": false,
270 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700271 },
272 {
273 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800274 "gpr",
275 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700276 "grpc",
277 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700278 ],
279 "headers": [],
280 "language": "c",
Craig Tillerae69ad12015-08-27 09:06:31 -0700281 "name": "endpoint_pair_test",
282 "src": [
283 "test/core/iomgr/endpoint_pair_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800284 ],
285 "third_party": false,
286 "type": "target"
Craig Tillerae69ad12015-08-27 09:06:31 -0700287 },
288 {
289 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800290 "gpr",
291 "gpr_test_util",
Craig Tillerae69ad12015-08-27 09:06:31 -0700292 "grpc",
293 "grpc_test_util"
294 ],
295 "headers": [],
296 "language": "c",
Craig Tilleree98d842015-06-29 08:45:55 -0700297 "name": "fd_conservation_posix_test",
298 "src": [
299 "test/core/iomgr/fd_conservation_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800300 ],
301 "third_party": false,
302 "type": "target"
Craig Tilleree98d842015-06-29 08:45:55 -0700303 },
304 {
305 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800306 "gpr",
307 "gpr_test_util",
Craig Tilleree98d842015-06-29 08:45:55 -0700308 "grpc",
309 "grpc_test_util"
310 ],
311 "headers": [],
312 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700313 "name": "fd_posix_test",
314 "src": [
315 "test/core/iomgr/fd_posix_test.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_client",
330 "src": [
331 "test/core/fling/client.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_server",
346 "src": [
347 "test/core/fling/server.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_stream_test",
362 "src": [
363 "test/core/fling/fling_stream_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",
371 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700372 "grpc",
373 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700374 ],
375 "headers": [],
376 "language": "c",
377 "name": "fling_test",
378 "src": [
379 "test/core/fling/fling_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800380 ],
381 "third_party": false,
382 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700383 },
384 {
385 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800386 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700387 "grpc"
388 ],
389 "headers": [],
390 "language": "c",
391 "name": "gen_hpack_tables",
392 "src": [
Craig Tillerfe8592e2015-06-25 07:00:18 -0700393 "tools/codegen/core/gen_hpack_tables.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800394 ],
395 "third_party": false,
396 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700397 },
398 {
Craig Tiller11a28c72015-08-24 07:54:34 -0700399 "deps": [],
Craig Tiller49772e02015-08-21 08:08:37 -0700400 "headers": [],
401 "language": "c",
402 "name": "gen_legal_metadata_characters",
403 "src": [
404 "tools/codegen/core/gen_legal_metadata_characters.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800405 ],
406 "third_party": false,
407 "type": "target"
Craig Tiller49772e02015-08-21 08:08:37 -0700408 },
409 {
Craig Tillerf75fc122015-06-25 06:58:00 -0700410 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800411 "gpr",
Craig Tiller1b719582016-03-24 09:06:13 -0700412 "gpr_test_util",
413 "grpc",
414 "grpc_test_util"
415 ],
416 "headers": [],
417 "language": "c",
418 "name": "goaway_server_test",
419 "src": [
420 "test/core/end2end/goaway_server_test.c"
421 ],
422 "third_party": false,
423 "type": "target"
424 },
425 {
426 "deps": [
427 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -0800428 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700429 ],
430 "headers": [],
431 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800432 "name": "gpr_avl_test",
433 "src": [
434 "test/core/support/avl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800435 ],
436 "third_party": false,
437 "type": "target"
Craig Tillerfba79f22015-11-23 11:06:55 -0800438 },
439 {
440 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800441 "gpr",
442 "gpr_test_util"
Craig Tillerfba79f22015-11-23 11:06:55 -0800443 ],
444 "headers": [],
445 "language": "c",
Craig Tillerc72cc422016-03-11 10:54:36 -0800446 "name": "gpr_backoff_test",
447 "src": [
448 "test/core/support/backoff_test.c"
449 ],
450 "third_party": false,
451 "type": "target"
452 },
453 {
454 "deps": [
455 "gpr",
456 "gpr_test_util"
457 ],
458 "headers": [],
459 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700460 "name": "gpr_cmdline_test",
461 "src": [
462 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800463 ],
464 "third_party": false,
465 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700466 },
467 {
468 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800469 "gpr",
470 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700471 ],
472 "headers": [],
473 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700474 "name": "gpr_cpu_test",
475 "src": [
476 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800477 ],
478 "third_party": false,
479 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700480 },
481 {
482 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800483 "gpr",
484 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700485 ],
486 "headers": [],
487 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700488 "name": "gpr_env_test",
489 "src": [
490 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700491 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800492 "third_party": false,
493 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700494 },
495 {
496 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800497 "gpr",
498 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700499 ],
500 "headers": [],
501 "language": "c",
502 "name": "gpr_histogram_test",
503 "src": [
504 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800505 ],
506 "third_party": false,
507 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700508 },
509 {
510 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800511 "gpr",
512 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700513 ],
514 "headers": [],
515 "language": "c",
516 "name": "gpr_host_port_test",
517 "src": [
518 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800519 ],
520 "third_party": false,
521 "type": "target"
522 },
523 {
524 "deps": [
525 "gpr",
526 "gpr_test_util"
527 ],
528 "headers": [],
529 "language": "c",
530 "name": "gpr_load_file_test",
531 "src": [
532 "test/core/support/load_file_test.c"
533 ],
534 "third_party": false,
535 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700536 },
537 {
538 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800539 "gpr",
540 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700541 ],
542 "headers": [],
543 "language": "c",
544 "name": "gpr_log_test",
545 "src": [
546 "test/core/support/log_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800547 ],
548 "third_party": false,
549 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700550 },
551 {
552 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800553 "gpr",
554 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700555 ],
556 "headers": [],
557 "language": "c",
558 "name": "gpr_slice_buffer_test",
559 "src": [
560 "test/core/support/slice_buffer_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800561 ],
562 "third_party": false,
563 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700564 },
565 {
566 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800567 "gpr",
568 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700569 ],
570 "headers": [],
571 "language": "c",
572 "name": "gpr_slice_test",
573 "src": [
574 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800575 ],
576 "third_party": false,
577 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700578 },
579 {
580 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800581 "gpr",
582 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700583 ],
584 "headers": [],
585 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700586 "name": "gpr_stack_lockfree_test",
587 "src": [
588 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800589 ],
590 "third_party": false,
591 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700592 },
593 {
594 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800595 "gpr",
596 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700597 ],
598 "headers": [],
599 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700600 "name": "gpr_string_test",
601 "src": [
602 "test/core/support/string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800603 ],
604 "third_party": false,
605 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700606 },
607 {
608 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800609 "gpr",
610 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700611 ],
612 "headers": [],
613 "language": "c",
614 "name": "gpr_sync_test",
615 "src": [
616 "test/core/support/sync_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800617 ],
618 "third_party": false,
619 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700620 },
621 {
622 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800623 "gpr",
624 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700625 ],
626 "headers": [],
627 "language": "c",
628 "name": "gpr_thd_test",
629 "src": [
630 "test/core/support/thd_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800631 ],
632 "third_party": false,
633 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700634 },
635 {
636 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800637 "gpr",
638 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700639 ],
640 "headers": [],
641 "language": "c",
642 "name": "gpr_time_test",
643 "src": [
644 "test/core/support/time_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800645 ],
646 "third_party": false,
647 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700648 },
649 {
650 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800651 "gpr",
652 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700653 ],
654 "headers": [],
655 "language": "c",
656 "name": "gpr_tls_test",
657 "src": [
658 "test/core/support/tls_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800659 ],
660 "third_party": false,
661 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700662 },
663 {
664 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 "gpr",
666 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700667 ],
668 "headers": [],
669 "language": "c",
670 "name": "gpr_useful_test",
671 "src": [
672 "test/core/support/useful_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",
686 "name": "grpc_auth_context_test",
687 "src": [
688 "test/core/security/auth_context_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800689 ],
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",
Craig Tiller732a8752016-02-22 15:59:19 -0800702 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700703 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800704 "test/core/security/b64_test.c"
705 ],
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",
718 "name": "grpc_byte_buffer_reader_test",
719 "src": [
720 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800721 ],
722 "third_party": false,
723 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700724 },
725 {
726 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800727 "gpr",
728 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700729 "grpc",
730 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700731 ],
732 "headers": [],
733 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700734 "name": "grpc_channel_args_test",
735 "src": [
736 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800737 ],
738 "third_party": false,
739 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700740 },
741 {
742 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800743 "gpr",
744 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700745 "grpc",
746 "grpc_test_util"
747 ],
748 "headers": [],
749 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700750 "name": "grpc_channel_stack_test",
751 "src": [
752 "test/core/channel/channel_stack_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_completion_queue_test",
767 "src": [
768 "test/core/surface/completion_queue_test.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_create_jwt",
783 "src": [
784 "test/core/security/create_jwt.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_credentials_test",
799 "src": [
800 "test/core/security/credentials_test.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",
814 "name": "grpc_fetch_oauth2",
815 "src": [
816 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800817 ],
818 "third_party": false,
819 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700820 },
821 {
822 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800823 "gpr",
824 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700825 "grpc",
826 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700827 ],
828 "headers": [],
829 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800830 "name": "grpc_invalid_channel_args_test",
831 "src": [
832 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800833 ],
834 "third_party": false,
835 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800836 },
837 {
838 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 "gpr",
840 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800841 "grpc",
842 "grpc_test_util"
843 ],
844 "headers": [],
845 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700846 "name": "grpc_json_token_test",
847 "src": [
848 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800849 ],
850 "third_party": false,
851 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700852 },
853 {
854 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800855 "gpr",
856 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700857 "grpc",
858 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700859 ],
860 "headers": [],
861 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200862 "name": "grpc_jwt_verifier_test",
863 "src": [
864 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800865 ],
866 "third_party": false,
867 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200868 },
869 {
870 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 "gpr",
872 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200873 "grpc",
874 "grpc_test_util"
875 ],
876 "headers": [],
877 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700878 "name": "grpc_print_google_default_creds_token",
879 "src": [
880 "test/core/security/print_google_default_creds_token.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",
894 "name": "grpc_security_connector_test",
895 "src": [
896 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800897 ],
898 "third_party": false,
899 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700900 },
901 {
902 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800903 "gpr",
904 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700905 "grpc",
906 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700907 ],
908 "headers": [],
909 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200910 "name": "grpc_verify_jwt",
911 "src": [
912 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800913 ],
914 "third_party": false,
915 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200916 },
917 {
918 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800919 "gpr",
920 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200921 "grpc",
922 "grpc_test_util"
923 ],
924 "headers": [],
925 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -0700926 "name": "hpack_parser_fuzzer_test",
927 "src": [
928 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c"
929 ],
930 "third_party": false,
931 "type": "target"
932 },
933 {
934 "deps": [
935 "gpr",
936 "gpr_test_util",
937 "grpc",
938 "grpc_test_util"
939 ],
940 "headers": [],
941 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700942 "name": "hpack_parser_test",
943 "src": [
944 "test/core/transport/chttp2/hpack_parser_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",
958 "name": "hpack_table_test",
959 "src": [
960 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800961 ],
962 "third_party": false,
963 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700964 },
965 {
966 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800967 "gpr",
968 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700969 "grpc",
970 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700971 ],
972 "headers": [],
973 "language": "c",
Craig Tiller21239742016-03-23 16:33:28 -0700974 "name": "http_fuzzer_test",
975 "src": [
976 "test/core/http/fuzzer.c"
977 ],
978 "third_party": false,
979 "type": "target"
980 },
981 {
982 "deps": [
983 "gpr",
984 "gpr_test_util",
985 "grpc",
986 "grpc_test_util"
987 ],
988 "headers": [],
989 "language": "c",
Matthew Iselin1824f052016-02-10 12:16:06 +1100990 "name": "http_parser_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700991 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100992 "test/core/http/parser_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",
Matthew Iselin1824f052016-02-10 12:16:06 +11001006 "name": "httpcli_format_request_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07001007 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001008 "test/core/http/format_request_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",
Craig Tiller224b04f2015-06-25 07:11:18 -07001017 "grpc",
1018 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001019 ],
1020 "headers": [],
1021 "language": "c",
1022 "name": "httpcli_test",
1023 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001024 "test/core/http/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001025 ],
1026 "third_party": false,
1027 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001028 },
1029 {
1030 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 "gpr",
1032 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -08001033 "grpc",
1034 "grpc_test_util"
1035 ],
1036 "headers": [],
1037 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -08001038 "name": "httpscli_test",
1039 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001040 "test/core/http/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001041 ],
1042 "third_party": false,
1043 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -08001044 },
1045 {
1046 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 "gpr",
1048 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -08001049 "grpc",
1050 "grpc_test_util"
1051 ],
1052 "headers": [],
1053 "language": "c",
yang-gf1183302015-12-07 16:02:05 -08001054 "name": "init_test",
1055 "src": [
1056 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001057 ],
1058 "third_party": false,
1059 "type": "target"
yang-gf1183302015-12-07 16:02:05 -08001060 },
1061 {
1062 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 "gpr",
1064 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -08001065 "grpc",
1066 "grpc_test_util"
1067 ],
1068 "headers": [],
1069 "language": "c",
Craig Tiller5cb79622016-03-15 14:46:54 -07001070 "name": "internal_api_canary_iomgr_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_support_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",
1102 "name": "internal_api_canary_transport_test",
1103 "src": [
1104 "test/core/internal_api_canaries/iomgr.c"
1105 ],
1106 "third_party": false,
1107 "type": "target"
1108 },
1109 {
1110 "deps": [
1111 "gpr",
1112 "gpr_test_util",
1113 "grpc",
1114 "grpc_test_util"
1115 ],
1116 "headers": [],
1117 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -08001118 "name": "invalid_call_argument_test",
1119 "src": [
1120 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001121 ],
1122 "third_party": false,
1123 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -08001124 },
1125 {
1126 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 "gpr",
Craig Tiller32173c52016-03-17 14:12:45 -07001128 "gpr_test_util",
1129 "grpc",
1130 "grpc_test_util"
1131 ],
1132 "headers": [],
1133 "language": "c",
1134 "name": "json_fuzzer_test",
1135 "src": [
1136 "test/core/json/fuzzer.c"
1137 ],
1138 "third_party": false,
1139 "type": "target"
1140 },
1141 {
1142 "deps": [
1143 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001144 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001145 ],
1146 "headers": [],
1147 "language": "c",
1148 "name": "json_rewrite",
1149 "src": [
1150 "test/core/json/json_rewrite.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",
1164 "name": "json_rewrite_test",
1165 "src": [
1166 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001167 ],
1168 "third_party": false,
1169 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001170 },
1171 {
1172 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 "gpr",
1174 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001175 "grpc",
1176 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001177 ],
1178 "headers": [],
1179 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001180 "name": "json_stream_error_test",
1181 "src": [
1182 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001183 ],
1184 "third_party": false,
1185 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001186 },
1187 {
1188 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 "gpr",
1190 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001191 "grpc",
1192 "grpc_test_util"
1193 ],
1194 "headers": [],
1195 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001196 "name": "json_test",
1197 "src": [
1198 "test/core/json/json_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",
1212 "name": "lame_client_test",
1213 "src": [
1214 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001215 ],
1216 "third_party": false,
1217 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001218 },
1219 {
1220 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 "gpr",
1222 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001223 "grpc",
1224 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001225 ],
1226 "headers": [],
1227 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001228 "name": "lb_policies_test",
1229 "src": [
1230 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001231 ],
1232 "third_party": false,
1233 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001234 },
1235 {
1236 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 "gpr",
1238 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001239 "grpc",
1240 "grpc_test_util"
1241 ],
1242 "headers": [],
1243 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001244 "name": "low_level_ping_pong_benchmark",
1245 "src": [
1246 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001247 ],
1248 "third_party": false,
1249 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001250 },
1251 {
1252 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001253 "gpr",
1254 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001255 "grpc",
1256 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001257 ],
1258 "headers": [],
1259 "language": "c",
1260 "name": "message_compress_test",
1261 "src": [
1262 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001263 ],
1264 "third_party": false,
1265 "type": "target"
1266 },
1267 {
1268 "deps": [
1269 "gpr",
1270 "gpr_test_util",
1271 "grpc",
1272 "grpc_test_util"
1273 ],
1274 "headers": [],
1275 "language": "c",
1276 "name": "mlog_test",
1277 "src": [
1278 "test/core/census/mlog_test.c"
1279 ],
1280 "third_party": false,
1281 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001282 },
1283 {
1284 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 "gpr",
1286 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001287 "grpc",
1288 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001289 ],
1290 "headers": [],
1291 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001292 "name": "multiple_server_queues_test",
1293 "src": [
1294 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001295 ],
1296 "third_party": false,
1297 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001298 },
1299 {
1300 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 "gpr",
1302 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001303 ],
1304 "headers": [],
1305 "language": "c",
1306 "name": "murmur_hash_test",
1307 "src": [
1308 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001309 ],
1310 "third_party": false,
1311 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001312 },
1313 {
1314 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 "gpr",
1316 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001317 "grpc",
1318 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001319 ],
1320 "headers": [],
1321 "language": "c",
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001322 "name": "nanopb_fuzzer_response_test",
1323 "src": [
1324 "test/core/nanopb/fuzzer_response.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",
1338 "name": "nanopb_fuzzer_serverlist_test",
1339 "src": [
1340 "test/core/nanopb/fuzzer_serverlist.c"
1341 ],
1342 "third_party": false,
1343 "type": "target"
1344 },
1345 {
1346 "deps": [
1347 "gpr",
1348 "gpr_test_util",
1349 "grpc",
1350 "grpc_test_util"
1351 ],
1352 "headers": [],
1353 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001354 "name": "no_server_test",
1355 "src": [
1356 "test/core/end2end/no_server_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",
Craig Tillerf75fc122015-06-25 06:58:00 -07001370 "name": "resolve_address_test",
1371 "src": [
1372 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001373 ],
1374 "third_party": false,
1375 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001376 },
1377 {
1378 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 "gpr",
1380 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001381 "grpc",
1382 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001383 ],
1384 "headers": [],
1385 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001386 "name": "secure_channel_create_test",
1387 "src": [
1388 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001389 ],
1390 "third_party": false,
1391 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001392 },
1393 {
1394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 "gpr",
1396 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001397 "grpc",
1398 "grpc_test_util"
1399 ],
1400 "headers": [],
1401 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001402 "name": "secure_endpoint_test",
1403 "src": [
1404 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001405 ],
1406 "third_party": false,
1407 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001408 },
1409 {
1410 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001411 "gpr",
1412 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001413 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001414 "grpc_test_util"
1415 ],
1416 "headers": [],
1417 "language": "c",
1418 "name": "server_chttp2_test",
1419 "src": [
1420 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001421 ],
1422 "third_party": false,
1423 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001424 },
1425 {
1426 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001427 "gpr",
1428 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001429 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001430 "grpc_test_util"
1431 ],
1432 "headers": [],
1433 "language": "c",
Craig Tillerdf262c62016-04-02 13:53:49 -07001434 "name": "server_fuzzer",
1435 "src": [
1436 "test/core/end2end/fuzzers/server_fuzzer.c"
1437 ],
1438 "third_party": false,
1439 "type": "target"
1440 },
1441 {
1442 "deps": [
1443 "gpr",
1444 "gpr_test_util",
1445 "grpc",
1446 "grpc_test_util"
1447 ],
1448 "headers": [],
1449 "language": "c",
yang-gc3d94fb2015-12-10 14:38:00 -08001450 "name": "server_test",
1451 "src": [
1452 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001453 ],
1454 "third_party": false,
1455 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001456 },
1457 {
1458 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 "gpr",
1460 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001461 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001462 "grpc_test_util",
1463 "test_tcp_server"
1464 ],
1465 "headers": [],
1466 "language": "c",
1467 "name": "set_initial_connect_string_test",
1468 "src": [
1469 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001470 ],
1471 "third_party": false,
1472 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001473 },
1474 {
1475 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 "gpr",
1477 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001478 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001479 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001480 ],
1481 "headers": [],
1482 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001483 "name": "sockaddr_resolver_test",
1484 "src": [
1485 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001486 ],
1487 "third_party": false,
1488 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001489 },
1490 {
1491 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001492 "gpr",
1493 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001494 "grpc",
1495 "grpc_test_util"
1496 ],
1497 "headers": [],
1498 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001499 "name": "sockaddr_utils_test",
1500 "src": [
1501 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001502 ],
1503 "third_party": false,
1504 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001505 },
1506 {
1507 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 "gpr",
1509 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001510 "grpc",
1511 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001512 ],
1513 "headers": [],
1514 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001515 "name": "socket_utils_test",
1516 "src": [
1517 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001518 ],
1519 "third_party": false,
1520 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001521 },
1522 {
1523 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 "gpr",
1525 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001526 "grpc",
1527 "grpc_test_util"
1528 ],
1529 "headers": [],
1530 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001531 "name": "tcp_client_posix_test",
1532 "src": [
1533 "test/core/iomgr/tcp_client_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_posix_test",
1548 "src": [
1549 "test/core/iomgr/tcp_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": "tcp_server_posix_test",
1564 "src": [
1565 "test/core/iomgr/tcp_server_posix_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",
1579 "name": "time_averaged_stats_test",
1580 "src": [
1581 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001582 ],
1583 "third_party": false,
1584 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001585 },
1586 {
1587 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001588 "gpr",
1589 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001590 "grpc",
1591 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001592 ],
1593 "headers": [],
1594 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001595 "name": "timeout_encoding_test",
1596 "src": [
1597 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001598 ],
1599 "third_party": false,
1600 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001601 },
1602 {
1603 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 "gpr",
1605 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001606 "grpc",
1607 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001608 ],
1609 "headers": [],
1610 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001611 "name": "timer_heap_test",
1612 "src": [
1613 "test/core/iomgr/timer_heap_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",
1627 "name": "timer_list_test",
1628 "src": [
1629 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001630 ],
1631 "third_party": false,
1632 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001633 },
1634 {
1635 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 "gpr",
1637 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001638 "grpc",
1639 "grpc_test_util"
1640 ],
1641 "headers": [],
1642 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001643 "name": "timers_test",
1644 "src": [
1645 "test/core/profiling/timers_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001646 ],
1647 "third_party": false,
1648 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001649 },
1650 {
1651 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 "gpr",
1653 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001654 "grpc",
1655 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001656 ],
1657 "headers": [],
1658 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001659 "name": "transport_connectivity_state_test",
1660 "src": [
1661 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001662 ],
1663 "third_party": false,
1664 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001665 },
1666 {
1667 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001668 "gpr",
1669 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001670 "grpc",
1671 "grpc_test_util"
1672 ],
1673 "headers": [],
1674 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001675 "name": "transport_metadata_test",
1676 "src": [
1677 "test/core/transport/metadata_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",
1687 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001688 ],
1689 "headers": [],
1690 "language": "c",
1691 "name": "transport_security_test",
1692 "src": [
1693 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001694 ],
1695 "third_party": false,
1696 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001697 },
1698 {
1699 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 "gpr",
1701 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001702 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001703 "grpc_test_util"
1704 ],
1705 "headers": [],
1706 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001707 "name": "udp_server_test",
1708 "src": [
1709 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001710 ],
1711 "third_party": false,
1712 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001713 },
1714 {
1715 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 "gpr",
1717 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001718 "grpc",
1719 "grpc_test_util"
1720 ],
1721 "headers": [],
1722 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -07001723 "name": "uri_fuzzer_test",
1724 "src": [
1725 "test/core/client_config/uri_fuzzer_test.c"
1726 ],
1727 "third_party": false,
1728 "type": "target"
1729 },
1730 {
1731 "deps": [
1732 "gpr",
1733 "gpr_test_util",
1734 "grpc",
1735 "grpc_test_util"
1736 ],
1737 "headers": [],
1738 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001739 "name": "uri_parser_test",
1740 "src": [
1741 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001742 ],
1743 "third_party": false,
1744 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001745 },
1746 {
1747 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 "gpr",
1749 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001750 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001751 "grpc_test_util"
1752 ],
1753 "headers": [],
1754 "language": "c",
1755 "name": "workqueue_test",
1756 "src": [
1757 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001758 ],
1759 "third_party": false,
1760 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001761 },
1762 {
1763 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001764 "gpr",
1765 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001766 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001767 "grpc++",
1768 "grpc++_test_util",
1769 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001770 ],
1771 "headers": [],
1772 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001773 "name": "alarm_cpp_test",
1774 "src": [
1775 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001776 ],
1777 "third_party": false,
1778 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001779 },
1780 {
1781 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001782 "gpr",
1783 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001784 "grpc",
1785 "grpc++",
1786 "grpc++_test_util",
1787 "grpc_test_util"
1788 ],
1789 "headers": [],
1790 "language": "c++",
1791 "name": "async_end2end_test",
1792 "src": [
1793 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001794 ],
1795 "third_party": false,
1796 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001797 },
1798 {
1799 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 "gpr",
1801 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001802 "grpc",
1803 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001804 "grpc++_test_util",
1805 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001806 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001807 ],
1808 "headers": [],
1809 "language": "c++",
1810 "name": "async_streaming_ping_pong_test",
1811 "src": [
1812 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001813 ],
1814 "third_party": false,
1815 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001816 },
1817 {
1818 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 "gpr",
1820 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001821 "grpc",
1822 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001823 "grpc++_test_util",
1824 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001825 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001826 ],
1827 "headers": [],
1828 "language": "c++",
1829 "name": "async_unary_ping_pong_test",
1830 "src": [
1831 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001832 ],
1833 "third_party": false,
1834 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001835 },
1836 {
1837 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 "gpr",
1839 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001840 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001841 "grpc++",
1842 "grpc++_test_util",
1843 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001844 ],
1845 "headers": [],
1846 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001847 "name": "auth_property_iterator_test",
1848 "src": [
1849 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001850 ],
1851 "third_party": false,
1852 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001853 },
1854 {
1855 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001857 "grpc",
1858 "grpc++"
1859 ],
1860 "headers": [],
1861 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001862 "name": "channel_arguments_test",
1863 "src": [
yang-g52705592015-11-25 11:45:33 -08001864 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001865 ],
1866 "third_party": false,
1867 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001868 },
1869 {
1870 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 "gpr",
1872 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001873 "grpc",
1874 "grpc++",
1875 "grpc++_test_util",
1876 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001877 ],
1878 "headers": [],
1879 "language": "c++",
1880 "name": "cli_call_test",
1881 "src": [
1882 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001883 ],
1884 "third_party": false,
1885 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001886 },
1887 {
1888 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 "gpr",
1890 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001891 "grpc",
1892 "grpc++",
1893 "grpc++_test_util",
1894 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001895 ],
1896 "headers": [],
1897 "language": "c++",
1898 "name": "client_crash_test",
1899 "src": [
1900 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001901 ],
1902 "third_party": false,
1903 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001904 },
1905 {
1906 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 "gpr",
1908 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001909 "grpc",
1910 "grpc++",
1911 "grpc++_test_util",
1912 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001913 ],
1914 "headers": [],
1915 "language": "c++",
1916 "name": "client_crash_test_server",
1917 "src": [
1918 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001919 ],
1920 "third_party": false,
1921 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001922 },
1923 {
1924 "deps": [
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001925 "gpr",
1926 "grpc",
1927 "grpc++",
Craig Tiller03d8f2f2016-04-07 08:02:16 -07001928 "grpc++_codegen"
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001929 ],
1930 "headers": [
1931 "src/proto/grpc/testing/control.grpc.pb.h",
1932 "src/proto/grpc/testing/control.pb.h",
1933 "src/proto/grpc/testing/messages.grpc.pb.h",
1934 "src/proto/grpc/testing/messages.pb.h",
1935 "src/proto/grpc/testing/payloads.grpc.pb.h",
1936 "src/proto/grpc/testing/payloads.pb.h",
1937 "src/proto/grpc/testing/perf_db.grpc.pb.h",
1938 "src/proto/grpc/testing/perf_db.pb.h",
1939 "src/proto/grpc/testing/services.grpc.pb.h",
1940 "src/proto/grpc/testing/services.pb.h",
1941 "src/proto/grpc/testing/stats.grpc.pb.h",
1942 "src/proto/grpc/testing/stats.pb.h"
1943 ],
1944 "language": "c++",
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001945 "name": "codegen_test_full",
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001946 "src": [
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07001947 "test/cpp/codegen/codegen_test_full.cc"
1948 ],
1949 "third_party": false,
1950 "type": "target"
1951 },
1952 {
1953 "deps": [
1954 "grpc++_codegen"
1955 ],
1956 "headers": [
1957 "src/proto/grpc/testing/control.grpc.pb.h",
1958 "src/proto/grpc/testing/control.pb.h",
1959 "src/proto/grpc/testing/messages.grpc.pb.h",
1960 "src/proto/grpc/testing/messages.pb.h",
1961 "src/proto/grpc/testing/payloads.grpc.pb.h",
1962 "src/proto/grpc/testing/payloads.pb.h",
1963 "src/proto/grpc/testing/perf_db.grpc.pb.h",
1964 "src/proto/grpc/testing/perf_db.pb.h",
1965 "src/proto/grpc/testing/services.grpc.pb.h",
1966 "src/proto/grpc/testing/services.pb.h",
1967 "src/proto/grpc/testing/stats.grpc.pb.h",
1968 "src/proto/grpc/testing/stats.pb.h"
1969 ],
1970 "language": "c++",
1971 "name": "codegen_test_minimal",
1972 "src": [
1973 "test/cpp/codegen/codegen_test_minimal.cc"
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001974 ],
1975 "third_party": false,
1976 "type": "target"
1977 },
1978 {
1979 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001981 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001982 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001983 ],
1984 "headers": [],
1985 "language": "c++",
1986 "name": "credentials_test",
1987 "src": [
1988 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001989 ],
1990 "third_party": false,
1991 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001992 },
1993 {
1994 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 "gpr",
1996 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001997 "grpc",
1998 "grpc++",
1999 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002000 ],
2001 "headers": [],
2002 "language": "c++",
2003 "name": "cxx_byte_buffer_test",
2004 "src": [
2005 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002006 ],
2007 "third_party": false,
2008 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002009 },
2010 {
2011 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 "gpr",
2013 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002014 "grpc",
2015 "grpc++",
2016 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002017 ],
2018 "headers": [],
2019 "language": "c++",
2020 "name": "cxx_slice_test",
2021 "src": [
2022 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002023 ],
2024 "third_party": false,
2025 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002026 },
2027 {
2028 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07002029 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07002030 ],
2031 "headers": [],
2032 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07002033 "name": "cxx_string_ref_test",
2034 "src": [
2035 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002036 ],
2037 "third_party": false,
2038 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07002039 },
2040 {
2041 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 "gpr",
2043 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002044 "grpc",
2045 "grpc++",
2046 "grpc_test_util"
2047 ],
2048 "headers": [],
2049 "language": "c++",
2050 "name": "cxx_time_test",
2051 "src": [
2052 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002053 ],
2054 "third_party": false,
2055 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002056 },
2057 {
2058 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 "gpr",
2060 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002061 "grpc",
2062 "grpc++",
2063 "grpc++_test_util",
2064 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002065 ],
2066 "headers": [],
2067 "language": "c++",
2068 "name": "end2end_test",
2069 "src": [
2070 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002071 ],
2072 "third_party": false,
2073 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002074 },
2075 {
2076 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 "gpr",
2078 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002079 "grpc",
2080 "grpc++",
2081 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002082 "grpc_test_util",
2083 "qps"
2084 ],
2085 "headers": [],
2086 "language": "c++",
2087 "name": "generic_async_streaming_ping_pong_test",
2088 "src": [
2089 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002090 ],
2091 "third_party": false,
2092 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002093 },
2094 {
2095 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 "gpr",
2097 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002098 "grpc",
2099 "grpc++",
2100 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002101 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002102 ],
2103 "headers": [],
2104 "language": "c++",
2105 "name": "generic_end2end_test",
2106 "src": [
2107 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002108 ],
2109 "third_party": false,
2110 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002111 },
2112 {
2113 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 "gpr",
2115 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002116 "grpc",
2117 "grpc++",
2118 "grpc++_test_config",
2119 "grpc++_test_util",
2120 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002121 ],
2122 "headers": [],
2123 "language": "c++",
2124 "name": "grpc_cli",
2125 "src": [
2126 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002127 ],
2128 "third_party": false,
2129 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002130 },
2131 {
2132 "deps": [
2133 "grpc_plugin_support"
2134 ],
2135 "headers": [],
2136 "language": "c++",
2137 "name": "grpc_cpp_plugin",
2138 "src": [
2139 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002140 ],
2141 "third_party": false,
2142 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002143 },
2144 {
2145 "deps": [
2146 "grpc_plugin_support"
2147 ],
2148 "headers": [],
2149 "language": "c++",
2150 "name": "grpc_csharp_plugin",
2151 "src": [
2152 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002153 ],
2154 "third_party": false,
2155 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002156 },
2157 {
2158 "deps": [
2159 "grpc_plugin_support"
2160 ],
2161 "headers": [],
2162 "language": "c++",
2163 "name": "grpc_objective_c_plugin",
2164 "src": [
2165 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002166 ],
2167 "third_party": false,
2168 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002169 },
2170 {
2171 "deps": [
2172 "grpc_plugin_support"
2173 ],
2174 "headers": [],
2175 "language": "c++",
2176 "name": "grpc_python_plugin",
2177 "src": [
2178 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002179 ],
2180 "third_party": false,
2181 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002182 },
2183 {
2184 "deps": [
2185 "grpc_plugin_support"
2186 ],
2187 "headers": [],
2188 "language": "c++",
2189 "name": "grpc_ruby_plugin",
2190 "src": [
2191 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002192 ],
2193 "third_party": false,
2194 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002195 },
2196 {
2197 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08002198 "grpc",
2199 "grpc++",
2200 "grpc++_test_util",
2201 "grpc_test_util"
2202 ],
2203 "headers": [
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002204 "src/proto/grpc/lb/v1/load_balancer.grpc.pb.h",
2205 "src/proto/grpc/lb/v1/load_balancer.pb.h"
Craig Tillereb841e22016-02-11 15:49:16 -08002206 ],
2207 "language": "c++",
2208 "name": "grpclb_api_test",
2209 "src": [
2210 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08002211 ],
2212 "third_party": false,
2213 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002214 },
2215 {
2216 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 "gpr",
2218 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002219 "grpc",
2220 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08002221 "grpc++_test_util",
2222 "grpc_test_util"
2223 ],
2224 "headers": [],
2225 "language": "c++",
2226 "name": "hybrid_end2end_test",
2227 "src": [
2228 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002229 ],
2230 "third_party": false,
2231 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08002232 },
2233 {
2234 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 "gpr",
2236 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08002237 "grpc",
2238 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002239 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002240 "grpc++_test_util",
2241 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002242 "interop_client_helper",
2243 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002244 ],
2245 "headers": [],
2246 "language": "c++",
2247 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08002248 "src": [],
2249 "third_party": false,
2250 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002251 },
2252 {
2253 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 "gpr",
2255 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002256 "grpc",
2257 "grpc++",
2258 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002259 "grpc++_test_util",
2260 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002261 "interop_server_helper",
2262 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002263 ],
2264 "headers": [],
2265 "language": "c++",
2266 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002267 "src": [],
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",
2274 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002275 "grpc",
2276 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002277 ],
2278 "headers": [],
2279 "language": "c++",
2280 "name": "interop_test",
2281 "src": [
2282 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002283 ],
2284 "third_party": false,
2285 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002286 },
2287 {
2288 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 "gpr",
Craig Tiller0bda0b32016-03-03 12:51:53 -08002290 "gpr_test_util",
2291 "grpc",
2292 "grpc++",
2293 "grpc++_test_config",
2294 "grpc++_test_util",
2295 "grpc_test_util"
2296 ],
2297 "headers": [],
2298 "language": "c++",
2299 "name": "json_run_localhost",
2300 "src": [
2301 "test/cpp/qps/json_run_localhost.cc"
2302 ],
2303 "third_party": false,
2304 "type": "target"
2305 },
2306 {
2307 "deps": [
2308 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002309 "grpc",
2310 "grpc++",
2311 "grpc++_test_config"
2312 ],
2313 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002314 "src/proto/grpc/testing/metrics.grpc.pb.h",
2315 "src/proto/grpc/testing/metrics.pb.h",
2316 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002317 ],
2318 "language": "c++",
2319 "name": "metrics_client",
2320 "src": [
2321 "test/cpp/interop/metrics_client.cc",
2322 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002323 ],
2324 "third_party": false,
2325 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002326 },
2327 {
2328 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 "gpr",
2330 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002331 "grpc",
2332 "grpc++",
2333 "grpc++_test_util",
2334 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002335 ],
2336 "headers": [],
2337 "language": "c++",
2338 "name": "mock_test",
2339 "src": [
2340 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002341 ],
2342 "third_party": false,
2343 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002344 },
2345 {
2346 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 "gpr",
2348 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002349 "grpc",
2350 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002351 "grpc++_test_util",
2352 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002353 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002354 ],
2355 "headers": [],
2356 "language": "c++",
2357 "name": "qps_interarrival_test",
2358 "src": [
2359 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002360 ],
2361 "third_party": false,
2362 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002363 },
2364 {
2365 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 "gpr",
2367 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002368 "grpc",
2369 "grpc++",
2370 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002371 "grpc++_test_util",
2372 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002373 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002374 ],
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002375 "headers": [
2376 "test/cpp/qps/parse_json.h"
2377 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07002378 "language": "c++",
Craig Tiller0bda0b32016-03-03 12:51:53 -08002379 "name": "qps_json_driver",
2380 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002381 "test/cpp/qps/parse_json.cc",
2382 "test/cpp/qps/parse_json.h",
Craig Tiller0bda0b32016-03-03 12:51:53 -08002383 "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",
itessier2a522032016-04-19 17:38:51 -07003196 "boringssl_test_util",
3197 "boringssl_x509_test_lib"
3198 ],
3199 "headers": [],
3200 "language": "c++",
3201 "name": "boringssl_x509_test",
3202 "src": [],
3203 "third_party": true,
3204 "type": "target"
3205 },
3206 {
3207 "deps": [
3208 "boringssl",
Craig Tiller732a8752016-02-22 15:59:19 -08003209 "boringssl_tab_test_lib",
3210 "boringssl_test_util"
3211 ],
3212 "headers": [],
3213 "language": "c++",
3214 "name": "boringssl_tab_test",
3215 "src": [],
3216 "third_party": true,
3217 "type": "target"
3218 },
3219 {
3220 "deps": [
3221 "boringssl",
3222 "boringssl_test_util",
3223 "boringssl_v3name_test_lib"
3224 ],
3225 "headers": [],
3226 "language": "c++",
3227 "name": "boringssl_v3name_test",
3228 "src": [],
3229 "third_party": true,
3230 "type": "target"
3231 },
3232 {
3233 "deps": [
3234 "boringssl",
3235 "boringssl_pqueue_test_lib",
3236 "boringssl_test_util"
3237 ],
3238 "headers": [],
3239 "language": "c++",
3240 "name": "boringssl_pqueue_test",
3241 "src": [],
3242 "third_party": true,
3243 "type": "target"
3244 },
3245 {
3246 "deps": [
3247 "boringssl",
3248 "boringssl_ssl_test_lib",
3249 "boringssl_test_util"
3250 ],
3251 "headers": [],
3252 "language": "c++",
3253 "name": "boringssl_ssl_test",
3254 "src": [],
3255 "third_party": true,
3256 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08003257 },
3258 {
3259 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08003260 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003261 "gpr",
3262 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003263 "grpc_test_util_unsecure",
3264 "grpc_unsecure"
3265 ],
3266 "headers": [],
3267 "language": "c",
3268 "name": "badreq_bad_client_test",
3269 "src": [
3270 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003271 ],
3272 "third_party": false,
3273 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003274 },
3275 {
3276 "deps": [
3277 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003278 "gpr",
3279 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003280 "grpc_test_util_unsecure",
3281 "grpc_unsecure"
3282 ],
3283 "headers": [],
3284 "language": "c",
3285 "name": "connection_prefix_bad_client_test",
3286 "src": [
3287 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003288 ],
3289 "third_party": false,
3290 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003291 },
3292 {
3293 "deps": [
3294 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003295 "gpr",
3296 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003297 "grpc_test_util_unsecure",
3298 "grpc_unsecure"
3299 ],
3300 "headers": [],
3301 "language": "c",
Craig Tiller307a7202016-04-02 07:40:39 -07003302 "name": "head_of_line_blocking_bad_client_test",
3303 "src": [
3304 "test/core/bad_client/tests/head_of_line_blocking.c"
3305 ],
3306 "third_party": false,
3307 "type": "target"
3308 },
3309 {
3310 "deps": [
3311 "bad_client_test",
3312 "gpr",
3313 "gpr_test_util",
3314 "grpc_test_util_unsecure",
3315 "grpc_unsecure"
3316 ],
3317 "headers": [],
3318 "language": "c",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003319 "name": "headers_bad_client_test",
3320 "src": [
3321 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003322 ],
3323 "third_party": false,
3324 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003325 },
3326 {
3327 "deps": [
3328 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003329 "gpr",
3330 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003331 "grpc_test_util_unsecure",
3332 "grpc_unsecure"
3333 ],
3334 "headers": [],
3335 "language": "c",
3336 "name": "initial_settings_frame_bad_client_test",
3337 "src": [
3338 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003339 ],
3340 "third_party": false,
3341 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003342 },
3343 {
3344 "deps": [
3345 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003346 "gpr",
3347 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003348 "grpc_test_util_unsecure",
3349 "grpc_unsecure"
3350 ],
3351 "headers": [],
3352 "language": "c",
3353 "name": "server_registered_method_bad_client_test",
3354 "src": [
3355 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003356 ],
3357 "third_party": false,
3358 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003359 },
3360 {
3361 "deps": [
3362 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003363 "gpr",
3364 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003365 "grpc_test_util_unsecure",
3366 "grpc_unsecure"
3367 ],
3368 "headers": [],
3369 "language": "c",
3370 "name": "simple_request_bad_client_test",
3371 "src": [
3372 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003373 ],
3374 "third_party": false,
3375 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003376 },
3377 {
3378 "deps": [
3379 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 "gpr",
3381 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003382 "grpc_test_util_unsecure",
3383 "grpc_unsecure"
3384 ],
3385 "headers": [],
3386 "language": "c",
3387 "name": "unknown_frame_bad_client_test",
3388 "src": [
3389 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003390 ],
3391 "third_party": false,
3392 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003393 },
3394 {
3395 "deps": [
3396 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003397 "gpr",
3398 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003399 "grpc_test_util_unsecure",
3400 "grpc_unsecure"
3401 ],
3402 "headers": [],
3403 "language": "c",
3404 "name": "window_overflow_bad_client_test",
3405 "src": [
3406 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003407 ],
3408 "third_party": false,
3409 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003410 },
3411 {
3412 "deps": [
3413 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003414 "gpr",
3415 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003416 "grpc",
3417 "grpc_test_util"
3418 ],
3419 "headers": [],
3420 "language": "c",
3421 "name": "bad_ssl_alpn_server",
3422 "src": [
3423 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003424 ],
3425 "third_party": false,
3426 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003427 },
3428 {
3429 "deps": [
3430 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003431 "gpr",
3432 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003433 "grpc",
3434 "grpc_test_util"
3435 ],
3436 "headers": [],
3437 "language": "c",
3438 "name": "bad_ssl_cert_server",
3439 "src": [
3440 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003441 ],
3442 "third_party": false,
3443 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003444 },
3445 {
3446 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 "gpr",
3448 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003449 "grpc",
3450 "grpc_test_util"
3451 ],
3452 "headers": [],
3453 "language": "c",
3454 "name": "bad_ssl_alpn_test",
3455 "src": [
3456 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003457 ],
3458 "third_party": false,
3459 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003460 },
3461 {
3462 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003463 "gpr",
3464 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003465 "grpc",
3466 "grpc_test_util"
3467 ],
3468 "headers": [],
3469 "language": "c",
3470 "name": "bad_ssl_cert_test",
3471 "src": [
3472 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003473 ],
3474 "third_party": false,
3475 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003476 },
3477 {
3478 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003479 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003480 "gpr",
3481 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003482 "grpc",
3483 "grpc_test_util"
3484 ],
3485 "headers": [],
3486 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003487 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003488 "src": [
3489 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003490 ],
3491 "third_party": false,
3492 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003493 },
3494 {
3495 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003496 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003497 "gpr",
3498 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003499 "grpc",
3500 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003501 ],
3502 "headers": [],
3503 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003504 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003505 "src": [
3506 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003507 ],
3508 "third_party": false,
3509 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003510 },
3511 {
3512 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003513 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003514 "gpr",
3515 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003516 "grpc",
3517 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003518 ],
3519 "headers": [],
3520 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003521 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003522 "src": [
3523 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003524 ],
3525 "third_party": false,
3526 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003527 },
3528 {
3529 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003530 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003531 "gpr",
3532 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003533 "grpc",
3534 "grpc_test_util"
3535 ],
3536 "headers": [],
3537 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003538 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003539 "src": [
3540 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003541 ],
3542 "third_party": false,
3543 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003544 },
3545 {
3546 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003547 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003548 "gpr",
3549 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003550 "grpc",
3551 "grpc_test_util"
3552 ],
3553 "headers": [],
3554 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003555 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003556 "src": [
3557 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003558 ],
3559 "third_party": false,
3560 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003561 },
3562 {
3563 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003564 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003565 "gpr",
3566 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003567 "grpc",
3568 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003569 ],
3570 "headers": [],
3571 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003572 "name": "h2_full+trace_test",
3573 "src": [
3574 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003575 ],
3576 "third_party": false,
3577 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003578 },
3579 {
3580 "deps": [
Craig Tiller178edfa2016-02-17 20:54:46 -08003581 "end2end_tests",
3582 "gpr",
3583 "gpr_test_util",
3584 "grpc",
3585 "grpc_test_util"
3586 ],
3587 "headers": [],
3588 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003589 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003590 "src": [
3591 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003592 ],
3593 "third_party": false,
3594 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003595 },
3596 {
3597 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003598 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003599 "gpr",
3600 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003601 "grpc",
3602 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003603 ],
3604 "headers": [],
3605 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003606 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003607 "src": [
3608 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003609 ],
3610 "third_party": false,
3611 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003612 },
3613 {
3614 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003615 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003616 "gpr",
3617 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003618 "grpc",
3619 "grpc_test_util"
3620 ],
3621 "headers": [],
3622 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003623 "name": "h2_sockpair_test",
3624 "src": [
3625 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003626 ],
3627 "third_party": false,
3628 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003629 },
3630 {
3631 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003632 "end2end_tests",
3633 "gpr",
3634 "gpr_test_util",
3635 "grpc",
3636 "grpc_test_util"
3637 ],
3638 "headers": [],
3639 "language": "c",
3640 "name": "h2_sockpair+trace_test",
3641 "src": [
3642 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003643 ],
3644 "third_party": false,
3645 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003646 },
3647 {
3648 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003649 "end2end_tests",
3650 "gpr",
3651 "gpr_test_util",
3652 "grpc",
3653 "grpc_test_util"
3654 ],
3655 "headers": [],
3656 "language": "c",
3657 "name": "h2_sockpair_1byte_test",
3658 "src": [
3659 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003660 ],
3661 "third_party": false,
3662 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003663 },
3664 {
3665 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003666 "end2end_tests",
3667 "gpr",
3668 "gpr_test_util",
3669 "grpc",
3670 "grpc_test_util"
3671 ],
3672 "headers": [],
3673 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003674 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003675 "src": [
3676 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003677 ],
3678 "third_party": false,
3679 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003680 },
3681 {
3682 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003683 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003684 "gpr",
3685 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003686 "grpc",
3687 "grpc_test_util"
3688 ],
3689 "headers": [],
3690 "language": "c",
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07003691 "name": "h2_ssl_cert_test",
3692 "src": [
3693 "test/core/end2end/fixtures/h2_ssl_cert.c"
3694 ],
3695 "third_party": false,
3696 "type": "target"
3697 },
3698 {
3699 "deps": [
3700 "end2end_tests",
3701 "gpr",
3702 "gpr_test_util",
3703 "grpc",
3704 "grpc_test_util"
3705 ],
3706 "headers": [],
3707 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003708 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003709 "src": [
3710 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003711 ],
3712 "third_party": false,
3713 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003714 },
3715 {
3716 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003717 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003718 "gpr",
3719 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003720 "grpc",
3721 "grpc_test_util"
3722 ],
3723 "headers": [],
3724 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003725 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003726 "src": [
3727 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003728 ],
3729 "third_party": false,
3730 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003731 },
3732 {
3733 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003734 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003735 "gpr",
3736 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003737 "grpc_test_util_unsecure",
3738 "grpc_unsecure"
3739 ],
3740 "headers": [],
3741 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003742 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003743 "src": [
3744 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003745 ],
3746 "third_party": false,
3747 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003748 },
3749 {
3750 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003751 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003752 "gpr",
3753 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003754 "grpc_test_util_unsecure",
3755 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003756 ],
3757 "headers": [],
3758 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003759 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003760 "src": [
3761 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003762 ],
3763 "third_party": false,
3764 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003765 },
3766 {
3767 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003768 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003769 "gpr",
3770 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003771 "grpc_test_util_unsecure",
3772 "grpc_unsecure"
3773 ],
3774 "headers": [],
3775 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003776 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003777 "src": [
3778 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003779 ],
3780 "third_party": false,
3781 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003782 },
3783 {
3784 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003785 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003786 "gpr",
3787 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003788 "grpc_test_util_unsecure",
3789 "grpc_unsecure"
3790 ],
3791 "headers": [],
3792 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003793 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003794 "src": [
3795 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003796 ],
3797 "third_party": false,
3798 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003799 },
3800 {
3801 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003802 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003803 "gpr",
3804 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003805 "grpc_test_util_unsecure",
3806 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003807 ],
3808 "headers": [],
3809 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003810 "name": "h2_full+trace_nosec_test",
3811 "src": [
3812 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003813 ],
3814 "third_party": false,
3815 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003816 },
3817 {
3818 "deps": [
3819 "end2end_nosec_tests",
3820 "gpr",
3821 "gpr_test_util",
3822 "grpc_test_util_unsecure",
3823 "grpc_unsecure"
3824 ],
3825 "headers": [],
3826 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003827 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003828 "src": [
3829 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003830 ],
3831 "third_party": false,
3832 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003833 },
3834 {
3835 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003836 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003837 "gpr",
3838 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003839 "grpc_test_util_unsecure",
3840 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003841 ],
3842 "headers": [],
3843 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003844 "name": "h2_sockpair_nosec_test",
3845 "src": [
3846 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003847 ],
3848 "third_party": false,
3849 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003850 },
3851 {
3852 "deps": [
3853 "end2end_nosec_tests",
3854 "gpr",
3855 "gpr_test_util",
3856 "grpc_test_util_unsecure",
3857 "grpc_unsecure"
3858 ],
3859 "headers": [],
3860 "language": "c",
3861 "name": "h2_sockpair+trace_nosec_test",
3862 "src": [
3863 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003864 ],
3865 "third_party": false,
3866 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003867 },
3868 {
3869 "deps": [
3870 "end2end_nosec_tests",
3871 "gpr",
3872 "gpr_test_util",
3873 "grpc_test_util_unsecure",
3874 "grpc_unsecure"
3875 ],
3876 "headers": [],
3877 "language": "c",
3878 "name": "h2_sockpair_1byte_nosec_test",
3879 "src": [
3880 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003881 ],
3882 "third_party": false,
3883 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003884 },
3885 {
3886 "deps": [
3887 "end2end_nosec_tests",
3888 "gpr",
3889 "gpr_test_util",
3890 "grpc_test_util_unsecure",
3891 "grpc_unsecure"
3892 ],
3893 "headers": [],
3894 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003895 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003896 "src": [
3897 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003898 ],
3899 "third_party": false,
3900 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003901 },
3902 {
3903 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07003904 "gpr",
3905 "gpr_test_util",
3906 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003907 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07003908 ],
3909 "headers": [],
3910 "language": "c",
Craig Tiller845516e2016-04-11 20:49:20 -07003911 "name": "client_fuzzer_one_entry",
3912 "src": [
Craig Tillerabf7d752016-04-12 13:58:02 -07003913 "test/core/end2end/fuzzers/client_fuzzer.c",
3914 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tiller845516e2016-04-11 20:49:20 -07003915 ],
3916 "third_party": false,
3917 "type": "target"
3918 },
3919 {
3920 "deps": [
3921 "gpr",
3922 "gpr_test_util",
3923 "grpc",
Craig Tillerabf7d752016-04-12 13:58:02 -07003924 "grpc_test_util"
Craig Tiller845516e2016-04-11 20:49:20 -07003925 ],
3926 "headers": [],
3927 "language": "c",
Craig Tillerf05837a2016-03-29 20:42:29 -07003928 "name": "hpack_parser_fuzzer_test_one_entry",
3929 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003930 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c",
3931 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07003932 ],
3933 "third_party": false,
3934 "type": "target"
3935 },
3936 {
3937 "deps": [
3938 "gpr",
3939 "gpr_test_util",
3940 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003941 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07003942 ],
3943 "headers": [],
3944 "language": "c",
3945 "name": "http_fuzzer_test_one_entry",
3946 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003947 "test/core/http/fuzzer.c",
3948 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07003949 ],
3950 "third_party": false,
3951 "type": "target"
3952 },
3953 {
3954 "deps": [
3955 "gpr",
3956 "gpr_test_util",
3957 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003958 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07003959 ],
3960 "headers": [],
3961 "language": "c",
3962 "name": "json_fuzzer_test_one_entry",
3963 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003964 "test/core/json/fuzzer.c",
3965 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07003966 ],
3967 "third_party": false,
3968 "type": "target"
3969 },
3970 {
3971 "deps": [
3972 "gpr",
3973 "gpr_test_util",
3974 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003975 "grpc_test_util"
Craig Tillerf05837a2016-03-29 20:42:29 -07003976 ],
3977 "headers": [],
3978 "language": "c",
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003979 "name": "nanopb_fuzzer_response_test_one_entry",
3980 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003981 "test/core/nanopb/fuzzer_response.c",
3982 "test/core/util/one_corpus_entry_fuzzer.c"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003983 ],
3984 "third_party": false,
3985 "type": "target"
3986 },
3987 {
3988 "deps": [
3989 "gpr",
3990 "gpr_test_util",
3991 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003992 "grpc_test_util"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07003993 ],
3994 "headers": [],
3995 "language": "c",
3996 "name": "nanopb_fuzzer_serverlist_test_one_entry",
3997 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07003998 "test/core/nanopb/fuzzer_serverlist.c",
3999 "test/core/util/one_corpus_entry_fuzzer.c"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07004000 ],
4001 "third_party": false,
4002 "type": "target"
4003 },
4004 {
4005 "deps": [
4006 "gpr",
4007 "gpr_test_util",
4008 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004009 "grpc_test_util"
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07004010 ],
4011 "headers": [],
4012 "language": "c",
Craig Tillerdf262c62016-04-02 13:53:49 -07004013 "name": "server_fuzzer_one_entry",
4014 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004015 "test/core/end2end/fuzzers/server_fuzzer.c",
4016 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerdf262c62016-04-02 13:53:49 -07004017 ],
4018 "third_party": false,
4019 "type": "target"
4020 },
4021 {
4022 "deps": [
4023 "gpr",
4024 "gpr_test_util",
4025 "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004026 "grpc_test_util"
Craig Tillerdf262c62016-04-02 13:53:49 -07004027 ],
4028 "headers": [],
4029 "language": "c",
Craig Tillerf05837a2016-03-29 20:42:29 -07004030 "name": "uri_fuzzer_test_one_entry",
4031 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004032 "test/core/client_config/uri_fuzzer_test.c",
4033 "test/core/util/one_corpus_entry_fuzzer.c"
Craig Tillerf05837a2016-03-29 20:42:29 -07004034 ],
4035 "third_party": false,
4036 "type": "target"
4037 },
4038 {
Craig Tillerd1697d92016-04-05 16:05:46 -07004039 "deps": [
4040 "gpr_base"
Craig Tillerda179ce2016-02-09 12:01:53 -08004041 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004042 "headers": [],
Craig Tillerda179ce2016-02-09 12:01:53 -08004043 "language": "c",
4044 "name": "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07004045 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004046 "third_party": false,
4047 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08004048 },
4049 {
4050 "deps": [
4051 "gpr"
4052 ],
4053 "headers": [
4054 "test/core/util/test_config.h"
4055 ],
4056 "language": "c",
4057 "name": "gpr_test_util",
4058 "src": [
4059 "test/core/util/test_config.c",
4060 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004061 ],
4062 "third_party": false,
4063 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08004064 },
4065 {
4066 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004067 "census",
4068 "gpr",
4069 "grpc_base",
Craig Tillerd1697d92016-04-05 16:05:46 -07004070 "grpc_lb_policy_grpclb",
4071 "grpc_lb_policy_pick_first",
4072 "grpc_lb_policy_round_robin",
4073 "grpc_resolver_dns_native",
4074 "grpc_resolver_sockaddr",
4075 "grpc_secure",
4076 "grpc_transport_chttp2_client_insecure",
4077 "grpc_transport_chttp2_client_secure",
4078 "grpc_transport_chttp2_server_insecure",
Craig Tiller03915e52016-04-07 09:15:10 -07004079 "grpc_transport_chttp2_server_secure"
Craig Tillerda179ce2016-02-09 12:01:53 -08004080 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004081 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004082 "language": "c",
4083 "name": "grpc",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004084 "src": [
4085 "src/core/lib/surface/init.c"
4086 ],
Craig Tiller732a8752016-02-22 15:59:19 -08004087 "third_party": false,
4088 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004089 },
4090 {
Craig Tillerd1697d92016-04-05 16:05:46 -07004091 "deps": [
4092 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004093 "grpc"
4094 ],
4095 "headers": [],
4096 "language": "c",
4097 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004098 "src": [],
4099 "third_party": false,
4100 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004101 },
4102 {
4103 "deps": [
4104 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004105 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07004106 "grpc",
4107 "grpc_test_util_base"
Craig Tillerf75fc122015-06-25 06:58:00 -07004108 ],
4109 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004110 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07004111 "test/core/security/oauth2_utils.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004112 ],
4113 "language": "c",
4114 "name": "grpc_test_util",
4115 "src": [
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07004116 "test/core/end2end/data/client_certs.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004117 "test/core/end2end/data/server1_cert.c",
4118 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004119 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004120 "test/core/end2end/data/test_root_cert.c",
yang-gbe5f0592015-07-13 11:11:50 -07004121 "test/core/security/oauth2_utils.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07004122 "test/core/security/oauth2_utils.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004123 ],
4124 "third_party": false,
4125 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004126 },
4127 {
4128 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004129 "gpr",
4130 "gpr_test_util",
Craig Tillerd1697d92016-04-05 16:05:46 -07004131 "grpc",
4132 "grpc_test_util_base",
Craig Tiller917c29e2015-12-02 11:03:19 -08004133 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004134 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004135 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004136 "language": "c",
4137 "name": "grpc_test_util_unsecure",
Craig Tillerd1697d92016-04-05 16:05:46 -07004138 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004139 "third_party": false,
4140 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004141 },
4142 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004143 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004144 "census",
4145 "gpr",
4146 "grpc_base",
Craig Tillerd1697d92016-04-05 16:05:46 -07004147 "grpc_lb_policy_grpclb",
4148 "grpc_lb_policy_pick_first",
4149 "grpc_lb_policy_round_robin",
4150 "grpc_resolver_dns_native",
4151 "grpc_resolver_sockaddr",
4152 "grpc_transport_chttp2_client_insecure",
Craig Tiller03915e52016-04-07 09:15:10 -07004153 "grpc_transport_chttp2_server_insecure"
Craig Tillerda179ce2016-02-09 12:01:53 -08004154 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004155 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004156 "language": "c",
4157 "name": "grpc_unsecure",
4158 "src": [
Craig Tiller3ab2fe02016-04-11 20:11:18 -07004159 "src/core/lib/surface/init.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07004160 "src/core/lib/surface/init_unsecure.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004161 ],
4162 "third_party": false,
4163 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004164 },
4165 {
4166 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004167 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004168 "grpc"
4169 ],
4170 "headers": [
Craig Tillerf9778f82016-04-01 10:37:50 -07004171 "include/grpc/grpc_zookeeper.h"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004172 ],
4173 "language": "c",
4174 "name": "grpc_zookeeper",
4175 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004176 "include/grpc/grpc_zookeeper.h",
Craig Tillerb11b34a2016-04-01 12:30:06 -07004177 "src/core/ext/resolver/zookeeper/zookeeper_resolver.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004178 ],
4179 "third_party": false,
4180 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004181 },
4182 {
4183 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004184 "gpr",
4185 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004186 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004187 "grpc_test_util",
4188 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004189 ],
4190 "headers": [
4191 "test/core/util/reconnect_server.h"
4192 ],
4193 "language": "c",
4194 "name": "reconnect_server",
4195 "src": [
4196 "test/core/util/reconnect_server.c",
4197 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004198 ],
4199 "third_party": false,
4200 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004201 },
4202 {
4203 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004204 "gpr",
4205 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004206 "grpc",
4207 "grpc_test_util"
4208 ],
4209 "headers": [
4210 "test/core/util/test_tcp_server.h"
4211 ],
4212 "language": "c",
4213 "name": "test_tcp_server",
4214 "src": [
4215 "test/core/util/test_tcp_server.c",
4216 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004217 ],
4218 "third_party": false,
4219 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004220 },
4221 {
4222 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004223 "grpc",
4224 "grpc++_base",
4225 "grpc++_codegen"
Craig Tillerf75fc122015-06-25 06:58:00 -07004226 ],
4227 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004228 "src/cpp/client/secure_credentials.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08004229 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004230 "src/cpp/common/secure_auth_context.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07004231 "src/cpp/server/secure_server_credentials.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004232 ],
4233 "language": "c++",
4234 "name": "grpc++",
4235 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004236 "src/cpp/client/secure_credentials.cc",
4237 "src/cpp/client/secure_credentials.h",
yang-g7ef72322015-07-16 21:00:51 -07004238 "src/cpp/common/auth_property_iterator.cc",
David Garcia Quintas79d90962016-03-09 13:57:46 -08004239 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004240 "src/cpp/common/secure_auth_context.cc",
4241 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08004242 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07004243 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004244 "src/cpp/server/secure_server_credentials.cc",
Craig Tillerd1697d92016-04-05 16:05:46 -07004245 "src/cpp/server/secure_server_credentials.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004246 ],
4247 "third_party": false,
4248 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004249 },
4250 {
4251 "deps": [],
4252 "headers": [
4253 "test/cpp/util/test_config.h"
4254 ],
4255 "language": "c++",
4256 "name": "grpc++_test_config",
4257 "src": [
4258 "test/cpp/util/test_config.cc",
4259 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004260 ],
4261 "third_party": false,
4262 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004263 },
4264 {
4265 "deps": [
4266 "grpc++",
4267 "grpc_test_util"
4268 ],
4269 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004270 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
4271 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
4272 "src/proto/grpc/testing/echo.grpc.pb.h",
4273 "src/proto/grpc/testing/echo.pb.h",
4274 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
4275 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08004276 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004277 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004278 "test/cpp/util/cli_call.h",
4279 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004280 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08004281 "test/cpp/util/subprocess.h",
4282 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004283 ],
4284 "language": "c++",
4285 "name": "grpc++_test_util",
4286 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08004287 "test/cpp/end2end/test_service_impl.cc",
4288 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08004289 "test/cpp/util/byte_buffer_proto_helper.cc",
4290 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004291 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004292 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004293 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004294 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07004295 "test/cpp/util/string_ref_helper.cc",
4296 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004297 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08004298 "test/cpp/util/subprocess.h",
4299 "test/cpp/util/test_credentials_provider.cc",
4300 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004301 ],
4302 "third_party": false,
4303 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004304 },
4305 {
4306 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004307 "gpr",
Craig Tillerd1697d92016-04-05 16:05:46 -07004308 "grpc",
4309 "grpc++_base",
4310 "grpc++_codegen",
Craig Tillerf75fc122015-06-25 06:58:00 -07004311 "grpc_unsecure"
4312 ],
Craig Tillerd1697d92016-04-05 16:05:46 -07004313 "headers": [],
Craig Tillerf75fc122015-06-25 06:58:00 -07004314 "language": "c++",
4315 "name": "grpc++_unsecure",
4316 "src": [
Craig Tillerd1697d92016-04-05 16:05:46 -07004317 "src/cpp/common/insecure_create_auth_context.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08004318 ],
4319 "third_party": false,
4320 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004321 },
4322 {
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004323 "deps": [
Craig Tiller03915e52016-04-07 09:15:10 -07004324 "grpc++_config"
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004325 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004326 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004327 "src/compiler/config.h",
4328 "src/compiler/cpp_generator.h",
4329 "src/compiler/cpp_generator_helpers.h",
4330 "src/compiler/csharp_generator.h",
4331 "src/compiler/csharp_generator_helpers.h",
4332 "src/compiler/generator_helpers.h",
4333 "src/compiler/objective_c_generator.h",
4334 "src/compiler/objective_c_generator_helpers.h",
4335 "src/compiler/python_generator.h",
4336 "src/compiler/ruby_generator.h",
4337 "src/compiler/ruby_generator_helpers-inl.h",
4338 "src/compiler/ruby_generator_map-inl.h",
4339 "src/compiler/ruby_generator_string-inl.h"
4340 ],
4341 "language": "c++",
4342 "name": "grpc_plugin_support",
4343 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004344 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004345 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004346 "src/compiler/cpp_generator.h",
4347 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004348 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004349 "src/compiler/csharp_generator.h",
4350 "src/compiler/csharp_generator_helpers.h",
4351 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004352 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004353 "src/compiler/objective_c_generator.h",
4354 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004355 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004356 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004357 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004358 "src/compiler/ruby_generator.h",
4359 "src/compiler/ruby_generator_helpers-inl.h",
4360 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08004361 "src/compiler/ruby_generator_string-inl.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004362 ],
4363 "third_party": false,
4364 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004365 },
4366 {
4367 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004368 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004369 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004370 "grpc++",
4371 "grpc++_test_util",
4372 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004373 ],
4374 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004375 "src/proto/grpc/testing/messages.grpc.pb.h",
4376 "src/proto/grpc/testing/messages.pb.h",
4377 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004378 ],
4379 "language": "c++",
4380 "name": "interop_client_helper",
4381 "src": [
4382 "test/cpp/interop/client_helper.cc",
4383 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004384 ],
4385 "third_party": false,
4386 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004387 },
4388 {
4389 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004390 "gpr",
4391 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004392 "grpc",
4393 "grpc++",
4394 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004395 "grpc++_test_util",
4396 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004397 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004398 ],
4399 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004400 "src/proto/grpc/testing/empty.grpc.pb.h",
4401 "src/proto/grpc/testing/empty.pb.h",
4402 "src/proto/grpc/testing/messages.grpc.pb.h",
4403 "src/proto/grpc/testing/messages.pb.h",
4404 "src/proto/grpc/testing/test.grpc.pb.h",
4405 "src/proto/grpc/testing/test.pb.h",
4406 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004407 ],
4408 "language": "c++",
4409 "name": "interop_client_main",
4410 "src": [
4411 "test/cpp/interop/client.cc",
4412 "test/cpp/interop/interop_client.cc",
4413 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004414 ],
4415 "third_party": false,
4416 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004417 },
4418 {
4419 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004420 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004421 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07004422 "grpc++",
4423 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004424 ],
4425 "headers": [
4426 "test/cpp/interop/server_helper.h"
4427 ],
4428 "language": "c++",
4429 "name": "interop_server_helper",
4430 "src": [
4431 "test/cpp/interop/server_helper.cc",
4432 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004433 ],
4434 "third_party": false,
4435 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004436 },
4437 {
4438 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004439 "gpr",
4440 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004441 "grpc",
4442 "grpc++",
4443 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07004444 "grpc++_test_util",
4445 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004446 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07004447 ],
4448 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004449 "src/proto/grpc/testing/empty.grpc.pb.h",
4450 "src/proto/grpc/testing/empty.pb.h",
4451 "src/proto/grpc/testing/messages.grpc.pb.h",
4452 "src/proto/grpc/testing/messages.pb.h",
4453 "src/proto/grpc/testing/test.grpc.pb.h",
4454 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004455 ],
4456 "language": "c++",
4457 "name": "interop_server_main",
4458 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08004459 "test/cpp/interop/server_main.cc"
4460 ],
4461 "third_party": false,
4462 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004463 },
4464 {
4465 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004466 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07004467 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07004468 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07004469 ],
4470 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08004471 "src/proto/grpc/testing/control.grpc.pb.h",
4472 "src/proto/grpc/testing/control.pb.h",
4473 "src/proto/grpc/testing/messages.grpc.pb.h",
4474 "src/proto/grpc/testing/messages.pb.h",
4475 "src/proto/grpc/testing/payloads.grpc.pb.h",
4476 "src/proto/grpc/testing/payloads.pb.h",
4477 "src/proto/grpc/testing/perf_db.grpc.pb.h",
4478 "src/proto/grpc/testing/perf_db.pb.h",
4479 "src/proto/grpc/testing/services.grpc.pb.h",
4480 "src/proto/grpc/testing/services.pb.h",
4481 "src/proto/grpc/testing/stats.grpc.pb.h",
4482 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004483 "test/cpp/qps/client.h",
4484 "test/cpp/qps/driver.h",
4485 "test/cpp/qps/histogram.h",
4486 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004487 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004488 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004489 "test/cpp/qps/qps_worker.h",
4490 "test/cpp/qps/report.h",
4491 "test/cpp/qps/server.h",
4492 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004493 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08004494 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004495 ],
4496 "language": "c++",
4497 "name": "qps",
4498 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004499 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004500 "test/cpp/qps/client_async.cc",
4501 "test/cpp/qps/client_sync.cc",
4502 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004503 "test/cpp/qps/driver.h",
4504 "test/cpp/qps/histogram.h",
4505 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08004506 "test/cpp/qps/limit_cores.cc",
4507 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07004508 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07004509 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004510 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004511 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004512 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004513 "test/cpp/qps/report.h",
4514 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004515 "test/cpp/qps/server_async.cc",
4516 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004517 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004518 "test/cpp/qps/usage_timer.cc",
4519 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004520 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07004521 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004522 ],
4523 "third_party": false,
4524 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004525 },
4526 {
4527 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004528 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004529 "grpc"
4530 ],
4531 "headers": [],
4532 "language": "csharp",
4533 "name": "grpc_csharp_ext",
4534 "src": [
4535 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004536 ],
4537 "third_party": false,
4538 "type": "lib"
4539 },
4540 {
4541 "deps": [],
4542 "headers": [
4543 "third_party/boringssl/crypto/aes/internal.h",
4544 "third_party/boringssl/crypto/asn1/asn1_locl.h",
4545 "third_party/boringssl/crypto/bio/internal.h",
4546 "third_party/boringssl/crypto/bn/internal.h",
4547 "third_party/boringssl/crypto/bn/rsaz_exp.h",
4548 "third_party/boringssl/crypto/bytestring/internal.h",
4549 "third_party/boringssl/crypto/cipher/internal.h",
4550 "third_party/boringssl/crypto/conf/conf_def.h",
4551 "third_party/boringssl/crypto/conf/internal.h",
itessier2a522032016-04-19 17:38:51 -07004552 "third_party/boringssl/crypto/curve25519/internal.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004553 "third_party/boringssl/crypto/des/internal.h",
4554 "third_party/boringssl/crypto/dh/internal.h",
4555 "third_party/boringssl/crypto/digest/internal.h",
4556 "third_party/boringssl/crypto/digest/md32_common.h",
4557 "third_party/boringssl/crypto/directory.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004558 "third_party/boringssl/crypto/ec/internal.h",
4559 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
4560 "third_party/boringssl/crypto/evp/internal.h",
4561 "third_party/boringssl/crypto/internal.h",
4562 "third_party/boringssl/crypto/modes/internal.h",
4563 "third_party/boringssl/crypto/obj/obj_dat.h",
4564 "third_party/boringssl/crypto/obj/obj_xref.h",
4565 "third_party/boringssl/crypto/pkcs8/internal.h",
4566 "third_party/boringssl/crypto/rand/internal.h",
4567 "third_party/boringssl/crypto/rsa/internal.h",
4568 "third_party/boringssl/crypto/test/scoped_types.h",
4569 "third_party/boringssl/crypto/test/test_util.h",
4570 "third_party/boringssl/crypto/x509/charmap.h",
4571 "third_party/boringssl/crypto/x509/vpm_int.h",
4572 "third_party/boringssl/crypto/x509v3/ext_dat.h",
4573 "third_party/boringssl/crypto/x509v3/pcy_int.h",
4574 "third_party/boringssl/include/openssl/aead.h",
4575 "third_party/boringssl/include/openssl/aes.h",
4576 "third_party/boringssl/include/openssl/arm_arch.h",
4577 "third_party/boringssl/include/openssl/asn1.h",
4578 "third_party/boringssl/include/openssl/asn1_mac.h",
4579 "third_party/boringssl/include/openssl/asn1t.h",
4580 "third_party/boringssl/include/openssl/base.h",
4581 "third_party/boringssl/include/openssl/base64.h",
4582 "third_party/boringssl/include/openssl/bio.h",
4583 "third_party/boringssl/include/openssl/blowfish.h",
4584 "third_party/boringssl/include/openssl/bn.h",
4585 "third_party/boringssl/include/openssl/buf.h",
4586 "third_party/boringssl/include/openssl/buffer.h",
4587 "third_party/boringssl/include/openssl/bytestring.h",
4588 "third_party/boringssl/include/openssl/cast.h",
4589 "third_party/boringssl/include/openssl/chacha.h",
4590 "third_party/boringssl/include/openssl/cipher.h",
4591 "third_party/boringssl/include/openssl/cmac.h",
4592 "third_party/boringssl/include/openssl/conf.h",
4593 "third_party/boringssl/include/openssl/cpu.h",
4594 "third_party/boringssl/include/openssl/crypto.h",
4595 "third_party/boringssl/include/openssl/curve25519.h",
4596 "third_party/boringssl/include/openssl/des.h",
4597 "third_party/boringssl/include/openssl/dh.h",
4598 "third_party/boringssl/include/openssl/digest.h",
4599 "third_party/boringssl/include/openssl/dsa.h",
4600 "third_party/boringssl/include/openssl/dtls1.h",
4601 "third_party/boringssl/include/openssl/ec.h",
4602 "third_party/boringssl/include/openssl/ec_key.h",
4603 "third_party/boringssl/include/openssl/ecdh.h",
4604 "third_party/boringssl/include/openssl/ecdsa.h",
4605 "third_party/boringssl/include/openssl/engine.h",
4606 "third_party/boringssl/include/openssl/err.h",
4607 "third_party/boringssl/include/openssl/evp.h",
4608 "third_party/boringssl/include/openssl/ex_data.h",
4609 "third_party/boringssl/include/openssl/hkdf.h",
4610 "third_party/boringssl/include/openssl/hmac.h",
4611 "third_party/boringssl/include/openssl/lhash.h",
4612 "third_party/boringssl/include/openssl/lhash_macros.h",
4613 "third_party/boringssl/include/openssl/md4.h",
4614 "third_party/boringssl/include/openssl/md5.h",
4615 "third_party/boringssl/include/openssl/mem.h",
4616 "third_party/boringssl/include/openssl/obj.h",
4617 "third_party/boringssl/include/openssl/obj_mac.h",
4618 "third_party/boringssl/include/openssl/objects.h",
4619 "third_party/boringssl/include/openssl/opensslfeatures.h",
4620 "third_party/boringssl/include/openssl/opensslv.h",
4621 "third_party/boringssl/include/openssl/ossl_typ.h",
4622 "third_party/boringssl/include/openssl/pem.h",
4623 "third_party/boringssl/include/openssl/pkcs12.h",
4624 "third_party/boringssl/include/openssl/pkcs7.h",
4625 "third_party/boringssl/include/openssl/pkcs8.h",
4626 "third_party/boringssl/include/openssl/poly1305.h",
4627 "third_party/boringssl/include/openssl/pqueue.h",
4628 "third_party/boringssl/include/openssl/rand.h",
4629 "third_party/boringssl/include/openssl/rc4.h",
4630 "third_party/boringssl/include/openssl/rsa.h",
4631 "third_party/boringssl/include/openssl/safestack.h",
4632 "third_party/boringssl/include/openssl/sha.h",
4633 "third_party/boringssl/include/openssl/srtp.h",
4634 "third_party/boringssl/include/openssl/ssl.h",
4635 "third_party/boringssl/include/openssl/ssl3.h",
4636 "third_party/boringssl/include/openssl/stack.h",
4637 "third_party/boringssl/include/openssl/stack_macros.h",
4638 "third_party/boringssl/include/openssl/thread.h",
4639 "third_party/boringssl/include/openssl/time_support.h",
4640 "third_party/boringssl/include/openssl/tls1.h",
4641 "third_party/boringssl/include/openssl/type_check.h",
4642 "third_party/boringssl/include/openssl/x509.h",
4643 "third_party/boringssl/include/openssl/x509_vfy.h",
4644 "third_party/boringssl/include/openssl/x509v3.h",
4645 "third_party/boringssl/ssl/internal.h",
4646 "third_party/boringssl/ssl/test/async_bio.h",
4647 "third_party/boringssl/ssl/test/packeted_bio.h",
4648 "third_party/boringssl/ssl/test/scoped_types.h",
4649 "third_party/boringssl/ssl/test/test_config.h"
4650 ],
4651 "language": "c",
4652 "name": "boringssl",
4653 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08004654 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004655 ],
4656 "third_party": true,
4657 "type": "lib"
4658 },
4659 {
4660 "deps": [],
4661 "headers": [],
4662 "language": "c++",
4663 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08004664 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004665 "third_party": true,
4666 "type": "lib"
4667 },
4668 {
4669 "deps": [
4670 "boringssl",
4671 "boringssl_test_util"
4672 ],
4673 "headers": [],
4674 "language": "c++",
4675 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004676 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004677 "third_party": true,
4678 "type": "lib"
4679 },
4680 {
4681 "deps": [
4682 "boringssl",
4683 "boringssl_test_util"
4684 ],
4685 "headers": [],
4686 "language": "c++",
Craig Tiller3d62fc62016-03-15 09:57:26 -07004687 "name": "boringssl_asn1_test_lib",
4688 "src": [],
4689 "third_party": true,
4690 "type": "lib"
4691 },
4692 {
4693 "deps": [
4694 "boringssl",
4695 "boringssl_test_util"
4696 ],
4697 "headers": [],
4698 "language": "c++",
Craig Tiller732a8752016-02-22 15:59:19 -08004699 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004700 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004701 "third_party": true,
4702 "type": "lib"
4703 },
4704 {
4705 "deps": [
4706 "boringssl",
4707 "boringssl_test_util"
4708 ],
4709 "headers": [],
4710 "language": "c++",
4711 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004712 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004713 "third_party": true,
4714 "type": "lib"
4715 },
4716 {
4717 "deps": [
4718 "boringssl",
4719 "boringssl_test_util"
4720 ],
4721 "headers": [],
4722 "language": "c++",
4723 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004724 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004725 "third_party": true,
4726 "type": "lib"
4727 },
4728 {
4729 "deps": [
4730 "boringssl",
4731 "boringssl_test_util"
4732 ],
4733 "headers": [],
4734 "language": "c++",
4735 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004736 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004737 "third_party": true,
4738 "type": "lib"
4739 },
4740 {
4741 "deps": [
4742 "boringssl",
4743 "boringssl_test_util"
4744 ],
4745 "headers": [],
4746 "language": "c++",
4747 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004748 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004749 "third_party": true,
4750 "type": "lib"
4751 },
4752 {
4753 "deps": [
4754 "boringssl",
4755 "boringssl_test_util"
4756 ],
4757 "headers": [],
4758 "language": "c++",
4759 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004760 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004761 "third_party": true,
4762 "type": "lib"
4763 },
4764 {
4765 "deps": [
4766 "boringssl",
4767 "boringssl_test_util"
4768 ],
4769 "headers": [],
4770 "language": "c++",
4771 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004772 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004773 "third_party": true,
4774 "type": "lib"
4775 },
4776 {
4777 "deps": [
4778 "boringssl",
4779 "boringssl_test_util"
4780 ],
4781 "headers": [],
4782 "language": "c",
4783 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004784 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004785 "third_party": true,
4786 "type": "lib"
4787 },
4788 {
4789 "deps": [
4790 "boringssl",
4791 "boringssl_test_util"
4792 ],
4793 "headers": [],
4794 "language": "c++",
4795 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004796 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004797 "third_party": true,
4798 "type": "lib"
4799 },
4800 {
4801 "deps": [
4802 "boringssl",
4803 "boringssl_test_util"
4804 ],
4805 "headers": [],
4806 "language": "c++",
4807 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004808 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004809 "third_party": true,
4810 "type": "lib"
4811 },
4812 {
4813 "deps": [
4814 "boringssl",
4815 "boringssl_test_util"
4816 ],
4817 "headers": [],
4818 "language": "c++",
4819 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004820 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004821 "third_party": true,
4822 "type": "lib"
4823 },
4824 {
4825 "deps": [
4826 "boringssl",
4827 "boringssl_test_util"
4828 ],
4829 "headers": [],
4830 "language": "c++",
4831 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004832 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004833 "third_party": true,
4834 "type": "lib"
4835 },
4836 {
4837 "deps": [
4838 "boringssl",
4839 "boringssl_test_util"
4840 ],
4841 "headers": [],
4842 "language": "c",
4843 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004844 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004845 "third_party": true,
4846 "type": "lib"
4847 },
4848 {
4849 "deps": [
4850 "boringssl",
4851 "boringssl_test_util"
4852 ],
4853 "headers": [],
4854 "language": "c++",
4855 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004856 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004857 "third_party": true,
4858 "type": "lib"
4859 },
4860 {
4861 "deps": [
4862 "boringssl",
4863 "boringssl_test_util"
4864 ],
4865 "headers": [],
4866 "language": "c",
4867 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004868 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004869 "third_party": true,
4870 "type": "lib"
4871 },
4872 {
4873 "deps": [
4874 "boringssl",
4875 "boringssl_test_util"
4876 ],
4877 "headers": [],
4878 "language": "c++",
4879 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004880 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004881 "third_party": true,
4882 "type": "lib"
4883 },
4884 {
4885 "deps": [
4886 "boringssl",
4887 "boringssl_test_util"
4888 ],
4889 "headers": [],
4890 "language": "c++",
4891 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004892 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004893 "third_party": true,
4894 "type": "lib"
4895 },
4896 {
4897 "deps": [
4898 "boringssl",
4899 "boringssl_test_util"
4900 ],
4901 "headers": [],
4902 "language": "c++",
4903 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004904 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004905 "third_party": true,
4906 "type": "lib"
4907 },
4908 {
4909 "deps": [
4910 "boringssl",
4911 "boringssl_test_util"
4912 ],
4913 "headers": [],
4914 "language": "c++",
4915 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004916 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004917 "third_party": true,
4918 "type": "lib"
4919 },
4920 {
4921 "deps": [
4922 "boringssl",
4923 "boringssl_test_util"
4924 ],
4925 "headers": [],
4926 "language": "c++",
4927 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004928 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004929 "third_party": true,
4930 "type": "lib"
4931 },
4932 {
4933 "deps": [
4934 "boringssl",
4935 "boringssl_test_util"
4936 ],
4937 "headers": [],
4938 "language": "c",
4939 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004940 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004941 "third_party": true,
4942 "type": "lib"
4943 },
4944 {
4945 "deps": [
4946 "boringssl",
4947 "boringssl_test_util"
4948 ],
4949 "headers": [],
4950 "language": "c++",
4951 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004952 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004953 "third_party": true,
4954 "type": "lib"
4955 },
4956 {
4957 "deps": [
4958 "boringssl",
4959 "boringssl_test_util"
4960 ],
4961 "headers": [],
4962 "language": "c",
4963 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004964 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004965 "third_party": true,
4966 "type": "lib"
4967 },
4968 {
4969 "deps": [
4970 "boringssl",
4971 "boringssl_test_util"
4972 ],
4973 "headers": [],
4974 "language": "c",
4975 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004976 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004977 "third_party": true,
4978 "type": "lib"
4979 },
4980 {
4981 "deps": [
4982 "boringssl",
4983 "boringssl_test_util"
4984 ],
4985 "headers": [],
4986 "language": "c++",
4987 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08004988 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08004989 "third_party": true,
4990 "type": "lib"
4991 },
4992 {
4993 "deps": [
4994 "boringssl",
4995 "boringssl_test_util"
4996 ],
4997 "headers": [],
4998 "language": "c++",
4999 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005000 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005001 "third_party": true,
5002 "type": "lib"
5003 },
5004 {
5005 "deps": [
5006 "boringssl",
5007 "boringssl_test_util"
5008 ],
5009 "headers": [],
5010 "language": "c++",
5011 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005012 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005013 "third_party": true,
5014 "type": "lib"
5015 },
5016 {
5017 "deps": [
5018 "boringssl",
5019 "boringssl_test_util"
5020 ],
5021 "headers": [],
5022 "language": "c",
5023 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005024 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005025 "third_party": true,
5026 "type": "lib"
5027 },
5028 {
5029 "deps": [
5030 "boringssl",
5031 "boringssl_test_util"
5032 ],
5033 "headers": [],
5034 "language": "c++",
5035 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005036 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005037 "third_party": true,
5038 "type": "lib"
5039 },
5040 {
5041 "deps": [
5042 "boringssl",
5043 "boringssl_test_util"
5044 ],
5045 "headers": [],
5046 "language": "c",
5047 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005048 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005049 "third_party": true,
5050 "type": "lib"
5051 },
5052 {
5053 "deps": [
5054 "boringssl",
5055 "boringssl_test_util"
5056 ],
5057 "headers": [],
5058 "language": "c",
5059 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005060 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005061 "third_party": true,
5062 "type": "lib"
5063 },
5064 {
5065 "deps": [
5066 "boringssl",
5067 "boringssl_test_util"
5068 ],
5069 "headers": [],
itessier2a522032016-04-19 17:38:51 -07005070 "language": "c++",
5071 "name": "boringssl_x509_test_lib",
5072 "src": [],
5073 "third_party": true,
5074 "type": "lib"
5075 },
5076 {
5077 "deps": [
5078 "boringssl",
5079 "boringssl_test_util"
5080 ],
5081 "headers": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005082 "language": "c",
5083 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005084 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005085 "third_party": true,
5086 "type": "lib"
5087 },
5088 {
5089 "deps": [
5090 "boringssl",
5091 "boringssl_test_util"
5092 ],
5093 "headers": [],
5094 "language": "c",
5095 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005096 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005097 "third_party": true,
5098 "type": "lib"
5099 },
5100 {
5101 "deps": [
5102 "boringssl",
5103 "boringssl_test_util"
5104 ],
5105 "headers": [],
5106 "language": "c",
5107 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005108 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005109 "third_party": true,
5110 "type": "lib"
5111 },
5112 {
5113 "deps": [
5114 "boringssl",
5115 "boringssl_test_util"
5116 ],
5117 "headers": [],
5118 "language": "c++",
5119 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005120 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005121 "third_party": true,
5122 "type": "lib"
5123 },
5124 {
5125 "deps": [],
5126 "headers": [
5127 "third_party/zlib/crc32.h",
5128 "third_party/zlib/deflate.h",
5129 "third_party/zlib/gzguts.h",
5130 "third_party/zlib/inffast.h",
5131 "third_party/zlib/inffixed.h",
5132 "third_party/zlib/inflate.h",
5133 "third_party/zlib/inftrees.h",
5134 "third_party/zlib/trees.h",
5135 "third_party/zlib/zconf.h",
5136 "third_party/zlib/zlib.h",
5137 "third_party/zlib/zutil.h"
5138 ],
5139 "language": "c",
5140 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08005141 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005142 "third_party": true,
5143 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005144 },
5145 {
5146 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005147 "gpr",
5148 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08005149 "grpc_test_util_unsecure",
5150 "grpc_unsecure"
5151 ],
5152 "headers": [
5153 "test/core/bad_client/bad_client.h"
5154 ],
5155 "language": "c",
5156 "name": "bad_client_test",
5157 "src": [
5158 "test/core/bad_client/bad_client.c",
5159 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005160 ],
5161 "third_party": false,
5162 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005163 },
5164 {
5165 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005166 "gpr",
5167 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08005168 "grpc",
5169 "grpc_test_util"
5170 ],
5171 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08005172 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005173 ],
5174 "language": "c",
5175 "name": "bad_ssl_test_server",
5176 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005177 "test/core/bad_ssl/server_common.c",
5178 "test/core/bad_ssl/server_common.h"
5179 ],
5180 "third_party": false,
5181 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08005182 },
5183 {
Craig Tillerf75fc122015-06-25 06:58:00 -07005184 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005185 "gpr",
5186 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08005187 "grpc",
5188 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005189 ],
5190 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005191 "test/core/end2end/end2end_tests.h",
5192 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005193 ],
5194 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005195 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07005196 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005197 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07005198 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005199 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005200 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005201 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005202 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005203 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005204 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005205 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005206 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005207 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005208 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005209 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005210 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005211 "test/core/end2end/tests/default_host.c",
5212 "test/core/end2end/tests/disappearing_server.c",
5213 "test/core/end2end/tests/empty_batch.c",
Craig Tillera446ee22016-04-04 13:09:30 -07005214 "test/core/end2end/tests/filter_causes_close.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005215 "test/core/end2end/tests/graceful_server_shutdown.c",
5216 "test/core/end2end/tests/high_initial_seqno.c",
5217 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005218 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005219 "test/core/end2end/tests/invoke_large_request.c",
5220 "test/core/end2end/tests/large_metadata.c",
5221 "test/core/end2end/tests/max_concurrent_streams.c",
5222 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005223 "test/core/end2end/tests/negative_deadline.c",
5224 "test/core/end2end/tests/no_op.c",
5225 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005226 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005227 "test/core/end2end/tests/ping_pong_streaming.c",
5228 "test/core/end2end/tests/registered_call.c",
5229 "test/core/end2end/tests/request_with_flags.c",
5230 "test/core/end2end/tests/request_with_payload.c",
5231 "test/core/end2end/tests/server_finishes_request.c",
5232 "test/core/end2end/tests/shutdown_finishes_calls.c",
5233 "test/core/end2end/tests/shutdown_finishes_tags.c",
5234 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005235 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005236 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005237 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005238 ],
5239 "third_party": false,
5240 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08005241 },
5242 {
5243 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005244 "gpr",
5245 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005246 "grpc_test_util_unsecure",
5247 "grpc_unsecure"
5248 ],
5249 "headers": [
5250 "test/core/end2end/end2end_tests.h",
5251 "test/core/end2end/tests/cancel_test_helpers.h"
5252 ],
5253 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005254 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08005255 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005256 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005257 "test/core/end2end/end2end_tests.h",
5258 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08005259 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005260 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005261 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005262 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005263 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07005264 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08005265 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005266 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005267 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005268 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005269 "test/core/end2end/tests/default_host.c",
5270 "test/core/end2end/tests/disappearing_server.c",
5271 "test/core/end2end/tests/empty_batch.c",
Craig Tillera446ee22016-04-04 13:09:30 -07005272 "test/core/end2end/tests/filter_causes_close.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005273 "test/core/end2end/tests/graceful_server_shutdown.c",
5274 "test/core/end2end/tests/high_initial_seqno.c",
5275 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08005276 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005277 "test/core/end2end/tests/invoke_large_request.c",
5278 "test/core/end2end/tests/large_metadata.c",
5279 "test/core/end2end/tests/max_concurrent_streams.c",
5280 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005281 "test/core/end2end/tests/negative_deadline.c",
5282 "test/core/end2end/tests/no_op.c",
5283 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005284 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005285 "test/core/end2end/tests/ping_pong_streaming.c",
5286 "test/core/end2end/tests/registered_call.c",
5287 "test/core/end2end/tests/request_with_flags.c",
5288 "test/core/end2end/tests/request_with_payload.c",
5289 "test/core/end2end/tests/server_finishes_request.c",
5290 "test/core/end2end/tests/shutdown_finishes_calls.c",
5291 "test/core/end2end/tests/shutdown_finishes_tags.c",
5292 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08005293 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08005294 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07005295 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005296 ],
5297 "third_party": false,
5298 "type": "lib"
Craig Tillerd1697d92016-04-05 16:05:46 -07005299 },
5300 {
5301 "deps": [
5302 "gpr",
5303 "grpc_base"
5304 ],
5305 "headers": [
5306 "include/grpc/census.h",
5307 "src/core/ext/census/aggregation.h",
5308 "src/core/ext/census/census_interface.h",
5309 "src/core/ext/census/census_rpc_stats.h",
5310 "src/core/ext/census/grpc_filter.h",
5311 "src/core/ext/census/mlog.h",
5312 "src/core/ext/census/rpc_metric_id.h"
5313 ],
5314 "language": "c",
5315 "name": "census",
5316 "src": [
5317 "include/grpc/census.h",
5318 "src/core/ext/census/aggregation.h",
5319 "src/core/ext/census/census_interface.h",
5320 "src/core/ext/census/census_rpc_stats.h",
5321 "src/core/ext/census/context.c",
5322 "src/core/ext/census/grpc_context.c",
5323 "src/core/ext/census/grpc_filter.c",
5324 "src/core/ext/census/grpc_filter.h",
5325 "src/core/ext/census/grpc_plugin.c",
5326 "src/core/ext/census/initialize.c",
5327 "src/core/ext/census/mlog.c",
5328 "src/core/ext/census/mlog.h",
5329 "src/core/ext/census/operation.c",
5330 "src/core/ext/census/placeholders.c",
5331 "src/core/ext/census/rpc_metric_id.h",
5332 "src/core/ext/census/tracing.c"
5333 ],
5334 "third_party": false,
5335 "type": "filegroup"
5336 },
5337 {
5338 "deps": [
5339 "gpr_codegen"
5340 ],
5341 "headers": [
5342 "include/grpc/support/alloc.h",
5343 "include/grpc/support/atm.h",
5344 "include/grpc/support/atm_gcc_atomic.h",
5345 "include/grpc/support/atm_gcc_sync.h",
5346 "include/grpc/support/atm_win32.h",
5347 "include/grpc/support/avl.h",
5348 "include/grpc/support/cmdline.h",
5349 "include/grpc/support/cpu.h",
5350 "include/grpc/support/histogram.h",
5351 "include/grpc/support/host_port.h",
5352 "include/grpc/support/log.h",
5353 "include/grpc/support/log_win32.h",
5354 "include/grpc/support/port_platform.h",
5355 "include/grpc/support/slice.h",
5356 "include/grpc/support/slice_buffer.h",
5357 "include/grpc/support/string_util.h",
5358 "include/grpc/support/subprocess.h",
5359 "include/grpc/support/sync.h",
5360 "include/grpc/support/sync_generic.h",
5361 "include/grpc/support/sync_posix.h",
5362 "include/grpc/support/sync_win32.h",
5363 "include/grpc/support/thd.h",
5364 "include/grpc/support/time.h",
5365 "include/grpc/support/tls.h",
5366 "include/grpc/support/tls_gcc.h",
5367 "include/grpc/support/tls_msvc.h",
5368 "include/grpc/support/tls_pthread.h",
5369 "include/grpc/support/useful.h",
5370 "src/core/lib/profiling/timers.h",
5371 "src/core/lib/support/backoff.h",
5372 "src/core/lib/support/block_annotate.h",
5373 "src/core/lib/support/env.h",
5374 "src/core/lib/support/load_file.h",
5375 "src/core/lib/support/murmur_hash.h",
5376 "src/core/lib/support/stack_lockfree.h",
5377 "src/core/lib/support/string.h",
5378 "src/core/lib/support/string_win32.h",
5379 "src/core/lib/support/thd_internal.h",
5380 "src/core/lib/support/time_precise.h",
5381 "src/core/lib/support/tmpfile.h"
5382 ],
5383 "language": "c",
5384 "name": "gpr_base",
5385 "src": [
5386 "include/grpc/support/alloc.h",
5387 "include/grpc/support/atm.h",
5388 "include/grpc/support/atm_gcc_atomic.h",
5389 "include/grpc/support/atm_gcc_sync.h",
5390 "include/grpc/support/atm_win32.h",
5391 "include/grpc/support/avl.h",
5392 "include/grpc/support/cmdline.h",
5393 "include/grpc/support/cpu.h",
5394 "include/grpc/support/histogram.h",
5395 "include/grpc/support/host_port.h",
5396 "include/grpc/support/log.h",
5397 "include/grpc/support/log_win32.h",
5398 "include/grpc/support/port_platform.h",
5399 "include/grpc/support/slice.h",
5400 "include/grpc/support/slice_buffer.h",
5401 "include/grpc/support/string_util.h",
5402 "include/grpc/support/subprocess.h",
5403 "include/grpc/support/sync.h",
5404 "include/grpc/support/sync_generic.h",
5405 "include/grpc/support/sync_posix.h",
5406 "include/grpc/support/sync_win32.h",
5407 "include/grpc/support/thd.h",
5408 "include/grpc/support/time.h",
5409 "include/grpc/support/tls.h",
5410 "include/grpc/support/tls_gcc.h",
5411 "include/grpc/support/tls_msvc.h",
5412 "include/grpc/support/tls_pthread.h",
5413 "include/grpc/support/useful.h",
5414 "src/core/lib/profiling/basic_timers.c",
5415 "src/core/lib/profiling/stap_timers.c",
5416 "src/core/lib/profiling/timers.h",
5417 "src/core/lib/support/alloc.c",
5418 "src/core/lib/support/avl.c",
5419 "src/core/lib/support/backoff.c",
5420 "src/core/lib/support/backoff.h",
5421 "src/core/lib/support/block_annotate.h",
5422 "src/core/lib/support/cmdline.c",
5423 "src/core/lib/support/cpu_iphone.c",
5424 "src/core/lib/support/cpu_linux.c",
5425 "src/core/lib/support/cpu_posix.c",
5426 "src/core/lib/support/cpu_windows.c",
5427 "src/core/lib/support/env.h",
5428 "src/core/lib/support/env_linux.c",
5429 "src/core/lib/support/env_posix.c",
5430 "src/core/lib/support/env_win32.c",
5431 "src/core/lib/support/histogram.c",
5432 "src/core/lib/support/host_port.c",
5433 "src/core/lib/support/load_file.c",
5434 "src/core/lib/support/load_file.h",
5435 "src/core/lib/support/log.c",
5436 "src/core/lib/support/log_android.c",
5437 "src/core/lib/support/log_linux.c",
5438 "src/core/lib/support/log_posix.c",
5439 "src/core/lib/support/log_win32.c",
5440 "src/core/lib/support/murmur_hash.c",
5441 "src/core/lib/support/murmur_hash.h",
5442 "src/core/lib/support/slice.c",
5443 "src/core/lib/support/slice_buffer.c",
5444 "src/core/lib/support/stack_lockfree.c",
5445 "src/core/lib/support/stack_lockfree.h",
5446 "src/core/lib/support/string.c",
5447 "src/core/lib/support/string.h",
5448 "src/core/lib/support/string_posix.c",
5449 "src/core/lib/support/string_win32.c",
5450 "src/core/lib/support/string_win32.h",
5451 "src/core/lib/support/subprocess_posix.c",
5452 "src/core/lib/support/subprocess_windows.c",
5453 "src/core/lib/support/sync.c",
5454 "src/core/lib/support/sync_posix.c",
5455 "src/core/lib/support/sync_win32.c",
5456 "src/core/lib/support/thd.c",
5457 "src/core/lib/support/thd_internal.h",
5458 "src/core/lib/support/thd_posix.c",
5459 "src/core/lib/support/thd_win32.c",
5460 "src/core/lib/support/time.c",
5461 "src/core/lib/support/time_posix.c",
5462 "src/core/lib/support/time_precise.c",
5463 "src/core/lib/support/time_precise.h",
5464 "src/core/lib/support/time_win32.c",
5465 "src/core/lib/support/tls_pthread.c",
5466 "src/core/lib/support/tmpfile.h",
5467 "src/core/lib/support/tmpfile_posix.c",
5468 "src/core/lib/support/tmpfile_win32.c",
5469 "src/core/lib/support/wrap_memcpy.c"
5470 ],
5471 "third_party": false,
5472 "type": "filegroup"
5473 },
5474 {
5475 "deps": [],
5476 "headers": [
5477 "include/grpc/impl/codegen/alloc.h",
5478 "include/grpc/impl/codegen/atm.h",
5479 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5480 "include/grpc/impl/codegen/atm_gcc_sync.h",
5481 "include/grpc/impl/codegen/atm_win32.h",
5482 "include/grpc/impl/codegen/log.h",
5483 "include/grpc/impl/codegen/port_platform.h",
5484 "include/grpc/impl/codegen/slice.h",
5485 "include/grpc/impl/codegen/slice_buffer.h",
5486 "include/grpc/impl/codegen/sync.h",
5487 "include/grpc/impl/codegen/sync_generic.h",
5488 "include/grpc/impl/codegen/sync_posix.h",
5489 "include/grpc/impl/codegen/sync_win32.h",
5490 "include/grpc/impl/codegen/time.h"
5491 ],
5492 "language": "c",
5493 "name": "gpr_codegen",
5494 "src": [
5495 "include/grpc/impl/codegen/alloc.h",
5496 "include/grpc/impl/codegen/atm.h",
5497 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5498 "include/grpc/impl/codegen/atm_gcc_sync.h",
5499 "include/grpc/impl/codegen/atm_win32.h",
5500 "include/grpc/impl/codegen/log.h",
5501 "include/grpc/impl/codegen/port_platform.h",
5502 "include/grpc/impl/codegen/slice.h",
5503 "include/grpc/impl/codegen/slice_buffer.h",
5504 "include/grpc/impl/codegen/sync.h",
5505 "include/grpc/impl/codegen/sync_generic.h",
5506 "include/grpc/impl/codegen/sync_posix.h",
5507 "include/grpc/impl/codegen/sync_win32.h",
5508 "include/grpc/impl/codegen/time.h"
5509 ],
5510 "third_party": false,
5511 "type": "filegroup"
5512 },
5513 {
5514 "deps": [
Craig Tillerd1697d92016-04-05 16:05:46 -07005515 "gpr",
5516 "grpc_codegen"
5517 ],
5518 "headers": [
5519 "include/grpc/byte_buffer.h",
5520 "include/grpc/byte_buffer_reader.h",
5521 "include/grpc/compression.h",
5522 "include/grpc/grpc.h",
5523 "include/grpc/status.h",
5524 "src/core/lib/channel/channel_args.h",
5525 "src/core/lib/channel/channel_stack.h",
5526 "src/core/lib/channel/channel_stack_builder.h",
5527 "src/core/lib/channel/compress_filter.h",
5528 "src/core/lib/channel/connected_channel.h",
5529 "src/core/lib/channel/context.h",
5530 "src/core/lib/channel/http_client_filter.h",
5531 "src/core/lib/channel/http_server_filter.h",
5532 "src/core/lib/compression/algorithm_metadata.h",
5533 "src/core/lib/compression/message_compress.h",
5534 "src/core/lib/debug/trace.h",
5535 "src/core/lib/http/format_request.h",
5536 "src/core/lib/http/httpcli.h",
5537 "src/core/lib/http/parser.h",
5538 "src/core/lib/iomgr/closure.h",
5539 "src/core/lib/iomgr/endpoint.h",
5540 "src/core/lib/iomgr/endpoint_pair.h",
5541 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
5542 "src/core/lib/iomgr/ev_posix.h",
5543 "src/core/lib/iomgr/exec_ctx.h",
5544 "src/core/lib/iomgr/executor.h",
5545 "src/core/lib/iomgr/iocp_windows.h",
5546 "src/core/lib/iomgr/iomgr.h",
5547 "src/core/lib/iomgr/iomgr_internal.h",
5548 "src/core/lib/iomgr/iomgr_posix.h",
5549 "src/core/lib/iomgr/pollset.h",
5550 "src/core/lib/iomgr/pollset_set.h",
5551 "src/core/lib/iomgr/pollset_set_windows.h",
5552 "src/core/lib/iomgr/pollset_windows.h",
5553 "src/core/lib/iomgr/resolve_address.h",
5554 "src/core/lib/iomgr/sockaddr.h",
5555 "src/core/lib/iomgr/sockaddr_posix.h",
5556 "src/core/lib/iomgr/sockaddr_utils.h",
5557 "src/core/lib/iomgr/sockaddr_win32.h",
5558 "src/core/lib/iomgr/socket_utils_posix.h",
5559 "src/core/lib/iomgr/socket_windows.h",
5560 "src/core/lib/iomgr/tcp_client.h",
5561 "src/core/lib/iomgr/tcp_posix.h",
5562 "src/core/lib/iomgr/tcp_server.h",
5563 "src/core/lib/iomgr/tcp_windows.h",
5564 "src/core/lib/iomgr/time_averaged_stats.h",
5565 "src/core/lib/iomgr/timer.h",
5566 "src/core/lib/iomgr/timer_heap.h",
5567 "src/core/lib/iomgr/udp_server.h",
5568 "src/core/lib/iomgr/unix_sockets_posix.h",
5569 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5570 "src/core/lib/iomgr/wakeup_fd_posix.h",
5571 "src/core/lib/iomgr/workqueue.h",
5572 "src/core/lib/iomgr/workqueue_posix.h",
5573 "src/core/lib/iomgr/workqueue_windows.h",
5574 "src/core/lib/json/json.h",
5575 "src/core/lib/json/json_common.h",
5576 "src/core/lib/json/json_reader.h",
5577 "src/core/lib/json/json_writer.h",
5578 "src/core/lib/surface/api_trace.h",
5579 "src/core/lib/surface/call.h",
5580 "src/core/lib/surface/call_test_only.h",
5581 "src/core/lib/surface/channel.h",
5582 "src/core/lib/surface/channel_init.h",
5583 "src/core/lib/surface/channel_stack_type.h",
5584 "src/core/lib/surface/completion_queue.h",
5585 "src/core/lib/surface/event_string.h",
5586 "src/core/lib/surface/init.h",
5587 "src/core/lib/surface/lame_client.h",
5588 "src/core/lib/surface/server.h",
5589 "src/core/lib/surface/surface_trace.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005590 "src/core/lib/transport/byte_stream.h",
5591 "src/core/lib/transport/connectivity_state.h",
5592 "src/core/lib/transport/metadata.h",
5593 "src/core/lib/transport/metadata_batch.h",
5594 "src/core/lib/transport/static_metadata.h",
5595 "src/core/lib/transport/transport.h",
5596 "src/core/lib/transport/transport_impl.h"
5597 ],
5598 "language": "c",
5599 "name": "grpc_base",
5600 "src": [
5601 "include/grpc/byte_buffer.h",
5602 "include/grpc/byte_buffer_reader.h",
5603 "include/grpc/compression.h",
5604 "include/grpc/grpc.h",
5605 "include/grpc/status.h",
5606 "src/core/lib/channel/channel_args.c",
5607 "src/core/lib/channel/channel_args.h",
5608 "src/core/lib/channel/channel_stack.c",
5609 "src/core/lib/channel/channel_stack.h",
5610 "src/core/lib/channel/channel_stack_builder.c",
5611 "src/core/lib/channel/channel_stack_builder.h",
5612 "src/core/lib/channel/compress_filter.c",
5613 "src/core/lib/channel/compress_filter.h",
5614 "src/core/lib/channel/connected_channel.c",
5615 "src/core/lib/channel/connected_channel.h",
5616 "src/core/lib/channel/context.h",
5617 "src/core/lib/channel/http_client_filter.c",
5618 "src/core/lib/channel/http_client_filter.h",
5619 "src/core/lib/channel/http_server_filter.c",
5620 "src/core/lib/channel/http_server_filter.h",
5621 "src/core/lib/compression/algorithm_metadata.h",
5622 "src/core/lib/compression/compression_algorithm.c",
5623 "src/core/lib/compression/message_compress.c",
5624 "src/core/lib/compression/message_compress.h",
5625 "src/core/lib/debug/trace.c",
5626 "src/core/lib/debug/trace.h",
5627 "src/core/lib/http/format_request.c",
5628 "src/core/lib/http/format_request.h",
5629 "src/core/lib/http/httpcli.c",
5630 "src/core/lib/http/httpcli.h",
5631 "src/core/lib/http/parser.c",
5632 "src/core/lib/http/parser.h",
5633 "src/core/lib/iomgr/closure.c",
5634 "src/core/lib/iomgr/closure.h",
5635 "src/core/lib/iomgr/endpoint.c",
5636 "src/core/lib/iomgr/endpoint.h",
5637 "src/core/lib/iomgr/endpoint_pair.h",
5638 "src/core/lib/iomgr/endpoint_pair_posix.c",
5639 "src/core/lib/iomgr/endpoint_pair_windows.c",
5640 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
5641 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
5642 "src/core/lib/iomgr/ev_posix.c",
5643 "src/core/lib/iomgr/ev_posix.h",
5644 "src/core/lib/iomgr/exec_ctx.c",
5645 "src/core/lib/iomgr/exec_ctx.h",
5646 "src/core/lib/iomgr/executor.c",
5647 "src/core/lib/iomgr/executor.h",
5648 "src/core/lib/iomgr/iocp_windows.c",
5649 "src/core/lib/iomgr/iocp_windows.h",
5650 "src/core/lib/iomgr/iomgr.c",
5651 "src/core/lib/iomgr/iomgr.h",
5652 "src/core/lib/iomgr/iomgr_internal.h",
5653 "src/core/lib/iomgr/iomgr_posix.c",
5654 "src/core/lib/iomgr/iomgr_posix.h",
5655 "src/core/lib/iomgr/iomgr_windows.c",
5656 "src/core/lib/iomgr/pollset.h",
5657 "src/core/lib/iomgr/pollset_set.h",
5658 "src/core/lib/iomgr/pollset_set_windows.c",
5659 "src/core/lib/iomgr/pollset_set_windows.h",
5660 "src/core/lib/iomgr/pollset_windows.c",
5661 "src/core/lib/iomgr/pollset_windows.h",
5662 "src/core/lib/iomgr/resolve_address.h",
5663 "src/core/lib/iomgr/resolve_address_posix.c",
5664 "src/core/lib/iomgr/resolve_address_windows.c",
5665 "src/core/lib/iomgr/sockaddr.h",
5666 "src/core/lib/iomgr/sockaddr_posix.h",
5667 "src/core/lib/iomgr/sockaddr_utils.c",
5668 "src/core/lib/iomgr/sockaddr_utils.h",
5669 "src/core/lib/iomgr/sockaddr_win32.h",
5670 "src/core/lib/iomgr/socket_utils_common_posix.c",
5671 "src/core/lib/iomgr/socket_utils_linux.c",
5672 "src/core/lib/iomgr/socket_utils_posix.c",
5673 "src/core/lib/iomgr/socket_utils_posix.h",
5674 "src/core/lib/iomgr/socket_windows.c",
5675 "src/core/lib/iomgr/socket_windows.h",
5676 "src/core/lib/iomgr/tcp_client.h",
5677 "src/core/lib/iomgr/tcp_client_posix.c",
5678 "src/core/lib/iomgr/tcp_client_windows.c",
5679 "src/core/lib/iomgr/tcp_posix.c",
5680 "src/core/lib/iomgr/tcp_posix.h",
5681 "src/core/lib/iomgr/tcp_server.h",
5682 "src/core/lib/iomgr/tcp_server_posix.c",
5683 "src/core/lib/iomgr/tcp_server_windows.c",
5684 "src/core/lib/iomgr/tcp_windows.c",
5685 "src/core/lib/iomgr/tcp_windows.h",
5686 "src/core/lib/iomgr/time_averaged_stats.c",
5687 "src/core/lib/iomgr/time_averaged_stats.h",
5688 "src/core/lib/iomgr/timer.c",
5689 "src/core/lib/iomgr/timer.h",
5690 "src/core/lib/iomgr/timer_heap.c",
5691 "src/core/lib/iomgr/timer_heap.h",
5692 "src/core/lib/iomgr/udp_server.c",
5693 "src/core/lib/iomgr/udp_server.h",
5694 "src/core/lib/iomgr/unix_sockets_posix.c",
5695 "src/core/lib/iomgr/unix_sockets_posix.h",
5696 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
5697 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
5698 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
5699 "src/core/lib/iomgr/wakeup_fd_pipe.c",
5700 "src/core/lib/iomgr/wakeup_fd_pipe.h",
5701 "src/core/lib/iomgr/wakeup_fd_posix.c",
5702 "src/core/lib/iomgr/wakeup_fd_posix.h",
5703 "src/core/lib/iomgr/workqueue.h",
5704 "src/core/lib/iomgr/workqueue_posix.c",
5705 "src/core/lib/iomgr/workqueue_posix.h",
5706 "src/core/lib/iomgr/workqueue_windows.c",
5707 "src/core/lib/iomgr/workqueue_windows.h",
5708 "src/core/lib/json/json.c",
5709 "src/core/lib/json/json.h",
5710 "src/core/lib/json/json_common.h",
5711 "src/core/lib/json/json_reader.c",
5712 "src/core/lib/json/json_reader.h",
5713 "src/core/lib/json/json_string.c",
5714 "src/core/lib/json/json_writer.c",
5715 "src/core/lib/json/json_writer.h",
5716 "src/core/lib/surface/alarm.c",
5717 "src/core/lib/surface/api_trace.c",
5718 "src/core/lib/surface/api_trace.h",
5719 "src/core/lib/surface/byte_buffer.c",
5720 "src/core/lib/surface/byte_buffer_reader.c",
5721 "src/core/lib/surface/call.c",
5722 "src/core/lib/surface/call.h",
5723 "src/core/lib/surface/call_details.c",
5724 "src/core/lib/surface/call_log_batch.c",
5725 "src/core/lib/surface/call_test_only.h",
5726 "src/core/lib/surface/channel.c",
5727 "src/core/lib/surface/channel.h",
5728 "src/core/lib/surface/channel_init.c",
5729 "src/core/lib/surface/channel_init.h",
5730 "src/core/lib/surface/channel_ping.c",
5731 "src/core/lib/surface/channel_stack_type.c",
5732 "src/core/lib/surface/channel_stack_type.h",
5733 "src/core/lib/surface/completion_queue.c",
5734 "src/core/lib/surface/completion_queue.h",
5735 "src/core/lib/surface/event_string.c",
5736 "src/core/lib/surface/event_string.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005737 "src/core/lib/surface/init.h",
5738 "src/core/lib/surface/lame_client.c",
5739 "src/core/lib/surface/lame_client.h",
5740 "src/core/lib/surface/metadata_array.c",
5741 "src/core/lib/surface/server.c",
5742 "src/core/lib/surface/server.h",
5743 "src/core/lib/surface/surface_trace.h",
5744 "src/core/lib/surface/validate_metadata.c",
5745 "src/core/lib/surface/version.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005746 "src/core/lib/transport/byte_stream.c",
5747 "src/core/lib/transport/byte_stream.h",
5748 "src/core/lib/transport/connectivity_state.c",
5749 "src/core/lib/transport/connectivity_state.h",
5750 "src/core/lib/transport/metadata.c",
5751 "src/core/lib/transport/metadata.h",
5752 "src/core/lib/transport/metadata_batch.c",
5753 "src/core/lib/transport/metadata_batch.h",
5754 "src/core/lib/transport/static_metadata.c",
5755 "src/core/lib/transport/static_metadata.h",
5756 "src/core/lib/transport/transport.c",
5757 "src/core/lib/transport/transport.h",
5758 "src/core/lib/transport/transport_impl.h",
5759 "src/core/lib/transport/transport_op_string.c"
5760 ],
5761 "third_party": false,
5762 "type": "filegroup"
5763 },
5764 {
5765 "deps": [
5766 "gpr",
5767 "grpc_base"
5768 ],
5769 "headers": [
5770 "src/core/ext/client_config/client_channel.h",
5771 "src/core/ext/client_config/client_channel_factory.h",
5772 "src/core/ext/client_config/client_config.h",
5773 "src/core/ext/client_config/connector.h",
5774 "src/core/ext/client_config/initial_connect_string.h",
5775 "src/core/ext/client_config/lb_policy.h",
5776 "src/core/ext/client_config/lb_policy_factory.h",
5777 "src/core/ext/client_config/lb_policy_registry.h",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07005778 "src/core/ext/client_config/parse_address.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005779 "src/core/ext/client_config/resolver.h",
5780 "src/core/ext/client_config/resolver_factory.h",
5781 "src/core/ext/client_config/resolver_registry.h",
5782 "src/core/ext/client_config/subchannel.h",
5783 "src/core/ext/client_config/subchannel_call_holder.h",
5784 "src/core/ext/client_config/subchannel_index.h",
5785 "src/core/ext/client_config/uri_parser.h"
5786 ],
5787 "language": "c",
5788 "name": "grpc_client_config",
5789 "src": [
5790 "src/core/ext/client_config/channel_connectivity.c",
5791 "src/core/ext/client_config/client_channel.c",
5792 "src/core/ext/client_config/client_channel.h",
5793 "src/core/ext/client_config/client_channel_factory.c",
5794 "src/core/ext/client_config/client_channel_factory.h",
5795 "src/core/ext/client_config/client_config.c",
5796 "src/core/ext/client_config/client_config.h",
Craig Tiller0b541632016-04-05 17:21:05 -07005797 "src/core/ext/client_config/client_config_plugin.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07005798 "src/core/ext/client_config/connector.c",
5799 "src/core/ext/client_config/connector.h",
5800 "src/core/ext/client_config/default_initial_connect_string.c",
5801 "src/core/ext/client_config/initial_connect_string.c",
5802 "src/core/ext/client_config/initial_connect_string.h",
5803 "src/core/ext/client_config/lb_policy.c",
5804 "src/core/ext/client_config/lb_policy.h",
5805 "src/core/ext/client_config/lb_policy_factory.c",
5806 "src/core/ext/client_config/lb_policy_factory.h",
5807 "src/core/ext/client_config/lb_policy_registry.c",
5808 "src/core/ext/client_config/lb_policy_registry.h",
David Garcia Quintas9885bff2016-04-07 17:31:29 -07005809 "src/core/ext/client_config/parse_address.c",
5810 "src/core/ext/client_config/parse_address.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005811 "src/core/ext/client_config/resolver.c",
5812 "src/core/ext/client_config/resolver.h",
5813 "src/core/ext/client_config/resolver_factory.c",
5814 "src/core/ext/client_config/resolver_factory.h",
5815 "src/core/ext/client_config/resolver_registry.c",
5816 "src/core/ext/client_config/resolver_registry.h",
5817 "src/core/ext/client_config/subchannel.c",
5818 "src/core/ext/client_config/subchannel.h",
5819 "src/core/ext/client_config/subchannel_call_holder.c",
5820 "src/core/ext/client_config/subchannel_call_holder.h",
5821 "src/core/ext/client_config/subchannel_index.c",
5822 "src/core/ext/client_config/subchannel_index.h",
5823 "src/core/ext/client_config/uri_parser.c",
5824 "src/core/ext/client_config/uri_parser.h"
5825 ],
5826 "third_party": false,
5827 "type": "filegroup"
5828 },
5829 {
5830 "deps": [
Craig Tiller03915e52016-04-07 09:15:10 -07005831 "gpr_codegen"
Craig Tillerd1697d92016-04-05 16:05:46 -07005832 ],
5833 "headers": [
5834 "include/grpc/impl/codegen/byte_buffer.h",
5835 "include/grpc/impl/codegen/compression_types.h",
5836 "include/grpc/impl/codegen/connectivity_state.h",
5837 "include/grpc/impl/codegen/grpc_types.h",
5838 "include/grpc/impl/codegen/propagation_bits.h",
5839 "include/grpc/impl/codegen/status.h"
5840 ],
5841 "language": "c",
5842 "name": "grpc_codegen",
5843 "src": [
5844 "include/grpc/impl/codegen/byte_buffer.h",
5845 "include/grpc/impl/codegen/compression_types.h",
5846 "include/grpc/impl/codegen/connectivity_state.h",
5847 "include/grpc/impl/codegen/grpc_types.h",
5848 "include/grpc/impl/codegen/propagation_bits.h",
5849 "include/grpc/impl/codegen/status.h"
5850 ],
5851 "third_party": false,
5852 "type": "filegroup"
5853 },
5854 {
5855 "deps": [
5856 "gpr",
5857 "grpc_base",
5858 "grpc_client_config",
5859 "nanopb"
5860 ],
5861 "headers": [
5862 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07005863 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h"
Craig Tillerd1697d92016-04-05 16:05:46 -07005864 ],
5865 "language": "c",
5866 "name": "grpc_lb_policy_grpclb",
5867 "src": [
5868 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
5869 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07005870 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c",
5871 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h"
Craig Tillerd1697d92016-04-05 16:05:46 -07005872 ],
5873 "third_party": false,
5874 "type": "filegroup"
5875 },
5876 {
5877 "deps": [
5878 "gpr",
5879 "grpc_base",
5880 "grpc_client_config"
5881 ],
5882 "headers": [],
5883 "language": "c",
5884 "name": "grpc_lb_policy_pick_first",
5885 "src": [
5886 "src/core/ext/lb_policy/pick_first/pick_first.c"
5887 ],
5888 "third_party": false,
5889 "type": "filegroup"
5890 },
5891 {
5892 "deps": [
5893 "gpr",
5894 "grpc_base",
5895 "grpc_client_config"
5896 ],
5897 "headers": [],
5898 "language": "c",
5899 "name": "grpc_lb_policy_round_robin",
5900 "src": [
5901 "src/core/ext/lb_policy/round_robin/round_robin.c"
5902 ],
5903 "third_party": false,
5904 "type": "filegroup"
5905 },
5906 {
5907 "deps": [
5908 "gpr",
5909 "grpc_base",
5910 "grpc_client_config"
5911 ],
5912 "headers": [],
5913 "language": "c",
5914 "name": "grpc_resolver_dns_native",
5915 "src": [
5916 "src/core/ext/resolver/dns/native/dns_resolver.c"
5917 ],
5918 "third_party": false,
5919 "type": "filegroup"
5920 },
5921 {
5922 "deps": [
5923 "gpr",
5924 "grpc_base",
5925 "grpc_client_config"
5926 ],
5927 "headers": [],
5928 "language": "c",
5929 "name": "grpc_resolver_sockaddr",
5930 "src": [
5931 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c"
5932 ],
5933 "third_party": false,
5934 "type": "filegroup"
5935 },
5936 {
5937 "deps": [
5938 "gpr",
5939 "grpc_base",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07005940 "grpc_transport_chttp2_alpn",
5941 "tsi"
Craig Tillerd1697d92016-04-05 16:05:46 -07005942 ],
5943 "headers": [
5944 "include/grpc/grpc_security.h",
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07005945 "include/grpc/grpc_security_constants.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005946 "src/core/lib/security/auth_filters.h",
5947 "src/core/lib/security/b64.h",
5948 "src/core/lib/security/credentials.h",
5949 "src/core/lib/security/handshake.h",
5950 "src/core/lib/security/json_token.h",
5951 "src/core/lib/security/jwt_verifier.h",
5952 "src/core/lib/security/secure_endpoint.h",
5953 "src/core/lib/security/security_connector.h",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07005954 "src/core/lib/security/security_context.h"
Craig Tillerd1697d92016-04-05 16:05:46 -07005955 ],
5956 "language": "c",
5957 "name": "grpc_secure",
5958 "src": [
5959 "include/grpc/grpc_security.h",
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07005960 "include/grpc/grpc_security_constants.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07005961 "src/core/lib/http/httpcli_security_connector.c",
5962 "src/core/lib/security/auth_filters.h",
5963 "src/core/lib/security/b64.c",
5964 "src/core/lib/security/b64.h",
5965 "src/core/lib/security/client_auth_filter.c",
5966 "src/core/lib/security/credentials.c",
5967 "src/core/lib/security/credentials.h",
5968 "src/core/lib/security/credentials_metadata.c",
5969 "src/core/lib/security/credentials_posix.c",
5970 "src/core/lib/security/credentials_win32.c",
5971 "src/core/lib/security/google_default_credentials.c",
5972 "src/core/lib/security/handshake.c",
5973 "src/core/lib/security/handshake.h",
5974 "src/core/lib/security/json_token.c",
5975 "src/core/lib/security/json_token.h",
5976 "src/core/lib/security/jwt_verifier.c",
5977 "src/core/lib/security/jwt_verifier.h",
5978 "src/core/lib/security/secure_endpoint.c",
5979 "src/core/lib/security/secure_endpoint.h",
5980 "src/core/lib/security/security_connector.c",
5981 "src/core/lib/security/security_connector.h",
5982 "src/core/lib/security/security_context.c",
5983 "src/core/lib/security/security_context.h",
5984 "src/core/lib/security/server_auth_filter.c",
Craig Tiller3ab2fe02016-04-11 20:11:18 -07005985 "src/core/lib/surface/init_secure.c"
Craig Tillerd1697d92016-04-05 16:05:46 -07005986 ],
5987 "third_party": false,
5988 "type": "filegroup"
5989 },
5990 {
5991 "deps": [
5992 "gpr_test_util",
5993 "grpc"
5994 ],
5995 "headers": [
5996 "test/core/end2end/cq_verifier.h",
5997 "test/core/end2end/fixtures/proxy.h",
5998 "test/core/iomgr/endpoint_tests.h",
5999 "test/core/util/grpc_profiler.h",
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +02006000 "test/core/util/memory_counters.h",
Craig Tiller5db5e132016-04-06 16:28:46 -07006001 "test/core/util/mock_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006002 "test/core/util/parse_hexstring.h",
6003 "test/core/util/port.h",
6004 "test/core/util/port_server_client.h",
6005 "test/core/util/slice_splitter.h"
6006 ],
6007 "language": "c",
6008 "name": "grpc_test_util_base",
6009 "src": [
6010 "test/core/end2end/cq_verifier.c",
6011 "test/core/end2end/cq_verifier.h",
6012 "test/core/end2end/fixtures/proxy.c",
6013 "test/core/end2end/fixtures/proxy.h",
6014 "test/core/iomgr/endpoint_tests.c",
6015 "test/core/iomgr/endpoint_tests.h",
6016 "test/core/util/grpc_profiler.c",
6017 "test/core/util/grpc_profiler.h",
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +02006018 "test/core/util/memory_counters.c",
6019 "test/core/util/memory_counters.h",
Craig Tiller5db5e132016-04-06 16:28:46 -07006020 "test/core/util/mock_endpoint.c",
6021 "test/core/util/mock_endpoint.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006022 "test/core/util/parse_hexstring.c",
6023 "test/core/util/parse_hexstring.h",
6024 "test/core/util/port.h",
6025 "test/core/util/port_posix.c",
6026 "test/core/util/port_server_client.c",
6027 "test/core/util/port_server_client.h",
6028 "test/core/util/port_windows.c",
6029 "test/core/util/slice_splitter.c",
6030 "test/core/util/slice_splitter.h"
6031 ],
6032 "third_party": false,
6033 "type": "filegroup"
6034 },
6035 {
6036 "deps": [
6037 "gpr",
6038 "grpc_base",
6039 "grpc_transport_chttp2_alpn"
6040 ],
6041 "headers": [
Craig Tillerf82ddc42016-04-05 17:15:07 -07006042 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
Craig Tillerd1697d92016-04-05 16:05:46 -07006043 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6044 "src/core/ext/transport/chttp2/transport/frame.h",
6045 "src/core/ext/transport/chttp2/transport/frame_data.h",
6046 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6047 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6048 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6049 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6050 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6051 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6052 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6053 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6054 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6055 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6056 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6057 "src/core/ext/transport/chttp2/transport/internal.h",
6058 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6059 "src/core/ext/transport/chttp2/transport/stream_map.h",
6060 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6061 "src/core/ext/transport/chttp2/transport/varint.h"
6062 ],
6063 "language": "c",
6064 "name": "grpc_transport_chttp2",
6065 "src": [
Craig Tillerf82ddc42016-04-05 17:15:07 -07006066 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
6067 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
6068 "src/core/ext/transport/chttp2/transport/chttp2_plugin.c",
Craig Tillerd1697d92016-04-05 16:05:46 -07006069 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
6070 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
6071 "src/core/ext/transport/chttp2/transport/frame.h",
6072 "src/core/ext/transport/chttp2/transport/frame_data.c",
6073 "src/core/ext/transport/chttp2/transport/frame_data.h",
6074 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
6075 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
6076 "src/core/ext/transport/chttp2/transport/frame_ping.c",
6077 "src/core/ext/transport/chttp2/transport/frame_ping.h",
6078 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
6079 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
6080 "src/core/ext/transport/chttp2/transport/frame_settings.c",
6081 "src/core/ext/transport/chttp2/transport/frame_settings.h",
6082 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
6083 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
6084 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
6085 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
6086 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
6087 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
6088 "src/core/ext/transport/chttp2/transport/hpack_table.c",
6089 "src/core/ext/transport/chttp2/transport/hpack_table.h",
6090 "src/core/ext/transport/chttp2/transport/http2_errors.h",
6091 "src/core/ext/transport/chttp2/transport/huffsyms.c",
6092 "src/core/ext/transport/chttp2/transport/huffsyms.h",
6093 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
6094 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
6095 "src/core/ext/transport/chttp2/transport/internal.h",
6096 "src/core/ext/transport/chttp2/transport/parsing.c",
6097 "src/core/ext/transport/chttp2/transport/status_conversion.c",
6098 "src/core/ext/transport/chttp2/transport/status_conversion.h",
6099 "src/core/ext/transport/chttp2/transport/stream_lists.c",
6100 "src/core/ext/transport/chttp2/transport/stream_map.c",
6101 "src/core/ext/transport/chttp2/transport/stream_map.h",
6102 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
6103 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
6104 "src/core/ext/transport/chttp2/transport/varint.c",
6105 "src/core/ext/transport/chttp2/transport/varint.h",
6106 "src/core/ext/transport/chttp2/transport/writing.c"
6107 ],
6108 "third_party": false,
6109 "type": "filegroup"
6110 },
6111 {
6112 "deps": [
6113 "gpr"
6114 ],
6115 "headers": [
6116 "src/core/ext/transport/chttp2/alpn/alpn.h"
6117 ],
6118 "language": "c",
6119 "name": "grpc_transport_chttp2_alpn",
6120 "src": [
6121 "src/core/ext/transport/chttp2/alpn/alpn.c",
6122 "src/core/ext/transport/chttp2/alpn/alpn.h"
6123 ],
6124 "third_party": false,
6125 "type": "filegroup"
6126 },
6127 {
6128 "deps": [
6129 "gpr",
6130 "grpc_base",
6131 "grpc_client_config",
6132 "grpc_transport_chttp2"
6133 ],
6134 "headers": [],
6135 "language": "c",
6136 "name": "grpc_transport_chttp2_client_insecure",
6137 "src": [
6138 "src/core/ext/transport/chttp2/client/insecure/channel_create.c"
6139 ],
6140 "third_party": false,
6141 "type": "filegroup"
6142 },
6143 {
6144 "deps": [
6145 "gpr",
6146 "grpc_base",
6147 "grpc_client_config",
6148 "grpc_secure",
6149 "grpc_transport_chttp2"
6150 ],
6151 "headers": [],
6152 "language": "c",
6153 "name": "grpc_transport_chttp2_client_secure",
6154 "src": [
6155 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c"
6156 ],
6157 "third_party": false,
6158 "type": "filegroup"
6159 },
6160 {
6161 "deps": [
6162 "gpr",
6163 "grpc_base",
6164 "grpc_transport_chttp2"
6165 ],
6166 "headers": [],
6167 "language": "c",
6168 "name": "grpc_transport_chttp2_server_insecure",
6169 "src": [
6170 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c"
6171 ],
6172 "third_party": false,
6173 "type": "filegroup"
6174 },
6175 {
6176 "deps": [
6177 "gpr",
6178 "grpc_base",
6179 "grpc_secure",
6180 "grpc_transport_chttp2"
6181 ],
6182 "headers": [],
6183 "language": "c",
6184 "name": "grpc_transport_chttp2_server_secure",
6185 "src": [
6186 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c"
6187 ],
6188 "third_party": false,
6189 "type": "filegroup"
6190 },
6191 {
6192 "deps": [],
6193 "headers": [
6194 "third_party/nanopb/pb.h",
6195 "third_party/nanopb/pb_common.h",
6196 "third_party/nanopb/pb_decode.h",
6197 "third_party/nanopb/pb_encode.h"
6198 ],
6199 "language": "c",
6200 "name": "nanopb",
6201 "src": [],
6202 "third_party": false,
6203 "type": "filegroup"
Craig Tiller3ab2fe02016-04-11 20:11:18 -07006204 },
6205 {
6206 "deps": [
6207 "gpr"
6208 ],
6209 "headers": [
6210 "src/core/lib/tsi/fake_transport_security.h",
6211 "src/core/lib/tsi/ssl_transport_security.h",
6212 "src/core/lib/tsi/ssl_types.h",
6213 "src/core/lib/tsi/transport_security.h",
6214 "src/core/lib/tsi/transport_security_interface.h"
6215 ],
6216 "language": "c",
6217 "name": "tsi",
6218 "src": [
6219 "src/core/lib/tsi/fake_transport_security.c",
6220 "src/core/lib/tsi/fake_transport_security.h",
6221 "src/core/lib/tsi/ssl_transport_security.c",
6222 "src/core/lib/tsi/ssl_transport_security.h",
6223 "src/core/lib/tsi/ssl_types.h",
6224 "src/core/lib/tsi/transport_security.c",
6225 "src/core/lib/tsi/transport_security.h",
6226 "src/core/lib/tsi/transport_security_interface.h"
6227 ],
6228 "third_party": false,
6229 "type": "filegroup"
6230 },
6231 {
6232 "deps": [
6233 "grpc",
6234 "grpc++_codegen",
6235 "grpc++_config"
6236 ],
6237 "headers": [
6238 "include/grpc++/alarm.h",
6239 "include/grpc++/channel.h",
6240 "include/grpc++/client_context.h",
6241 "include/grpc++/completion_queue.h",
6242 "include/grpc++/create_channel.h",
6243 "include/grpc++/generic/async_generic_service.h",
6244 "include/grpc++/generic/generic_stub.h",
6245 "include/grpc++/grpc++.h",
6246 "include/grpc++/impl/call.h",
6247 "include/grpc++/impl/client_unary_call.h",
6248 "include/grpc++/impl/grpc_library.h",
6249 "include/grpc++/impl/method_handler_impl.h",
6250 "include/grpc++/impl/proto_utils.h",
6251 "include/grpc++/impl/rpc_method.h",
6252 "include/grpc++/impl/rpc_service_method.h",
6253 "include/grpc++/impl/serialization_traits.h",
6254 "include/grpc++/impl/server_builder_option.h",
6255 "include/grpc++/impl/service_type.h",
6256 "include/grpc++/impl/sync.h",
6257 "include/grpc++/impl/sync_cxx11.h",
6258 "include/grpc++/impl/sync_no_cxx11.h",
6259 "include/grpc++/impl/thd.h",
6260 "include/grpc++/impl/thd_cxx11.h",
6261 "include/grpc++/impl/thd_no_cxx11.h",
6262 "include/grpc++/security/auth_context.h",
6263 "include/grpc++/security/auth_metadata_processor.h",
6264 "include/grpc++/security/credentials.h",
6265 "include/grpc++/security/server_credentials.h",
6266 "include/grpc++/server.h",
6267 "include/grpc++/server_builder.h",
6268 "include/grpc++/server_context.h",
6269 "include/grpc++/support/async_stream.h",
6270 "include/grpc++/support/async_unary_call.h",
6271 "include/grpc++/support/byte_buffer.h",
6272 "include/grpc++/support/channel_arguments.h",
6273 "include/grpc++/support/slice.h",
6274 "include/grpc++/support/status.h",
6275 "include/grpc++/support/status_code_enum.h",
6276 "include/grpc++/support/string_ref.h",
6277 "include/grpc++/support/stub_options.h",
6278 "include/grpc++/support/sync_stream.h",
6279 "include/grpc++/support/time.h",
6280 "src/cpp/client/create_channel_internal.h",
6281 "src/cpp/common/core_codegen.h",
6282 "src/cpp/server/dynamic_thread_pool.h",
6283 "src/cpp/server/thread_pool_interface.h"
6284 ],
6285 "language": "c++",
6286 "name": "grpc++_base",
6287 "src": [
6288 "include/grpc++/alarm.h",
6289 "include/grpc++/channel.h",
6290 "include/grpc++/client_context.h",
6291 "include/grpc++/completion_queue.h",
6292 "include/grpc++/create_channel.h",
6293 "include/grpc++/generic/async_generic_service.h",
6294 "include/grpc++/generic/generic_stub.h",
6295 "include/grpc++/grpc++.h",
6296 "include/grpc++/impl/call.h",
6297 "include/grpc++/impl/client_unary_call.h",
6298 "include/grpc++/impl/grpc_library.h",
6299 "include/grpc++/impl/method_handler_impl.h",
6300 "include/grpc++/impl/proto_utils.h",
6301 "include/grpc++/impl/rpc_method.h",
6302 "include/grpc++/impl/rpc_service_method.h",
6303 "include/grpc++/impl/serialization_traits.h",
6304 "include/grpc++/impl/server_builder_option.h",
6305 "include/grpc++/impl/service_type.h",
6306 "include/grpc++/impl/sync.h",
6307 "include/grpc++/impl/sync_cxx11.h",
6308 "include/grpc++/impl/sync_no_cxx11.h",
6309 "include/grpc++/impl/thd.h",
6310 "include/grpc++/impl/thd_cxx11.h",
6311 "include/grpc++/impl/thd_no_cxx11.h",
6312 "include/grpc++/security/auth_context.h",
6313 "include/grpc++/security/auth_metadata_processor.h",
6314 "include/grpc++/security/credentials.h",
6315 "include/grpc++/security/server_credentials.h",
6316 "include/grpc++/server.h",
6317 "include/grpc++/server_builder.h",
6318 "include/grpc++/server_context.h",
6319 "include/grpc++/support/async_stream.h",
6320 "include/grpc++/support/async_unary_call.h",
6321 "include/grpc++/support/byte_buffer.h",
6322 "include/grpc++/support/channel_arguments.h",
6323 "include/grpc++/support/slice.h",
6324 "include/grpc++/support/status.h",
6325 "include/grpc++/support/status_code_enum.h",
6326 "include/grpc++/support/string_ref.h",
6327 "include/grpc++/support/stub_options.h",
6328 "include/grpc++/support/sync_stream.h",
6329 "include/grpc++/support/time.h",
6330 "src/cpp/client/channel.cc",
6331 "src/cpp/client/client_context.cc",
6332 "src/cpp/client/create_channel.cc",
6333 "src/cpp/client/create_channel_internal.cc",
6334 "src/cpp/client/create_channel_internal.h",
6335 "src/cpp/client/credentials.cc",
6336 "src/cpp/client/generic_stub.cc",
6337 "src/cpp/client/insecure_credentials.cc",
6338 "src/cpp/common/channel_arguments.cc",
6339 "src/cpp/common/completion_queue.cc",
6340 "src/cpp/common/core_codegen.cc",
6341 "src/cpp/common/core_codegen.h",
6342 "src/cpp/common/rpc_method.cc",
6343 "src/cpp/server/async_generic_service.cc",
6344 "src/cpp/server/create_default_thread_pool.cc",
6345 "src/cpp/server/dynamic_thread_pool.cc",
6346 "src/cpp/server/dynamic_thread_pool.h",
6347 "src/cpp/server/insecure_server_credentials.cc",
6348 "src/cpp/server/server.cc",
6349 "src/cpp/server/server_builder.cc",
6350 "src/cpp/server/server_context.cc",
6351 "src/cpp/server/server_credentials.cc",
6352 "src/cpp/server/thread_pool_interface.h",
6353 "src/cpp/util/byte_buffer.cc",
6354 "src/cpp/util/slice.cc",
6355 "src/cpp/util/status.cc",
6356 "src/cpp/util/string_ref.cc",
6357 "src/cpp/util/time.cc"
6358 ],
6359 "third_party": false,
6360 "type": "filegroup"
6361 },
6362 {
6363 "deps": [
6364 "grpc++_config_codegen",
6365 "grpc_codegen"
6366 ],
6367 "headers": [
6368 "include/grpc++/impl/codegen/async_stream.h",
6369 "include/grpc++/impl/codegen/async_unary_call.h",
6370 "include/grpc++/impl/codegen/call.h",
6371 "include/grpc++/impl/codegen/call_hook.h",
6372 "include/grpc++/impl/codegen/channel_interface.h",
6373 "include/grpc++/impl/codegen/client_context.h",
6374 "include/grpc++/impl/codegen/client_unary_call.h",
6375 "include/grpc++/impl/codegen/completion_queue.h",
6376 "include/grpc++/impl/codegen/completion_queue_tag.h",
6377 "include/grpc++/impl/codegen/core_codegen_interface.h",
6378 "include/grpc++/impl/codegen/create_auth_context.h",
6379 "include/grpc++/impl/codegen/grpc_library.h",
6380 "include/grpc++/impl/codegen/method_handler_impl.h",
6381 "include/grpc++/impl/codegen/proto_utils.h",
6382 "include/grpc++/impl/codegen/rpc_method.h",
6383 "include/grpc++/impl/codegen/rpc_service_method.h",
6384 "include/grpc++/impl/codegen/security/auth_context.h",
6385 "include/grpc++/impl/codegen/serialization_traits.h",
6386 "include/grpc++/impl/codegen/server_context.h",
6387 "include/grpc++/impl/codegen/server_interface.h",
6388 "include/grpc++/impl/codegen/service_type.h",
6389 "include/grpc++/impl/codegen/status.h",
6390 "include/grpc++/impl/codegen/status_code_enum.h",
6391 "include/grpc++/impl/codegen/string_ref.h",
6392 "include/grpc++/impl/codegen/stub_options.h",
6393 "include/grpc++/impl/codegen/sync.h",
6394 "include/grpc++/impl/codegen/sync_cxx11.h",
6395 "include/grpc++/impl/codegen/sync_no_cxx11.h",
6396 "include/grpc++/impl/codegen/sync_stream.h",
6397 "include/grpc++/impl/codegen/time.h"
6398 ],
6399 "language": "c++",
6400 "name": "grpc++_codegen",
6401 "src": [
6402 "include/grpc++/impl/codegen/async_stream.h",
6403 "include/grpc++/impl/codegen/async_unary_call.h",
6404 "include/grpc++/impl/codegen/call.h",
6405 "include/grpc++/impl/codegen/call_hook.h",
6406 "include/grpc++/impl/codegen/channel_interface.h",
6407 "include/grpc++/impl/codegen/client_context.h",
6408 "include/grpc++/impl/codegen/client_unary_call.h",
6409 "include/grpc++/impl/codegen/completion_queue.h",
6410 "include/grpc++/impl/codegen/completion_queue_tag.h",
6411 "include/grpc++/impl/codegen/core_codegen_interface.h",
6412 "include/grpc++/impl/codegen/create_auth_context.h",
6413 "include/grpc++/impl/codegen/grpc_library.h",
6414 "include/grpc++/impl/codegen/method_handler_impl.h",
6415 "include/grpc++/impl/codegen/proto_utils.h",
6416 "include/grpc++/impl/codegen/rpc_method.h",
6417 "include/grpc++/impl/codegen/rpc_service_method.h",
6418 "include/grpc++/impl/codegen/security/auth_context.h",
6419 "include/grpc++/impl/codegen/serialization_traits.h",
6420 "include/grpc++/impl/codegen/server_context.h",
6421 "include/grpc++/impl/codegen/server_interface.h",
6422 "include/grpc++/impl/codegen/service_type.h",
6423 "include/grpc++/impl/codegen/status.h",
6424 "include/grpc++/impl/codegen/status_code_enum.h",
6425 "include/grpc++/impl/codegen/string_ref.h",
6426 "include/grpc++/impl/codegen/stub_options.h",
6427 "include/grpc++/impl/codegen/sync.h",
6428 "include/grpc++/impl/codegen/sync_cxx11.h",
6429 "include/grpc++/impl/codegen/sync_no_cxx11.h",
6430 "include/grpc++/impl/codegen/sync_stream.h",
6431 "include/grpc++/impl/codegen/time.h",
6432 "src/cpp/codegen/codegen_init.cc"
6433 ],
6434 "third_party": false,
6435 "type": "filegroup"
6436 },
6437 {
6438 "deps": [
6439 "grpc++_config_codegen"
6440 ],
6441 "headers": [
6442 "include/grpc++/support/config.h",
6443 "include/grpc++/support/config_protobuf.h"
6444 ],
6445 "language": "c++",
6446 "name": "grpc++_config",
6447 "src": [
6448 "include/grpc++/support/config.h",
6449 "include/grpc++/support/config_protobuf.h"
6450 ],
6451 "third_party": false,
6452 "type": "filegroup"
6453 },
6454 {
6455 "deps": [],
6456 "headers": [
6457 "include/grpc++/impl/codegen/config.h",
6458 "include/grpc++/impl/codegen/config_protobuf.h"
6459 ],
6460 "language": "c++",
6461 "name": "grpc++_config_codegen",
6462 "src": [
6463 "include/grpc++/impl/codegen/config.h",
6464 "include/grpc++/impl/codegen/config_protobuf.h"
6465 ],
6466 "third_party": false,
6467 "type": "filegroup"
Craig Tillerf75fc122015-06-25 06:58:00 -07006468 }
6469]