blob: 85122d8bcbc1148e365cb679f3ab95e38ff49674 [file] [log] [blame]
Craig Tillerf75fc122015-06-25 06:58:00 -07001
2
3[
4 {
5 "deps": [
Craig Tiller1298afd2016-02-09 12:29:17 -08006 "gpr",
7 "gpr_test_util",
David Garcia Quintas48ec8062015-12-11 14:04:59 -08008 "grpc",
9 "grpc_test_util"
10 ],
11 "headers": [],
12 "language": "c",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010013 "name": "alarm_test",
14 "src": [
15 "test/core/surface/alarm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080016 ],
17 "third_party": false,
18 "type": "target"
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010019 },
20 {
21 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080022 "gpr",
23 "gpr_test_util",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +010024 "grpc",
25 "grpc_test_util"
26 ],
27 "headers": [],
28 "language": "c",
David Garcia Quintas48ec8062015-12-11 14:04:59 -080029 "name": "algorithm_test",
30 "src": [
31 "test/core/compression/algorithm_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080032 ],
33 "third_party": false,
34 "type": "target"
David Garcia Quintas48ec8062015-12-11 14:04:59 -080035 },
36 {
37 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080038 "gpr",
39 "gpr_test_util"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080040 ],
41 "headers": [],
42 "language": "c",
43 "name": "alloc_test",
44 "src": [
45 "test/core/support/alloc_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080046 ],
47 "third_party": false,
48 "type": "target"
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -080049 },
50 {
51 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080052 "gpr",
53 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070054 "grpc",
55 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070056 ],
57 "headers": [],
58 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -070059 "name": "alpn_test",
60 "src": [
61 "test/core/transport/chttp2/alpn_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080062 ],
63 "third_party": false,
64 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -070065 },
66 {
67 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -070068 "grpc",
69 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070070 ],
71 "headers": [],
72 "language": "c",
73 "name": "bin_encoder_test",
74 "src": [
75 "test/core/transport/chttp2/bin_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -080076 ],
77 "third_party": false,
78 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -070079 },
80 {
81 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -080082 "gpr",
83 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -070084 "grpc",
85 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -070086 ],
87 "headers": [],
88 "language": "c",
Alistair Veitch75d5c0f2016-02-02 09:43:02 -080089 "name": "census_context_test",
90 "src": [
91 "test/core/census/context_test.c"
Alistair Veitch75d5c0f2016-02-02 09:43:02 -080092 ],
Craig Tiller732a8752016-02-22 15:59:19 -080093 "third_party": false,
94 "type": "target"
Alistair Veitch85afe712016-02-02 17:58:15 -080095 },
96 {
97 "deps": [
Alistair Veitch749250f2016-02-11 09:23:20 -080098 "gpr",
99 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -0700100 "grpc",
101 "grpc_test_util"
102 ],
103 "headers": [],
104 "language": "c",
yang-gc0ed5092015-12-09 08:48:08 -0800105 "name": "channel_create_test",
106 "src": [
107 "test/core/surface/channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800108 ],
109 "third_party": false,
110 "type": "target"
yang-gc0ed5092015-12-09 08:48:08 -0800111 },
112 {
113 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800114 "gpr",
115 "gpr_test_util",
yang-gc0ed5092015-12-09 08:48:08 -0800116 "grpc",
117 "grpc_test_util"
118 ],
119 "headers": [],
120 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800121 "name": "chttp2_hpack_encoder_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700122 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800123 "test/core/transport/chttp2/hpack_encoder_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800124 ],
125 "third_party": false,
126 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700127 },
128 {
129 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800130 "gpr",
131 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700132 "grpc",
133 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700134 ],
135 "headers": [],
136 "language": "c",
Craig Tillerca1593a2015-11-02 14:08:33 -0800137 "name": "chttp2_status_conversion_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700138 "src": [
Craig Tillerca1593a2015-11-02 14:08:33 -0800139 "test/core/transport/chttp2/status_conversion_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800140 ],
141 "third_party": false,
142 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700143 },
144 {
145 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800146 "gpr",
147 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700148 "grpc",
149 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700150 ],
151 "headers": [],
152 "language": "c",
153 "name": "chttp2_stream_map_test",
154 "src": [
155 "test/core/transport/chttp2/stream_map_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800156 ],
157 "third_party": false,
158 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700159 },
160 {
161 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800162 "gpr",
163 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700164 "grpc",
165 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700166 ],
167 "headers": [],
168 "language": "c",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800169 "name": "chttp2_varint_test",
170 "src": [
171 "test/core/transport/chttp2/varint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800172 ],
173 "third_party": false,
174 "type": "target"
Craig Tiller8ab91b22015-12-07 11:28:51 -0800175 },
176 {
177 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800178 "gpr",
179 "gpr_test_util",
Craig Tiller8ab91b22015-12-07 11:28:51 -0800180 "grpc",
181 "grpc_test_util"
182 ],
183 "headers": [],
184 "language": "c",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700185 "name": "compression_test",
186 "src": [
187 "test/core/compression/compression_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800188 ],
189 "third_party": false,
190 "type": "target"
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700191 },
192 {
193 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800194 "gpr",
195 "gpr_test_util",
David Garcia Quintas8ec09f62015-07-21 17:18:36 -0700196 "grpc",
197 "grpc_test_util"
198 ],
199 "headers": [],
200 "language": "c",
Craig Tiller57e27432016-03-11 16:53:58 -0800201 "name": "concurrent_connectivity_test",
202 "src": [
203 "test/core/surface/concurrent_connectivity_test.c"
204 ],
205 "third_party": false,
206 "type": "target"
207 },
208 {
209 "deps": [
210 "gpr",
211 "gpr_test_util",
212 "grpc",
213 "grpc_test_util"
214 ],
215 "headers": [],
216 "language": "c",
Craig Tillere91ef682016-03-11 08:59:17 -0800217 "name": "dns_resolver_connectivity_test",
218 "src": [
219 "test/core/client_config/resolvers/dns_resolver_connectivity_test.c"
220 ],
221 "third_party": false,
222 "type": "target"
223 },
224 {
225 "deps": [
226 "gpr",
227 "gpr_test_util",
228 "grpc",
229 "grpc_test_util"
230 ],
231 "headers": [],
232 "language": "c",
Craig Tiller147c4f42015-12-11 12:32:39 -0800233 "name": "dns_resolver_test",
234 "src": [
235 "test/core/client_config/resolvers/dns_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800236 ],
237 "third_party": false,
238 "type": "target"
Craig Tiller147c4f42015-12-11 12:32:39 -0800239 },
240 {
241 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800242 "gpr",
243 "gpr_test_util",
Craig Tiller147c4f42015-12-11 12:32:39 -0800244 "grpc",
245 "grpc_test_util"
246 ],
247 "headers": [],
248 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700249 "name": "dualstack_socket_test",
250 "src": [
251 "test/core/end2end/dualstack_socket_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800252 ],
253 "third_party": false,
254 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700255 },
256 {
257 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800258 "gpr",
259 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700260 "grpc",
261 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700262 ],
263 "headers": [],
264 "language": "c",
Craig Tillerae69ad12015-08-27 09:06:31 -0700265 "name": "endpoint_pair_test",
266 "src": [
267 "test/core/iomgr/endpoint_pair_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800268 ],
269 "third_party": false,
270 "type": "target"
Craig Tillerae69ad12015-08-27 09:06:31 -0700271 },
272 {
273 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800274 "gpr",
275 "gpr_test_util",
Craig Tillerae69ad12015-08-27 09:06:31 -0700276 "grpc",
277 "grpc_test_util"
278 ],
279 "headers": [],
280 "language": "c",
Craig Tilleree98d842015-06-29 08:45:55 -0700281 "name": "fd_conservation_posix_test",
282 "src": [
283 "test/core/iomgr/fd_conservation_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800284 ],
285 "third_party": false,
286 "type": "target"
Craig Tilleree98d842015-06-29 08:45:55 -0700287 },
288 {
289 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800290 "gpr",
291 "gpr_test_util",
Craig Tilleree98d842015-06-29 08:45:55 -0700292 "grpc",
293 "grpc_test_util"
294 ],
295 "headers": [],
296 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700297 "name": "fd_posix_test",
298 "src": [
299 "test/core/iomgr/fd_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800300 ],
301 "third_party": false,
302 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700303 },
304 {
305 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800306 "gpr",
307 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700308 "grpc",
309 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700310 ],
311 "headers": [],
312 "language": "c",
313 "name": "fling_client",
314 "src": [
315 "test/core/fling/client.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800316 ],
317 "third_party": false,
318 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700319 },
320 {
321 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800322 "gpr",
323 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700324 "grpc",
325 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700326 ],
327 "headers": [],
328 "language": "c",
329 "name": "fling_server",
330 "src": [
331 "test/core/fling/server.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800332 ],
333 "third_party": false,
334 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700335 },
336 {
337 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800338 "gpr",
339 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700340 "grpc",
341 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700342 ],
343 "headers": [],
344 "language": "c",
345 "name": "fling_stream_test",
346 "src": [
347 "test/core/fling/fling_stream_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800348 ],
349 "third_party": false,
350 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700351 },
352 {
353 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800354 "gpr",
355 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700356 "grpc",
357 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700358 ],
359 "headers": [],
360 "language": "c",
361 "name": "fling_test",
362 "src": [
363 "test/core/fling/fling_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800364 ],
365 "third_party": false,
366 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700367 },
368 {
369 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800370 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -0700371 "grpc"
372 ],
373 "headers": [],
374 "language": "c",
375 "name": "gen_hpack_tables",
376 "src": [
Craig Tillerfe8592e2015-06-25 07:00:18 -0700377 "tools/codegen/core/gen_hpack_tables.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800378 ],
379 "third_party": false,
380 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700381 },
382 {
Craig Tiller11a28c72015-08-24 07:54:34 -0700383 "deps": [],
Craig Tiller49772e02015-08-21 08:08:37 -0700384 "headers": [],
385 "language": "c",
386 "name": "gen_legal_metadata_characters",
387 "src": [
388 "tools/codegen/core/gen_legal_metadata_characters.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800389 ],
390 "third_party": false,
391 "type": "target"
Craig Tiller49772e02015-08-21 08:08:37 -0700392 },
393 {
Craig Tillerf75fc122015-06-25 06:58:00 -0700394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800395 "gpr",
Craig Tiller1b719582016-03-24 09:06:13 -0700396 "gpr_test_util",
397 "grpc",
398 "grpc_test_util"
399 ],
400 "headers": [],
401 "language": "c",
402 "name": "goaway_server_test",
403 "src": [
404 "test/core/end2end/goaway_server_test.c"
405 ],
406 "third_party": false,
407 "type": "target"
408 },
409 {
410 "deps": [
411 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -0800412 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700413 ],
414 "headers": [],
415 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800416 "name": "gpr_avl_test",
417 "src": [
418 "test/core/support/avl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800419 ],
420 "third_party": false,
421 "type": "target"
Craig Tillerfba79f22015-11-23 11:06:55 -0800422 },
423 {
424 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800425 "gpr",
426 "gpr_test_util"
Craig Tillerfba79f22015-11-23 11:06:55 -0800427 ],
428 "headers": [],
429 "language": "c",
Craig Tillerc72cc422016-03-11 10:54:36 -0800430 "name": "gpr_backoff_test",
431 "src": [
432 "test/core/support/backoff_test.c"
433 ],
434 "third_party": false,
435 "type": "target"
436 },
437 {
438 "deps": [
439 "gpr",
440 "gpr_test_util"
441 ],
442 "headers": [],
443 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700444 "name": "gpr_cmdline_test",
445 "src": [
446 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800447 ],
448 "third_party": false,
449 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700450 },
451 {
452 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800453 "gpr",
454 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700455 ],
456 "headers": [],
457 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700458 "name": "gpr_cpu_test",
459 "src": [
460 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800461 ],
462 "third_party": false,
463 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700464 },
465 {
466 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800467 "gpr",
468 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700469 ],
470 "headers": [],
471 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700472 "name": "gpr_env_test",
473 "src": [
474 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700475 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800476 "third_party": false,
477 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700478 },
479 {
480 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800481 "gpr",
482 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700483 ],
484 "headers": [],
485 "language": "c",
486 "name": "gpr_histogram_test",
487 "src": [
488 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800489 ],
490 "third_party": false,
491 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700492 },
493 {
494 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800495 "gpr",
496 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700497 ],
498 "headers": [],
499 "language": "c",
500 "name": "gpr_host_port_test",
501 "src": [
502 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800503 ],
504 "third_party": false,
505 "type": "target"
506 },
507 {
508 "deps": [
509 "gpr",
510 "gpr_test_util"
511 ],
512 "headers": [],
513 "language": "c",
514 "name": "gpr_load_file_test",
515 "src": [
516 "test/core/support/load_file_test.c"
517 ],
518 "third_party": false,
519 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700520 },
521 {
522 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800523 "gpr",
524 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700525 ],
526 "headers": [],
527 "language": "c",
528 "name": "gpr_log_test",
529 "src": [
530 "test/core/support/log_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800531 ],
532 "third_party": false,
533 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700534 },
535 {
536 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800537 "gpr",
538 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700539 ],
540 "headers": [],
541 "language": "c",
542 "name": "gpr_slice_buffer_test",
543 "src": [
544 "test/core/support/slice_buffer_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800545 ],
546 "third_party": false,
547 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700548 },
549 {
550 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800551 "gpr",
552 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700553 ],
554 "headers": [],
555 "language": "c",
556 "name": "gpr_slice_test",
557 "src": [
558 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800559 ],
560 "third_party": false,
561 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700562 },
563 {
564 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800565 "gpr",
566 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700567 ],
568 "headers": [],
569 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700570 "name": "gpr_stack_lockfree_test",
571 "src": [
572 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800573 ],
574 "third_party": false,
575 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700576 },
577 {
578 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800579 "gpr",
580 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700581 ],
582 "headers": [],
583 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700584 "name": "gpr_string_test",
585 "src": [
586 "test/core/support/string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800587 ],
588 "third_party": false,
589 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700590 },
591 {
592 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800593 "gpr",
594 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700595 ],
596 "headers": [],
597 "language": "c",
598 "name": "gpr_sync_test",
599 "src": [
600 "test/core/support/sync_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800601 ],
602 "third_party": false,
603 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700604 },
605 {
606 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800607 "gpr",
608 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700609 ],
610 "headers": [],
611 "language": "c",
612 "name": "gpr_thd_test",
613 "src": [
614 "test/core/support/thd_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800615 ],
616 "third_party": false,
617 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700618 },
619 {
620 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800621 "gpr",
622 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700623 ],
624 "headers": [],
625 "language": "c",
626 "name": "gpr_time_test",
627 "src": [
628 "test/core/support/time_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800629 ],
630 "third_party": false,
631 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700632 },
633 {
634 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800635 "gpr",
636 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700637 ],
638 "headers": [],
639 "language": "c",
640 "name": "gpr_tls_test",
641 "src": [
642 "test/core/support/tls_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800643 ],
644 "third_party": false,
645 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700646 },
647 {
648 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800649 "gpr",
650 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700651 ],
652 "headers": [],
653 "language": "c",
654 "name": "gpr_useful_test",
655 "src": [
656 "test/core/support/useful_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800657 ],
658 "third_party": false,
659 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700660 },
661 {
662 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800663 "gpr",
664 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700665 "grpc",
666 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700667 ],
668 "headers": [],
669 "language": "c",
670 "name": "grpc_auth_context_test",
671 "src": [
672 "test/core/security/auth_context_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800673 ],
674 "third_party": false,
675 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700676 },
677 {
678 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800679 "gpr",
680 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700681 "grpc",
682 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700683 ],
684 "headers": [],
685 "language": "c",
Craig Tiller732a8752016-02-22 15:59:19 -0800686 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700687 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800688 "test/core/security/b64_test.c"
689 ],
690 "third_party": false,
691 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700692 },
693 {
694 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800695 "gpr",
696 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700697 "grpc",
698 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700699 ],
700 "headers": [],
701 "language": "c",
702 "name": "grpc_byte_buffer_reader_test",
703 "src": [
704 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800705 ],
706 "third_party": false,
707 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700708 },
709 {
710 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800711 "gpr",
712 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700713 "grpc",
714 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700715 ],
716 "headers": [],
717 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700718 "name": "grpc_channel_args_test",
719 "src": [
720 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800721 ],
722 "third_party": false,
723 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700724 },
725 {
726 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800727 "gpr",
728 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700729 "grpc",
730 "grpc_test_util"
731 ],
732 "headers": [],
733 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700734 "name": "grpc_channel_stack_test",
735 "src": [
736 "test/core/channel/channel_stack_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800737 ],
738 "third_party": false,
739 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700740 },
741 {
742 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800743 "gpr",
744 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700745 "grpc",
746 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700747 ],
748 "headers": [],
749 "language": "c",
750 "name": "grpc_completion_queue_test",
751 "src": [
752 "test/core/surface/completion_queue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800753 ],
754 "third_party": false,
755 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700756 },
757 {
758 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800759 "gpr",
760 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700761 "grpc",
762 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700763 ],
764 "headers": [],
765 "language": "c",
766 "name": "grpc_create_jwt",
767 "src": [
768 "test/core/security/create_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800769 ],
770 "third_party": false,
771 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700772 },
773 {
774 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800775 "gpr",
776 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700777 "grpc",
778 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700779 ],
780 "headers": [],
781 "language": "c",
782 "name": "grpc_credentials_test",
783 "src": [
784 "test/core/security/credentials_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800785 ],
786 "third_party": false,
787 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700788 },
789 {
790 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800791 "gpr",
792 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700793 "grpc",
794 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700795 ],
796 "headers": [],
797 "language": "c",
798 "name": "grpc_fetch_oauth2",
799 "src": [
800 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800801 ],
802 "third_party": false,
803 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700804 },
805 {
806 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800807 "gpr",
808 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700809 "grpc",
810 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700811 ],
812 "headers": [],
813 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800814 "name": "grpc_invalid_channel_args_test",
815 "src": [
816 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800817 ],
818 "third_party": false,
819 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800820 },
821 {
822 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800823 "gpr",
824 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800825 "grpc",
826 "grpc_test_util"
827 ],
828 "headers": [],
829 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700830 "name": "grpc_json_token_test",
831 "src": [
832 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800833 ],
834 "third_party": false,
835 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700836 },
837 {
838 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 "gpr",
840 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700841 "grpc",
842 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700843 ],
844 "headers": [],
845 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200846 "name": "grpc_jwt_verifier_test",
847 "src": [
848 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800849 ],
850 "third_party": false,
851 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200852 },
853 {
854 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800855 "gpr",
856 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200857 "grpc",
858 "grpc_test_util"
859 ],
860 "headers": [],
861 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700862 "name": "grpc_print_google_default_creds_token",
863 "src": [
864 "test/core/security/print_google_default_creds_token.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800865 ],
866 "third_party": false,
867 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700868 },
869 {
870 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 "gpr",
872 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700873 "grpc",
874 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700875 ],
876 "headers": [],
877 "language": "c",
878 "name": "grpc_security_connector_test",
879 "src": [
880 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800881 ],
882 "third_party": false,
883 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700884 },
885 {
886 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800887 "gpr",
888 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700889 "grpc",
890 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700891 ],
892 "headers": [],
893 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200894 "name": "grpc_verify_jwt",
895 "src": [
896 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800897 ],
898 "third_party": false,
899 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200900 },
901 {
902 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800903 "gpr",
904 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200905 "grpc",
906 "grpc_test_util"
907 ],
908 "headers": [],
909 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -0700910 "name": "hpack_parser_fuzzer_test",
911 "src": [
912 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c"
913 ],
914 "third_party": false,
915 "type": "target"
916 },
917 {
918 "deps": [
919 "gpr",
920 "gpr_test_util",
921 "grpc",
922 "grpc_test_util"
923 ],
924 "headers": [],
925 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700926 "name": "hpack_parser_test",
927 "src": [
928 "test/core/transport/chttp2/hpack_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800929 ],
930 "third_party": false,
931 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700932 },
933 {
934 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800935 "gpr",
936 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700937 "grpc",
938 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700939 ],
940 "headers": [],
941 "language": "c",
942 "name": "hpack_table_test",
943 "src": [
944 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800945 ],
946 "third_party": false,
947 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700948 },
949 {
950 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800951 "gpr",
952 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700953 "grpc",
954 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700955 ],
956 "headers": [],
957 "language": "c",
Craig Tiller21239742016-03-23 16:33:28 -0700958 "name": "http_fuzzer_test",
959 "src": [
960 "test/core/http/fuzzer.c"
961 ],
962 "third_party": false,
963 "type": "target"
964 },
965 {
966 "deps": [
967 "gpr",
968 "gpr_test_util",
969 "grpc",
970 "grpc_test_util"
971 ],
972 "headers": [],
973 "language": "c",
Matthew Iselin1824f052016-02-10 12:16:06 +1100974 "name": "http_parser_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700975 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100976 "test/core/http/parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800977 ],
978 "third_party": false,
979 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700980 },
981 {
982 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800983 "gpr",
984 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700985 "grpc",
986 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700987 ],
988 "headers": [],
989 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700990 "name": "httpcli_format_request_test",
991 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100992 "test/core/http/format_request_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800993 ],
994 "third_party": false,
995 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700996 },
997 {
998 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800999 "gpr",
1000 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001001 "grpc",
1002 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001003 ],
1004 "headers": [],
1005 "language": "c",
1006 "name": "httpcli_test",
1007 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001008 "test/core/http/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001009 ],
1010 "third_party": false,
1011 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001012 },
1013 {
1014 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 "gpr",
1016 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -08001017 "grpc",
1018 "grpc_test_util"
1019 ],
1020 "headers": [],
1021 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -08001022 "name": "httpscli_test",
1023 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +11001024 "test/core/http/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001025 ],
1026 "third_party": false,
1027 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -08001028 },
1029 {
1030 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 "gpr",
1032 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -08001033 "grpc",
1034 "grpc_test_util"
1035 ],
1036 "headers": [],
1037 "language": "c",
yang-gf1183302015-12-07 16:02:05 -08001038 "name": "init_test",
1039 "src": [
1040 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001041 ],
1042 "third_party": false,
1043 "type": "target"
yang-gf1183302015-12-07 16:02:05 -08001044 },
1045 {
1046 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 "gpr",
1048 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -08001049 "grpc",
1050 "grpc_test_util"
1051 ],
1052 "headers": [],
1053 "language": "c",
Craig Tiller5cb79622016-03-15 14:46:54 -07001054 "name": "internal_api_canary_iomgr_test",
1055 "src": [
1056 "test/core/internal_api_canaries/iomgr.c"
1057 ],
1058 "third_party": false,
1059 "type": "target"
1060 },
1061 {
1062 "deps": [
1063 "gpr",
1064 "gpr_test_util",
1065 "grpc",
1066 "grpc_test_util"
1067 ],
1068 "headers": [],
1069 "language": "c",
1070 "name": "internal_api_canary_support_test",
1071 "src": [
1072 "test/core/internal_api_canaries/iomgr.c"
1073 ],
1074 "third_party": false,
1075 "type": "target"
1076 },
1077 {
1078 "deps": [
1079 "gpr",
1080 "gpr_test_util",
1081 "grpc",
1082 "grpc_test_util"
1083 ],
1084 "headers": [],
1085 "language": "c",
1086 "name": "internal_api_canary_transport_test",
1087 "src": [
1088 "test/core/internal_api_canaries/iomgr.c"
1089 ],
1090 "third_party": false,
1091 "type": "target"
1092 },
1093 {
1094 "deps": [
1095 "gpr",
1096 "gpr_test_util",
1097 "grpc",
1098 "grpc_test_util"
1099 ],
1100 "headers": [],
1101 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -08001102 "name": "invalid_call_argument_test",
1103 "src": [
1104 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001105 ],
1106 "third_party": false,
1107 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -08001108 },
1109 {
1110 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 "gpr",
Craig Tiller32173c52016-03-17 14:12:45 -07001112 "gpr_test_util",
1113 "grpc",
1114 "grpc_test_util"
1115 ],
1116 "headers": [],
1117 "language": "c",
1118 "name": "json_fuzzer_test",
1119 "src": [
1120 "test/core/json/fuzzer.c"
1121 ],
1122 "third_party": false,
1123 "type": "target"
1124 },
1125 {
1126 "deps": [
1127 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001128 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001129 ],
1130 "headers": [],
1131 "language": "c",
1132 "name": "json_rewrite",
1133 "src": [
1134 "test/core/json/json_rewrite.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001135 ],
1136 "third_party": false,
1137 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001138 },
1139 {
1140 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 "gpr",
1142 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001143 "grpc",
1144 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001145 ],
1146 "headers": [],
1147 "language": "c",
1148 "name": "json_rewrite_test",
1149 "src": [
1150 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001151 ],
1152 "third_party": false,
1153 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001154 },
1155 {
1156 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 "gpr",
1158 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001159 "grpc",
1160 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001161 ],
1162 "headers": [],
1163 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001164 "name": "json_stream_error_test",
1165 "src": [
1166 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001167 ],
1168 "third_party": false,
1169 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001170 },
1171 {
1172 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 "gpr",
1174 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001175 "grpc",
1176 "grpc_test_util"
1177 ],
1178 "headers": [],
1179 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001180 "name": "json_test",
1181 "src": [
1182 "test/core/json/json_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001183 ],
1184 "third_party": false,
1185 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001186 },
1187 {
1188 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 "gpr",
1190 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001191 "grpc",
1192 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001193 ],
1194 "headers": [],
1195 "language": "c",
1196 "name": "lame_client_test",
1197 "src": [
1198 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001199 ],
1200 "third_party": false,
1201 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001202 },
1203 {
1204 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 "gpr",
1206 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001207 "grpc",
1208 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001209 ],
1210 "headers": [],
1211 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001212 "name": "lb_policies_test",
1213 "src": [
1214 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001215 ],
1216 "third_party": false,
1217 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001218 },
1219 {
1220 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 "gpr",
1222 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001223 "grpc",
1224 "grpc_test_util"
1225 ],
1226 "headers": [],
1227 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001228 "name": "low_level_ping_pong_benchmark",
1229 "src": [
1230 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001231 ],
1232 "third_party": false,
1233 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001234 },
1235 {
1236 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 "gpr",
1238 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001239 "grpc",
1240 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001241 ],
1242 "headers": [],
1243 "language": "c",
1244 "name": "message_compress_test",
1245 "src": [
1246 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001247 ],
1248 "third_party": false,
1249 "type": "target"
1250 },
1251 {
1252 "deps": [
1253 "gpr",
1254 "gpr_test_util",
1255 "grpc",
1256 "grpc_test_util"
1257 ],
1258 "headers": [],
1259 "language": "c",
1260 "name": "mlog_test",
1261 "src": [
1262 "test/core/census/mlog_test.c"
1263 ],
1264 "third_party": false,
1265 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001266 },
1267 {
1268 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 "gpr",
1270 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001271 "grpc",
1272 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001273 ],
1274 "headers": [],
1275 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001276 "name": "multiple_server_queues_test",
1277 "src": [
1278 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001279 ],
1280 "third_party": false,
1281 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001282 },
1283 {
1284 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 "gpr",
1286 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001287 ],
1288 "headers": [],
1289 "language": "c",
1290 "name": "murmur_hash_test",
1291 "src": [
1292 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001293 ],
1294 "third_party": false,
1295 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001296 },
1297 {
1298 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 "gpr",
1300 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001301 "grpc",
1302 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001303 ],
1304 "headers": [],
1305 "language": "c",
1306 "name": "no_server_test",
1307 "src": [
1308 "test/core/end2end/no_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001309 ],
1310 "third_party": false,
1311 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001312 },
1313 {
1314 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 "gpr",
1316 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001317 "grpc",
1318 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001319 ],
1320 "headers": [],
1321 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001322 "name": "resolve_address_test",
1323 "src": [
1324 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001325 ],
1326 "third_party": false,
1327 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001328 },
1329 {
1330 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 "gpr",
1332 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001333 "grpc",
1334 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001335 ],
1336 "headers": [],
1337 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001338 "name": "secure_channel_create_test",
1339 "src": [
1340 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001341 ],
1342 "third_party": false,
1343 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001344 },
1345 {
1346 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 "gpr",
1348 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001349 "grpc",
1350 "grpc_test_util"
1351 ],
1352 "headers": [],
1353 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001354 "name": "secure_endpoint_test",
1355 "src": [
1356 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001357 ],
1358 "third_party": false,
1359 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001360 },
1361 {
1362 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 "gpr",
1364 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001365 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001366 "grpc_test_util"
1367 ],
1368 "headers": [],
1369 "language": "c",
1370 "name": "server_chttp2_test",
1371 "src": [
1372 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001373 ],
1374 "third_party": false,
1375 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001376 },
1377 {
1378 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 "gpr",
1380 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001381 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001382 "grpc_test_util"
1383 ],
1384 "headers": [],
1385 "language": "c",
1386 "name": "server_test",
1387 "src": [
1388 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001389 ],
1390 "third_party": false,
1391 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001392 },
1393 {
1394 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 "gpr",
1396 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001397 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001398 "grpc_test_util",
1399 "test_tcp_server"
1400 ],
1401 "headers": [],
1402 "language": "c",
1403 "name": "set_initial_connect_string_test",
1404 "src": [
1405 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001406 ],
1407 "third_party": false,
1408 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001409 },
1410 {
1411 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 "gpr",
1413 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001414 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001415 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001416 ],
1417 "headers": [],
1418 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001419 "name": "sockaddr_resolver_test",
1420 "src": [
1421 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001422 ],
1423 "third_party": false,
1424 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001425 },
1426 {
1427 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 "gpr",
1429 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001430 "grpc",
1431 "grpc_test_util"
1432 ],
1433 "headers": [],
1434 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001435 "name": "sockaddr_utils_test",
1436 "src": [
1437 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001438 ],
1439 "third_party": false,
1440 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001441 },
1442 {
1443 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 "gpr",
1445 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001446 "grpc",
1447 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001448 ],
1449 "headers": [],
1450 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001451 "name": "socket_utils_test",
1452 "src": [
1453 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001454 ],
1455 "third_party": false,
1456 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001457 },
1458 {
1459 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 "gpr",
1461 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001462 "grpc",
1463 "grpc_test_util"
1464 ],
1465 "headers": [],
1466 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001467 "name": "tcp_client_posix_test",
1468 "src": [
1469 "test/core/iomgr/tcp_client_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001470 ],
1471 "third_party": false,
1472 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001473 },
1474 {
1475 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 "gpr",
1477 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001478 "grpc",
1479 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001480 ],
1481 "headers": [],
1482 "language": "c",
1483 "name": "tcp_posix_test",
1484 "src": [
1485 "test/core/iomgr/tcp_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001486 ],
1487 "third_party": false,
1488 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001489 },
1490 {
1491 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001492 "gpr",
1493 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001494 "grpc",
1495 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001496 ],
1497 "headers": [],
1498 "language": "c",
1499 "name": "tcp_server_posix_test",
1500 "src": [
1501 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001502 ],
1503 "third_party": false,
1504 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001505 },
1506 {
1507 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 "gpr",
1509 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001510 "grpc",
1511 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001512 ],
1513 "headers": [],
1514 "language": "c",
1515 "name": "time_averaged_stats_test",
1516 "src": [
1517 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001518 ],
1519 "third_party": false,
1520 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001521 },
1522 {
1523 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 "gpr",
1525 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001526 "grpc",
1527 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001528 ],
1529 "headers": [],
1530 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001531 "name": "timeout_encoding_test",
1532 "src": [
1533 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001534 ],
1535 "third_party": false,
1536 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001537 },
1538 {
1539 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 "gpr",
1541 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001542 "grpc",
1543 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001544 ],
1545 "headers": [],
1546 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001547 "name": "timer_heap_test",
1548 "src": [
1549 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001550 ],
1551 "third_party": false,
1552 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001553 },
1554 {
1555 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 "gpr",
1557 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001558 "grpc",
1559 "grpc_test_util"
1560 ],
1561 "headers": [],
1562 "language": "c",
1563 "name": "timer_list_test",
1564 "src": [
1565 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001566 ],
1567 "third_party": false,
1568 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001569 },
1570 {
1571 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 "gpr",
1573 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001574 "grpc",
1575 "grpc_test_util"
1576 ],
1577 "headers": [],
1578 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001579 "name": "timers_test",
1580 "src": [
1581 "test/core/profiling/timers_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001582 ],
1583 "third_party": false,
1584 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001585 },
1586 {
1587 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001588 "gpr",
1589 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001590 "grpc",
1591 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001592 ],
1593 "headers": [],
1594 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001595 "name": "transport_connectivity_state_test",
1596 "src": [
1597 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001598 ],
1599 "third_party": false,
1600 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001601 },
1602 {
1603 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 "gpr",
1605 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001606 "grpc",
1607 "grpc_test_util"
1608 ],
1609 "headers": [],
1610 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001611 "name": "transport_metadata_test",
1612 "src": [
1613 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001614 ],
1615 "third_party": false,
1616 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001617 },
1618 {
1619 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 "gpr",
1621 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001622 "grpc",
1623 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001624 ],
1625 "headers": [],
1626 "language": "c",
1627 "name": "transport_security_test",
1628 "src": [
1629 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001630 ],
1631 "third_party": false,
1632 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001633 },
1634 {
1635 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 "gpr",
1637 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001638 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001639 "grpc_test_util"
1640 ],
1641 "headers": [],
1642 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001643 "name": "udp_server_test",
1644 "src": [
1645 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001646 ],
1647 "third_party": false,
1648 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001649 },
1650 {
1651 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 "gpr",
1653 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001654 "grpc",
1655 "grpc_test_util"
1656 ],
1657 "headers": [],
1658 "language": "c",
Craig Tiller71c610d2016-03-18 15:57:08 -07001659 "name": "uri_fuzzer_test",
1660 "src": [
1661 "test/core/client_config/uri_fuzzer_test.c"
1662 ],
1663 "third_party": false,
1664 "type": "target"
1665 },
1666 {
1667 "deps": [
1668 "gpr",
1669 "gpr_test_util",
1670 "grpc",
1671 "grpc_test_util"
1672 ],
1673 "headers": [],
1674 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001675 "name": "uri_parser_test",
1676 "src": [
1677 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001678 ],
1679 "third_party": false,
1680 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001681 },
1682 {
1683 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 "gpr",
1685 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001686 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001687 "grpc_test_util"
1688 ],
1689 "headers": [],
1690 "language": "c",
1691 "name": "workqueue_test",
1692 "src": [
1693 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001694 ],
1695 "third_party": false,
1696 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001697 },
1698 {
1699 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001700 "gpr",
1701 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001702 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001703 "grpc++",
1704 "grpc++_test_util",
1705 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001706 ],
1707 "headers": [],
1708 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001709 "name": "alarm_cpp_test",
1710 "src": [
1711 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001712 ],
1713 "third_party": false,
1714 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001715 },
1716 {
1717 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001718 "gpr",
1719 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001720 "grpc",
1721 "grpc++",
1722 "grpc++_test_util",
1723 "grpc_test_util"
1724 ],
1725 "headers": [],
1726 "language": "c++",
1727 "name": "async_end2end_test",
1728 "src": [
1729 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001730 ],
1731 "third_party": false,
1732 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001733 },
1734 {
1735 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 "gpr",
1737 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001738 "grpc",
1739 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001740 "grpc++_test_util",
1741 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001742 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001743 ],
1744 "headers": [],
1745 "language": "c++",
1746 "name": "async_streaming_ping_pong_test",
1747 "src": [
1748 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001749 ],
1750 "third_party": false,
1751 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001752 },
1753 {
1754 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 "gpr",
1756 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001757 "grpc",
1758 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001759 "grpc++_test_util",
1760 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001761 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001762 ],
1763 "headers": [],
1764 "language": "c++",
1765 "name": "async_unary_ping_pong_test",
1766 "src": [
1767 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001768 ],
1769 "third_party": false,
1770 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001771 },
1772 {
1773 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 "gpr",
1775 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001776 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001777 "grpc++",
1778 "grpc++_test_util",
1779 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001780 ],
1781 "headers": [],
1782 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001783 "name": "auth_property_iterator_test",
1784 "src": [
1785 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001786 ],
1787 "third_party": false,
1788 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001789 },
1790 {
1791 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001793 "grpc",
1794 "grpc++"
1795 ],
1796 "headers": [],
1797 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001798 "name": "channel_arguments_test",
1799 "src": [
yang-g52705592015-11-25 11:45:33 -08001800 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001801 ],
1802 "third_party": false,
1803 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001804 },
1805 {
1806 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 "gpr",
1808 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001809 "grpc",
1810 "grpc++",
1811 "grpc++_test_util",
1812 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001813 ],
1814 "headers": [],
1815 "language": "c++",
1816 "name": "cli_call_test",
1817 "src": [
1818 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001819 ],
1820 "third_party": false,
1821 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001822 },
1823 {
1824 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 "gpr",
1826 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001827 "grpc",
1828 "grpc++",
1829 "grpc++_test_util",
1830 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001831 ],
1832 "headers": [],
1833 "language": "c++",
1834 "name": "client_crash_test",
1835 "src": [
1836 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001837 ],
1838 "third_party": false,
1839 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001840 },
1841 {
1842 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 "gpr",
1844 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001845 "grpc",
1846 "grpc++",
1847 "grpc++_test_util",
1848 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001849 ],
1850 "headers": [],
1851 "language": "c++",
1852 "name": "client_crash_test_server",
1853 "src": [
1854 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001855 ],
1856 "third_party": false,
1857 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001858 },
1859 {
1860 "deps": [
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001861 "grpc++_codegen_lib"
1862 ],
1863 "headers": [
1864 "src/proto/grpc/testing/control.grpc.pb.h",
1865 "src/proto/grpc/testing/control.pb.h",
1866 "src/proto/grpc/testing/messages.grpc.pb.h",
1867 "src/proto/grpc/testing/messages.pb.h",
1868 "src/proto/grpc/testing/payloads.grpc.pb.h",
1869 "src/proto/grpc/testing/payloads.pb.h",
1870 "src/proto/grpc/testing/perf_db.grpc.pb.h",
1871 "src/proto/grpc/testing/perf_db.pb.h",
1872 "src/proto/grpc/testing/services.grpc.pb.h",
1873 "src/proto/grpc/testing/services.pb.h",
1874 "src/proto/grpc/testing/stats.grpc.pb.h",
1875 "src/proto/grpc/testing/stats.pb.h"
1876 ],
1877 "language": "c++",
1878 "name": "codegen_test",
1879 "src": [
1880 "test/cpp/codegen/codegen_test.cc"
1881 ],
1882 "third_party": false,
1883 "type": "target"
1884 },
1885 {
1886 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001888 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001889 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001890 ],
1891 "headers": [],
1892 "language": "c++",
1893 "name": "credentials_test",
1894 "src": [
1895 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001896 ],
1897 "third_party": false,
1898 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001899 },
1900 {
1901 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 "gpr",
1903 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001904 "grpc",
1905 "grpc++",
1906 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001907 ],
1908 "headers": [],
1909 "language": "c++",
1910 "name": "cxx_byte_buffer_test",
1911 "src": [
1912 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001913 ],
1914 "third_party": false,
1915 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001916 },
1917 {
1918 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 "gpr",
1920 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001921 "grpc",
1922 "grpc++",
1923 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001924 ],
1925 "headers": [],
1926 "language": "c++",
1927 "name": "cxx_slice_test",
1928 "src": [
1929 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001930 ],
1931 "third_party": false,
1932 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001933 },
1934 {
1935 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001936 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001937 ],
1938 "headers": [],
1939 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001940 "name": "cxx_string_ref_test",
1941 "src": [
1942 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001943 ],
1944 "third_party": false,
1945 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001946 },
1947 {
1948 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 "gpr",
1950 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001951 "grpc",
1952 "grpc++",
1953 "grpc_test_util"
1954 ],
1955 "headers": [],
1956 "language": "c++",
1957 "name": "cxx_time_test",
1958 "src": [
1959 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001960 ],
1961 "third_party": false,
1962 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001963 },
1964 {
1965 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 "gpr",
1967 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001968 "grpc",
1969 "grpc++",
1970 "grpc++_test_util",
1971 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001972 ],
1973 "headers": [],
1974 "language": "c++",
1975 "name": "end2end_test",
1976 "src": [
1977 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001978 ],
1979 "third_party": false,
1980 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001981 },
1982 {
1983 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 "gpr",
1985 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001986 "grpc",
1987 "grpc++",
1988 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001989 "grpc_test_util",
1990 "qps"
1991 ],
1992 "headers": [],
1993 "language": "c++",
1994 "name": "generic_async_streaming_ping_pong_test",
1995 "src": [
1996 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001997 ],
1998 "third_party": false,
1999 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002000 },
2001 {
2002 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 "gpr",
2004 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08002005 "grpc",
2006 "grpc++",
2007 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002008 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002009 ],
2010 "headers": [],
2011 "language": "c++",
2012 "name": "generic_end2end_test",
2013 "src": [
2014 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002015 ],
2016 "third_party": false,
2017 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002018 },
2019 {
2020 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 "gpr",
2022 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002023 "grpc",
2024 "grpc++",
2025 "grpc++_test_config",
2026 "grpc++_test_util",
2027 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002028 ],
2029 "headers": [],
2030 "language": "c++",
2031 "name": "grpc_cli",
2032 "src": [
2033 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002034 ],
2035 "third_party": false,
2036 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002037 },
2038 {
2039 "deps": [
2040 "grpc_plugin_support"
2041 ],
2042 "headers": [],
2043 "language": "c++",
2044 "name": "grpc_cpp_plugin",
2045 "src": [
2046 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002047 ],
2048 "third_party": false,
2049 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002050 },
2051 {
2052 "deps": [
2053 "grpc_plugin_support"
2054 ],
2055 "headers": [],
2056 "language": "c++",
2057 "name": "grpc_csharp_plugin",
2058 "src": [
2059 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002060 ],
2061 "third_party": false,
2062 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002063 },
2064 {
2065 "deps": [
2066 "grpc_plugin_support"
2067 ],
2068 "headers": [],
2069 "language": "c++",
2070 "name": "grpc_objective_c_plugin",
2071 "src": [
2072 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002073 ],
2074 "third_party": false,
2075 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002076 },
2077 {
2078 "deps": [
2079 "grpc_plugin_support"
2080 ],
2081 "headers": [],
2082 "language": "c++",
2083 "name": "grpc_python_plugin",
2084 "src": [
2085 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002086 ],
2087 "third_party": false,
2088 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002089 },
2090 {
2091 "deps": [
2092 "grpc_plugin_support"
2093 ],
2094 "headers": [],
2095 "language": "c++",
2096 "name": "grpc_ruby_plugin",
2097 "src": [
2098 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002099 ],
2100 "third_party": false,
2101 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002102 },
2103 {
2104 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08002105 "grpc",
2106 "grpc++",
2107 "grpc++_test_util",
2108 "grpc_test_util"
2109 ],
2110 "headers": [
2111 "src/proto/grpc/lb/v0/load_balancer.grpc.pb.h",
2112 "src/proto/grpc/lb/v0/load_balancer.pb.h"
2113 ],
2114 "language": "c++",
2115 "name": "grpclb_api_test",
2116 "src": [
2117 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08002118 ],
2119 "third_party": false,
2120 "type": "target"
Craig Tillereb841e22016-02-11 15:49:16 -08002121 },
2122 {
2123 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 "gpr",
2125 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002126 "grpc",
2127 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08002128 "grpc++_test_util",
2129 "grpc_test_util"
2130 ],
2131 "headers": [],
2132 "language": "c++",
2133 "name": "hybrid_end2end_test",
2134 "src": [
2135 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002136 ],
2137 "third_party": false,
2138 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08002139 },
2140 {
2141 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 "gpr",
2143 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08002144 "grpc",
2145 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002146 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002147 "grpc++_test_util",
2148 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002149 "interop_client_helper",
2150 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002151 ],
2152 "headers": [],
2153 "language": "c++",
2154 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08002155 "src": [],
2156 "third_party": false,
2157 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002158 },
2159 {
2160 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 "gpr",
2162 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002163 "grpc",
2164 "grpc++",
2165 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002166 "grpc++_test_util",
2167 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002168 "interop_server_helper",
2169 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002170 ],
2171 "headers": [],
2172 "language": "c++",
2173 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002174 "src": [],
2175 "third_party": false,
2176 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002177 },
2178 {
2179 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 "gpr",
2181 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002182 "grpc",
2183 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002184 ],
2185 "headers": [],
2186 "language": "c++",
2187 "name": "interop_test",
2188 "src": [
2189 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002190 ],
2191 "third_party": false,
2192 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002193 },
2194 {
2195 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002197 "grpc",
2198 "grpc++",
2199 "grpc++_test_config"
2200 ],
2201 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002202 "src/proto/grpc/testing/metrics.grpc.pb.h",
2203 "src/proto/grpc/testing/metrics.pb.h",
2204 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002205 ],
2206 "language": "c++",
2207 "name": "metrics_client",
2208 "src": [
2209 "test/cpp/interop/metrics_client.cc",
2210 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002211 ],
2212 "third_party": false,
2213 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002214 },
2215 {
2216 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 "gpr",
2218 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002219 "grpc",
2220 "grpc++",
2221 "grpc++_test_util",
2222 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002223 ],
2224 "headers": [],
2225 "language": "c++",
2226 "name": "mock_test",
2227 "src": [
2228 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002229 ],
2230 "third_party": false,
2231 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002232 },
2233 {
2234 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 "gpr",
2236 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002237 "grpc",
2238 "grpc++",
2239 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002240 "grpc++_test_util",
2241 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002242 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002243 ],
2244 "headers": [],
2245 "language": "c++",
2246 "name": "qps_driver",
2247 "src": [
2248 "test/cpp/qps/qps_driver.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002249 ],
2250 "third_party": false,
2251 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002252 },
2253 {
2254 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 "gpr",
2256 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002257 "grpc",
2258 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002259 "grpc++_test_util",
2260 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002261 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002262 ],
2263 "headers": [],
2264 "language": "c++",
2265 "name": "qps_interarrival_test",
2266 "src": [
2267 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002268 ],
2269 "third_party": false,
2270 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002271 },
2272 {
2273 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 "gpr",
2275 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002276 "grpc",
2277 "grpc++",
2278 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002279 "grpc++_test_util",
2280 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002281 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002282 ],
2283 "headers": [],
2284 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002285 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002286 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002287 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002288 ],
2289 "third_party": false,
2290 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002291 },
2292 {
2293 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 "gpr",
2295 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002296 "grpc",
2297 "grpc++",
2298 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002299 "grpc++_test_util",
2300 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002301 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002302 ],
2303 "headers": [],
2304 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002305 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002306 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002307 "test/cpp/qps/qps_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002308 ],
2309 "third_party": false,
2310 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002311 },
2312 {
2313 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 "gpr",
2315 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002316 "grpc",
2317 "grpc++",
2318 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002319 "grpc++_test_util",
2320 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002321 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002322 ],
2323 "headers": [
2324 "test/cpp/qps/client.h",
2325 "test/cpp/qps/server.h"
2326 ],
2327 "language": "c++",
2328 "name": "qps_worker",
2329 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002330 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002331 "test/cpp/qps/server.h",
2332 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002333 ],
2334 "third_party": false,
2335 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002336 },
2337 {
2338 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 "gpr",
2340 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002341 "grpc",
2342 "grpc++",
2343 "grpc++_test_config",
2344 "grpc++_test_util",
2345 "grpc_test_util"
2346 ],
2347 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002348 "src/proto/grpc/testing/empty.grpc.pb.h",
2349 "src/proto/grpc/testing/empty.pb.h",
2350 "src/proto/grpc/testing/messages.grpc.pb.h",
2351 "src/proto/grpc/testing/messages.pb.h",
2352 "src/proto/grpc/testing/test.grpc.pb.h",
2353 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002354 ],
2355 "language": "c++",
2356 "name": "reconnect_interop_client",
2357 "src": [
2358 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002359 ],
2360 "third_party": false,
2361 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002362 },
2363 {
2364 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 "gpr",
2366 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002367 "grpc",
2368 "grpc++",
2369 "grpc++_test_config",
2370 "grpc++_test_util",
2371 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002372 "reconnect_server",
2373 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002374 ],
2375 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002376 "src/proto/grpc/testing/empty.grpc.pb.h",
2377 "src/proto/grpc/testing/empty.pb.h",
2378 "src/proto/grpc/testing/messages.grpc.pb.h",
2379 "src/proto/grpc/testing/messages.pb.h",
2380 "src/proto/grpc/testing/test.grpc.pb.h",
2381 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002382 ],
2383 "language": "c++",
2384 "name": "reconnect_interop_server",
2385 "src": [
2386 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002387 ],
2388 "third_party": false,
2389 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002390 },
2391 {
2392 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 "gpr",
2394 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002395 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002396 "grpc++",
2397 "grpc++_test_util",
2398 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002399 ],
2400 "headers": [],
2401 "language": "c++",
2402 "name": "secure_auth_context_test",
2403 "src": [
2404 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002405 ],
2406 "third_party": false,
2407 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002408 },
2409 {
2410 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 "gpr",
2412 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002413 "grpc",
2414 "grpc++",
2415 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002416 "grpc_test_util",
2417 "qps"
2418 ],
2419 "headers": [],
2420 "language": "c++",
2421 "name": "secure_sync_unary_ping_pong_test",
2422 "src": [
2423 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002424 ],
2425 "third_party": false,
2426 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002427 },
2428 {
2429 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 "gpr",
2431 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002432 "grpc",
2433 "grpc++",
2434 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002435 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002436 ],
2437 "headers": [],
2438 "language": "c++",
2439 "name": "server_crash_test",
2440 "src": [
2441 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002442 ],
2443 "third_party": false,
2444 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002445 },
2446 {
2447 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 "gpr",
2449 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002450 "grpc",
2451 "grpc++",
2452 "grpc++_test_util",
2453 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002454 ],
2455 "headers": [],
2456 "language": "c++",
2457 "name": "server_crash_test_client",
2458 "src": [
2459 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002460 ],
2461 "third_party": false,
2462 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002463 },
2464 {
2465 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 "gpr",
2467 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002468 "grpc",
2469 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002470 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002471 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002472 ],
2473 "headers": [],
2474 "language": "c++",
2475 "name": "shutdown_test",
2476 "src": [
2477 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002478 ],
2479 "third_party": false,
2480 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002481 },
2482 {
2483 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 "gpr",
2485 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002486 "grpc",
2487 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002488 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002489 ],
2490 "headers": [],
2491 "language": "c++",
2492 "name": "status_test",
2493 "src": [
2494 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002495 ],
2496 "third_party": false,
2497 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002498 },
2499 {
2500 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002501 "gpr",
2502 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002503 "grpc",
2504 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002505 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002506 "grpc_test_util"
2507 ],
2508 "headers": [],
2509 "language": "c++",
2510 "name": "streaming_throughput_test",
2511 "src": [
2512 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002513 ],
2514 "third_party": false,
2515 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002516 },
2517 {
2518 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 "gpr",
2520 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002521 "grpc",
2522 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002523 "grpc++_test_config",
2524 "grpc++_test_util",
2525 "grpc_test_util"
2526 ],
2527 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002528 "src/proto/grpc/testing/empty.grpc.pb.h",
2529 "src/proto/grpc/testing/empty.pb.h",
2530 "src/proto/grpc/testing/messages.grpc.pb.h",
2531 "src/proto/grpc/testing/messages.pb.h",
2532 "src/proto/grpc/testing/metrics.grpc.pb.h",
2533 "src/proto/grpc/testing/metrics.pb.h",
2534 "src/proto/grpc/testing/test.grpc.pb.h",
2535 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002536 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002537 "test/cpp/interop/interop_client.h",
2538 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002539 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002540 ],
2541 "language": "c++",
2542 "name": "stress_test",
2543 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002544 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002545 "test/cpp/interop/interop_client.cc",
2546 "test/cpp/interop/interop_client.h",
2547 "test/cpp/interop/stress_interop_client.cc",
2548 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002549 "test/cpp/interop/stress_test.cc",
2550 "test/cpp/util/metrics_server.cc",
2551 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002552 ],
2553 "third_party": false,
2554 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002555 },
2556 {
2557 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002558 "gpr",
2559 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002560 "grpc",
2561 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002562 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002563 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002564 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002565 ],
2566 "headers": [],
2567 "language": "c++",
2568 "name": "sync_streaming_ping_pong_test",
2569 "src": [
2570 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002571 ],
2572 "third_party": false,
2573 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002574 },
2575 {
2576 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 "gpr",
2578 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002579 "grpc",
2580 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002581 "grpc++_test_util",
2582 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002583 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002584 ],
2585 "headers": [],
2586 "language": "c++",
2587 "name": "sync_unary_ping_pong_test",
2588 "src": [
2589 "test/cpp/qps/sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002590 ],
2591 "third_party": false,
2592 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002593 },
2594 {
2595 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 "gpr",
2597 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002598 "grpc",
2599 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002600 "grpc++_test_util",
2601 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002602 ],
2603 "headers": [],
2604 "language": "c++",
2605 "name": "thread_stress_test",
2606 "src": [
2607 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002608 ],
2609 "third_party": false,
2610 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002611 },
2612 {
2613 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002614 "gpr",
2615 "gpr_test_util",
Hongwei Wang8e04d412015-07-31 15:12:51 -07002616 "grpc",
2617 "grpc++",
2618 "grpc++_test_util",
2619 "grpc_test_util",
2620 "grpc_zookeeper"
2621 ],
Craig Tiller1b4e3302015-12-17 16:35:00 -08002622 "headers": [
2623 "src/proto/grpc/testing/echo.grpc.pb.h",
2624 "src/proto/grpc/testing/echo.pb.h"
2625 ],
Hongwei Wang8e04d412015-07-31 15:12:51 -07002626 "language": "c++",
2627 "name": "zookeeper_test",
2628 "src": [
2629 "test/cpp/end2end/zookeeper_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002630 ],
2631 "third_party": false,
2632 "type": "target"
Hongwei Wang8e04d412015-07-31 15:12:51 -07002633 },
2634 {
2635 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002637 "grpc"
2638 ],
2639 "headers": [],
2640 "language": "c89",
2641 "name": "public_headers_must_be_c89",
2642 "src": [
2643 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002644 ],
2645 "third_party": false,
2646 "type": "target"
2647 },
2648 {
2649 "deps": [
2650 "boringssl",
2651 "boringssl_aes_test_lib",
2652 "boringssl_test_util"
2653 ],
2654 "headers": [],
2655 "language": "c++",
2656 "name": "boringssl_aes_test",
2657 "src": [],
2658 "third_party": true,
2659 "type": "target"
2660 },
2661 {
2662 "deps": [
2663 "boringssl",
Craig Tiller3d62fc62016-03-15 09:57:26 -07002664 "boringssl_asn1_test_lib",
2665 "boringssl_test_util"
2666 ],
2667 "headers": [],
2668 "language": "c++",
2669 "name": "boringssl_asn1_test",
2670 "src": [],
2671 "third_party": true,
2672 "type": "target"
2673 },
2674 {
2675 "deps": [
2676 "boringssl",
Craig Tiller732a8752016-02-22 15:59:19 -08002677 "boringssl_base64_test_lib",
2678 "boringssl_test_util"
2679 ],
2680 "headers": [],
2681 "language": "c++",
2682 "name": "boringssl_base64_test",
2683 "src": [],
2684 "third_party": true,
2685 "type": "target"
2686 },
2687 {
2688 "deps": [
2689 "boringssl",
2690 "boringssl_bio_test_lib",
2691 "boringssl_test_util"
2692 ],
2693 "headers": [],
2694 "language": "c++",
2695 "name": "boringssl_bio_test",
2696 "src": [],
2697 "third_party": true,
2698 "type": "target"
2699 },
2700 {
2701 "deps": [
2702 "boringssl",
2703 "boringssl_bn_test_lib",
2704 "boringssl_test_util"
2705 ],
2706 "headers": [],
2707 "language": "c++",
2708 "name": "boringssl_bn_test",
2709 "src": [],
2710 "third_party": true,
2711 "type": "target"
2712 },
2713 {
2714 "deps": [
2715 "boringssl",
2716 "boringssl_bytestring_test_lib",
2717 "boringssl_test_util"
2718 ],
2719 "headers": [],
2720 "language": "c++",
2721 "name": "boringssl_bytestring_test",
2722 "src": [],
2723 "third_party": true,
2724 "type": "target"
2725 },
2726 {
2727 "deps": [
2728 "boringssl",
2729 "boringssl_aead_test_lib",
2730 "boringssl_test_util"
2731 ],
2732 "headers": [],
2733 "language": "c++",
2734 "name": "boringssl_aead_test",
2735 "src": [],
2736 "third_party": true,
2737 "type": "target"
2738 },
2739 {
2740 "deps": [
2741 "boringssl",
2742 "boringssl_cipher_test_lib",
2743 "boringssl_test_util"
2744 ],
2745 "headers": [],
2746 "language": "c++",
2747 "name": "boringssl_cipher_test",
2748 "src": [],
2749 "third_party": true,
2750 "type": "target"
2751 },
2752 {
2753 "deps": [
2754 "boringssl",
2755 "boringssl_cmac_test_lib",
2756 "boringssl_test_util"
2757 ],
2758 "headers": [],
2759 "language": "c++",
2760 "name": "boringssl_cmac_test",
2761 "src": [],
2762 "third_party": true,
2763 "type": "target"
2764 },
2765 {
2766 "deps": [
2767 "boringssl",
2768 "boringssl_constant_time_test_lib",
2769 "boringssl_test_util"
2770 ],
2771 "headers": [],
2772 "language": "c++",
2773 "name": "boringssl_constant_time_test",
2774 "src": [],
2775 "third_party": true,
2776 "type": "target"
2777 },
2778 {
2779 "deps": [
2780 "boringssl",
2781 "boringssl_ed25519_test_lib",
2782 "boringssl_test_util"
2783 ],
2784 "headers": [],
2785 "language": "c++",
2786 "name": "boringssl_ed25519_test",
2787 "src": [],
2788 "third_party": true,
2789 "type": "target"
2790 },
2791 {
2792 "deps": [
2793 "boringssl",
2794 "boringssl_test_util",
2795 "boringssl_x25519_test_lib"
2796 ],
2797 "headers": [],
2798 "language": "c++",
2799 "name": "boringssl_x25519_test",
2800 "src": [],
2801 "third_party": true,
2802 "type": "target"
2803 },
2804 {
2805 "deps": [
2806 "boringssl",
2807 "boringssl_dh_test_lib",
2808 "boringssl_test_util"
2809 ],
2810 "headers": [],
2811 "language": "c++",
2812 "name": "boringssl_dh_test",
2813 "src": [],
2814 "third_party": true,
2815 "type": "target"
2816 },
2817 {
2818 "deps": [
2819 "boringssl",
2820 "boringssl_digest_test_lib",
2821 "boringssl_test_util"
2822 ],
2823 "headers": [],
2824 "language": "c++",
2825 "name": "boringssl_digest_test",
2826 "src": [],
2827 "third_party": true,
2828 "type": "target"
2829 },
2830 {
2831 "deps": [
2832 "boringssl",
2833 "boringssl_dsa_test_lib",
2834 "boringssl_test_util"
2835 ],
2836 "headers": [],
2837 "language": "c++",
2838 "name": "boringssl_dsa_test",
2839 "src": [],
2840 "third_party": true,
2841 "type": "target"
2842 },
2843 {
2844 "deps": [
2845 "boringssl",
2846 "boringssl_ec_test_lib",
2847 "boringssl_test_util"
2848 ],
2849 "headers": [],
2850 "language": "c++",
2851 "name": "boringssl_ec_test",
2852 "src": [],
2853 "third_party": true,
2854 "type": "target"
2855 },
2856 {
2857 "deps": [
2858 "boringssl",
2859 "boringssl_example_mul_lib",
2860 "boringssl_test_util"
2861 ],
2862 "headers": [],
2863 "language": "c++",
2864 "name": "boringssl_example_mul",
2865 "src": [],
2866 "third_party": true,
2867 "type": "target"
2868 },
2869 {
2870 "deps": [
2871 "boringssl",
2872 "boringssl_ecdsa_test_lib",
2873 "boringssl_test_util"
2874 ],
2875 "headers": [],
2876 "language": "c++",
2877 "name": "boringssl_ecdsa_test",
2878 "src": [],
2879 "third_party": true,
2880 "type": "target"
2881 },
2882 {
2883 "deps": [
2884 "boringssl",
2885 "boringssl_err_test_lib",
2886 "boringssl_test_util"
2887 ],
2888 "headers": [],
2889 "language": "c++",
2890 "name": "boringssl_err_test",
2891 "src": [],
2892 "third_party": true,
2893 "type": "target"
2894 },
2895 {
2896 "deps": [
2897 "boringssl",
2898 "boringssl_evp_extra_test_lib",
2899 "boringssl_test_util"
2900 ],
2901 "headers": [],
2902 "language": "c++",
2903 "name": "boringssl_evp_extra_test",
2904 "src": [],
2905 "third_party": true,
2906 "type": "target"
2907 },
2908 {
2909 "deps": [
2910 "boringssl",
2911 "boringssl_evp_test_lib",
2912 "boringssl_test_util"
2913 ],
2914 "headers": [],
2915 "language": "c++",
2916 "name": "boringssl_evp_test",
2917 "src": [],
2918 "third_party": true,
2919 "type": "target"
2920 },
2921 {
2922 "deps": [
2923 "boringssl",
2924 "boringssl_pbkdf_test_lib",
2925 "boringssl_test_util"
2926 ],
2927 "headers": [],
2928 "language": "c++",
2929 "name": "boringssl_pbkdf_test",
2930 "src": [],
2931 "third_party": true,
2932 "type": "target"
2933 },
2934 {
2935 "deps": [
2936 "boringssl",
2937 "boringssl_hkdf_test_lib",
2938 "boringssl_test_util"
2939 ],
2940 "headers": [],
2941 "language": "c++",
2942 "name": "boringssl_hkdf_test",
2943 "src": [],
2944 "third_party": true,
2945 "type": "target"
2946 },
2947 {
2948 "deps": [
2949 "boringssl",
2950 "boringssl_hmac_test_lib",
2951 "boringssl_test_util"
2952 ],
2953 "headers": [],
2954 "language": "c++",
2955 "name": "boringssl_hmac_test",
2956 "src": [],
2957 "third_party": true,
2958 "type": "target"
2959 },
2960 {
2961 "deps": [
2962 "boringssl",
2963 "boringssl_lhash_test_lib",
2964 "boringssl_test_util"
2965 ],
2966 "headers": [],
2967 "language": "c++",
2968 "name": "boringssl_lhash_test",
2969 "src": [],
2970 "third_party": true,
2971 "type": "target"
2972 },
2973 {
2974 "deps": [
2975 "boringssl",
2976 "boringssl_gcm_test_lib",
2977 "boringssl_test_util"
2978 ],
2979 "headers": [],
2980 "language": "c++",
2981 "name": "boringssl_gcm_test",
2982 "src": [],
2983 "third_party": true,
2984 "type": "target"
2985 },
2986 {
2987 "deps": [
2988 "boringssl",
2989 "boringssl_pkcs12_test_lib",
2990 "boringssl_test_util"
2991 ],
2992 "headers": [],
2993 "language": "c++",
2994 "name": "boringssl_pkcs12_test",
2995 "src": [],
2996 "third_party": true,
2997 "type": "target"
2998 },
2999 {
3000 "deps": [
3001 "boringssl",
3002 "boringssl_pkcs8_test_lib",
3003 "boringssl_test_util"
3004 ],
3005 "headers": [],
3006 "language": "c++",
3007 "name": "boringssl_pkcs8_test",
3008 "src": [],
3009 "third_party": true,
3010 "type": "target"
3011 },
3012 {
3013 "deps": [
3014 "boringssl",
3015 "boringssl_poly1305_test_lib",
3016 "boringssl_test_util"
3017 ],
3018 "headers": [],
3019 "language": "c++",
3020 "name": "boringssl_poly1305_test",
3021 "src": [],
3022 "third_party": true,
3023 "type": "target"
3024 },
3025 {
3026 "deps": [
3027 "boringssl",
3028 "boringssl_refcount_test_lib",
3029 "boringssl_test_util"
3030 ],
3031 "headers": [],
3032 "language": "c++",
3033 "name": "boringssl_refcount_test",
3034 "src": [],
3035 "third_party": true,
3036 "type": "target"
3037 },
3038 {
3039 "deps": [
3040 "boringssl",
3041 "boringssl_rsa_test_lib",
3042 "boringssl_test_util"
3043 ],
3044 "headers": [],
3045 "language": "c++",
3046 "name": "boringssl_rsa_test",
3047 "src": [],
3048 "third_party": true,
3049 "type": "target"
3050 },
3051 {
3052 "deps": [
3053 "boringssl",
3054 "boringssl_test_util",
3055 "boringssl_thread_test_lib"
3056 ],
3057 "headers": [],
3058 "language": "c++",
3059 "name": "boringssl_thread_test",
3060 "src": [],
3061 "third_party": true,
3062 "type": "target"
3063 },
3064 {
3065 "deps": [
3066 "boringssl",
3067 "boringssl_pkcs7_test_lib",
3068 "boringssl_test_util"
3069 ],
3070 "headers": [],
3071 "language": "c++",
3072 "name": "boringssl_pkcs7_test",
3073 "src": [],
3074 "third_party": true,
3075 "type": "target"
3076 },
3077 {
3078 "deps": [
3079 "boringssl",
3080 "boringssl_tab_test_lib",
3081 "boringssl_test_util"
3082 ],
3083 "headers": [],
3084 "language": "c++",
3085 "name": "boringssl_tab_test",
3086 "src": [],
3087 "third_party": true,
3088 "type": "target"
3089 },
3090 {
3091 "deps": [
3092 "boringssl",
3093 "boringssl_test_util",
3094 "boringssl_v3name_test_lib"
3095 ],
3096 "headers": [],
3097 "language": "c++",
3098 "name": "boringssl_v3name_test",
3099 "src": [],
3100 "third_party": true,
3101 "type": "target"
3102 },
3103 {
3104 "deps": [
3105 "boringssl",
3106 "boringssl_pqueue_test_lib",
3107 "boringssl_test_util"
3108 ],
3109 "headers": [],
3110 "language": "c++",
3111 "name": "boringssl_pqueue_test",
3112 "src": [],
3113 "third_party": true,
3114 "type": "target"
3115 },
3116 {
3117 "deps": [
3118 "boringssl",
3119 "boringssl_ssl_test_lib",
3120 "boringssl_test_util"
3121 ],
3122 "headers": [],
3123 "language": "c++",
3124 "name": "boringssl_ssl_test",
3125 "src": [],
3126 "third_party": true,
3127 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08003128 },
3129 {
3130 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08003131 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 "gpr",
3133 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003134 "grpc_test_util_unsecure",
3135 "grpc_unsecure"
3136 ],
3137 "headers": [],
3138 "language": "c",
3139 "name": "badreq_bad_client_test",
3140 "src": [
3141 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003142 ],
3143 "third_party": false,
3144 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003145 },
3146 {
3147 "deps": [
3148 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003149 "gpr",
3150 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003151 "grpc_test_util_unsecure",
3152 "grpc_unsecure"
3153 ],
3154 "headers": [],
3155 "language": "c",
3156 "name": "connection_prefix_bad_client_test",
3157 "src": [
3158 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003159 ],
3160 "third_party": false,
3161 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003162 },
3163 {
3164 "deps": [
3165 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003166 "gpr",
3167 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003168 "grpc_test_util_unsecure",
3169 "grpc_unsecure"
3170 ],
3171 "headers": [],
3172 "language": "c",
Craig Tiller307a7202016-04-02 07:40:39 -07003173 "name": "head_of_line_blocking_bad_client_test",
3174 "src": [
3175 "test/core/bad_client/tests/head_of_line_blocking.c"
3176 ],
3177 "third_party": false,
3178 "type": "target"
3179 },
3180 {
3181 "deps": [
3182 "bad_client_test",
3183 "gpr",
3184 "gpr_test_util",
3185 "grpc_test_util_unsecure",
3186 "grpc_unsecure"
3187 ],
3188 "headers": [],
3189 "language": "c",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003190 "name": "headers_bad_client_test",
3191 "src": [
3192 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003193 ],
3194 "third_party": false,
3195 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003196 },
3197 {
3198 "deps": [
3199 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003200 "gpr",
3201 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003202 "grpc_test_util_unsecure",
3203 "grpc_unsecure"
3204 ],
3205 "headers": [],
3206 "language": "c",
3207 "name": "initial_settings_frame_bad_client_test",
3208 "src": [
3209 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003210 ],
3211 "third_party": false,
3212 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003213 },
3214 {
3215 "deps": [
3216 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003217 "gpr",
3218 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003219 "grpc_test_util_unsecure",
3220 "grpc_unsecure"
3221 ],
3222 "headers": [],
3223 "language": "c",
3224 "name": "server_registered_method_bad_client_test",
3225 "src": [
3226 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003227 ],
3228 "third_party": false,
3229 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003230 },
3231 {
3232 "deps": [
3233 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003234 "gpr",
3235 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003236 "grpc_test_util_unsecure",
3237 "grpc_unsecure"
3238 ],
3239 "headers": [],
3240 "language": "c",
3241 "name": "simple_request_bad_client_test",
3242 "src": [
3243 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003244 ],
3245 "third_party": false,
3246 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003247 },
3248 {
3249 "deps": [
3250 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003251 "gpr",
3252 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003253 "grpc_test_util_unsecure",
3254 "grpc_unsecure"
3255 ],
3256 "headers": [],
3257 "language": "c",
3258 "name": "unknown_frame_bad_client_test",
3259 "src": [
3260 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003261 ],
3262 "third_party": false,
3263 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003264 },
3265 {
3266 "deps": [
3267 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 "gpr",
3269 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003270 "grpc_test_util_unsecure",
3271 "grpc_unsecure"
3272 ],
3273 "headers": [],
3274 "language": "c",
3275 "name": "window_overflow_bad_client_test",
3276 "src": [
3277 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003278 ],
3279 "third_party": false,
3280 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003281 },
3282 {
3283 "deps": [
3284 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003285 "gpr",
3286 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003287 "grpc",
3288 "grpc_test_util"
3289 ],
3290 "headers": [],
3291 "language": "c",
3292 "name": "bad_ssl_alpn_server",
3293 "src": [
3294 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003295 ],
3296 "third_party": false,
3297 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003298 },
3299 {
3300 "deps": [
3301 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 "gpr",
3303 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003304 "grpc",
3305 "grpc_test_util"
3306 ],
3307 "headers": [],
3308 "language": "c",
3309 "name": "bad_ssl_cert_server",
3310 "src": [
3311 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003312 ],
3313 "third_party": false,
3314 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003315 },
3316 {
3317 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003318 "gpr",
3319 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003320 "grpc",
3321 "grpc_test_util"
3322 ],
3323 "headers": [],
3324 "language": "c",
3325 "name": "bad_ssl_alpn_test",
3326 "src": [
3327 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003328 ],
3329 "third_party": false,
3330 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003331 },
3332 {
3333 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 "gpr",
3335 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003336 "grpc",
3337 "grpc_test_util"
3338 ],
3339 "headers": [],
3340 "language": "c",
3341 "name": "bad_ssl_cert_test",
3342 "src": [
3343 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003344 ],
3345 "third_party": false,
3346 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003347 },
3348 {
3349 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003350 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 "gpr",
3352 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003353 "grpc",
3354 "grpc_test_util"
3355 ],
3356 "headers": [],
3357 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003358 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003359 "src": [
3360 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003361 ],
3362 "third_party": false,
3363 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003364 },
3365 {
3366 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003367 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003368 "gpr",
3369 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003370 "grpc",
3371 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003372 ],
3373 "headers": [],
3374 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003375 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003376 "src": [
3377 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003378 ],
3379 "third_party": false,
3380 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003381 },
3382 {
3383 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003384 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 "gpr",
3386 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003387 "grpc",
3388 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003389 ],
3390 "headers": [],
3391 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003392 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003393 "src": [
3394 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003395 ],
3396 "third_party": false,
3397 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003398 },
3399 {
3400 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003401 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003402 "gpr",
3403 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003404 "grpc",
3405 "grpc_test_util"
3406 ],
3407 "headers": [],
3408 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003409 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003410 "src": [
3411 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003412 ],
3413 "third_party": false,
3414 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003415 },
3416 {
3417 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003418 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 "gpr",
3420 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003421 "grpc",
3422 "grpc_test_util"
3423 ],
3424 "headers": [],
3425 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003426 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003427 "src": [
3428 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003429 ],
3430 "third_party": false,
3431 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003432 },
3433 {
3434 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003435 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 "gpr",
3437 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003438 "grpc",
3439 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003440 ],
3441 "headers": [],
3442 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003443 "name": "h2_full+trace_test",
3444 "src": [
3445 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003446 ],
3447 "third_party": false,
3448 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003449 },
3450 {
3451 "deps": [
Craig Tiller178edfa2016-02-17 20:54:46 -08003452 "end2end_tests",
3453 "gpr",
3454 "gpr_test_util",
3455 "grpc",
3456 "grpc_test_util"
3457 ],
3458 "headers": [],
3459 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003460 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003461 "src": [
3462 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003463 ],
3464 "third_party": false,
3465 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003466 },
3467 {
3468 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003469 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003470 "gpr",
3471 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003472 "grpc",
3473 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003474 ],
3475 "headers": [],
3476 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003477 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003478 "src": [
3479 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003480 ],
3481 "third_party": false,
3482 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003483 },
3484 {
3485 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003486 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003487 "gpr",
3488 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003489 "grpc",
3490 "grpc_test_util"
3491 ],
3492 "headers": [],
3493 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003494 "name": "h2_sockpair_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003495 "src": [
3496 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003497 ],
3498 "third_party": false,
3499 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003500 },
3501 {
3502 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003503 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003504 "gpr",
3505 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003506 "grpc",
3507 "grpc_test_util"
3508 ],
3509 "headers": [],
3510 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003511 "name": "h2_sockpair+trace_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003512 "src": [
3513 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003514 ],
3515 "third_party": false,
3516 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003517 },
3518 {
3519 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003520 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003521 "gpr",
3522 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003523 "grpc",
3524 "grpc_test_util"
3525 ],
3526 "headers": [],
3527 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003528 "name": "h2_sockpair_1byte_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003529 "src": [
3530 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003531 ],
3532 "third_party": false,
3533 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003534 },
3535 {
3536 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003537 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003538 "gpr",
3539 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003540 "grpc",
3541 "grpc_test_util"
3542 ],
3543 "headers": [],
3544 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003545 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003546 "src": [
3547 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003548 ],
3549 "third_party": false,
3550 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003551 },
3552 {
3553 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003554 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003555 "gpr",
3556 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003557 "grpc",
3558 "grpc_test_util"
3559 ],
3560 "headers": [],
3561 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003562 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003563 "src": [
3564 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003565 ],
3566 "third_party": false,
3567 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003568 },
3569 {
3570 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003571 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003572 "gpr",
3573 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003574 "grpc",
3575 "grpc_test_util"
3576 ],
3577 "headers": [],
3578 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003579 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003580 "src": [
3581 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003582 ],
3583 "third_party": false,
3584 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003585 },
3586 {
3587 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003588 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003589 "gpr",
3590 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003591 "grpc_test_util_unsecure",
3592 "grpc_unsecure"
3593 ],
3594 "headers": [],
3595 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003596 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003597 "src": [
3598 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003599 ],
3600 "third_party": false,
3601 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003602 },
3603 {
3604 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003605 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003606 "gpr",
3607 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003608 "grpc_test_util_unsecure",
3609 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003610 ],
3611 "headers": [],
3612 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003613 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003614 "src": [
3615 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003616 ],
3617 "third_party": false,
3618 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003619 },
3620 {
3621 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003622 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003623 "gpr",
3624 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003625 "grpc_test_util_unsecure",
3626 "grpc_unsecure"
3627 ],
3628 "headers": [],
3629 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003630 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003631 "src": [
3632 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003633 ],
3634 "third_party": false,
3635 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003636 },
3637 {
3638 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003639 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003640 "gpr",
3641 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003642 "grpc_test_util_unsecure",
3643 "grpc_unsecure"
3644 ],
3645 "headers": [],
3646 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003647 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003648 "src": [
3649 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003650 ],
3651 "third_party": false,
3652 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003653 },
3654 {
3655 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003656 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003657 "gpr",
3658 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003659 "grpc_test_util_unsecure",
3660 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003661 ],
3662 "headers": [],
3663 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003664 "name": "h2_full+trace_nosec_test",
3665 "src": [
3666 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003667 ],
3668 "third_party": false,
3669 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003670 },
3671 {
3672 "deps": [
3673 "end2end_nosec_tests",
3674 "gpr",
3675 "gpr_test_util",
3676 "grpc_test_util_unsecure",
3677 "grpc_unsecure"
3678 ],
3679 "headers": [],
3680 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003681 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003682 "src": [
3683 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003684 ],
3685 "third_party": false,
3686 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003687 },
3688 {
3689 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003690 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003691 "gpr",
3692 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003693 "grpc_test_util_unsecure",
3694 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003695 ],
3696 "headers": [],
3697 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003698 "name": "h2_sockpair_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003699 "src": [
3700 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003701 ],
3702 "third_party": false,
3703 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003704 },
3705 {
3706 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003707 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003708 "gpr",
3709 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003710 "grpc_test_util_unsecure",
3711 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003712 ],
3713 "headers": [],
3714 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003715 "name": "h2_sockpair+trace_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003716 "src": [
3717 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003718 ],
3719 "third_party": false,
3720 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003721 },
3722 {
3723 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003724 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003725 "gpr",
3726 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003727 "grpc_test_util_unsecure",
3728 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003729 ],
3730 "headers": [],
3731 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003732 "name": "h2_sockpair_1byte_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003733 "src": [
3734 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003735 ],
3736 "third_party": false,
3737 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003738 },
3739 {
3740 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003741 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003742 "gpr",
3743 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003744 "grpc_test_util_unsecure",
3745 "grpc_unsecure"
3746 ],
3747 "headers": [],
3748 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003749 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003750 "src": [
3751 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003752 ],
3753 "third_party": false,
3754 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003755 },
3756 {
3757 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07003758 "gpr",
3759 "gpr_test_util",
3760 "grpc",
3761 "grpc_test_util",
3762 "one_input_fuzzer"
3763 ],
3764 "headers": [],
3765 "language": "c",
3766 "name": "hpack_parser_fuzzer_test_one_entry",
3767 "src": [
3768 "test/core/transport/chttp2/hpack_parser_fuzzer_test.c"
3769 ],
3770 "third_party": false,
3771 "type": "target"
3772 },
3773 {
3774 "deps": [
3775 "gpr",
3776 "gpr_test_util",
3777 "grpc",
3778 "grpc_test_util",
3779 "one_input_fuzzer"
3780 ],
3781 "headers": [],
3782 "language": "c",
3783 "name": "http_fuzzer_test_one_entry",
3784 "src": [
3785 "test/core/http/fuzzer.c"
3786 ],
3787 "third_party": false,
3788 "type": "target"
3789 },
3790 {
3791 "deps": [
3792 "gpr",
3793 "gpr_test_util",
3794 "grpc",
3795 "grpc_test_util",
3796 "one_input_fuzzer"
3797 ],
3798 "headers": [],
3799 "language": "c",
3800 "name": "json_fuzzer_test_one_entry",
3801 "src": [
3802 "test/core/json/fuzzer.c"
3803 ],
3804 "third_party": false,
3805 "type": "target"
3806 },
3807 {
3808 "deps": [
3809 "gpr",
3810 "gpr_test_util",
3811 "grpc",
3812 "grpc_test_util",
3813 "one_input_fuzzer"
3814 ],
3815 "headers": [],
3816 "language": "c",
3817 "name": "uri_fuzzer_test_one_entry",
3818 "src": [
3819 "test/core/client_config/uri_fuzzer_test.c"
3820 ],
3821 "third_party": false,
3822 "type": "target"
3823 },
3824 {
Craig Tillerf75fc122015-06-25 06:58:00 -07003825 "deps": [],
3826 "headers": [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003827 "include/grpc/impl/codegen/alloc.h",
3828 "include/grpc/impl/codegen/atm.h",
3829 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3830 "include/grpc/impl/codegen/atm_gcc_sync.h",
3831 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003832 "include/grpc/impl/codegen/log.h",
3833 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003834 "include/grpc/impl/codegen/slice.h",
3835 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003836 "include/grpc/impl/codegen/sync.h",
3837 "include/grpc/impl/codegen/sync_generic.h",
3838 "include/grpc/impl/codegen/sync_posix.h",
3839 "include/grpc/impl/codegen/sync_win32.h",
3840 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003841 "include/grpc/support/alloc.h",
3842 "include/grpc/support/atm.h",
3843 "include/grpc/support/atm_gcc_atomic.h",
3844 "include/grpc/support/atm_gcc_sync.h",
3845 "include/grpc/support/atm_win32.h",
3846 "include/grpc/support/avl.h",
3847 "include/grpc/support/cmdline.h",
3848 "include/grpc/support/cpu.h",
3849 "include/grpc/support/histogram.h",
3850 "include/grpc/support/host_port.h",
3851 "include/grpc/support/log.h",
3852 "include/grpc/support/log_win32.h",
3853 "include/grpc/support/port_platform.h",
3854 "include/grpc/support/slice.h",
3855 "include/grpc/support/slice_buffer.h",
3856 "include/grpc/support/string_util.h",
3857 "include/grpc/support/subprocess.h",
3858 "include/grpc/support/sync.h",
3859 "include/grpc/support/sync_generic.h",
3860 "include/grpc/support/sync_posix.h",
3861 "include/grpc/support/sync_win32.h",
3862 "include/grpc/support/thd.h",
3863 "include/grpc/support/time.h",
3864 "include/grpc/support/tls.h",
3865 "include/grpc/support/tls_gcc.h",
3866 "include/grpc/support/tls_msvc.h",
3867 "include/grpc/support/tls_pthread.h",
3868 "include/grpc/support/useful.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07003869 "src/core/lib/profiling/timers.h",
3870 "src/core/lib/support/backoff.h",
3871 "src/core/lib/support/block_annotate.h",
3872 "src/core/lib/support/env.h",
3873 "src/core/lib/support/load_file.h",
3874 "src/core/lib/support/murmur_hash.h",
3875 "src/core/lib/support/stack_lockfree.h",
3876 "src/core/lib/support/string.h",
3877 "src/core/lib/support/string_win32.h",
3878 "src/core/lib/support/thd_internal.h",
3879 "src/core/lib/support/time_precise.h",
3880 "src/core/lib/support/tmpfile.h"
Craig Tillerda179ce2016-02-09 12:01:53 -08003881 ],
3882 "language": "c",
3883 "name": "gpr",
3884 "src": [
3885 "include/grpc/impl/codegen/alloc.h",
3886 "include/grpc/impl/codegen/atm.h",
3887 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3888 "include/grpc/impl/codegen/atm_gcc_sync.h",
3889 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003890 "include/grpc/impl/codegen/log.h",
3891 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003892 "include/grpc/impl/codegen/slice.h",
3893 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003894 "include/grpc/impl/codegen/sync.h",
3895 "include/grpc/impl/codegen/sync_generic.h",
3896 "include/grpc/impl/codegen/sync_posix.h",
3897 "include/grpc/impl/codegen/sync_win32.h",
3898 "include/grpc/impl/codegen/time.h",
3899 "include/grpc/support/alloc.h",
3900 "include/grpc/support/atm.h",
3901 "include/grpc/support/atm_gcc_atomic.h",
3902 "include/grpc/support/atm_gcc_sync.h",
3903 "include/grpc/support/atm_win32.h",
3904 "include/grpc/support/avl.h",
3905 "include/grpc/support/cmdline.h",
3906 "include/grpc/support/cpu.h",
3907 "include/grpc/support/histogram.h",
3908 "include/grpc/support/host_port.h",
3909 "include/grpc/support/log.h",
3910 "include/grpc/support/log_win32.h",
3911 "include/grpc/support/port_platform.h",
3912 "include/grpc/support/slice.h",
3913 "include/grpc/support/slice_buffer.h",
3914 "include/grpc/support/string_util.h",
3915 "include/grpc/support/subprocess.h",
3916 "include/grpc/support/sync.h",
3917 "include/grpc/support/sync_generic.h",
3918 "include/grpc/support/sync_posix.h",
3919 "include/grpc/support/sync_win32.h",
3920 "include/grpc/support/thd.h",
3921 "include/grpc/support/time.h",
3922 "include/grpc/support/tls.h",
3923 "include/grpc/support/tls_gcc.h",
3924 "include/grpc/support/tls_msvc.h",
3925 "include/grpc/support/tls_pthread.h",
3926 "include/grpc/support/useful.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07003927 "src/core/lib/profiling/basic_timers.c",
3928 "src/core/lib/profiling/stap_timers.c",
3929 "src/core/lib/profiling/timers.h",
3930 "src/core/lib/support/alloc.c",
3931 "src/core/lib/support/avl.c",
3932 "src/core/lib/support/backoff.c",
3933 "src/core/lib/support/backoff.h",
3934 "src/core/lib/support/block_annotate.h",
3935 "src/core/lib/support/cmdline.c",
3936 "src/core/lib/support/cpu_iphone.c",
3937 "src/core/lib/support/cpu_linux.c",
3938 "src/core/lib/support/cpu_posix.c",
3939 "src/core/lib/support/cpu_windows.c",
3940 "src/core/lib/support/env.h",
3941 "src/core/lib/support/env_linux.c",
3942 "src/core/lib/support/env_posix.c",
3943 "src/core/lib/support/env_win32.c",
3944 "src/core/lib/support/histogram.c",
3945 "src/core/lib/support/host_port.c",
3946 "src/core/lib/support/load_file.c",
3947 "src/core/lib/support/load_file.h",
3948 "src/core/lib/support/log.c",
3949 "src/core/lib/support/log_android.c",
3950 "src/core/lib/support/log_linux.c",
3951 "src/core/lib/support/log_posix.c",
3952 "src/core/lib/support/log_win32.c",
3953 "src/core/lib/support/murmur_hash.c",
3954 "src/core/lib/support/murmur_hash.h",
3955 "src/core/lib/support/slice.c",
3956 "src/core/lib/support/slice_buffer.c",
3957 "src/core/lib/support/stack_lockfree.c",
3958 "src/core/lib/support/stack_lockfree.h",
3959 "src/core/lib/support/string.c",
3960 "src/core/lib/support/string.h",
3961 "src/core/lib/support/string_posix.c",
3962 "src/core/lib/support/string_win32.c",
3963 "src/core/lib/support/string_win32.h",
3964 "src/core/lib/support/subprocess_posix.c",
3965 "src/core/lib/support/subprocess_windows.c",
3966 "src/core/lib/support/sync.c",
3967 "src/core/lib/support/sync_posix.c",
3968 "src/core/lib/support/sync_win32.c",
3969 "src/core/lib/support/thd.c",
3970 "src/core/lib/support/thd_internal.h",
3971 "src/core/lib/support/thd_posix.c",
3972 "src/core/lib/support/thd_win32.c",
3973 "src/core/lib/support/time.c",
3974 "src/core/lib/support/time_posix.c",
3975 "src/core/lib/support/time_precise.c",
3976 "src/core/lib/support/time_precise.h",
3977 "src/core/lib/support/time_win32.c",
3978 "src/core/lib/support/tls_pthread.c",
3979 "src/core/lib/support/tmpfile.h",
3980 "src/core/lib/support/tmpfile_posix.c",
3981 "src/core/lib/support/tmpfile_win32.c",
3982 "src/core/lib/support/wrap_memcpy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003983 ],
3984 "third_party": false,
3985 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003986 },
3987 {
3988 "deps": [
3989 "gpr"
3990 ],
3991 "headers": [
3992 "test/core/util/test_config.h"
3993 ],
3994 "language": "c",
3995 "name": "gpr_test_util",
3996 "src": [
3997 "test/core/util/test_config.c",
3998 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003999 ],
4000 "third_party": false,
4001 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08004002 },
4003 {
4004 "deps": [
4005 "gpr"
4006 ],
4007 "headers": [
4008 "include/grpc/byte_buffer.h",
4009 "include/grpc/byte_buffer_reader.h",
4010 "include/grpc/census.h",
4011 "include/grpc/compression.h",
4012 "include/grpc/grpc.h",
4013 "include/grpc/grpc_security.h",
Craig Tiller1298afd2016-02-09 12:29:17 -08004014 "include/grpc/impl/codegen/byte_buffer.h",
4015 "include/grpc/impl/codegen/compression_types.h",
4016 "include/grpc/impl/codegen/connectivity_state.h",
4017 "include/grpc/impl/codegen/grpc_types.h",
4018 "include/grpc/impl/codegen/propagation_bits.h",
4019 "include/grpc/impl/codegen/status.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004020 "include/grpc/status.h",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004021 "src/core/ext/census/aggregation.h",
4022 "src/core/ext/census/census_interface.h",
4023 "src/core/ext/census/census_rpc_stats.h",
4024 "src/core/ext/census/grpc_filter.h",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004025 "src/core/ext/census/mlog.h",
4026 "src/core/ext/census/rpc_metric_id.h",
Craig Tiller023caf12016-03-29 08:00:30 -07004027 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
Craig Tiller943cdf92016-03-29 13:27:56 -07004028 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tillerc7762a82016-03-28 10:13:08 -07004029 "src/core/ext/transport/chttp2/transport/alpn.h",
4030 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
4031 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
4032 "src/core/ext/transport/chttp2/transport/frame.h",
4033 "src/core/ext/transport/chttp2/transport/frame_data.h",
4034 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
4035 "src/core/ext/transport/chttp2/transport/frame_ping.h",
4036 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
4037 "src/core/ext/transport/chttp2/transport/frame_settings.h",
4038 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
4039 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
4040 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
4041 "src/core/ext/transport/chttp2/transport/hpack_table.h",
4042 "src/core/ext/transport/chttp2/transport/http2_errors.h",
4043 "src/core/ext/transport/chttp2/transport/huffsyms.h",
4044 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
4045 "src/core/ext/transport/chttp2/transport/internal.h",
4046 "src/core/ext/transport/chttp2/transport/status_conversion.h",
4047 "src/core/ext/transport/chttp2/transport/stream_map.h",
4048 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
4049 "src/core/ext/transport/chttp2/transport/varint.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004050 "src/core/lib/channel/channel_args.h",
4051 "src/core/lib/channel/channel_stack.h",
4052 "src/core/lib/channel/channel_stack_builder.h",
4053 "src/core/lib/channel/client_channel.h",
4054 "src/core/lib/channel/compress_filter.h",
4055 "src/core/lib/channel/connected_channel.h",
4056 "src/core/lib/channel/context.h",
4057 "src/core/lib/channel/http_client_filter.h",
4058 "src/core/lib/channel/http_server_filter.h",
4059 "src/core/lib/channel/subchannel_call_holder.h",
4060 "src/core/lib/client_config/client_config.h",
4061 "src/core/lib/client_config/connector.h",
4062 "src/core/lib/client_config/initial_connect_string.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004063 "src/core/lib/client_config/lb_policy.h",
4064 "src/core/lib/client_config/lb_policy_factory.h",
4065 "src/core/lib/client_config/lb_policy_registry.h",
4066 "src/core/lib/client_config/resolver.h",
4067 "src/core/lib/client_config/resolver_factory.h",
4068 "src/core/lib/client_config/resolver_registry.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004069 "src/core/lib/client_config/subchannel.h",
4070 "src/core/lib/client_config/subchannel_factory.h",
4071 "src/core/lib/client_config/subchannel_index.h",
4072 "src/core/lib/client_config/uri_parser.h",
4073 "src/core/lib/compression/algorithm_metadata.h",
4074 "src/core/lib/compression/message_compress.h",
4075 "src/core/lib/debug/trace.h",
4076 "src/core/lib/http/format_request.h",
4077 "src/core/lib/http/httpcli.h",
4078 "src/core/lib/http/parser.h",
4079 "src/core/lib/iomgr/closure.h",
4080 "src/core/lib/iomgr/endpoint.h",
4081 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller8a034482016-03-28 16:09:04 -07004082 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
4083 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004084 "src/core/lib/iomgr/exec_ctx.h",
4085 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004086 "src/core/lib/iomgr/iocp_windows.h",
4087 "src/core/lib/iomgr/iomgr.h",
4088 "src/core/lib/iomgr/iomgr_internal.h",
4089 "src/core/lib/iomgr/iomgr_posix.h",
4090 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004091 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004092 "src/core/lib/iomgr/pollset_set_windows.h",
4093 "src/core/lib/iomgr/pollset_windows.h",
4094 "src/core/lib/iomgr/resolve_address.h",
4095 "src/core/lib/iomgr/sockaddr.h",
4096 "src/core/lib/iomgr/sockaddr_posix.h",
4097 "src/core/lib/iomgr/sockaddr_utils.h",
4098 "src/core/lib/iomgr/sockaddr_win32.h",
4099 "src/core/lib/iomgr/socket_utils_posix.h",
4100 "src/core/lib/iomgr/socket_windows.h",
4101 "src/core/lib/iomgr/tcp_client.h",
4102 "src/core/lib/iomgr/tcp_posix.h",
4103 "src/core/lib/iomgr/tcp_server.h",
4104 "src/core/lib/iomgr/tcp_windows.h",
4105 "src/core/lib/iomgr/time_averaged_stats.h",
4106 "src/core/lib/iomgr/timer.h",
4107 "src/core/lib/iomgr/timer_heap.h",
4108 "src/core/lib/iomgr/udp_server.h",
4109 "src/core/lib/iomgr/unix_sockets_posix.h",
4110 "src/core/lib/iomgr/wakeup_fd_pipe.h",
4111 "src/core/lib/iomgr/wakeup_fd_posix.h",
4112 "src/core/lib/iomgr/workqueue.h",
4113 "src/core/lib/iomgr/workqueue_posix.h",
4114 "src/core/lib/iomgr/workqueue_windows.h",
4115 "src/core/lib/json/json.h",
4116 "src/core/lib/json/json_common.h",
4117 "src/core/lib/json/json_reader.h",
4118 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004119 "src/core/lib/security/auth_filters.h",
4120 "src/core/lib/security/b64.h",
4121 "src/core/lib/security/credentials.h",
4122 "src/core/lib/security/handshake.h",
4123 "src/core/lib/security/json_token.h",
4124 "src/core/lib/security/jwt_verifier.h",
4125 "src/core/lib/security/secure_endpoint.h",
4126 "src/core/lib/security/security_connector.h",
4127 "src/core/lib/security/security_context.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004128 "src/core/lib/surface/api_trace.h",
4129 "src/core/lib/surface/call.h",
4130 "src/core/lib/surface/call_test_only.h",
4131 "src/core/lib/surface/channel.h",
4132 "src/core/lib/surface/channel_init.h",
4133 "src/core/lib/surface/channel_stack_type.h",
4134 "src/core/lib/surface/completion_queue.h",
4135 "src/core/lib/surface/event_string.h",
4136 "src/core/lib/surface/init.h",
4137 "src/core/lib/surface/lame_client.h",
4138 "src/core/lib/surface/server.h",
4139 "src/core/lib/surface/surface_trace.h",
4140 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004141 "src/core/lib/transport/connectivity_state.h",
4142 "src/core/lib/transport/metadata.h",
4143 "src/core/lib/transport/metadata_batch.h",
4144 "src/core/lib/transport/static_metadata.h",
4145 "src/core/lib/transport/transport.h",
4146 "src/core/lib/transport/transport_impl.h",
4147 "src/core/lib/tsi/fake_transport_security.h",
4148 "src/core/lib/tsi/ssl_transport_security.h",
4149 "src/core/lib/tsi/ssl_types.h",
4150 "src/core/lib/tsi/transport_security.h",
4151 "src/core/lib/tsi/transport_security_interface.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004152 "third_party/nanopb/pb.h",
4153 "third_party/nanopb/pb_common.h",
4154 "third_party/nanopb/pb_decode.h",
4155 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004156 ],
4157 "language": "c",
4158 "name": "grpc",
4159 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004160 "include/grpc/byte_buffer.h",
4161 "include/grpc/byte_buffer_reader.h",
4162 "include/grpc/census.h",
4163 "include/grpc/compression.h",
4164 "include/grpc/grpc.h",
4165 "include/grpc/grpc_security.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004166 "include/grpc/impl/codegen/byte_buffer.h",
4167 "include/grpc/impl/codegen/compression_types.h",
4168 "include/grpc/impl/codegen/connectivity_state.h",
4169 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004170 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004171 "include/grpc/impl/codegen/status.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004172 "include/grpc/status.h",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004173 "src/core/ext/census/aggregation.h",
4174 "src/core/ext/census/census_interface.h",
4175 "src/core/ext/census/census_rpc_stats.h",
4176 "src/core/ext/census/context.c",
4177 "src/core/ext/census/grpc_context.c",
4178 "src/core/ext/census/grpc_filter.c",
4179 "src/core/ext/census/grpc_filter.h",
4180 "src/core/ext/census/grpc_plugin.c",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004181 "src/core/ext/census/initialize.c",
4182 "src/core/ext/census/mlog.c",
4183 "src/core/ext/census/mlog.h",
4184 "src/core/ext/census/operation.c",
4185 "src/core/ext/census/placeholders.c",
4186 "src/core/ext/census/rpc_metric_id.h",
4187 "src/core/ext/census/tracing.c",
Craig Tiller023caf12016-03-29 08:00:30 -07004188 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
4189 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
4190 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c",
4191 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h",
4192 "src/core/ext/lb_policy/pick_first/pick_first.c",
Craig Tiller023caf12016-03-29 08:00:30 -07004193 "src/core/ext/lb_policy/round_robin/round_robin.c",
Craig Tiller65938df2016-03-31 13:08:49 -07004194 "src/core/ext/resolver/dns/native/dns_resolver.c",
4195 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
Craig Tillerc7762a82016-03-28 10:13:08 -07004196 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
4197 "src/core/ext/transport/chttp2/client/secure/secure_channel_create.c",
4198 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
4199 "src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c",
4200 "src/core/ext/transport/chttp2/transport/alpn.c",
4201 "src/core/ext/transport/chttp2/transport/alpn.h",
4202 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
4203 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
4204 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
4205 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
4206 "src/core/ext/transport/chttp2/transport/frame.h",
4207 "src/core/ext/transport/chttp2/transport/frame_data.c",
4208 "src/core/ext/transport/chttp2/transport/frame_data.h",
4209 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
4210 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
4211 "src/core/ext/transport/chttp2/transport/frame_ping.c",
4212 "src/core/ext/transport/chttp2/transport/frame_ping.h",
4213 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
4214 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
4215 "src/core/ext/transport/chttp2/transport/frame_settings.c",
4216 "src/core/ext/transport/chttp2/transport/frame_settings.h",
4217 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
4218 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
4219 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
4220 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
4221 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
4222 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
4223 "src/core/ext/transport/chttp2/transport/hpack_table.c",
4224 "src/core/ext/transport/chttp2/transport/hpack_table.h",
4225 "src/core/ext/transport/chttp2/transport/http2_errors.h",
4226 "src/core/ext/transport/chttp2/transport/huffsyms.c",
4227 "src/core/ext/transport/chttp2/transport/huffsyms.h",
4228 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
4229 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
4230 "src/core/ext/transport/chttp2/transport/internal.h",
4231 "src/core/ext/transport/chttp2/transport/parsing.c",
4232 "src/core/ext/transport/chttp2/transport/status_conversion.c",
4233 "src/core/ext/transport/chttp2/transport/status_conversion.h",
4234 "src/core/ext/transport/chttp2/transport/stream_lists.c",
4235 "src/core/ext/transport/chttp2/transport/stream_map.c",
4236 "src/core/ext/transport/chttp2/transport/stream_map.h",
4237 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
4238 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
4239 "src/core/ext/transport/chttp2/transport/varint.c",
4240 "src/core/ext/transport/chttp2/transport/varint.h",
4241 "src/core/ext/transport/chttp2/transport/writing.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07004242 "src/core/lib/channel/channel_args.c",
4243 "src/core/lib/channel/channel_args.h",
4244 "src/core/lib/channel/channel_stack.c",
4245 "src/core/lib/channel/channel_stack.h",
4246 "src/core/lib/channel/channel_stack_builder.c",
4247 "src/core/lib/channel/channel_stack_builder.h",
4248 "src/core/lib/channel/client_channel.c",
4249 "src/core/lib/channel/client_channel.h",
4250 "src/core/lib/channel/compress_filter.c",
4251 "src/core/lib/channel/compress_filter.h",
4252 "src/core/lib/channel/connected_channel.c",
4253 "src/core/lib/channel/connected_channel.h",
4254 "src/core/lib/channel/context.h",
4255 "src/core/lib/channel/http_client_filter.c",
4256 "src/core/lib/channel/http_client_filter.h",
4257 "src/core/lib/channel/http_server_filter.c",
4258 "src/core/lib/channel/http_server_filter.h",
4259 "src/core/lib/channel/subchannel_call_holder.c",
4260 "src/core/lib/channel/subchannel_call_holder.h",
4261 "src/core/lib/client_config/client_config.c",
4262 "src/core/lib/client_config/client_config.h",
4263 "src/core/lib/client_config/connector.c",
4264 "src/core/lib/client_config/connector.h",
4265 "src/core/lib/client_config/default_initial_connect_string.c",
4266 "src/core/lib/client_config/initial_connect_string.c",
4267 "src/core/lib/client_config/initial_connect_string.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004268 "src/core/lib/client_config/lb_policy.c",
4269 "src/core/lib/client_config/lb_policy.h",
4270 "src/core/lib/client_config/lb_policy_factory.c",
4271 "src/core/lib/client_config/lb_policy_factory.h",
4272 "src/core/lib/client_config/lb_policy_registry.c",
4273 "src/core/lib/client_config/lb_policy_registry.h",
4274 "src/core/lib/client_config/resolver.c",
4275 "src/core/lib/client_config/resolver.h",
4276 "src/core/lib/client_config/resolver_factory.c",
4277 "src/core/lib/client_config/resolver_factory.h",
4278 "src/core/lib/client_config/resolver_registry.c",
4279 "src/core/lib/client_config/resolver_registry.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004280 "src/core/lib/client_config/subchannel.c",
4281 "src/core/lib/client_config/subchannel.h",
4282 "src/core/lib/client_config/subchannel_factory.c",
4283 "src/core/lib/client_config/subchannel_factory.h",
4284 "src/core/lib/client_config/subchannel_index.c",
4285 "src/core/lib/client_config/subchannel_index.h",
4286 "src/core/lib/client_config/uri_parser.c",
4287 "src/core/lib/client_config/uri_parser.h",
4288 "src/core/lib/compression/algorithm_metadata.h",
4289 "src/core/lib/compression/compression_algorithm.c",
4290 "src/core/lib/compression/message_compress.c",
4291 "src/core/lib/compression/message_compress.h",
4292 "src/core/lib/debug/trace.c",
4293 "src/core/lib/debug/trace.h",
4294 "src/core/lib/http/format_request.c",
4295 "src/core/lib/http/format_request.h",
4296 "src/core/lib/http/httpcli.c",
4297 "src/core/lib/http/httpcli.h",
4298 "src/core/lib/http/httpcli_security_connector.c",
4299 "src/core/lib/http/parser.c",
4300 "src/core/lib/http/parser.h",
4301 "src/core/lib/iomgr/closure.c",
4302 "src/core/lib/iomgr/closure.h",
4303 "src/core/lib/iomgr/endpoint.c",
4304 "src/core/lib/iomgr/endpoint.h",
4305 "src/core/lib/iomgr/endpoint_pair.h",
4306 "src/core/lib/iomgr/endpoint_pair_posix.c",
4307 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller8a034482016-03-28 16:09:04 -07004308 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
4309 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
4310 "src/core/lib/iomgr/ev_posix.c",
4311 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004312 "src/core/lib/iomgr/exec_ctx.c",
4313 "src/core/lib/iomgr/exec_ctx.h",
4314 "src/core/lib/iomgr/executor.c",
4315 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004316 "src/core/lib/iomgr/iocp_windows.c",
4317 "src/core/lib/iomgr/iocp_windows.h",
4318 "src/core/lib/iomgr/iomgr.c",
4319 "src/core/lib/iomgr/iomgr.h",
4320 "src/core/lib/iomgr/iomgr_internal.h",
4321 "src/core/lib/iomgr/iomgr_posix.c",
4322 "src/core/lib/iomgr/iomgr_posix.h",
4323 "src/core/lib/iomgr/iomgr_windows.c",
4324 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004325 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004326 "src/core/lib/iomgr/pollset_set_windows.c",
4327 "src/core/lib/iomgr/pollset_set_windows.h",
4328 "src/core/lib/iomgr/pollset_windows.c",
4329 "src/core/lib/iomgr/pollset_windows.h",
4330 "src/core/lib/iomgr/resolve_address.h",
4331 "src/core/lib/iomgr/resolve_address_posix.c",
4332 "src/core/lib/iomgr/resolve_address_windows.c",
4333 "src/core/lib/iomgr/sockaddr.h",
4334 "src/core/lib/iomgr/sockaddr_posix.h",
4335 "src/core/lib/iomgr/sockaddr_utils.c",
4336 "src/core/lib/iomgr/sockaddr_utils.h",
4337 "src/core/lib/iomgr/sockaddr_win32.h",
4338 "src/core/lib/iomgr/socket_utils_common_posix.c",
4339 "src/core/lib/iomgr/socket_utils_linux.c",
4340 "src/core/lib/iomgr/socket_utils_posix.c",
4341 "src/core/lib/iomgr/socket_utils_posix.h",
4342 "src/core/lib/iomgr/socket_windows.c",
4343 "src/core/lib/iomgr/socket_windows.h",
4344 "src/core/lib/iomgr/tcp_client.h",
4345 "src/core/lib/iomgr/tcp_client_posix.c",
4346 "src/core/lib/iomgr/tcp_client_windows.c",
4347 "src/core/lib/iomgr/tcp_posix.c",
4348 "src/core/lib/iomgr/tcp_posix.h",
4349 "src/core/lib/iomgr/tcp_server.h",
4350 "src/core/lib/iomgr/tcp_server_posix.c",
4351 "src/core/lib/iomgr/tcp_server_windows.c",
4352 "src/core/lib/iomgr/tcp_windows.c",
4353 "src/core/lib/iomgr/tcp_windows.h",
4354 "src/core/lib/iomgr/time_averaged_stats.c",
4355 "src/core/lib/iomgr/time_averaged_stats.h",
4356 "src/core/lib/iomgr/timer.c",
4357 "src/core/lib/iomgr/timer.h",
4358 "src/core/lib/iomgr/timer_heap.c",
4359 "src/core/lib/iomgr/timer_heap.h",
4360 "src/core/lib/iomgr/udp_server.c",
4361 "src/core/lib/iomgr/udp_server.h",
4362 "src/core/lib/iomgr/unix_sockets_posix.c",
4363 "src/core/lib/iomgr/unix_sockets_posix.h",
4364 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
4365 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
4366 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
4367 "src/core/lib/iomgr/wakeup_fd_pipe.c",
4368 "src/core/lib/iomgr/wakeup_fd_pipe.h",
4369 "src/core/lib/iomgr/wakeup_fd_posix.c",
4370 "src/core/lib/iomgr/wakeup_fd_posix.h",
4371 "src/core/lib/iomgr/workqueue.h",
4372 "src/core/lib/iomgr/workqueue_posix.c",
4373 "src/core/lib/iomgr/workqueue_posix.h",
4374 "src/core/lib/iomgr/workqueue_windows.c",
4375 "src/core/lib/iomgr/workqueue_windows.h",
4376 "src/core/lib/json/json.c",
4377 "src/core/lib/json/json.h",
4378 "src/core/lib/json/json_common.h",
4379 "src/core/lib/json/json_reader.c",
4380 "src/core/lib/json/json_reader.h",
4381 "src/core/lib/json/json_string.c",
4382 "src/core/lib/json/json_writer.c",
4383 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004384 "src/core/lib/security/auth_filters.h",
4385 "src/core/lib/security/b64.c",
4386 "src/core/lib/security/b64.h",
4387 "src/core/lib/security/client_auth_filter.c",
4388 "src/core/lib/security/credentials.c",
4389 "src/core/lib/security/credentials.h",
4390 "src/core/lib/security/credentials_metadata.c",
4391 "src/core/lib/security/credentials_posix.c",
4392 "src/core/lib/security/credentials_win32.c",
4393 "src/core/lib/security/google_default_credentials.c",
4394 "src/core/lib/security/handshake.c",
4395 "src/core/lib/security/handshake.h",
4396 "src/core/lib/security/json_token.c",
4397 "src/core/lib/security/json_token.h",
4398 "src/core/lib/security/jwt_verifier.c",
4399 "src/core/lib/security/jwt_verifier.h",
4400 "src/core/lib/security/secure_endpoint.c",
4401 "src/core/lib/security/secure_endpoint.h",
4402 "src/core/lib/security/security_connector.c",
4403 "src/core/lib/security/security_connector.h",
4404 "src/core/lib/security/security_context.c",
4405 "src/core/lib/security/security_context.h",
4406 "src/core/lib/security/server_auth_filter.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07004407 "src/core/lib/surface/alarm.c",
4408 "src/core/lib/surface/api_trace.c",
4409 "src/core/lib/surface/api_trace.h",
4410 "src/core/lib/surface/byte_buffer.c",
4411 "src/core/lib/surface/byte_buffer_reader.c",
4412 "src/core/lib/surface/call.c",
4413 "src/core/lib/surface/call.h",
4414 "src/core/lib/surface/call_details.c",
4415 "src/core/lib/surface/call_log_batch.c",
4416 "src/core/lib/surface/call_test_only.h",
4417 "src/core/lib/surface/channel.c",
4418 "src/core/lib/surface/channel.h",
4419 "src/core/lib/surface/channel_connectivity.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07004420 "src/core/lib/surface/channel_init.c",
4421 "src/core/lib/surface/channel_init.h",
4422 "src/core/lib/surface/channel_ping.c",
4423 "src/core/lib/surface/channel_stack_type.c",
4424 "src/core/lib/surface/channel_stack_type.h",
4425 "src/core/lib/surface/completion_queue.c",
4426 "src/core/lib/surface/completion_queue.h",
4427 "src/core/lib/surface/event_string.c",
4428 "src/core/lib/surface/event_string.h",
4429 "src/core/lib/surface/init.c",
4430 "src/core/lib/surface/init.h",
4431 "src/core/lib/surface/init_secure.c",
4432 "src/core/lib/surface/lame_client.c",
4433 "src/core/lib/surface/lame_client.h",
4434 "src/core/lib/surface/metadata_array.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07004435 "src/core/lib/surface/server.c",
4436 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004437 "src/core/lib/surface/surface_trace.h",
4438 "src/core/lib/surface/validate_metadata.c",
4439 "src/core/lib/surface/version.c",
4440 "src/core/lib/transport/byte_stream.c",
4441 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004442 "src/core/lib/transport/connectivity_state.c",
4443 "src/core/lib/transport/connectivity_state.h",
4444 "src/core/lib/transport/metadata.c",
4445 "src/core/lib/transport/metadata.h",
4446 "src/core/lib/transport/metadata_batch.c",
4447 "src/core/lib/transport/metadata_batch.h",
4448 "src/core/lib/transport/static_metadata.c",
4449 "src/core/lib/transport/static_metadata.h",
4450 "src/core/lib/transport/transport.c",
4451 "src/core/lib/transport/transport.h",
4452 "src/core/lib/transport/transport_impl.h",
4453 "src/core/lib/transport/transport_op_string.c",
4454 "src/core/lib/tsi/fake_transport_security.c",
4455 "src/core/lib/tsi/fake_transport_security.h",
4456 "src/core/lib/tsi/ssl_transport_security.c",
4457 "src/core/lib/tsi/ssl_transport_security.h",
4458 "src/core/lib/tsi/ssl_types.h",
4459 "src/core/lib/tsi/transport_security.c",
4460 "src/core/lib/tsi/transport_security.h",
Craig Tillerfb433852016-03-29 08:51:07 -07004461 "src/core/lib/tsi/transport_security_interface.h",
4462 "src/core/plugin_registry/grpc_plugin_registry.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004463 ],
4464 "third_party": false,
4465 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004466 },
4467 {
David Garcia Quintas9f3955c2016-02-19 14:54:48 -08004468 "deps": [],
4469 "headers": [
4470 "include/grpc/impl/codegen/alloc.h",
4471 "include/grpc/impl/codegen/atm.h",
4472 "include/grpc/impl/codegen/atm_gcc_atomic.h",
4473 "include/grpc/impl/codegen/atm_gcc_sync.h",
4474 "include/grpc/impl/codegen/atm_win32.h",
4475 "include/grpc/impl/codegen/byte_buffer.h",
4476 "include/grpc/impl/codegen/compression_types.h",
4477 "include/grpc/impl/codegen/connectivity_state.h",
4478 "include/grpc/impl/codegen/grpc_types.h",
4479 "include/grpc/impl/codegen/log.h",
4480 "include/grpc/impl/codegen/port_platform.h",
4481 "include/grpc/impl/codegen/propagation_bits.h",
4482 "include/grpc/impl/codegen/slice.h",
4483 "include/grpc/impl/codegen/slice_buffer.h",
4484 "include/grpc/impl/codegen/status.h",
4485 "include/grpc/impl/codegen/sync.h",
4486 "include/grpc/impl/codegen/sync_generic.h",
4487 "include/grpc/impl/codegen/sync_posix.h",
4488 "include/grpc/impl/codegen/sync_win32.h",
4489 "include/grpc/impl/codegen/time.h"
4490 ],
4491 "language": "c",
4492 "name": "grpc_codegen_lib",
4493 "src": [
4494 "include/grpc/impl/codegen/alloc.h",
4495 "include/grpc/impl/codegen/atm.h",
4496 "include/grpc/impl/codegen/atm_gcc_atomic.h",
4497 "include/grpc/impl/codegen/atm_gcc_sync.h",
4498 "include/grpc/impl/codegen/atm_win32.h",
4499 "include/grpc/impl/codegen/byte_buffer.h",
4500 "include/grpc/impl/codegen/compression_types.h",
4501 "include/grpc/impl/codegen/connectivity_state.h",
4502 "include/grpc/impl/codegen/grpc_types.h",
4503 "include/grpc/impl/codegen/log.h",
4504 "include/grpc/impl/codegen/port_platform.h",
4505 "include/grpc/impl/codegen/propagation_bits.h",
4506 "include/grpc/impl/codegen/slice.h",
4507 "include/grpc/impl/codegen/slice_buffer.h",
4508 "include/grpc/impl/codegen/status.h",
4509 "include/grpc/impl/codegen/sync.h",
4510 "include/grpc/impl/codegen/sync_generic.h",
4511 "include/grpc/impl/codegen/sync_posix.h",
4512 "include/grpc/impl/codegen/sync_win32.h",
4513 "include/grpc/impl/codegen/time.h"
David Garcia Quintasa9d06292016-03-06 19:10:15 -08004514 ],
4515 "third_party": false,
4516 "type": "lib"
4517 },
4518 {
Craig Tillerf75fc122015-06-25 06:58:00 -07004519 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004520 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004521 "grpc"
4522 ],
4523 "headers": [],
4524 "language": "c",
4525 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004526 "src": [],
4527 "third_party": false,
4528 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004529 },
4530 {
4531 "deps": [
4532 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004533 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07004534 "grpc"
4535 ],
4536 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004537 "test/core/end2end/cq_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004538 "test/core/end2end/data/ssl_test_data.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004539 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004540 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004541 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004542 "test/core/util/grpc_profiler.h",
4543 "test/core/util/parse_hexstring.h",
4544 "test/core/util/port.h",
Craig Tiller19d7d802016-03-17 08:47:05 -07004545 "test/core/util/port_server_client.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004546 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004547 ],
4548 "language": "c",
4549 "name": "grpc_test_util",
4550 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004551 "test/core/end2end/cq_verifier.c",
4552 "test/core/end2end/cq_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004553 "test/core/end2end/data/server1_cert.c",
4554 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004555 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004556 "test/core/end2end/data/test_root_cert.c",
Craig Tiller17effab2015-08-04 08:19:36 -07004557 "test/core/end2end/fixtures/proxy.c",
4558 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004559 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004560 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004561 "test/core/security/oauth2_utils.c",
4562 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004563 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004564 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004565 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004566 "test/core/util/parse_hexstring.h",
4567 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004568 "test/core/util/port_posix.c",
Craig Tiller19d7d802016-03-17 08:47:05 -07004569 "test/core/util/port_server_client.c",
4570 "test/core/util/port_server_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004571 "test/core/util/port_windows.c",
4572 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004573 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004574 ],
4575 "third_party": false,
4576 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004577 },
4578 {
4579 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004580 "gpr",
4581 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004582 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004583 ],
4584 "headers": [
4585 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004586 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004587 "test/core/iomgr/endpoint_tests.h",
4588 "test/core/util/grpc_profiler.h",
4589 "test/core/util/parse_hexstring.h",
4590 "test/core/util/port.h",
Craig Tiller19d7d802016-03-17 08:47:05 -07004591 "test/core/util/port_server_client.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004592 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004593 ],
4594 "language": "c",
4595 "name": "grpc_test_util_unsecure",
4596 "src": [
4597 "test/core/end2end/cq_verifier.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004598 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004599 "test/core/end2end/fixtures/proxy.c",
4600 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004601 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004602 "test/core/iomgr/endpoint_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004603 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004604 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004605 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004606 "test/core/util/parse_hexstring.h",
4607 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004608 "test/core/util/port_posix.c",
Craig Tiller19d7d802016-03-17 08:47:05 -07004609 "test/core/util/port_server_client.c",
4610 "test/core/util/port_server_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004611 "test/core/util/port_windows.c",
4612 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004613 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004614 ],
4615 "third_party": false,
4616 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004617 },
4618 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004619 "deps": [
4620 "gpr"
4621 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004622 "headers": [
4623 "include/grpc/byte_buffer.h",
4624 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004625 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004626 "include/grpc/compression.h",
4627 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004628 "include/grpc/impl/codegen/byte_buffer.h",
4629 "include/grpc/impl/codegen/compression_types.h",
4630 "include/grpc/impl/codegen/connectivity_state.h",
4631 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004632 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004633 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004634 "include/grpc/status.h",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004635 "src/core/ext/census/aggregation.h",
4636 "src/core/ext/census/census_interface.h",
4637 "src/core/ext/census/census_rpc_stats.h",
4638 "src/core/ext/census/grpc_filter.h",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004639 "src/core/ext/census/mlog.h",
4640 "src/core/ext/census/rpc_metric_id.h",
Craig Tiller023caf12016-03-29 08:00:30 -07004641 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
Craig Tiller943cdf92016-03-29 13:27:56 -07004642 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tillerc7762a82016-03-28 10:13:08 -07004643 "src/core/ext/transport/chttp2/transport/alpn.h",
4644 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
4645 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
4646 "src/core/ext/transport/chttp2/transport/frame.h",
4647 "src/core/ext/transport/chttp2/transport/frame_data.h",
4648 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
4649 "src/core/ext/transport/chttp2/transport/frame_ping.h",
4650 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
4651 "src/core/ext/transport/chttp2/transport/frame_settings.h",
4652 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
4653 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
4654 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
4655 "src/core/ext/transport/chttp2/transport/hpack_table.h",
4656 "src/core/ext/transport/chttp2/transport/http2_errors.h",
4657 "src/core/ext/transport/chttp2/transport/huffsyms.h",
4658 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
4659 "src/core/ext/transport/chttp2/transport/internal.h",
4660 "src/core/ext/transport/chttp2/transport/status_conversion.h",
4661 "src/core/ext/transport/chttp2/transport/stream_map.h",
4662 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
4663 "src/core/ext/transport/chttp2/transport/varint.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004664 "src/core/lib/channel/channel_args.h",
4665 "src/core/lib/channel/channel_stack.h",
4666 "src/core/lib/channel/channel_stack_builder.h",
4667 "src/core/lib/channel/client_channel.h",
4668 "src/core/lib/channel/compress_filter.h",
4669 "src/core/lib/channel/connected_channel.h",
4670 "src/core/lib/channel/context.h",
4671 "src/core/lib/channel/http_client_filter.h",
4672 "src/core/lib/channel/http_server_filter.h",
4673 "src/core/lib/channel/subchannel_call_holder.h",
4674 "src/core/lib/client_config/client_config.h",
4675 "src/core/lib/client_config/connector.h",
4676 "src/core/lib/client_config/initial_connect_string.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004677 "src/core/lib/client_config/lb_policy.h",
4678 "src/core/lib/client_config/lb_policy_factory.h",
4679 "src/core/lib/client_config/lb_policy_registry.h",
4680 "src/core/lib/client_config/resolver.h",
4681 "src/core/lib/client_config/resolver_factory.h",
4682 "src/core/lib/client_config/resolver_registry.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004683 "src/core/lib/client_config/subchannel.h",
4684 "src/core/lib/client_config/subchannel_factory.h",
4685 "src/core/lib/client_config/subchannel_index.h",
4686 "src/core/lib/client_config/uri_parser.h",
4687 "src/core/lib/compression/algorithm_metadata.h",
4688 "src/core/lib/compression/message_compress.h",
4689 "src/core/lib/debug/trace.h",
4690 "src/core/lib/http/format_request.h",
4691 "src/core/lib/http/httpcli.h",
4692 "src/core/lib/http/parser.h",
4693 "src/core/lib/iomgr/closure.h",
4694 "src/core/lib/iomgr/endpoint.h",
4695 "src/core/lib/iomgr/endpoint_pair.h",
Craig Tiller8a034482016-03-28 16:09:04 -07004696 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
4697 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004698 "src/core/lib/iomgr/exec_ctx.h",
4699 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004700 "src/core/lib/iomgr/iocp_windows.h",
4701 "src/core/lib/iomgr/iomgr.h",
4702 "src/core/lib/iomgr/iomgr_internal.h",
4703 "src/core/lib/iomgr/iomgr_posix.h",
4704 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004705 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004706 "src/core/lib/iomgr/pollset_set_windows.h",
4707 "src/core/lib/iomgr/pollset_windows.h",
4708 "src/core/lib/iomgr/resolve_address.h",
4709 "src/core/lib/iomgr/sockaddr.h",
4710 "src/core/lib/iomgr/sockaddr_posix.h",
4711 "src/core/lib/iomgr/sockaddr_utils.h",
4712 "src/core/lib/iomgr/sockaddr_win32.h",
4713 "src/core/lib/iomgr/socket_utils_posix.h",
4714 "src/core/lib/iomgr/socket_windows.h",
4715 "src/core/lib/iomgr/tcp_client.h",
4716 "src/core/lib/iomgr/tcp_posix.h",
4717 "src/core/lib/iomgr/tcp_server.h",
4718 "src/core/lib/iomgr/tcp_windows.h",
4719 "src/core/lib/iomgr/time_averaged_stats.h",
4720 "src/core/lib/iomgr/timer.h",
4721 "src/core/lib/iomgr/timer_heap.h",
4722 "src/core/lib/iomgr/udp_server.h",
4723 "src/core/lib/iomgr/unix_sockets_posix.h",
4724 "src/core/lib/iomgr/wakeup_fd_pipe.h",
4725 "src/core/lib/iomgr/wakeup_fd_posix.h",
4726 "src/core/lib/iomgr/workqueue.h",
4727 "src/core/lib/iomgr/workqueue_posix.h",
4728 "src/core/lib/iomgr/workqueue_windows.h",
4729 "src/core/lib/json/json.h",
4730 "src/core/lib/json/json_common.h",
4731 "src/core/lib/json/json_reader.h",
4732 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004733 "src/core/lib/surface/api_trace.h",
4734 "src/core/lib/surface/call.h",
4735 "src/core/lib/surface/call_test_only.h",
4736 "src/core/lib/surface/channel.h",
4737 "src/core/lib/surface/channel_init.h",
4738 "src/core/lib/surface/channel_stack_type.h",
4739 "src/core/lib/surface/completion_queue.h",
4740 "src/core/lib/surface/event_string.h",
4741 "src/core/lib/surface/init.h",
4742 "src/core/lib/surface/lame_client.h",
4743 "src/core/lib/surface/server.h",
4744 "src/core/lib/surface/surface_trace.h",
4745 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004746 "src/core/lib/transport/connectivity_state.h",
4747 "src/core/lib/transport/metadata.h",
4748 "src/core/lib/transport/metadata_batch.h",
4749 "src/core/lib/transport/static_metadata.h",
4750 "src/core/lib/transport/transport.h",
4751 "src/core/lib/transport/transport_impl.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004752 "third_party/nanopb/pb.h",
4753 "third_party/nanopb/pb_common.h",
4754 "third_party/nanopb/pb_decode.h",
4755 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004756 ],
4757 "language": "c",
4758 "name": "grpc_unsecure",
4759 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004760 "include/grpc/byte_buffer.h",
4761 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004762 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004763 "include/grpc/compression.h",
4764 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004765 "include/grpc/impl/codegen/byte_buffer.h",
4766 "include/grpc/impl/codegen/compression_types.h",
4767 "include/grpc/impl/codegen/connectivity_state.h",
4768 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004769 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004770 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004771 "include/grpc/status.h",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004772 "src/core/ext/census/aggregation.h",
4773 "src/core/ext/census/census_interface.h",
4774 "src/core/ext/census/census_rpc_stats.h",
4775 "src/core/ext/census/context.c",
4776 "src/core/ext/census/grpc_context.c",
4777 "src/core/ext/census/grpc_filter.c",
4778 "src/core/ext/census/grpc_filter.h",
4779 "src/core/ext/census/grpc_plugin.c",
Craig Tiller8f8e9f92016-03-29 09:41:28 -07004780 "src/core/ext/census/initialize.c",
4781 "src/core/ext/census/mlog.c",
4782 "src/core/ext/census/mlog.h",
4783 "src/core/ext/census/operation.c",
4784 "src/core/ext/census/placeholders.c",
4785 "src/core/ext/census/rpc_metric_id.h",
4786 "src/core/ext/census/tracing.c",
Craig Tiller023caf12016-03-29 08:00:30 -07004787 "src/core/ext/lb_policy/grpclb/load_balancer_api.c",
4788 "src/core/ext/lb_policy/grpclb/load_balancer_api.h",
4789 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c",
4790 "src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h",
4791 "src/core/ext/lb_policy/pick_first/pick_first.c",
Craig Tiller023caf12016-03-29 08:00:30 -07004792 "src/core/ext/lb_policy/round_robin/round_robin.c",
Craig Tiller65938df2016-03-31 13:08:49 -07004793 "src/core/ext/resolver/dns/native/dns_resolver.c",
4794 "src/core/ext/resolver/sockaddr/sockaddr_resolver.c",
Craig Tillerc7762a82016-03-28 10:13:08 -07004795 "src/core/ext/transport/chttp2/client/insecure/channel_create.c",
4796 "src/core/ext/transport/chttp2/server/insecure/server_chttp2.c",
4797 "src/core/ext/transport/chttp2/transport/alpn.c",
4798 "src/core/ext/transport/chttp2/transport/alpn.h",
4799 "src/core/ext/transport/chttp2/transport/bin_encoder.c",
4800 "src/core/ext/transport/chttp2/transport/bin_encoder.h",
4801 "src/core/ext/transport/chttp2/transport/chttp2_transport.c",
4802 "src/core/ext/transport/chttp2/transport/chttp2_transport.h",
4803 "src/core/ext/transport/chttp2/transport/frame.h",
4804 "src/core/ext/transport/chttp2/transport/frame_data.c",
4805 "src/core/ext/transport/chttp2/transport/frame_data.h",
4806 "src/core/ext/transport/chttp2/transport/frame_goaway.c",
4807 "src/core/ext/transport/chttp2/transport/frame_goaway.h",
4808 "src/core/ext/transport/chttp2/transport/frame_ping.c",
4809 "src/core/ext/transport/chttp2/transport/frame_ping.h",
4810 "src/core/ext/transport/chttp2/transport/frame_rst_stream.c",
4811 "src/core/ext/transport/chttp2/transport/frame_rst_stream.h",
4812 "src/core/ext/transport/chttp2/transport/frame_settings.c",
4813 "src/core/ext/transport/chttp2/transport/frame_settings.h",
4814 "src/core/ext/transport/chttp2/transport/frame_window_update.c",
4815 "src/core/ext/transport/chttp2/transport/frame_window_update.h",
4816 "src/core/ext/transport/chttp2/transport/hpack_encoder.c",
4817 "src/core/ext/transport/chttp2/transport/hpack_encoder.h",
4818 "src/core/ext/transport/chttp2/transport/hpack_parser.c",
4819 "src/core/ext/transport/chttp2/transport/hpack_parser.h",
4820 "src/core/ext/transport/chttp2/transport/hpack_table.c",
4821 "src/core/ext/transport/chttp2/transport/hpack_table.h",
4822 "src/core/ext/transport/chttp2/transport/http2_errors.h",
4823 "src/core/ext/transport/chttp2/transport/huffsyms.c",
4824 "src/core/ext/transport/chttp2/transport/huffsyms.h",
4825 "src/core/ext/transport/chttp2/transport/incoming_metadata.c",
4826 "src/core/ext/transport/chttp2/transport/incoming_metadata.h",
4827 "src/core/ext/transport/chttp2/transport/internal.h",
4828 "src/core/ext/transport/chttp2/transport/parsing.c",
4829 "src/core/ext/transport/chttp2/transport/status_conversion.c",
4830 "src/core/ext/transport/chttp2/transport/status_conversion.h",
4831 "src/core/ext/transport/chttp2/transport/stream_lists.c",
4832 "src/core/ext/transport/chttp2/transport/stream_map.c",
4833 "src/core/ext/transport/chttp2/transport/stream_map.h",
4834 "src/core/ext/transport/chttp2/transport/timeout_encoding.c",
4835 "src/core/ext/transport/chttp2/transport/timeout_encoding.h",
4836 "src/core/ext/transport/chttp2/transport/varint.c",
4837 "src/core/ext/transport/chttp2/transport/varint.h",
4838 "src/core/ext/transport/chttp2/transport/writing.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07004839 "src/core/lib/channel/channel_args.c",
4840 "src/core/lib/channel/channel_args.h",
4841 "src/core/lib/channel/channel_stack.c",
4842 "src/core/lib/channel/channel_stack.h",
4843 "src/core/lib/channel/channel_stack_builder.c",
4844 "src/core/lib/channel/channel_stack_builder.h",
4845 "src/core/lib/channel/client_channel.c",
4846 "src/core/lib/channel/client_channel.h",
4847 "src/core/lib/channel/compress_filter.c",
4848 "src/core/lib/channel/compress_filter.h",
4849 "src/core/lib/channel/connected_channel.c",
4850 "src/core/lib/channel/connected_channel.h",
4851 "src/core/lib/channel/context.h",
4852 "src/core/lib/channel/http_client_filter.c",
4853 "src/core/lib/channel/http_client_filter.h",
4854 "src/core/lib/channel/http_server_filter.c",
4855 "src/core/lib/channel/http_server_filter.h",
4856 "src/core/lib/channel/subchannel_call_holder.c",
4857 "src/core/lib/channel/subchannel_call_holder.h",
4858 "src/core/lib/client_config/client_config.c",
4859 "src/core/lib/client_config/client_config.h",
4860 "src/core/lib/client_config/connector.c",
4861 "src/core/lib/client_config/connector.h",
4862 "src/core/lib/client_config/default_initial_connect_string.c",
4863 "src/core/lib/client_config/initial_connect_string.c",
4864 "src/core/lib/client_config/initial_connect_string.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004865 "src/core/lib/client_config/lb_policy.c",
4866 "src/core/lib/client_config/lb_policy.h",
4867 "src/core/lib/client_config/lb_policy_factory.c",
4868 "src/core/lib/client_config/lb_policy_factory.h",
4869 "src/core/lib/client_config/lb_policy_registry.c",
4870 "src/core/lib/client_config/lb_policy_registry.h",
4871 "src/core/lib/client_config/resolver.c",
4872 "src/core/lib/client_config/resolver.h",
4873 "src/core/lib/client_config/resolver_factory.c",
4874 "src/core/lib/client_config/resolver_factory.h",
4875 "src/core/lib/client_config/resolver_registry.c",
4876 "src/core/lib/client_config/resolver_registry.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004877 "src/core/lib/client_config/subchannel.c",
4878 "src/core/lib/client_config/subchannel.h",
4879 "src/core/lib/client_config/subchannel_factory.c",
4880 "src/core/lib/client_config/subchannel_factory.h",
4881 "src/core/lib/client_config/subchannel_index.c",
4882 "src/core/lib/client_config/subchannel_index.h",
4883 "src/core/lib/client_config/uri_parser.c",
4884 "src/core/lib/client_config/uri_parser.h",
4885 "src/core/lib/compression/algorithm_metadata.h",
4886 "src/core/lib/compression/compression_algorithm.c",
4887 "src/core/lib/compression/message_compress.c",
4888 "src/core/lib/compression/message_compress.h",
4889 "src/core/lib/debug/trace.c",
4890 "src/core/lib/debug/trace.h",
4891 "src/core/lib/http/format_request.c",
4892 "src/core/lib/http/format_request.h",
4893 "src/core/lib/http/httpcli.c",
4894 "src/core/lib/http/httpcli.h",
4895 "src/core/lib/http/parser.c",
4896 "src/core/lib/http/parser.h",
4897 "src/core/lib/iomgr/closure.c",
4898 "src/core/lib/iomgr/closure.h",
4899 "src/core/lib/iomgr/endpoint.c",
4900 "src/core/lib/iomgr/endpoint.h",
4901 "src/core/lib/iomgr/endpoint_pair.h",
4902 "src/core/lib/iomgr/endpoint_pair_posix.c",
4903 "src/core/lib/iomgr/endpoint_pair_windows.c",
Craig Tiller8a034482016-03-28 16:09:04 -07004904 "src/core/lib/iomgr/ev_poll_and_epoll_posix.c",
4905 "src/core/lib/iomgr/ev_poll_and_epoll_posix.h",
4906 "src/core/lib/iomgr/ev_posix.c",
4907 "src/core/lib/iomgr/ev_posix.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004908 "src/core/lib/iomgr/exec_ctx.c",
4909 "src/core/lib/iomgr/exec_ctx.h",
4910 "src/core/lib/iomgr/executor.c",
4911 "src/core/lib/iomgr/executor.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004912 "src/core/lib/iomgr/iocp_windows.c",
4913 "src/core/lib/iomgr/iocp_windows.h",
4914 "src/core/lib/iomgr/iomgr.c",
4915 "src/core/lib/iomgr/iomgr.h",
4916 "src/core/lib/iomgr/iomgr_internal.h",
4917 "src/core/lib/iomgr/iomgr_posix.c",
4918 "src/core/lib/iomgr/iomgr_posix.h",
4919 "src/core/lib/iomgr/iomgr_windows.c",
4920 "src/core/lib/iomgr/pollset.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004921 "src/core/lib/iomgr/pollset_set.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004922 "src/core/lib/iomgr/pollset_set_windows.c",
4923 "src/core/lib/iomgr/pollset_set_windows.h",
4924 "src/core/lib/iomgr/pollset_windows.c",
4925 "src/core/lib/iomgr/pollset_windows.h",
4926 "src/core/lib/iomgr/resolve_address.h",
4927 "src/core/lib/iomgr/resolve_address_posix.c",
4928 "src/core/lib/iomgr/resolve_address_windows.c",
4929 "src/core/lib/iomgr/sockaddr.h",
4930 "src/core/lib/iomgr/sockaddr_posix.h",
4931 "src/core/lib/iomgr/sockaddr_utils.c",
4932 "src/core/lib/iomgr/sockaddr_utils.h",
4933 "src/core/lib/iomgr/sockaddr_win32.h",
4934 "src/core/lib/iomgr/socket_utils_common_posix.c",
4935 "src/core/lib/iomgr/socket_utils_linux.c",
4936 "src/core/lib/iomgr/socket_utils_posix.c",
4937 "src/core/lib/iomgr/socket_utils_posix.h",
4938 "src/core/lib/iomgr/socket_windows.c",
4939 "src/core/lib/iomgr/socket_windows.h",
4940 "src/core/lib/iomgr/tcp_client.h",
4941 "src/core/lib/iomgr/tcp_client_posix.c",
4942 "src/core/lib/iomgr/tcp_client_windows.c",
4943 "src/core/lib/iomgr/tcp_posix.c",
4944 "src/core/lib/iomgr/tcp_posix.h",
4945 "src/core/lib/iomgr/tcp_server.h",
4946 "src/core/lib/iomgr/tcp_server_posix.c",
4947 "src/core/lib/iomgr/tcp_server_windows.c",
4948 "src/core/lib/iomgr/tcp_windows.c",
4949 "src/core/lib/iomgr/tcp_windows.h",
4950 "src/core/lib/iomgr/time_averaged_stats.c",
4951 "src/core/lib/iomgr/time_averaged_stats.h",
4952 "src/core/lib/iomgr/timer.c",
4953 "src/core/lib/iomgr/timer.h",
4954 "src/core/lib/iomgr/timer_heap.c",
4955 "src/core/lib/iomgr/timer_heap.h",
4956 "src/core/lib/iomgr/udp_server.c",
4957 "src/core/lib/iomgr/udp_server.h",
4958 "src/core/lib/iomgr/unix_sockets_posix.c",
4959 "src/core/lib/iomgr/unix_sockets_posix.h",
4960 "src/core/lib/iomgr/unix_sockets_posix_noop.c",
4961 "src/core/lib/iomgr/wakeup_fd_eventfd.c",
4962 "src/core/lib/iomgr/wakeup_fd_nospecial.c",
4963 "src/core/lib/iomgr/wakeup_fd_pipe.c",
4964 "src/core/lib/iomgr/wakeup_fd_pipe.h",
4965 "src/core/lib/iomgr/wakeup_fd_posix.c",
4966 "src/core/lib/iomgr/wakeup_fd_posix.h",
4967 "src/core/lib/iomgr/workqueue.h",
4968 "src/core/lib/iomgr/workqueue_posix.c",
4969 "src/core/lib/iomgr/workqueue_posix.h",
4970 "src/core/lib/iomgr/workqueue_windows.c",
4971 "src/core/lib/iomgr/workqueue_windows.h",
4972 "src/core/lib/json/json.c",
4973 "src/core/lib/json/json.h",
4974 "src/core/lib/json/json_common.h",
4975 "src/core/lib/json/json_reader.c",
4976 "src/core/lib/json/json_reader.h",
4977 "src/core/lib/json/json_string.c",
4978 "src/core/lib/json/json_writer.c",
4979 "src/core/lib/json/json_writer.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07004980 "src/core/lib/surface/alarm.c",
4981 "src/core/lib/surface/api_trace.c",
4982 "src/core/lib/surface/api_trace.h",
4983 "src/core/lib/surface/byte_buffer.c",
4984 "src/core/lib/surface/byte_buffer_reader.c",
4985 "src/core/lib/surface/call.c",
4986 "src/core/lib/surface/call.h",
4987 "src/core/lib/surface/call_details.c",
4988 "src/core/lib/surface/call_log_batch.c",
4989 "src/core/lib/surface/call_test_only.h",
4990 "src/core/lib/surface/channel.c",
4991 "src/core/lib/surface/channel.h",
4992 "src/core/lib/surface/channel_connectivity.c",
Craig Tillerf23078c2016-03-25 17:07:29 -07004993 "src/core/lib/surface/channel_init.c",
4994 "src/core/lib/surface/channel_init.h",
4995 "src/core/lib/surface/channel_ping.c",
4996 "src/core/lib/surface/channel_stack_type.c",
4997 "src/core/lib/surface/channel_stack_type.h",
4998 "src/core/lib/surface/completion_queue.c",
4999 "src/core/lib/surface/completion_queue.h",
5000 "src/core/lib/surface/event_string.c",
5001 "src/core/lib/surface/event_string.h",
5002 "src/core/lib/surface/init.c",
5003 "src/core/lib/surface/init.h",
5004 "src/core/lib/surface/init_unsecure.c",
5005 "src/core/lib/surface/lame_client.c",
5006 "src/core/lib/surface/lame_client.h",
5007 "src/core/lib/surface/metadata_array.c",
5008 "src/core/lib/surface/server.c",
5009 "src/core/lib/surface/server.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07005010 "src/core/lib/surface/surface_trace.h",
5011 "src/core/lib/surface/validate_metadata.c",
5012 "src/core/lib/surface/version.c",
5013 "src/core/lib/transport/byte_stream.c",
5014 "src/core/lib/transport/byte_stream.h",
Craig Tillerf23078c2016-03-25 17:07:29 -07005015 "src/core/lib/transport/connectivity_state.c",
5016 "src/core/lib/transport/connectivity_state.h",
5017 "src/core/lib/transport/metadata.c",
5018 "src/core/lib/transport/metadata.h",
5019 "src/core/lib/transport/metadata_batch.c",
5020 "src/core/lib/transport/metadata_batch.h",
5021 "src/core/lib/transport/static_metadata.c",
5022 "src/core/lib/transport/static_metadata.h",
5023 "src/core/lib/transport/transport.c",
5024 "src/core/lib/transport/transport.h",
5025 "src/core/lib/transport/transport_impl.h",
Craig Tillerfb433852016-03-29 08:51:07 -07005026 "src/core/lib/transport/transport_op_string.c",
5027 "src/core/plugin_registry/grpc_unsecure_plugin_registry.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005028 ],
5029 "third_party": false,
5030 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005031 },
5032 {
5033 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005034 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005035 "grpc"
5036 ],
5037 "headers": [
Craig Tillerf9778f82016-04-01 10:37:50 -07005038 "include/grpc/grpc_zookeeper.h"
Hongwei Wangda8858f2015-07-16 16:18:19 -07005039 ],
5040 "language": "c",
5041 "name": "grpc_zookeeper",
5042 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07005043 "include/grpc/grpc_zookeeper.h",
Craig Tillerb11b34a2016-04-01 12:30:06 -07005044 "src/core/ext/resolver/zookeeper/zookeeper_resolver.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005045 ],
5046 "third_party": false,
5047 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07005048 },
5049 {
5050 "deps": [
Craig Tillerf05837a2016-03-29 20:42:29 -07005051 "gpr"
5052 ],
5053 "headers": [],
5054 "language": "c",
5055 "name": "one_input_fuzzer",
5056 "src": [
5057 "test/core/util/one_corpus_entry_fuzzer.c"
5058 ],
5059 "third_party": false,
5060 "type": "lib"
5061 },
5062 {
5063 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005064 "gpr",
5065 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07005066 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08005067 "grpc_test_util",
5068 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07005069 ],
5070 "headers": [
5071 "test/core/util/reconnect_server.h"
5072 ],
5073 "language": "c",
5074 "name": "reconnect_server",
5075 "src": [
5076 "test/core/util/reconnect_server.c",
5077 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005078 ],
5079 "third_party": false,
5080 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07005081 },
5082 {
5083 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005084 "gpr",
5085 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08005086 "grpc",
5087 "grpc_test_util"
5088 ],
5089 "headers": [
5090 "test/core/util/test_tcp_server.h"
5091 ],
5092 "language": "c",
5093 "name": "test_tcp_server",
5094 "src": [
5095 "test/core/util/test_tcp_server.c",
5096 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005097 ],
5098 "third_party": false,
5099 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08005100 },
5101 {
5102 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07005103 "grpc"
5104 ],
5105 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005106 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005107 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005108 "include/grpc++/client_context.h",
5109 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005110 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005111 "include/grpc++/generic/async_generic_service.h",
5112 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005113 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005114 "include/grpc++/impl/call.h",
5115 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005116 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005117 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005118 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005119 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005120 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005121 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005122 "include/grpc++/impl/codegen/client_unary_call.h",
5123 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005124 "include/grpc++/impl/codegen/completion_queue_tag.h",
5125 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005126 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005127 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005128 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005129 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005130 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005131 "include/grpc++/impl/codegen/rpc_method.h",
5132 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005133 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005134 "include/grpc++/impl/codegen/serialization_traits.h",
5135 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005136 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005137 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005138 "include/grpc++/impl/codegen/status.h",
5139 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005140 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005141 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005142 "include/grpc++/impl/codegen/sync.h",
5143 "include/grpc++/impl/codegen/sync_cxx11.h",
5144 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005145 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005146 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005147 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005148 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005149 "include/grpc++/impl/proto_utils.h",
5150 "include/grpc++/impl/rpc_method.h",
5151 "include/grpc++/impl/rpc_service_method.h",
5152 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005153 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005154 "include/grpc++/impl/service_type.h",
5155 "include/grpc++/impl/sync.h",
5156 "include/grpc++/impl/sync_cxx11.h",
5157 "include/grpc++/impl/sync_no_cxx11.h",
5158 "include/grpc++/impl/thd.h",
5159 "include/grpc++/impl/thd_cxx11.h",
5160 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005161 "include/grpc++/security/auth_context.h",
5162 "include/grpc++/security/auth_metadata_processor.h",
5163 "include/grpc++/security/credentials.h",
5164 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005165 "include/grpc++/server.h",
5166 "include/grpc++/server_builder.h",
5167 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005168 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005169 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005170 "include/grpc++/support/byte_buffer.h",
5171 "include/grpc++/support/channel_arguments.h",
5172 "include/grpc++/support/config.h",
5173 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005174 "include/grpc++/support/slice.h",
5175 "include/grpc++/support/status.h",
5176 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005177 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005178 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005179 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005180 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005181 "src/cpp/client/create_channel_internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005182 "src/cpp/client/secure_credentials.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005183 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005184 "src/cpp/common/create_auth_context.h",
5185 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005186 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005187 "src/cpp/server/secure_server_credentials.h",
5188 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005189 ],
5190 "language": "c++",
5191 "name": "grpc++",
5192 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005193 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005194 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005195 "include/grpc++/client_context.h",
5196 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005197 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005198 "include/grpc++/generic/async_generic_service.h",
5199 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005200 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005201 "include/grpc++/impl/call.h",
5202 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005203 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005204 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005205 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005206 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005207 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005208 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005209 "include/grpc++/impl/codegen/client_unary_call.h",
5210 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005211 "include/grpc++/impl/codegen/completion_queue_tag.h",
5212 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005213 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005214 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005215 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005216 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005217 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005218 "include/grpc++/impl/codegen/rpc_method.h",
5219 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005220 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005221 "include/grpc++/impl/codegen/serialization_traits.h",
5222 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005223 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005224 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005225 "include/grpc++/impl/codegen/status.h",
5226 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005227 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005228 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005229 "include/grpc++/impl/codegen/sync.h",
5230 "include/grpc++/impl/codegen/sync_cxx11.h",
5231 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005232 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005233 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005234 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005235 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005236 "include/grpc++/impl/proto_utils.h",
5237 "include/grpc++/impl/rpc_method.h",
5238 "include/grpc++/impl/rpc_service_method.h",
5239 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005240 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005241 "include/grpc++/impl/service_type.h",
5242 "include/grpc++/impl/sync.h",
5243 "include/grpc++/impl/sync_cxx11.h",
5244 "include/grpc++/impl/sync_no_cxx11.h",
5245 "include/grpc++/impl/thd.h",
5246 "include/grpc++/impl/thd_cxx11.h",
5247 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005248 "include/grpc++/security/auth_context.h",
5249 "include/grpc++/security/auth_metadata_processor.h",
5250 "include/grpc++/security/credentials.h",
5251 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005252 "include/grpc++/server.h",
5253 "include/grpc++/server_builder.h",
5254 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005255 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005256 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005257 "include/grpc++/support/byte_buffer.h",
5258 "include/grpc++/support/channel_arguments.h",
5259 "include/grpc++/support/config.h",
5260 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005261 "include/grpc++/support/slice.h",
5262 "include/grpc++/support/status.h",
5263 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005264 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005265 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005266 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005267 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005268 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005269 "src/cpp/client/client_context.cc",
5270 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005271 "src/cpp/client/create_channel_internal.cc",
5272 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005273 "src/cpp/client/credentials.cc",
5274 "src/cpp/client/generic_stub.cc",
5275 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005276 "src/cpp/client/secure_credentials.cc",
5277 "src/cpp/client/secure_credentials.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005278 "src/cpp/codegen/codegen_init.cc",
yang-g7ef72322015-07-16 21:00:51 -07005279 "src/cpp/common/auth_property_iterator.cc",
yang-g52705592015-11-25 11:45:33 -08005280 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005281 "src/cpp/common/completion_queue.cc",
David Garcia Quintas723af532016-03-08 14:26:50 -08005282 "src/cpp/common/core_codegen.cc",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005283 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005284 "src/cpp/common/create_auth_context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005285 "src/cpp/common/rpc_method.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005286 "src/cpp/common/secure_auth_context.cc",
5287 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08005288 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005289 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005290 "src/cpp/server/async_generic_service.cc",
5291 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005292 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005293 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005294 "src/cpp/server/insecure_server_credentials.cc",
5295 "src/cpp/server/secure_server_credentials.cc",
5296 "src/cpp/server/secure_server_credentials.h",
5297 "src/cpp/server/server.cc",
5298 "src/cpp/server/server_builder.cc",
5299 "src/cpp/server/server_context.cc",
5300 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005301 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005302 "src/cpp/util/byte_buffer.cc",
5303 "src/cpp/util/slice.cc",
5304 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005305 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005306 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005307 ],
5308 "third_party": false,
5309 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005310 },
5311 {
5312 "deps": [],
5313 "headers": [
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005314 "include/grpc++/impl/codegen/async_stream.h",
5315 "include/grpc++/impl/codegen/async_unary_call.h",
5316 "include/grpc++/impl/codegen/call.h",
5317 "include/grpc++/impl/codegen/call_hook.h",
5318 "include/grpc++/impl/codegen/channel_interface.h",
5319 "include/grpc++/impl/codegen/client_context.h",
5320 "include/grpc++/impl/codegen/client_unary_call.h",
5321 "include/grpc++/impl/codegen/completion_queue.h",
5322 "include/grpc++/impl/codegen/completion_queue_tag.h",
5323 "include/grpc++/impl/codegen/config.h",
5324 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintas6848c4e2016-03-07 17:10:57 -08005325 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005326 "include/grpc++/impl/codegen/grpc_library.h",
5327 "include/grpc++/impl/codegen/method_handler_impl.h",
5328 "include/grpc++/impl/codegen/proto_utils.h",
5329 "include/grpc++/impl/codegen/rpc_method.h",
5330 "include/grpc++/impl/codegen/rpc_service_method.h",
5331 "include/grpc++/impl/codegen/security/auth_context.h",
5332 "include/grpc++/impl/codegen/serialization_traits.h",
5333 "include/grpc++/impl/codegen/server_context.h",
5334 "include/grpc++/impl/codegen/server_interface.h",
5335 "include/grpc++/impl/codegen/service_type.h",
5336 "include/grpc++/impl/codegen/status.h",
5337 "include/grpc++/impl/codegen/status_code_enum.h",
5338 "include/grpc++/impl/codegen/string_ref.h",
5339 "include/grpc++/impl/codegen/stub_options.h",
5340 "include/grpc++/impl/codegen/sync.h",
5341 "include/grpc++/impl/codegen/sync_cxx11.h",
5342 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5343 "include/grpc++/impl/codegen/sync_stream.h",
5344 "include/grpc++/impl/codegen/time.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005345 "include/grpc/impl/codegen/alloc.h",
5346 "include/grpc/impl/codegen/atm.h",
5347 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5348 "include/grpc/impl/codegen/atm_gcc_sync.h",
5349 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005350 "include/grpc/impl/codegen/byte_buffer.h",
5351 "include/grpc/impl/codegen/compression_types.h",
5352 "include/grpc/impl/codegen/connectivity_state.h",
5353 "include/grpc/impl/codegen/grpc_types.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005354 "include/grpc/impl/codegen/log.h",
5355 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005356 "include/grpc/impl/codegen/propagation_bits.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005357 "include/grpc/impl/codegen/slice.h",
5358 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005359 "include/grpc/impl/codegen/status.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005360 "include/grpc/impl/codegen/sync.h",
5361 "include/grpc/impl/codegen/sync_generic.h",
5362 "include/grpc/impl/codegen/sync_posix.h",
5363 "include/grpc/impl/codegen/sync_win32.h",
5364 "include/grpc/impl/codegen/time.h"
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005365 ],
5366 "language": "c++",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005367 "name": "grpc++_codegen_lib",
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005368 "src": [
5369 "include/grpc++/impl/codegen/async_stream.h",
5370 "include/grpc++/impl/codegen/async_unary_call.h",
5371 "include/grpc++/impl/codegen/call.h",
5372 "include/grpc++/impl/codegen/call_hook.h",
5373 "include/grpc++/impl/codegen/channel_interface.h",
5374 "include/grpc++/impl/codegen/client_context.h",
5375 "include/grpc++/impl/codegen/client_unary_call.h",
5376 "include/grpc++/impl/codegen/completion_queue.h",
5377 "include/grpc++/impl/codegen/completion_queue_tag.h",
5378 "include/grpc++/impl/codegen/config.h",
5379 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintas6848c4e2016-03-07 17:10:57 -08005380 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005381 "include/grpc++/impl/codegen/grpc_library.h",
5382 "include/grpc++/impl/codegen/method_handler_impl.h",
5383 "include/grpc++/impl/codegen/proto_utils.h",
5384 "include/grpc++/impl/codegen/rpc_method.h",
5385 "include/grpc++/impl/codegen/rpc_service_method.h",
5386 "include/grpc++/impl/codegen/security/auth_context.h",
5387 "include/grpc++/impl/codegen/serialization_traits.h",
5388 "include/grpc++/impl/codegen/server_context.h",
5389 "include/grpc++/impl/codegen/server_interface.h",
5390 "include/grpc++/impl/codegen/service_type.h",
5391 "include/grpc++/impl/codegen/status.h",
5392 "include/grpc++/impl/codegen/status_code_enum.h",
5393 "include/grpc++/impl/codegen/string_ref.h",
5394 "include/grpc++/impl/codegen/stub_options.h",
5395 "include/grpc++/impl/codegen/sync.h",
5396 "include/grpc++/impl/codegen/sync_cxx11.h",
5397 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5398 "include/grpc++/impl/codegen/sync_stream.h",
5399 "include/grpc++/impl/codegen/time.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005400 "include/grpc/impl/codegen/alloc.h",
5401 "include/grpc/impl/codegen/atm.h",
5402 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5403 "include/grpc/impl/codegen/atm_gcc_sync.h",
5404 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005405 "include/grpc/impl/codegen/byte_buffer.h",
5406 "include/grpc/impl/codegen/compression_types.h",
5407 "include/grpc/impl/codegen/connectivity_state.h",
5408 "include/grpc/impl/codegen/grpc_types.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005409 "include/grpc/impl/codegen/log.h",
5410 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005411 "include/grpc/impl/codegen/propagation_bits.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005412 "include/grpc/impl/codegen/slice.h",
5413 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005414 "include/grpc/impl/codegen/status.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005415 "include/grpc/impl/codegen/sync.h",
5416 "include/grpc/impl/codegen/sync_generic.h",
5417 "include/grpc/impl/codegen/sync_posix.h",
5418 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintas8c3d9942016-03-08 00:07:14 -08005419 "include/grpc/impl/codegen/time.h",
5420 "src/cpp/codegen/codegen_init.cc"
David Garcia Quintasa9d06292016-03-06 19:10:15 -08005421 ],
5422 "third_party": false,
5423 "type": "lib"
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005424 },
5425 {
Craig Tillerf75fc122015-06-25 06:58:00 -07005426 "deps": [],
5427 "headers": [
5428 "test/cpp/util/test_config.h"
5429 ],
5430 "language": "c++",
5431 "name": "grpc++_test_config",
5432 "src": [
5433 "test/cpp/util/test_config.cc",
5434 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005435 ],
5436 "third_party": false,
5437 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005438 },
5439 {
5440 "deps": [
5441 "grpc++",
5442 "grpc_test_util"
5443 ],
5444 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005445 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
5446 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
5447 "src/proto/grpc/testing/echo.grpc.pb.h",
5448 "src/proto/grpc/testing/echo.pb.h",
5449 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
5450 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08005451 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005452 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005453 "test/cpp/util/cli_call.h",
5454 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005455 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08005456 "test/cpp/util/subprocess.h",
5457 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005458 ],
5459 "language": "c++",
5460 "name": "grpc++_test_util",
5461 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08005462 "test/cpp/end2end/test_service_impl.cc",
5463 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005464 "test/cpp/util/byte_buffer_proto_helper.cc",
5465 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005466 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005467 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005468 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005469 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005470 "test/cpp/util/string_ref_helper.cc",
5471 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005472 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08005473 "test/cpp/util/subprocess.h",
5474 "test/cpp/util/test_credentials_provider.cc",
5475 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005476 ],
5477 "third_party": false,
5478 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005479 },
5480 {
5481 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005482 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005483 "grpc_unsecure"
5484 ],
5485 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005486 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005487 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005488 "include/grpc++/client_context.h",
5489 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005490 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005491 "include/grpc++/generic/async_generic_service.h",
5492 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005493 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005494 "include/grpc++/impl/call.h",
5495 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005496 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005497 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005498 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005499 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005500 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005501 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005502 "include/grpc++/impl/codegen/client_unary_call.h",
5503 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005504 "include/grpc++/impl/codegen/completion_queue_tag.h",
5505 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005506 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005507 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005508 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005509 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005510 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005511 "include/grpc++/impl/codegen/rpc_method.h",
5512 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005513 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005514 "include/grpc++/impl/codegen/serialization_traits.h",
5515 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005516 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005517 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005518 "include/grpc++/impl/codegen/status.h",
5519 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005520 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005521 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005522 "include/grpc++/impl/codegen/sync.h",
5523 "include/grpc++/impl/codegen/sync_cxx11.h",
5524 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005525 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005526 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005527 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005528 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005529 "include/grpc++/impl/proto_utils.h",
5530 "include/grpc++/impl/rpc_method.h",
5531 "include/grpc++/impl/rpc_service_method.h",
5532 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005533 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005534 "include/grpc++/impl/service_type.h",
5535 "include/grpc++/impl/sync.h",
5536 "include/grpc++/impl/sync_cxx11.h",
5537 "include/grpc++/impl/sync_no_cxx11.h",
5538 "include/grpc++/impl/thd.h",
5539 "include/grpc++/impl/thd_cxx11.h",
5540 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005541 "include/grpc++/security/auth_context.h",
5542 "include/grpc++/security/auth_metadata_processor.h",
5543 "include/grpc++/security/credentials.h",
5544 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005545 "include/grpc++/server.h",
5546 "include/grpc++/server_builder.h",
5547 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005548 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005549 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005550 "include/grpc++/support/byte_buffer.h",
5551 "include/grpc++/support/channel_arguments.h",
5552 "include/grpc++/support/config.h",
5553 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005554 "include/grpc++/support/slice.h",
5555 "include/grpc++/support/status.h",
5556 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005557 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005558 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005559 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005560 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005561 "src/cpp/client/create_channel_internal.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005562 "src/cpp/common/core_codegen.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005563 "src/cpp/common/create_auth_context.h",
5564 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005565 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005566 ],
5567 "language": "c++",
5568 "name": "grpc++_unsecure",
5569 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005570 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005571 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005572 "include/grpc++/client_context.h",
5573 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005574 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005575 "include/grpc++/generic/async_generic_service.h",
5576 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005577 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005578 "include/grpc++/impl/call.h",
5579 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005580 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005581 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005582 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005583 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005584 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005585 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005586 "include/grpc++/impl/codegen/client_unary_call.h",
5587 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005588 "include/grpc++/impl/codegen/completion_queue_tag.h",
5589 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005590 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005591 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005592 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005593 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005594 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005595 "include/grpc++/impl/codegen/rpc_method.h",
5596 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005597 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005598 "include/grpc++/impl/codegen/serialization_traits.h",
5599 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005600 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005601 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005602 "include/grpc++/impl/codegen/status.h",
5603 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005604 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005605 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005606 "include/grpc++/impl/codegen/sync.h",
5607 "include/grpc++/impl/codegen/sync_cxx11.h",
5608 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005609 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005610 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005611 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005612 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005613 "include/grpc++/impl/proto_utils.h",
5614 "include/grpc++/impl/rpc_method.h",
5615 "include/grpc++/impl/rpc_service_method.h",
5616 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005617 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005618 "include/grpc++/impl/service_type.h",
5619 "include/grpc++/impl/sync.h",
5620 "include/grpc++/impl/sync_cxx11.h",
5621 "include/grpc++/impl/sync_no_cxx11.h",
5622 "include/grpc++/impl/thd.h",
5623 "include/grpc++/impl/thd_cxx11.h",
5624 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005625 "include/grpc++/security/auth_context.h",
5626 "include/grpc++/security/auth_metadata_processor.h",
5627 "include/grpc++/security/credentials.h",
5628 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005629 "include/grpc++/server.h",
5630 "include/grpc++/server_builder.h",
5631 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005632 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005633 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005634 "include/grpc++/support/byte_buffer.h",
5635 "include/grpc++/support/channel_arguments.h",
5636 "include/grpc++/support/config.h",
5637 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005638 "include/grpc++/support/slice.h",
5639 "include/grpc++/support/status.h",
5640 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005641 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005642 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005643 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005644 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005645 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005646 "src/cpp/client/client_context.cc",
5647 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005648 "src/cpp/client/create_channel_internal.cc",
5649 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005650 "src/cpp/client/credentials.cc",
5651 "src/cpp/client/generic_stub.cc",
5652 "src/cpp/client/insecure_credentials.cc",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005653 "src/cpp/codegen/codegen_init.cc",
yang-g52705592015-11-25 11:45:33 -08005654 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005655 "src/cpp/common/completion_queue.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01005656 "src/cpp/common/core_codegen.cc",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005657 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005658 "src/cpp/common/create_auth_context.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005659 "src/cpp/common/insecure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005660 "src/cpp/common/rpc_method.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005661 "src/cpp/server/async_generic_service.cc",
5662 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005663 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005664 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005665 "src/cpp/server/insecure_server_credentials.cc",
5666 "src/cpp/server/server.cc",
5667 "src/cpp/server/server_builder.cc",
5668 "src/cpp/server/server_context.cc",
5669 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005670 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005671 "src/cpp/util/byte_buffer.cc",
5672 "src/cpp/util/slice.cc",
5673 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005674 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005675 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005676 ],
5677 "third_party": false,
5678 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005679 },
5680 {
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005681 "deps": [
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005682 "grpc++_codegen_lib"
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005683 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07005684 "headers": [
yang-g9d1f0c42015-08-24 16:08:36 -07005685 "include/grpc++/support/config.h",
5686 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005687 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005688 "include/grpc/impl/codegen/atm.h",
5689 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5690 "include/grpc/impl/codegen/atm_gcc_sync.h",
5691 "include/grpc/impl/codegen/atm_win32.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005692 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005693 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005694 "include/grpc/impl/codegen/slice.h",
5695 "include/grpc/impl/codegen/slice_buffer.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005696 "include/grpc/impl/codegen/sync.h",
5697 "include/grpc/impl/codegen/sync_generic.h",
5698 "include/grpc/impl/codegen/sync_posix.h",
5699 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005700 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005701 "src/compiler/config.h",
5702 "src/compiler/cpp_generator.h",
5703 "src/compiler/cpp_generator_helpers.h",
5704 "src/compiler/csharp_generator.h",
5705 "src/compiler/csharp_generator_helpers.h",
5706 "src/compiler/generator_helpers.h",
5707 "src/compiler/objective_c_generator.h",
5708 "src/compiler/objective_c_generator_helpers.h",
5709 "src/compiler/python_generator.h",
5710 "src/compiler/ruby_generator.h",
5711 "src/compiler/ruby_generator_helpers-inl.h",
5712 "src/compiler/ruby_generator_map-inl.h",
5713 "src/compiler/ruby_generator_string-inl.h"
5714 ],
5715 "language": "c++",
5716 "name": "grpc_plugin_support",
5717 "src": [
yang-g9d1f0c42015-08-24 16:08:36 -07005718 "include/grpc++/support/config.h",
5719 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005720 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005721 "include/grpc/impl/codegen/atm.h",
5722 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5723 "include/grpc/impl/codegen/atm_gcc_sync.h",
5724 "include/grpc/impl/codegen/atm_win32.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005725 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005726 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005727 "include/grpc/impl/codegen/slice.h",
5728 "include/grpc/impl/codegen/slice_buffer.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005729 "include/grpc/impl/codegen/sync.h",
5730 "include/grpc/impl/codegen/sync_generic.h",
5731 "include/grpc/impl/codegen/sync_posix.h",
5732 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005733 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005734 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005735 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005736 "src/compiler/cpp_generator.h",
5737 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005738 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005739 "src/compiler/csharp_generator.h",
5740 "src/compiler/csharp_generator_helpers.h",
5741 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005742 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005743 "src/compiler/objective_c_generator.h",
5744 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005745 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005746 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005747 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005748 "src/compiler/ruby_generator.h",
5749 "src/compiler/ruby_generator_helpers-inl.h",
5750 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005751 "src/compiler/ruby_generator_string-inl.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005752 ],
5753 "third_party": false,
5754 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005755 },
5756 {
5757 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005758 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005759 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005760 "grpc++",
5761 "grpc++_test_util",
5762 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005763 ],
5764 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005765 "src/proto/grpc/testing/messages.grpc.pb.h",
5766 "src/proto/grpc/testing/messages.pb.h",
5767 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005768 ],
5769 "language": "c++",
5770 "name": "interop_client_helper",
5771 "src": [
5772 "test/cpp/interop/client_helper.cc",
5773 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005774 ],
5775 "third_party": false,
5776 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005777 },
5778 {
5779 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005780 "gpr",
5781 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005782 "grpc",
5783 "grpc++",
5784 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005785 "grpc++_test_util",
5786 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005787 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005788 ],
5789 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005790 "src/proto/grpc/testing/empty.grpc.pb.h",
5791 "src/proto/grpc/testing/empty.pb.h",
5792 "src/proto/grpc/testing/messages.grpc.pb.h",
5793 "src/proto/grpc/testing/messages.pb.h",
5794 "src/proto/grpc/testing/test.grpc.pb.h",
5795 "src/proto/grpc/testing/test.pb.h",
5796 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005797 ],
5798 "language": "c++",
5799 "name": "interop_client_main",
5800 "src": [
5801 "test/cpp/interop/client.cc",
5802 "test/cpp/interop/interop_client.cc",
5803 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005804 ],
5805 "third_party": false,
5806 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005807 },
5808 {
5809 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005810 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005811 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005812 "grpc++",
5813 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005814 ],
5815 "headers": [
5816 "test/cpp/interop/server_helper.h"
5817 ],
5818 "language": "c++",
5819 "name": "interop_server_helper",
5820 "src": [
5821 "test/cpp/interop/server_helper.cc",
5822 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005823 ],
5824 "third_party": false,
5825 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005826 },
5827 {
5828 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005829 "gpr",
5830 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005831 "grpc",
5832 "grpc++",
5833 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005834 "grpc++_test_util",
5835 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005836 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005837 ],
5838 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005839 "src/proto/grpc/testing/empty.grpc.pb.h",
5840 "src/proto/grpc/testing/empty.pb.h",
5841 "src/proto/grpc/testing/messages.grpc.pb.h",
5842 "src/proto/grpc/testing/messages.pb.h",
5843 "src/proto/grpc/testing/test.grpc.pb.h",
5844 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005845 ],
5846 "language": "c++",
5847 "name": "interop_server_main",
5848 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005849 "test/cpp/interop/server_main.cc"
5850 ],
5851 "third_party": false,
5852 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005853 },
5854 {
5855 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005856 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07005857 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005858 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005859 ],
5860 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005861 "src/proto/grpc/testing/control.grpc.pb.h",
5862 "src/proto/grpc/testing/control.pb.h",
5863 "src/proto/grpc/testing/messages.grpc.pb.h",
5864 "src/proto/grpc/testing/messages.pb.h",
5865 "src/proto/grpc/testing/payloads.grpc.pb.h",
5866 "src/proto/grpc/testing/payloads.pb.h",
5867 "src/proto/grpc/testing/perf_db.grpc.pb.h",
5868 "src/proto/grpc/testing/perf_db.pb.h",
5869 "src/proto/grpc/testing/services.grpc.pb.h",
5870 "src/proto/grpc/testing/services.pb.h",
5871 "src/proto/grpc/testing/stats.grpc.pb.h",
5872 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005873 "test/cpp/qps/client.h",
5874 "test/cpp/qps/driver.h",
5875 "test/cpp/qps/histogram.h",
5876 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005877 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005878 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005879 "test/cpp/qps/qps_worker.h",
5880 "test/cpp/qps/report.h",
5881 "test/cpp/qps/server.h",
5882 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005883 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08005884 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005885 ],
5886 "language": "c++",
5887 "name": "qps",
5888 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005889 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005890 "test/cpp/qps/client_async.cc",
5891 "test/cpp/qps/client_sync.cc",
5892 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005893 "test/cpp/qps/driver.h",
5894 "test/cpp/qps/histogram.h",
5895 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005896 "test/cpp/qps/limit_cores.cc",
5897 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07005898 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005899 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005900 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005901 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005902 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005903 "test/cpp/qps/report.h",
5904 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005905 "test/cpp/qps/server_async.cc",
5906 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005907 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005908 "test/cpp/qps/usage_timer.cc",
5909 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005910 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005911 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005912 ],
5913 "third_party": false,
5914 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005915 },
5916 {
5917 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005918 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005919 "grpc"
5920 ],
5921 "headers": [],
5922 "language": "csharp",
5923 "name": "grpc_csharp_ext",
5924 "src": [
5925 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005926 ],
5927 "third_party": false,
5928 "type": "lib"
5929 },
5930 {
5931 "deps": [],
5932 "headers": [
5933 "third_party/boringssl/crypto/aes/internal.h",
5934 "third_party/boringssl/crypto/asn1/asn1_locl.h",
5935 "third_party/boringssl/crypto/bio/internal.h",
5936 "third_party/boringssl/crypto/bn/internal.h",
5937 "third_party/boringssl/crypto/bn/rsaz_exp.h",
5938 "third_party/boringssl/crypto/bytestring/internal.h",
5939 "third_party/boringssl/crypto/cipher/internal.h",
5940 "third_party/boringssl/crypto/conf/conf_def.h",
5941 "third_party/boringssl/crypto/conf/internal.h",
5942 "third_party/boringssl/crypto/des/internal.h",
5943 "third_party/boringssl/crypto/dh/internal.h",
5944 "third_party/boringssl/crypto/digest/internal.h",
5945 "third_party/boringssl/crypto/digest/md32_common.h",
5946 "third_party/boringssl/crypto/directory.h",
5947 "third_party/boringssl/crypto/dsa/internal.h",
5948 "third_party/boringssl/crypto/ec/internal.h",
5949 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
5950 "third_party/boringssl/crypto/evp/internal.h",
5951 "third_party/boringssl/crypto/internal.h",
5952 "third_party/boringssl/crypto/modes/internal.h",
5953 "third_party/boringssl/crypto/obj/obj_dat.h",
5954 "third_party/boringssl/crypto/obj/obj_xref.h",
5955 "third_party/boringssl/crypto/pkcs8/internal.h",
5956 "third_party/boringssl/crypto/rand/internal.h",
5957 "third_party/boringssl/crypto/rsa/internal.h",
5958 "third_party/boringssl/crypto/test/scoped_types.h",
5959 "third_party/boringssl/crypto/test/test_util.h",
5960 "third_party/boringssl/crypto/x509/charmap.h",
5961 "third_party/boringssl/crypto/x509/vpm_int.h",
5962 "third_party/boringssl/crypto/x509v3/ext_dat.h",
5963 "third_party/boringssl/crypto/x509v3/pcy_int.h",
5964 "third_party/boringssl/include/openssl/aead.h",
5965 "third_party/boringssl/include/openssl/aes.h",
5966 "third_party/boringssl/include/openssl/arm_arch.h",
5967 "third_party/boringssl/include/openssl/asn1.h",
5968 "third_party/boringssl/include/openssl/asn1_mac.h",
5969 "third_party/boringssl/include/openssl/asn1t.h",
5970 "third_party/boringssl/include/openssl/base.h",
5971 "third_party/boringssl/include/openssl/base64.h",
5972 "third_party/boringssl/include/openssl/bio.h",
5973 "third_party/boringssl/include/openssl/blowfish.h",
5974 "third_party/boringssl/include/openssl/bn.h",
5975 "third_party/boringssl/include/openssl/buf.h",
5976 "third_party/boringssl/include/openssl/buffer.h",
5977 "third_party/boringssl/include/openssl/bytestring.h",
5978 "third_party/boringssl/include/openssl/cast.h",
5979 "third_party/boringssl/include/openssl/chacha.h",
5980 "third_party/boringssl/include/openssl/cipher.h",
5981 "third_party/boringssl/include/openssl/cmac.h",
5982 "third_party/boringssl/include/openssl/conf.h",
5983 "third_party/boringssl/include/openssl/cpu.h",
5984 "third_party/boringssl/include/openssl/crypto.h",
5985 "third_party/boringssl/include/openssl/curve25519.h",
5986 "third_party/boringssl/include/openssl/des.h",
5987 "third_party/boringssl/include/openssl/dh.h",
5988 "third_party/boringssl/include/openssl/digest.h",
5989 "third_party/boringssl/include/openssl/dsa.h",
5990 "third_party/boringssl/include/openssl/dtls1.h",
5991 "third_party/boringssl/include/openssl/ec.h",
5992 "third_party/boringssl/include/openssl/ec_key.h",
5993 "third_party/boringssl/include/openssl/ecdh.h",
5994 "third_party/boringssl/include/openssl/ecdsa.h",
5995 "third_party/boringssl/include/openssl/engine.h",
5996 "third_party/boringssl/include/openssl/err.h",
5997 "third_party/boringssl/include/openssl/evp.h",
5998 "third_party/boringssl/include/openssl/ex_data.h",
5999 "third_party/boringssl/include/openssl/hkdf.h",
6000 "third_party/boringssl/include/openssl/hmac.h",
6001 "third_party/boringssl/include/openssl/lhash.h",
6002 "third_party/boringssl/include/openssl/lhash_macros.h",
6003 "third_party/boringssl/include/openssl/md4.h",
6004 "third_party/boringssl/include/openssl/md5.h",
6005 "third_party/boringssl/include/openssl/mem.h",
6006 "third_party/boringssl/include/openssl/obj.h",
6007 "third_party/boringssl/include/openssl/obj_mac.h",
6008 "third_party/boringssl/include/openssl/objects.h",
6009 "third_party/boringssl/include/openssl/opensslfeatures.h",
6010 "third_party/boringssl/include/openssl/opensslv.h",
6011 "third_party/boringssl/include/openssl/ossl_typ.h",
6012 "third_party/boringssl/include/openssl/pem.h",
6013 "third_party/boringssl/include/openssl/pkcs12.h",
6014 "third_party/boringssl/include/openssl/pkcs7.h",
6015 "third_party/boringssl/include/openssl/pkcs8.h",
6016 "third_party/boringssl/include/openssl/poly1305.h",
6017 "third_party/boringssl/include/openssl/pqueue.h",
6018 "third_party/boringssl/include/openssl/rand.h",
6019 "third_party/boringssl/include/openssl/rc4.h",
6020 "third_party/boringssl/include/openssl/rsa.h",
6021 "third_party/boringssl/include/openssl/safestack.h",
6022 "third_party/boringssl/include/openssl/sha.h",
6023 "third_party/boringssl/include/openssl/srtp.h",
6024 "third_party/boringssl/include/openssl/ssl.h",
6025 "third_party/boringssl/include/openssl/ssl3.h",
6026 "third_party/boringssl/include/openssl/stack.h",
6027 "third_party/boringssl/include/openssl/stack_macros.h",
6028 "third_party/boringssl/include/openssl/thread.h",
6029 "third_party/boringssl/include/openssl/time_support.h",
6030 "third_party/boringssl/include/openssl/tls1.h",
6031 "third_party/boringssl/include/openssl/type_check.h",
6032 "third_party/boringssl/include/openssl/x509.h",
6033 "third_party/boringssl/include/openssl/x509_vfy.h",
6034 "third_party/boringssl/include/openssl/x509v3.h",
6035 "third_party/boringssl/ssl/internal.h",
6036 "third_party/boringssl/ssl/test/async_bio.h",
6037 "third_party/boringssl/ssl/test/packeted_bio.h",
6038 "third_party/boringssl/ssl/test/scoped_types.h",
6039 "third_party/boringssl/ssl/test/test_config.h"
6040 ],
6041 "language": "c",
6042 "name": "boringssl",
6043 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08006044 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006045 ],
6046 "third_party": true,
6047 "type": "lib"
6048 },
6049 {
6050 "deps": [],
6051 "headers": [],
6052 "language": "c++",
6053 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08006054 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006055 "third_party": true,
6056 "type": "lib"
6057 },
6058 {
6059 "deps": [
6060 "boringssl",
6061 "boringssl_test_util"
6062 ],
6063 "headers": [],
6064 "language": "c++",
6065 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006066 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006067 "third_party": true,
6068 "type": "lib"
6069 },
6070 {
6071 "deps": [
6072 "boringssl",
6073 "boringssl_test_util"
6074 ],
6075 "headers": [],
6076 "language": "c++",
Craig Tiller3d62fc62016-03-15 09:57:26 -07006077 "name": "boringssl_asn1_test_lib",
6078 "src": [],
6079 "third_party": true,
6080 "type": "lib"
6081 },
6082 {
6083 "deps": [
6084 "boringssl",
6085 "boringssl_test_util"
6086 ],
6087 "headers": [],
6088 "language": "c++",
Craig Tiller732a8752016-02-22 15:59:19 -08006089 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006090 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006091 "third_party": true,
6092 "type": "lib"
6093 },
6094 {
6095 "deps": [
6096 "boringssl",
6097 "boringssl_test_util"
6098 ],
6099 "headers": [],
6100 "language": "c++",
6101 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006102 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006103 "third_party": true,
6104 "type": "lib"
6105 },
6106 {
6107 "deps": [
6108 "boringssl",
6109 "boringssl_test_util"
6110 ],
6111 "headers": [],
6112 "language": "c++",
6113 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006114 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006115 "third_party": true,
6116 "type": "lib"
6117 },
6118 {
6119 "deps": [
6120 "boringssl",
6121 "boringssl_test_util"
6122 ],
6123 "headers": [],
6124 "language": "c++",
6125 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006126 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006127 "third_party": true,
6128 "type": "lib"
6129 },
6130 {
6131 "deps": [
6132 "boringssl",
6133 "boringssl_test_util"
6134 ],
6135 "headers": [],
6136 "language": "c++",
6137 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006138 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006139 "third_party": true,
6140 "type": "lib"
6141 },
6142 {
6143 "deps": [
6144 "boringssl",
6145 "boringssl_test_util"
6146 ],
6147 "headers": [],
6148 "language": "c++",
6149 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006150 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006151 "third_party": true,
6152 "type": "lib"
6153 },
6154 {
6155 "deps": [
6156 "boringssl",
6157 "boringssl_test_util"
6158 ],
6159 "headers": [],
6160 "language": "c++",
6161 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006162 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006163 "third_party": true,
6164 "type": "lib"
6165 },
6166 {
6167 "deps": [
6168 "boringssl",
6169 "boringssl_test_util"
6170 ],
6171 "headers": [],
6172 "language": "c",
6173 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006174 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006175 "third_party": true,
6176 "type": "lib"
6177 },
6178 {
6179 "deps": [
6180 "boringssl",
6181 "boringssl_test_util"
6182 ],
6183 "headers": [],
6184 "language": "c++",
6185 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006186 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006187 "third_party": true,
6188 "type": "lib"
6189 },
6190 {
6191 "deps": [
6192 "boringssl",
6193 "boringssl_test_util"
6194 ],
6195 "headers": [],
6196 "language": "c++",
6197 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006198 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006199 "third_party": true,
6200 "type": "lib"
6201 },
6202 {
6203 "deps": [
6204 "boringssl",
6205 "boringssl_test_util"
6206 ],
6207 "headers": [],
6208 "language": "c++",
6209 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006210 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006211 "third_party": true,
6212 "type": "lib"
6213 },
6214 {
6215 "deps": [
6216 "boringssl",
6217 "boringssl_test_util"
6218 ],
6219 "headers": [],
6220 "language": "c++",
6221 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006222 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006223 "third_party": true,
6224 "type": "lib"
6225 },
6226 {
6227 "deps": [
6228 "boringssl",
6229 "boringssl_test_util"
6230 ],
6231 "headers": [],
6232 "language": "c",
6233 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006234 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006235 "third_party": true,
6236 "type": "lib"
6237 },
6238 {
6239 "deps": [
6240 "boringssl",
6241 "boringssl_test_util"
6242 ],
6243 "headers": [],
6244 "language": "c++",
6245 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006246 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006247 "third_party": true,
6248 "type": "lib"
6249 },
6250 {
6251 "deps": [
6252 "boringssl",
6253 "boringssl_test_util"
6254 ],
6255 "headers": [],
6256 "language": "c",
6257 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006258 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006259 "third_party": true,
6260 "type": "lib"
6261 },
6262 {
6263 "deps": [
6264 "boringssl",
6265 "boringssl_test_util"
6266 ],
6267 "headers": [],
6268 "language": "c++",
6269 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006270 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006271 "third_party": true,
6272 "type": "lib"
6273 },
6274 {
6275 "deps": [
6276 "boringssl",
6277 "boringssl_test_util"
6278 ],
6279 "headers": [],
6280 "language": "c++",
6281 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006282 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006283 "third_party": true,
6284 "type": "lib"
6285 },
6286 {
6287 "deps": [
6288 "boringssl",
6289 "boringssl_test_util"
6290 ],
6291 "headers": [],
6292 "language": "c++",
6293 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006294 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006295 "third_party": true,
6296 "type": "lib"
6297 },
6298 {
6299 "deps": [
6300 "boringssl",
6301 "boringssl_test_util"
6302 ],
6303 "headers": [],
6304 "language": "c++",
6305 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006306 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006307 "third_party": true,
6308 "type": "lib"
6309 },
6310 {
6311 "deps": [
6312 "boringssl",
6313 "boringssl_test_util"
6314 ],
6315 "headers": [],
6316 "language": "c++",
6317 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006318 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006319 "third_party": true,
6320 "type": "lib"
6321 },
6322 {
6323 "deps": [
6324 "boringssl",
6325 "boringssl_test_util"
6326 ],
6327 "headers": [],
6328 "language": "c",
6329 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006330 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006331 "third_party": true,
6332 "type": "lib"
6333 },
6334 {
6335 "deps": [
6336 "boringssl",
6337 "boringssl_test_util"
6338 ],
6339 "headers": [],
6340 "language": "c++",
6341 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006342 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006343 "third_party": true,
6344 "type": "lib"
6345 },
6346 {
6347 "deps": [
6348 "boringssl",
6349 "boringssl_test_util"
6350 ],
6351 "headers": [],
6352 "language": "c",
6353 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006354 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006355 "third_party": true,
6356 "type": "lib"
6357 },
6358 {
6359 "deps": [
6360 "boringssl",
6361 "boringssl_test_util"
6362 ],
6363 "headers": [],
6364 "language": "c",
6365 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006366 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006367 "third_party": true,
6368 "type": "lib"
6369 },
6370 {
6371 "deps": [
6372 "boringssl",
6373 "boringssl_test_util"
6374 ],
6375 "headers": [],
6376 "language": "c++",
6377 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006378 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006379 "third_party": true,
6380 "type": "lib"
6381 },
6382 {
6383 "deps": [
6384 "boringssl",
6385 "boringssl_test_util"
6386 ],
6387 "headers": [],
6388 "language": "c++",
6389 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006390 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006391 "third_party": true,
6392 "type": "lib"
6393 },
6394 {
6395 "deps": [
6396 "boringssl",
6397 "boringssl_test_util"
6398 ],
6399 "headers": [],
6400 "language": "c++",
6401 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006402 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006403 "third_party": true,
6404 "type": "lib"
6405 },
6406 {
6407 "deps": [
6408 "boringssl",
6409 "boringssl_test_util"
6410 ],
6411 "headers": [],
6412 "language": "c",
6413 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006414 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006415 "third_party": true,
6416 "type": "lib"
6417 },
6418 {
6419 "deps": [
6420 "boringssl",
6421 "boringssl_test_util"
6422 ],
6423 "headers": [],
6424 "language": "c++",
6425 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006426 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006427 "third_party": true,
6428 "type": "lib"
6429 },
6430 {
6431 "deps": [
6432 "boringssl",
6433 "boringssl_test_util"
6434 ],
6435 "headers": [],
6436 "language": "c",
6437 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006438 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006439 "third_party": true,
6440 "type": "lib"
6441 },
6442 {
6443 "deps": [
6444 "boringssl",
6445 "boringssl_test_util"
6446 ],
6447 "headers": [],
6448 "language": "c",
6449 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006450 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006451 "third_party": true,
6452 "type": "lib"
6453 },
6454 {
6455 "deps": [
6456 "boringssl",
6457 "boringssl_test_util"
6458 ],
6459 "headers": [],
6460 "language": "c",
6461 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006462 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006463 "third_party": true,
6464 "type": "lib"
6465 },
6466 {
6467 "deps": [
6468 "boringssl",
6469 "boringssl_test_util"
6470 ],
6471 "headers": [],
6472 "language": "c",
6473 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006474 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006475 "third_party": true,
6476 "type": "lib"
6477 },
6478 {
6479 "deps": [
6480 "boringssl",
6481 "boringssl_test_util"
6482 ],
6483 "headers": [],
6484 "language": "c",
6485 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006486 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006487 "third_party": true,
6488 "type": "lib"
6489 },
6490 {
6491 "deps": [
6492 "boringssl",
6493 "boringssl_test_util"
6494 ],
6495 "headers": [],
6496 "language": "c++",
6497 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006498 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006499 "third_party": true,
6500 "type": "lib"
6501 },
6502 {
6503 "deps": [],
6504 "headers": [
6505 "third_party/zlib/crc32.h",
6506 "third_party/zlib/deflate.h",
6507 "third_party/zlib/gzguts.h",
6508 "third_party/zlib/inffast.h",
6509 "third_party/zlib/inffixed.h",
6510 "third_party/zlib/inflate.h",
6511 "third_party/zlib/inftrees.h",
6512 "third_party/zlib/trees.h",
6513 "third_party/zlib/zconf.h",
6514 "third_party/zlib/zlib.h",
6515 "third_party/zlib/zutil.h"
6516 ],
6517 "language": "c",
6518 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08006519 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006520 "third_party": true,
6521 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006522 },
6523 {
6524 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006525 "gpr",
6526 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006527 "grpc_test_util_unsecure",
6528 "grpc_unsecure"
6529 ],
6530 "headers": [
6531 "test/core/bad_client/bad_client.h"
6532 ],
6533 "language": "c",
6534 "name": "bad_client_test",
6535 "src": [
6536 "test/core/bad_client/bad_client.c",
6537 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08006538 ],
6539 "third_party": false,
6540 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006541 },
6542 {
6543 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006544 "gpr",
6545 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006546 "grpc",
6547 "grpc_test_util"
6548 ],
6549 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08006550 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006551 ],
6552 "language": "c",
6553 "name": "bad_ssl_test_server",
6554 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08006555 "test/core/bad_ssl/server_common.c",
6556 "test/core/bad_ssl/server_common.h"
6557 ],
6558 "third_party": false,
6559 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006560 },
6561 {
Craig Tillerf75fc122015-06-25 06:58:00 -07006562 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006563 "gpr",
6564 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08006565 "grpc",
6566 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07006567 ],
6568 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07006569 "test/core/end2end/end2end_tests.h",
6570 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07006571 ],
6572 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006573 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07006574 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006575 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006576 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07006577 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006578 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006579 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006580 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006581 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006582 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006583 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006584 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006585 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006586 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006587 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006588 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006589 "test/core/end2end/tests/default_host.c",
6590 "test/core/end2end/tests/disappearing_server.c",
6591 "test/core/end2end/tests/empty_batch.c",
6592 "test/core/end2end/tests/graceful_server_shutdown.c",
6593 "test/core/end2end/tests/high_initial_seqno.c",
6594 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08006595 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006596 "test/core/end2end/tests/invoke_large_request.c",
6597 "test/core/end2end/tests/large_metadata.c",
6598 "test/core/end2end/tests/max_concurrent_streams.c",
6599 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006600 "test/core/end2end/tests/negative_deadline.c",
6601 "test/core/end2end/tests/no_op.c",
6602 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006603 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006604 "test/core/end2end/tests/ping_pong_streaming.c",
6605 "test/core/end2end/tests/registered_call.c",
6606 "test/core/end2end/tests/request_with_flags.c",
6607 "test/core/end2end/tests/request_with_payload.c",
6608 "test/core/end2end/tests/server_finishes_request.c",
6609 "test/core/end2end/tests/shutdown_finishes_calls.c",
6610 "test/core/end2end/tests/shutdown_finishes_tags.c",
6611 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006612 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006613 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006614 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006615 ],
6616 "third_party": false,
6617 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08006618 },
6619 {
6620 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006621 "gpr",
6622 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006623 "grpc_test_util_unsecure",
6624 "grpc_unsecure"
6625 ],
6626 "headers": [
6627 "test/core/end2end/end2end_tests.h",
6628 "test/core/end2end/tests/cancel_test_helpers.h"
6629 ],
6630 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006631 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08006632 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006633 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006634 "test/core/end2end/end2end_tests.h",
6635 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006636 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006637 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006638 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006639 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006640 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006641 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08006642 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006643 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006644 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006645 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006646 "test/core/end2end/tests/default_host.c",
6647 "test/core/end2end/tests/disappearing_server.c",
6648 "test/core/end2end/tests/empty_batch.c",
6649 "test/core/end2end/tests/graceful_server_shutdown.c",
6650 "test/core/end2end/tests/high_initial_seqno.c",
6651 "test/core/end2end/tests/hpack_size.c",
Craig Tiller7885ea52016-03-10 06:53:29 -08006652 "test/core/end2end/tests/idempotent_request.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006653 "test/core/end2end/tests/invoke_large_request.c",
6654 "test/core/end2end/tests/large_metadata.c",
6655 "test/core/end2end/tests/max_concurrent_streams.c",
6656 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006657 "test/core/end2end/tests/negative_deadline.c",
6658 "test/core/end2end/tests/no_op.c",
6659 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006660 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006661 "test/core/end2end/tests/ping_pong_streaming.c",
6662 "test/core/end2end/tests/registered_call.c",
6663 "test/core/end2end/tests/request_with_flags.c",
6664 "test/core/end2end/tests/request_with_payload.c",
6665 "test/core/end2end/tests/server_finishes_request.c",
6666 "test/core/end2end/tests/shutdown_finishes_calls.c",
6667 "test/core/end2end/tests/shutdown_finishes_tags.c",
6668 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006669 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006670 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006671 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006672 ],
6673 "third_party": false,
6674 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006675 }
6676]