blob: ea2ab241636732ff7a976c66bacaad42102ff137 [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",
396 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700397 ],
398 "headers": [],
399 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800400 "name": "gpr_avl_test",
401 "src": [
402 "test/core/support/avl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800403 ],
404 "third_party": false,
405 "type": "target"
Craig Tillerfba79f22015-11-23 11:06:55 -0800406 },
407 {
408 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800409 "gpr",
410 "gpr_test_util"
Craig Tillerfba79f22015-11-23 11:06:55 -0800411 ],
412 "headers": [],
413 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700414 "name": "gpr_cmdline_test",
415 "src": [
416 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800417 ],
418 "third_party": false,
419 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700420 },
421 {
422 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800423 "gpr",
424 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700425 ],
426 "headers": [],
427 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700428 "name": "gpr_cpu_test",
429 "src": [
430 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800431 ],
432 "third_party": false,
433 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700434 },
435 {
436 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800437 "gpr",
438 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700439 ],
440 "headers": [],
441 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700442 "name": "gpr_env_test",
443 "src": [
444 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700445 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800446 "third_party": false,
447 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700448 },
449 {
450 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800451 "gpr",
452 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700453 ],
454 "headers": [],
455 "language": "c",
456 "name": "gpr_histogram_test",
457 "src": [
458 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800459 ],
460 "third_party": false,
461 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700462 },
463 {
464 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800465 "gpr",
466 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700467 ],
468 "headers": [],
469 "language": "c",
470 "name": "gpr_host_port_test",
471 "src": [
472 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800473 ],
474 "third_party": false,
475 "type": "target"
476 },
477 {
478 "deps": [
479 "gpr",
480 "gpr_test_util"
481 ],
482 "headers": [],
483 "language": "c",
484 "name": "gpr_load_file_test",
485 "src": [
486 "test/core/support/load_file_test.c"
487 ],
488 "third_party": false,
489 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700490 },
491 {
492 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800493 "gpr",
494 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700495 ],
496 "headers": [],
497 "language": "c",
498 "name": "gpr_log_test",
499 "src": [
500 "test/core/support/log_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800501 ],
502 "third_party": false,
503 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700504 },
505 {
506 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800507 "gpr",
508 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700509 ],
510 "headers": [],
511 "language": "c",
512 "name": "gpr_slice_buffer_test",
513 "src": [
514 "test/core/support/slice_buffer_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800515 ],
516 "third_party": false,
517 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700518 },
519 {
520 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800521 "gpr",
522 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700523 ],
524 "headers": [],
525 "language": "c",
526 "name": "gpr_slice_test",
527 "src": [
528 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800529 ],
530 "third_party": false,
531 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700532 },
533 {
534 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800535 "gpr",
536 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700537 ],
538 "headers": [],
539 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700540 "name": "gpr_stack_lockfree_test",
541 "src": [
542 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800543 ],
544 "third_party": false,
545 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700546 },
547 {
548 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800549 "gpr",
550 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700551 ],
552 "headers": [],
553 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700554 "name": "gpr_string_test",
555 "src": [
556 "test/core/support/string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800557 ],
558 "third_party": false,
559 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700560 },
561 {
562 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800563 "gpr",
564 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700565 ],
566 "headers": [],
567 "language": "c",
568 "name": "gpr_sync_test",
569 "src": [
570 "test/core/support/sync_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800571 ],
572 "third_party": false,
573 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700574 },
575 {
576 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800577 "gpr",
578 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700579 ],
580 "headers": [],
581 "language": "c",
582 "name": "gpr_thd_test",
583 "src": [
584 "test/core/support/thd_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800585 ],
586 "third_party": false,
587 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700588 },
589 {
590 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800591 "gpr",
592 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700593 ],
594 "headers": [],
595 "language": "c",
596 "name": "gpr_time_test",
597 "src": [
598 "test/core/support/time_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800599 ],
600 "third_party": false,
601 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700602 },
603 {
604 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800605 "gpr",
606 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700607 ],
608 "headers": [],
609 "language": "c",
610 "name": "gpr_tls_test",
611 "src": [
612 "test/core/support/tls_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800613 ],
614 "third_party": false,
615 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700616 },
617 {
618 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800619 "gpr",
620 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700621 ],
622 "headers": [],
623 "language": "c",
624 "name": "gpr_useful_test",
625 "src": [
626 "test/core/support/useful_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800627 ],
628 "third_party": false,
629 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700630 },
631 {
632 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800633 "gpr",
634 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700635 "grpc",
636 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700637 ],
638 "headers": [],
639 "language": "c",
640 "name": "grpc_auth_context_test",
641 "src": [
642 "test/core/security/auth_context_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 Tiller224b04f2015-06-25 07:11:18 -0700651 "grpc",
652 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700653 ],
654 "headers": [],
655 "language": "c",
Craig Tiller732a8752016-02-22 15:59:19 -0800656 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700657 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800658 "test/core/security/b64_test.c"
659 ],
660 "third_party": false,
661 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700662 },
663 {
664 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 "gpr",
666 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700667 "grpc",
668 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700669 ],
670 "headers": [],
671 "language": "c",
672 "name": "grpc_byte_buffer_reader_test",
673 "src": [
674 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800675 ],
676 "third_party": false,
677 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700678 },
679 {
680 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800681 "gpr",
682 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700683 "grpc",
684 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700685 ],
686 "headers": [],
687 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700688 "name": "grpc_channel_args_test",
689 "src": [
690 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800691 ],
692 "third_party": false,
693 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700694 },
695 {
696 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800697 "gpr",
698 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700699 "grpc",
700 "grpc_test_util"
701 ],
702 "headers": [],
703 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700704 "name": "grpc_channel_stack_test",
705 "src": [
706 "test/core/channel/channel_stack_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800707 ],
708 "third_party": false,
709 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700710 },
711 {
712 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800713 "gpr",
714 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700715 "grpc",
716 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700717 ],
718 "headers": [],
719 "language": "c",
720 "name": "grpc_completion_queue_test",
721 "src": [
722 "test/core/surface/completion_queue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800723 ],
724 "third_party": false,
725 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700726 },
727 {
728 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800729 "gpr",
730 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700731 "grpc",
732 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700733 ],
734 "headers": [],
735 "language": "c",
736 "name": "grpc_create_jwt",
737 "src": [
738 "test/core/security/create_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800739 ],
740 "third_party": false,
741 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700742 },
743 {
744 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800745 "gpr",
746 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700747 "grpc",
748 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700749 ],
750 "headers": [],
751 "language": "c",
752 "name": "grpc_credentials_test",
753 "src": [
754 "test/core/security/credentials_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800755 ],
756 "third_party": false,
757 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700758 },
759 {
760 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800761 "gpr",
762 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700763 "grpc",
764 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700765 ],
766 "headers": [],
767 "language": "c",
768 "name": "grpc_fetch_oauth2",
769 "src": [
770 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800771 ],
772 "third_party": false,
773 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700774 },
775 {
776 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800777 "gpr",
778 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700779 "grpc",
780 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700781 ],
782 "headers": [],
783 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800784 "name": "grpc_invalid_channel_args_test",
785 "src": [
786 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800787 ],
788 "third_party": false,
789 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800790 },
791 {
792 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800793 "gpr",
794 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800795 "grpc",
796 "grpc_test_util"
797 ],
798 "headers": [],
799 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700800 "name": "grpc_json_token_test",
801 "src": [
802 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800803 ],
804 "third_party": false,
805 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700806 },
807 {
808 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800809 "gpr",
810 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700811 "grpc",
812 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700813 ],
814 "headers": [],
815 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200816 "name": "grpc_jwt_verifier_test",
817 "src": [
818 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800819 ],
820 "third_party": false,
821 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200822 },
823 {
824 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800825 "gpr",
826 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200827 "grpc",
828 "grpc_test_util"
829 ],
830 "headers": [],
831 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700832 "name": "grpc_print_google_default_creds_token",
833 "src": [
834 "test/core/security/print_google_default_creds_token.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800835 ],
836 "third_party": false,
837 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700838 },
839 {
840 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800841 "gpr",
842 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700843 "grpc",
844 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700845 ],
846 "headers": [],
847 "language": "c",
848 "name": "grpc_security_connector_test",
849 "src": [
850 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800851 ],
852 "third_party": false,
853 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700854 },
855 {
856 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800857 "gpr",
858 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700859 "grpc",
860 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700861 ],
862 "headers": [],
863 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200864 "name": "grpc_verify_jwt",
865 "src": [
866 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800867 ],
868 "third_party": false,
869 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200870 },
871 {
872 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800873 "gpr",
874 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200875 "grpc",
876 "grpc_test_util"
877 ],
878 "headers": [],
879 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700880 "name": "hpack_parser_test",
881 "src": [
882 "test/core/transport/chttp2/hpack_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800883 ],
884 "third_party": false,
885 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700886 },
887 {
888 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800889 "gpr",
890 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700891 "grpc",
892 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700893 ],
894 "headers": [],
895 "language": "c",
896 "name": "hpack_table_test",
897 "src": [
898 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800899 ],
900 "third_party": false,
901 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700902 },
903 {
904 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800905 "gpr",
906 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700907 "grpc",
908 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700909 ],
910 "headers": [],
911 "language": "c",
912 "name": "httpcli_format_request_test",
913 "src": [
914 "test/core/httpcli/format_request_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800915 ],
916 "third_party": false,
917 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700918 },
919 {
920 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800921 "gpr",
922 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700923 "grpc",
924 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700925 ],
926 "headers": [],
927 "language": "c",
928 "name": "httpcli_parser_test",
929 "src": [
930 "test/core/httpcli/parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800931 ],
932 "third_party": false,
933 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700934 },
935 {
936 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800937 "gpr",
938 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700939 "grpc",
940 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700941 ],
942 "headers": [],
943 "language": "c",
944 "name": "httpcli_test",
945 "src": [
946 "test/core/httpcli/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800947 ],
948 "third_party": false,
949 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700950 },
951 {
952 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 "gpr",
954 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -0800955 "grpc",
956 "grpc_test_util"
957 ],
958 "headers": [],
959 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -0800960 "name": "httpscli_test",
961 "src": [
962 "test/core/httpcli/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800963 ],
964 "third_party": false,
965 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -0800966 },
967 {
968 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800969 "gpr",
970 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -0800971 "grpc",
972 "grpc_test_util"
973 ],
974 "headers": [],
975 "language": "c",
yang-gf1183302015-12-07 16:02:05 -0800976 "name": "init_test",
977 "src": [
978 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800979 ],
980 "third_party": false,
981 "type": "target"
yang-gf1183302015-12-07 16:02:05 -0800982 },
983 {
984 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800985 "gpr",
986 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -0800987 "grpc",
988 "grpc_test_util"
989 ],
990 "headers": [],
991 "language": "c",
Craig Tiller5cb79622016-03-15 14:46:54 -0700992 "name": "internal_api_canary_iomgr_test",
993 "src": [
994 "test/core/internal_api_canaries/iomgr.c"
995 ],
996 "third_party": false,
997 "type": "target"
998 },
999 {
1000 "deps": [
1001 "gpr",
1002 "gpr_test_util",
1003 "grpc",
1004 "grpc_test_util"
1005 ],
1006 "headers": [],
1007 "language": "c",
1008 "name": "internal_api_canary_support_test",
1009 "src": [
1010 "test/core/internal_api_canaries/iomgr.c"
1011 ],
1012 "third_party": false,
1013 "type": "target"
1014 },
1015 {
1016 "deps": [
1017 "gpr",
1018 "gpr_test_util",
1019 "grpc",
1020 "grpc_test_util"
1021 ],
1022 "headers": [],
1023 "language": "c",
1024 "name": "internal_api_canary_transport_test",
1025 "src": [
1026 "test/core/internal_api_canaries/iomgr.c"
1027 ],
1028 "third_party": false,
1029 "type": "target"
1030 },
1031 {
1032 "deps": [
1033 "gpr",
1034 "gpr_test_util",
1035 "grpc",
1036 "grpc_test_util"
1037 ],
1038 "headers": [],
1039 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -08001040 "name": "invalid_call_argument_test",
1041 "src": [
1042 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001043 ],
1044 "third_party": false,
1045 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -08001046 },
1047 {
1048 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001049 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001050 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001051 ],
1052 "headers": [],
1053 "language": "c",
1054 "name": "json_rewrite",
1055 "src": [
1056 "test/core/json/json_rewrite.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001057 ],
1058 "third_party": false,
1059 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001060 },
1061 {
1062 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 "gpr",
1064 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001065 "grpc",
1066 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001067 ],
1068 "headers": [],
1069 "language": "c",
1070 "name": "json_rewrite_test",
1071 "src": [
1072 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001073 ],
1074 "third_party": false,
1075 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001076 },
1077 {
1078 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001079 "gpr",
1080 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001081 "grpc",
1082 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001083 ],
1084 "headers": [],
1085 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001086 "name": "json_stream_error_test",
1087 "src": [
1088 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001089 ],
1090 "third_party": false,
1091 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001092 },
1093 {
1094 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001095 "gpr",
1096 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001097 "grpc",
1098 "grpc_test_util"
1099 ],
1100 "headers": [],
1101 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001102 "name": "json_test",
1103 "src": [
1104 "test/core/json/json_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001105 ],
1106 "third_party": false,
1107 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001108 },
1109 {
1110 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 "gpr",
1112 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001113 "grpc",
1114 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001115 ],
1116 "headers": [],
1117 "language": "c",
1118 "name": "lame_client_test",
1119 "src": [
1120 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001121 ],
1122 "third_party": false,
1123 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001124 },
1125 {
1126 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 "gpr",
1128 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001129 "grpc",
1130 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001131 ],
1132 "headers": [],
1133 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001134 "name": "lb_policies_test",
1135 "src": [
1136 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001137 ],
1138 "third_party": false,
1139 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001140 },
1141 {
1142 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 "gpr",
1144 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001145 "grpc",
1146 "grpc_test_util"
1147 ],
1148 "headers": [],
1149 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001150 "name": "low_level_ping_pong_benchmark",
1151 "src": [
1152 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001153 ],
1154 "third_party": false,
1155 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001156 },
1157 {
1158 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 "gpr",
1160 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001161 "grpc",
1162 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001163 ],
1164 "headers": [],
1165 "language": "c",
1166 "name": "message_compress_test",
1167 "src": [
1168 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001169 ],
1170 "third_party": false,
1171 "type": "target"
1172 },
1173 {
1174 "deps": [
1175 "gpr",
1176 "gpr_test_util",
1177 "grpc",
1178 "grpc_test_util"
1179 ],
1180 "headers": [],
1181 "language": "c",
1182 "name": "mlog_test",
1183 "src": [
1184 "test/core/census/mlog_test.c"
1185 ],
1186 "third_party": false,
1187 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001188 },
1189 {
1190 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 "gpr",
1192 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001193 "grpc",
1194 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001195 ],
1196 "headers": [],
1197 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001198 "name": "multiple_server_queues_test",
1199 "src": [
1200 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001201 ],
1202 "third_party": false,
1203 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001204 },
1205 {
1206 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 "gpr",
1208 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001209 ],
1210 "headers": [],
1211 "language": "c",
1212 "name": "murmur_hash_test",
1213 "src": [
1214 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001215 ],
1216 "third_party": false,
1217 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001218 },
1219 {
1220 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 "gpr",
1222 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001223 "grpc",
1224 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001225 ],
1226 "headers": [],
1227 "language": "c",
1228 "name": "no_server_test",
1229 "src": [
1230 "test/core/end2end/no_server_test.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",
Craig Tillerf75fc122015-06-25 06:58:00 -07001244 "name": "resolve_address_test",
1245 "src": [
1246 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001247 ],
1248 "third_party": false,
1249 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001250 },
1251 {
1252 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001253 "gpr",
1254 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001255 "grpc",
1256 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001257 ],
1258 "headers": [],
1259 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001260 "name": "secure_channel_create_test",
1261 "src": [
1262 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001263 ],
1264 "third_party": false,
1265 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001266 },
1267 {
1268 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 "gpr",
1270 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001271 "grpc",
1272 "grpc_test_util"
1273 ],
1274 "headers": [],
1275 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001276 "name": "secure_endpoint_test",
1277 "src": [
1278 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001279 ],
1280 "third_party": false,
1281 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001282 },
1283 {
1284 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 "gpr",
1286 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001287 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001288 "grpc_test_util"
1289 ],
1290 "headers": [],
1291 "language": "c",
1292 "name": "server_chttp2_test",
1293 "src": [
1294 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001295 ],
1296 "third_party": false,
1297 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001298 },
1299 {
1300 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 "gpr",
1302 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001303 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001304 "grpc_test_util"
1305 ],
1306 "headers": [],
1307 "language": "c",
1308 "name": "server_test",
1309 "src": [
1310 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001311 ],
1312 "third_party": false,
1313 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001314 },
1315 {
1316 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001317 "gpr",
1318 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001319 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001320 "grpc_test_util",
1321 "test_tcp_server"
1322 ],
1323 "headers": [],
1324 "language": "c",
1325 "name": "set_initial_connect_string_test",
1326 "src": [
1327 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001328 ],
1329 "third_party": false,
1330 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001331 },
1332 {
1333 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 "gpr",
1335 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001336 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001337 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001338 ],
1339 "headers": [],
1340 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001341 "name": "sockaddr_resolver_test",
1342 "src": [
1343 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001344 ],
1345 "third_party": false,
1346 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001347 },
1348 {
1349 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 "gpr",
1351 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001352 "grpc",
1353 "grpc_test_util"
1354 ],
1355 "headers": [],
1356 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001357 "name": "sockaddr_utils_test",
1358 "src": [
1359 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001360 ],
1361 "third_party": false,
1362 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001363 },
1364 {
1365 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 "gpr",
1367 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001368 "grpc",
1369 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001370 ],
1371 "headers": [],
1372 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001373 "name": "socket_utils_test",
1374 "src": [
1375 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001376 ],
1377 "third_party": false,
1378 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001379 },
1380 {
1381 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 "gpr",
1383 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001384 "grpc",
1385 "grpc_test_util"
1386 ],
1387 "headers": [],
1388 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001389 "name": "tcp_client_posix_test",
1390 "src": [
1391 "test/core/iomgr/tcp_client_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001392 ],
1393 "third_party": false,
1394 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001395 },
1396 {
1397 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 "gpr",
1399 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001400 "grpc",
1401 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001402 ],
1403 "headers": [],
1404 "language": "c",
1405 "name": "tcp_posix_test",
1406 "src": [
1407 "test/core/iomgr/tcp_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001408 ],
1409 "third_party": false,
1410 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001411 },
1412 {
1413 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 "gpr",
1415 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001416 "grpc",
1417 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001418 ],
1419 "headers": [],
1420 "language": "c",
1421 "name": "tcp_server_posix_test",
1422 "src": [
1423 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001424 ],
1425 "third_party": false,
1426 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001427 },
1428 {
1429 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 "gpr",
1431 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001432 "grpc",
1433 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001434 ],
1435 "headers": [],
1436 "language": "c",
1437 "name": "time_averaged_stats_test",
1438 "src": [
1439 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001440 ],
1441 "third_party": false,
1442 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001443 },
1444 {
1445 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 "gpr",
1447 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001448 "grpc",
1449 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001450 ],
1451 "headers": [],
1452 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001453 "name": "timeout_encoding_test",
1454 "src": [
1455 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001456 ],
1457 "third_party": false,
1458 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001459 },
1460 {
1461 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 "gpr",
1463 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001464 "grpc",
1465 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001466 ],
1467 "headers": [],
1468 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001469 "name": "timer_heap_test",
1470 "src": [
1471 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001472 ],
1473 "third_party": false,
1474 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001475 },
1476 {
1477 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 "gpr",
1479 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001480 "grpc",
1481 "grpc_test_util"
1482 ],
1483 "headers": [],
1484 "language": "c",
1485 "name": "timer_list_test",
1486 "src": [
1487 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001488 ],
1489 "third_party": false,
1490 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001491 },
1492 {
1493 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 "gpr",
1495 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001496 "grpc",
1497 "grpc_test_util"
1498 ],
1499 "headers": [],
1500 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001501 "name": "timers_test",
1502 "src": [
1503 "test/core/profiling/timers_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001504 ],
1505 "third_party": false,
1506 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001507 },
1508 {
1509 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 "gpr",
1511 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001512 "grpc",
1513 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001514 ],
1515 "headers": [],
1516 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001517 "name": "transport_connectivity_state_test",
1518 "src": [
1519 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001520 ],
1521 "third_party": false,
1522 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001523 },
1524 {
1525 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 "gpr",
1527 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001528 "grpc",
1529 "grpc_test_util"
1530 ],
1531 "headers": [],
1532 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001533 "name": "transport_metadata_test",
1534 "src": [
1535 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001536 ],
1537 "third_party": false,
1538 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001539 },
1540 {
1541 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001542 "gpr",
1543 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001544 "grpc",
1545 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001546 ],
1547 "headers": [],
1548 "language": "c",
1549 "name": "transport_security_test",
1550 "src": [
1551 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001552 ],
1553 "third_party": false,
1554 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001555 },
1556 {
1557 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 "gpr",
1559 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001560 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001561 "grpc_test_util"
1562 ],
1563 "headers": [],
1564 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001565 "name": "udp_server_test",
1566 "src": [
1567 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001568 ],
1569 "third_party": false,
1570 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001571 },
1572 {
1573 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 "gpr",
1575 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001576 "grpc",
1577 "grpc_test_util"
1578 ],
1579 "headers": [],
1580 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001581 "name": "uri_parser_test",
1582 "src": [
1583 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001584 ],
1585 "third_party": false,
1586 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001587 },
1588 {
1589 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 "gpr",
1591 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001592 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001593 "grpc_test_util"
1594 ],
1595 "headers": [],
1596 "language": "c",
1597 "name": "workqueue_test",
1598 "src": [
1599 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001600 ],
1601 "third_party": false,
1602 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001603 },
1604 {
1605 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001606 "gpr",
1607 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001608 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001609 "grpc++",
1610 "grpc++_test_util",
1611 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001612 ],
1613 "headers": [],
1614 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001615 "name": "alarm_cpp_test",
1616 "src": [
1617 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001618 ],
1619 "third_party": false,
1620 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001621 },
1622 {
1623 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001624 "gpr",
1625 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001626 "grpc",
1627 "grpc++",
1628 "grpc++_test_util",
1629 "grpc_test_util"
1630 ],
1631 "headers": [],
1632 "language": "c++",
1633 "name": "async_end2end_test",
1634 "src": [
1635 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001636 ],
1637 "third_party": false,
1638 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001639 },
1640 {
1641 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 "gpr",
1643 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001644 "grpc",
1645 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001646 "grpc++_test_util",
1647 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001648 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001649 ],
1650 "headers": [],
1651 "language": "c++",
1652 "name": "async_streaming_ping_pong_test",
1653 "src": [
1654 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001655 ],
1656 "third_party": false,
1657 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001658 },
1659 {
1660 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 "gpr",
1662 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001663 "grpc",
1664 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001665 "grpc++_test_util",
1666 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001667 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001668 ],
1669 "headers": [],
1670 "language": "c++",
1671 "name": "async_unary_ping_pong_test",
1672 "src": [
1673 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001674 ],
1675 "third_party": false,
1676 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001677 },
1678 {
1679 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 "gpr",
1681 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001682 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001683 "grpc++",
1684 "grpc++_test_util",
1685 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001686 ],
1687 "headers": [],
1688 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001689 "name": "auth_property_iterator_test",
1690 "src": [
1691 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001692 ],
1693 "third_party": false,
1694 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001695 },
1696 {
1697 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001699 "grpc",
1700 "grpc++"
1701 ],
1702 "headers": [],
1703 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001704 "name": "channel_arguments_test",
1705 "src": [
yang-g52705592015-11-25 11:45:33 -08001706 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001707 ],
1708 "third_party": false,
1709 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001710 },
1711 {
1712 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 "gpr",
1714 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001715 "grpc",
1716 "grpc++",
1717 "grpc++_test_util",
1718 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001719 ],
1720 "headers": [],
1721 "language": "c++",
1722 "name": "cli_call_test",
1723 "src": [
1724 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001725 ],
1726 "third_party": false,
1727 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001728 },
1729 {
1730 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 "gpr",
1732 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001733 "grpc",
1734 "grpc++",
1735 "grpc++_test_util",
1736 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001737 ],
1738 "headers": [],
1739 "language": "c++",
1740 "name": "client_crash_test",
1741 "src": [
1742 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001743 ],
1744 "third_party": false,
1745 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001746 },
1747 {
1748 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 "gpr",
1750 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001751 "grpc",
1752 "grpc++",
1753 "grpc++_test_util",
1754 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001755 ],
1756 "headers": [],
1757 "language": "c++",
1758 "name": "client_crash_test_server",
1759 "src": [
1760 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001761 ],
1762 "third_party": false,
1763 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001764 },
1765 {
1766 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001768 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001769 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001770 ],
1771 "headers": [],
1772 "language": "c++",
1773 "name": "credentials_test",
1774 "src": [
1775 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001776 ],
1777 "third_party": false,
1778 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001779 },
1780 {
1781 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 "gpr",
1783 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001784 "grpc",
1785 "grpc++",
1786 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001787 ],
1788 "headers": [],
1789 "language": "c++",
1790 "name": "cxx_byte_buffer_test",
1791 "src": [
1792 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001793 ],
1794 "third_party": false,
1795 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001796 },
1797 {
1798 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001799 "gpr",
1800 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001801 "grpc",
1802 "grpc++",
1803 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001804 ],
1805 "headers": [],
1806 "language": "c++",
1807 "name": "cxx_slice_test",
1808 "src": [
1809 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001810 ],
1811 "third_party": false,
1812 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001813 },
1814 {
1815 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001816 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001817 ],
1818 "headers": [],
1819 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001820 "name": "cxx_string_ref_test",
1821 "src": [
1822 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001823 ],
1824 "third_party": false,
1825 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001826 },
1827 {
1828 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 "gpr",
1830 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001831 "grpc",
1832 "grpc++",
1833 "grpc_test_util"
1834 ],
1835 "headers": [],
1836 "language": "c++",
1837 "name": "cxx_time_test",
1838 "src": [
1839 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001840 ],
1841 "third_party": false,
1842 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001843 },
1844 {
1845 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 "gpr",
1847 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001848 "grpc",
1849 "grpc++",
1850 "grpc++_test_util",
1851 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001852 ],
1853 "headers": [],
1854 "language": "c++",
1855 "name": "end2end_test",
1856 "src": [
1857 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001858 ],
1859 "third_party": false,
1860 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001861 },
1862 {
1863 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 "gpr",
1865 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001866 "grpc",
1867 "grpc++",
1868 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001869 "grpc_test_util",
1870 "qps"
1871 ],
1872 "headers": [],
1873 "language": "c++",
1874 "name": "generic_async_streaming_ping_pong_test",
1875 "src": [
1876 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001877 ],
1878 "third_party": false,
1879 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001880 },
1881 {
1882 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 "gpr",
1884 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001885 "grpc",
1886 "grpc++",
1887 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001888 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001889 ],
1890 "headers": [],
1891 "language": "c++",
1892 "name": "generic_end2end_test",
1893 "src": [
1894 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001895 ],
1896 "third_party": false,
1897 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001898 },
1899 {
1900 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 "gpr",
1902 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001903 "grpc",
1904 "grpc++",
1905 "grpc++_test_config",
1906 "grpc++_test_util",
1907 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001908 ],
1909 "headers": [],
1910 "language": "c++",
1911 "name": "grpc_cli",
1912 "src": [
1913 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001914 ],
1915 "third_party": false,
1916 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001917 },
1918 {
1919 "deps": [
1920 "grpc_plugin_support"
1921 ],
1922 "headers": [],
1923 "language": "c++",
1924 "name": "grpc_cpp_plugin",
1925 "src": [
1926 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001927 ],
1928 "third_party": false,
1929 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001930 },
1931 {
1932 "deps": [
1933 "grpc_plugin_support"
1934 ],
1935 "headers": [],
1936 "language": "c++",
1937 "name": "grpc_csharp_plugin",
1938 "src": [
1939 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001940 ],
1941 "third_party": false,
1942 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001943 },
1944 {
1945 "deps": [
1946 "grpc_plugin_support"
1947 ],
1948 "headers": [],
1949 "language": "c++",
1950 "name": "grpc_objective_c_plugin",
1951 "src": [
1952 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001953 ],
1954 "third_party": false,
1955 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001956 },
1957 {
1958 "deps": [
1959 "grpc_plugin_support"
1960 ],
1961 "headers": [],
1962 "language": "c++",
1963 "name": "grpc_python_plugin",
1964 "src": [
1965 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001966 ],
1967 "third_party": false,
1968 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001969 },
1970 {
1971 "deps": [
1972 "grpc_plugin_support"
1973 ],
1974 "headers": [],
1975 "language": "c++",
1976 "name": "grpc_ruby_plugin",
1977 "src": [
1978 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001979 ],
1980 "third_party": false,
1981 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001982 },
1983 {
1984 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08001985 "grpc",
1986 "grpc++",
1987 "grpc++_test_util",
1988 "grpc_test_util"
1989 ],
1990 "headers": [
1991 "src/proto/grpc/lb/v0/load_balancer.grpc.pb.h",
1992 "src/proto/grpc/lb/v0/load_balancer.pb.h"
1993 ],
1994 "language": "c++",
1995 "name": "grpclb_api_test",
1996 "src": [
1997 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08001998 ],
1999 "third_party": false,
2000 "type": "target"
Craig Tillereb841e22016-02-11 15:49:16 -08002001 },
2002 {
2003 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 "gpr",
2005 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002006 "grpc",
2007 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08002008 "grpc++_test_util",
2009 "grpc_test_util"
2010 ],
2011 "headers": [],
2012 "language": "c++",
2013 "name": "hybrid_end2end_test",
2014 "src": [
2015 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002016 ],
2017 "third_party": false,
2018 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08002019 },
2020 {
2021 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 "gpr",
2023 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08002024 "grpc",
2025 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002026 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002027 "grpc++_test_util",
2028 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002029 "interop_client_helper",
2030 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002031 ],
2032 "headers": [],
2033 "language": "c++",
2034 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08002035 "src": [],
2036 "third_party": false,
2037 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002038 },
2039 {
2040 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 "gpr",
2042 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002043 "grpc",
2044 "grpc++",
2045 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002046 "grpc++_test_util",
2047 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002048 "interop_server_helper",
2049 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002050 ],
2051 "headers": [],
2052 "language": "c++",
2053 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002054 "src": [],
2055 "third_party": false,
2056 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002057 },
2058 {
2059 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 "gpr",
2061 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002062 "grpc",
2063 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002064 ],
2065 "headers": [],
2066 "language": "c++",
2067 "name": "interop_test",
2068 "src": [
2069 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002070 ],
2071 "third_party": false,
2072 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002073 },
2074 {
2075 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002076 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002077 "grpc",
2078 "grpc++",
2079 "grpc++_test_config"
2080 ],
2081 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002082 "src/proto/grpc/testing/metrics.grpc.pb.h",
2083 "src/proto/grpc/testing/metrics.pb.h",
2084 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002085 ],
2086 "language": "c++",
2087 "name": "metrics_client",
2088 "src": [
2089 "test/cpp/interop/metrics_client.cc",
2090 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002091 ],
2092 "third_party": false,
2093 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002094 },
2095 {
2096 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 "gpr",
2098 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002099 "grpc",
2100 "grpc++",
2101 "grpc++_test_util",
2102 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002103 ],
2104 "headers": [],
2105 "language": "c++",
2106 "name": "mock_test",
2107 "src": [
2108 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002109 ],
2110 "third_party": false,
2111 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002112 },
2113 {
2114 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 "gpr",
2116 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002117 "grpc",
2118 "grpc++",
2119 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002120 "grpc++_test_util",
2121 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002122 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002123 ],
2124 "headers": [],
2125 "language": "c++",
2126 "name": "qps_driver",
2127 "src": [
2128 "test/cpp/qps/qps_driver.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002129 ],
2130 "third_party": false,
2131 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002132 },
2133 {
2134 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 "gpr",
2136 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002137 "grpc",
2138 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002139 "grpc++_test_util",
2140 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002141 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002142 ],
2143 "headers": [],
2144 "language": "c++",
2145 "name": "qps_interarrival_test",
2146 "src": [
2147 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002148 ],
2149 "third_party": false,
2150 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002151 },
2152 {
2153 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 "gpr",
2155 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002156 "grpc",
2157 "grpc++",
2158 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002159 "grpc++_test_util",
2160 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002161 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002162 ],
2163 "headers": [],
2164 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002165 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002166 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002167 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002168 ],
2169 "third_party": false,
2170 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002171 },
2172 {
2173 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 "gpr",
2175 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002176 "grpc",
2177 "grpc++",
2178 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002179 "grpc++_test_util",
2180 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002181 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002182 ],
2183 "headers": [],
2184 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002185 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002186 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002187 "test/cpp/qps/qps_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002188 ],
2189 "third_party": false,
2190 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002191 },
2192 {
2193 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 "gpr",
2195 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002196 "grpc",
2197 "grpc++",
2198 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002199 "grpc++_test_util",
2200 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002201 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002202 ],
2203 "headers": [
2204 "test/cpp/qps/client.h",
2205 "test/cpp/qps/server.h"
2206 ],
2207 "language": "c++",
2208 "name": "qps_worker",
2209 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002210 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002211 "test/cpp/qps/server.h",
2212 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002213 ],
2214 "third_party": false,
2215 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002216 },
2217 {
2218 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 "gpr",
2220 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002221 "grpc",
2222 "grpc++",
2223 "grpc++_test_config",
2224 "grpc++_test_util",
2225 "grpc_test_util"
2226 ],
2227 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002228 "src/proto/grpc/testing/empty.grpc.pb.h",
2229 "src/proto/grpc/testing/empty.pb.h",
2230 "src/proto/grpc/testing/messages.grpc.pb.h",
2231 "src/proto/grpc/testing/messages.pb.h",
2232 "src/proto/grpc/testing/test.grpc.pb.h",
2233 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002234 ],
2235 "language": "c++",
2236 "name": "reconnect_interop_client",
2237 "src": [
2238 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002239 ],
2240 "third_party": false,
2241 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002242 },
2243 {
2244 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 "gpr",
2246 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002247 "grpc",
2248 "grpc++",
2249 "grpc++_test_config",
2250 "grpc++_test_util",
2251 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002252 "reconnect_server",
2253 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002254 ],
2255 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002256 "src/proto/grpc/testing/empty.grpc.pb.h",
2257 "src/proto/grpc/testing/empty.pb.h",
2258 "src/proto/grpc/testing/messages.grpc.pb.h",
2259 "src/proto/grpc/testing/messages.pb.h",
2260 "src/proto/grpc/testing/test.grpc.pb.h",
2261 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002262 ],
2263 "language": "c++",
2264 "name": "reconnect_interop_server",
2265 "src": [
2266 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002267 ],
2268 "third_party": false,
2269 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002270 },
2271 {
2272 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 "gpr",
2274 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002275 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002276 "grpc++",
2277 "grpc++_test_util",
2278 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002279 ],
2280 "headers": [],
2281 "language": "c++",
2282 "name": "secure_auth_context_test",
2283 "src": [
2284 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002285 ],
2286 "third_party": false,
2287 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002288 },
2289 {
2290 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 "gpr",
2292 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002293 "grpc",
2294 "grpc++",
2295 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002296 "grpc_test_util",
2297 "qps"
2298 ],
2299 "headers": [],
2300 "language": "c++",
2301 "name": "secure_sync_unary_ping_pong_test",
2302 "src": [
2303 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002304 ],
2305 "third_party": false,
2306 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002307 },
2308 {
2309 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 "gpr",
2311 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002312 "grpc",
2313 "grpc++",
2314 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002315 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002316 ],
2317 "headers": [],
2318 "language": "c++",
2319 "name": "server_crash_test",
2320 "src": [
2321 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002322 ],
2323 "third_party": false,
2324 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002325 },
2326 {
2327 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 "gpr",
2329 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002330 "grpc",
2331 "grpc++",
2332 "grpc++_test_util",
2333 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002334 ],
2335 "headers": [],
2336 "language": "c++",
2337 "name": "server_crash_test_client",
2338 "src": [
2339 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002340 ],
2341 "third_party": false,
2342 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002343 },
2344 {
2345 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 "gpr",
2347 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002348 "grpc",
2349 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002350 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002351 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002352 ],
2353 "headers": [],
2354 "language": "c++",
2355 "name": "shutdown_test",
2356 "src": [
2357 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002358 ],
2359 "third_party": false,
2360 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002361 },
2362 {
2363 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 "gpr",
2365 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002366 "grpc",
2367 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002368 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002369 ],
2370 "headers": [],
2371 "language": "c++",
2372 "name": "status_test",
2373 "src": [
2374 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002375 ],
2376 "third_party": false,
2377 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002378 },
2379 {
2380 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 "gpr",
2382 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002383 "grpc",
2384 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002385 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002386 "grpc_test_util"
2387 ],
2388 "headers": [],
2389 "language": "c++",
2390 "name": "streaming_throughput_test",
2391 "src": [
2392 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002393 ],
2394 "third_party": false,
2395 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002396 },
2397 {
2398 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 "gpr",
2400 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002401 "grpc",
2402 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002403 "grpc++_test_config",
2404 "grpc++_test_util",
2405 "grpc_test_util"
2406 ],
2407 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002408 "src/proto/grpc/testing/empty.grpc.pb.h",
2409 "src/proto/grpc/testing/empty.pb.h",
2410 "src/proto/grpc/testing/messages.grpc.pb.h",
2411 "src/proto/grpc/testing/messages.pb.h",
2412 "src/proto/grpc/testing/metrics.grpc.pb.h",
2413 "src/proto/grpc/testing/metrics.pb.h",
2414 "src/proto/grpc/testing/test.grpc.pb.h",
2415 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002416 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002417 "test/cpp/interop/interop_client.h",
2418 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002419 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002420 ],
2421 "language": "c++",
2422 "name": "stress_test",
2423 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002424 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002425 "test/cpp/interop/interop_client.cc",
2426 "test/cpp/interop/interop_client.h",
2427 "test/cpp/interop/stress_interop_client.cc",
2428 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002429 "test/cpp/interop/stress_test.cc",
2430 "test/cpp/util/metrics_server.cc",
2431 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002432 ],
2433 "third_party": false,
2434 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002435 },
2436 {
2437 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 "gpr",
2439 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002440 "grpc",
2441 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002442 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002443 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002444 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002445 ],
2446 "headers": [],
2447 "language": "c++",
2448 "name": "sync_streaming_ping_pong_test",
2449 "src": [
2450 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002451 ],
2452 "third_party": false,
2453 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002454 },
2455 {
2456 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 "gpr",
2458 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002459 "grpc",
2460 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002461 "grpc++_test_util",
2462 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002463 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002464 ],
2465 "headers": [],
2466 "language": "c++",
2467 "name": "sync_unary_ping_pong_test",
2468 "src": [
2469 "test/cpp/qps/sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002470 ],
2471 "third_party": false,
2472 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002473 },
2474 {
2475 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 "gpr",
2477 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002478 "grpc",
2479 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002480 "grpc++_test_util",
2481 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002482 ],
2483 "headers": [],
2484 "language": "c++",
2485 "name": "thread_stress_test",
2486 "src": [
2487 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002488 ],
2489 "third_party": false,
2490 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002491 },
2492 {
2493 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 "gpr",
2495 "gpr_test_util",
Hongwei Wang8e04d412015-07-31 15:12:51 -07002496 "grpc",
2497 "grpc++",
2498 "grpc++_test_util",
2499 "grpc_test_util",
2500 "grpc_zookeeper"
2501 ],
Craig Tiller1b4e3302015-12-17 16:35:00 -08002502 "headers": [
2503 "src/proto/grpc/testing/echo.grpc.pb.h",
2504 "src/proto/grpc/testing/echo.pb.h"
2505 ],
Hongwei Wang8e04d412015-07-31 15:12:51 -07002506 "language": "c++",
2507 "name": "zookeeper_test",
2508 "src": [
2509 "test/cpp/end2end/zookeeper_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002510 ],
2511 "third_party": false,
2512 "type": "target"
Hongwei Wang8e04d412015-07-31 15:12:51 -07002513 },
2514 {
2515 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002517 "grpc"
2518 ],
2519 "headers": [],
2520 "language": "c89",
2521 "name": "public_headers_must_be_c89",
2522 "src": [
2523 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002524 ],
2525 "third_party": false,
2526 "type": "target"
2527 },
2528 {
2529 "deps": [
2530 "boringssl",
2531 "boringssl_aes_test_lib",
2532 "boringssl_test_util"
2533 ],
2534 "headers": [],
2535 "language": "c++",
2536 "name": "boringssl_aes_test",
2537 "src": [],
2538 "third_party": true,
2539 "type": "target"
2540 },
2541 {
2542 "deps": [
2543 "boringssl",
2544 "boringssl_base64_test_lib",
2545 "boringssl_test_util"
2546 ],
2547 "headers": [],
2548 "language": "c++",
2549 "name": "boringssl_base64_test",
2550 "src": [],
2551 "third_party": true,
2552 "type": "target"
2553 },
2554 {
2555 "deps": [
2556 "boringssl",
2557 "boringssl_bio_test_lib",
2558 "boringssl_test_util"
2559 ],
2560 "headers": [],
2561 "language": "c++",
2562 "name": "boringssl_bio_test",
2563 "src": [],
2564 "third_party": true,
2565 "type": "target"
2566 },
2567 {
2568 "deps": [
2569 "boringssl",
2570 "boringssl_bn_test_lib",
2571 "boringssl_test_util"
2572 ],
2573 "headers": [],
2574 "language": "c++",
2575 "name": "boringssl_bn_test",
2576 "src": [],
2577 "third_party": true,
2578 "type": "target"
2579 },
2580 {
2581 "deps": [
2582 "boringssl",
2583 "boringssl_bytestring_test_lib",
2584 "boringssl_test_util"
2585 ],
2586 "headers": [],
2587 "language": "c++",
2588 "name": "boringssl_bytestring_test",
2589 "src": [],
2590 "third_party": true,
2591 "type": "target"
2592 },
2593 {
2594 "deps": [
2595 "boringssl",
2596 "boringssl_aead_test_lib",
2597 "boringssl_test_util"
2598 ],
2599 "headers": [],
2600 "language": "c++",
2601 "name": "boringssl_aead_test",
2602 "src": [],
2603 "third_party": true,
2604 "type": "target"
2605 },
2606 {
2607 "deps": [
2608 "boringssl",
2609 "boringssl_cipher_test_lib",
2610 "boringssl_test_util"
2611 ],
2612 "headers": [],
2613 "language": "c++",
2614 "name": "boringssl_cipher_test",
2615 "src": [],
2616 "third_party": true,
2617 "type": "target"
2618 },
2619 {
2620 "deps": [
2621 "boringssl",
2622 "boringssl_cmac_test_lib",
2623 "boringssl_test_util"
2624 ],
2625 "headers": [],
2626 "language": "c++",
2627 "name": "boringssl_cmac_test",
2628 "src": [],
2629 "third_party": true,
2630 "type": "target"
2631 },
2632 {
2633 "deps": [
2634 "boringssl",
2635 "boringssl_constant_time_test_lib",
2636 "boringssl_test_util"
2637 ],
2638 "headers": [],
2639 "language": "c++",
2640 "name": "boringssl_constant_time_test",
2641 "src": [],
2642 "third_party": true,
2643 "type": "target"
2644 },
2645 {
2646 "deps": [
2647 "boringssl",
2648 "boringssl_ed25519_test_lib",
2649 "boringssl_test_util"
2650 ],
2651 "headers": [],
2652 "language": "c++",
2653 "name": "boringssl_ed25519_test",
2654 "src": [],
2655 "third_party": true,
2656 "type": "target"
2657 },
2658 {
2659 "deps": [
2660 "boringssl",
2661 "boringssl_test_util",
2662 "boringssl_x25519_test_lib"
2663 ],
2664 "headers": [],
2665 "language": "c++",
2666 "name": "boringssl_x25519_test",
2667 "src": [],
2668 "third_party": true,
2669 "type": "target"
2670 },
2671 {
2672 "deps": [
2673 "boringssl",
2674 "boringssl_dh_test_lib",
2675 "boringssl_test_util"
2676 ],
2677 "headers": [],
2678 "language": "c++",
2679 "name": "boringssl_dh_test",
2680 "src": [],
2681 "third_party": true,
2682 "type": "target"
2683 },
2684 {
2685 "deps": [
2686 "boringssl",
2687 "boringssl_digest_test_lib",
2688 "boringssl_test_util"
2689 ],
2690 "headers": [],
2691 "language": "c++",
2692 "name": "boringssl_digest_test",
2693 "src": [],
2694 "third_party": true,
2695 "type": "target"
2696 },
2697 {
2698 "deps": [
2699 "boringssl",
2700 "boringssl_dsa_test_lib",
2701 "boringssl_test_util"
2702 ],
2703 "headers": [],
2704 "language": "c++",
2705 "name": "boringssl_dsa_test",
2706 "src": [],
2707 "third_party": true,
2708 "type": "target"
2709 },
2710 {
2711 "deps": [
2712 "boringssl",
2713 "boringssl_ec_test_lib",
2714 "boringssl_test_util"
2715 ],
2716 "headers": [],
2717 "language": "c++",
2718 "name": "boringssl_ec_test",
2719 "src": [],
2720 "third_party": true,
2721 "type": "target"
2722 },
2723 {
2724 "deps": [
2725 "boringssl",
2726 "boringssl_example_mul_lib",
2727 "boringssl_test_util"
2728 ],
2729 "headers": [],
2730 "language": "c++",
2731 "name": "boringssl_example_mul",
2732 "src": [],
2733 "third_party": true,
2734 "type": "target"
2735 },
2736 {
2737 "deps": [
2738 "boringssl",
2739 "boringssl_ecdsa_test_lib",
2740 "boringssl_test_util"
2741 ],
2742 "headers": [],
2743 "language": "c++",
2744 "name": "boringssl_ecdsa_test",
2745 "src": [],
2746 "third_party": true,
2747 "type": "target"
2748 },
2749 {
2750 "deps": [
2751 "boringssl",
2752 "boringssl_err_test_lib",
2753 "boringssl_test_util"
2754 ],
2755 "headers": [],
2756 "language": "c++",
2757 "name": "boringssl_err_test",
2758 "src": [],
2759 "third_party": true,
2760 "type": "target"
2761 },
2762 {
2763 "deps": [
2764 "boringssl",
2765 "boringssl_evp_extra_test_lib",
2766 "boringssl_test_util"
2767 ],
2768 "headers": [],
2769 "language": "c++",
2770 "name": "boringssl_evp_extra_test",
2771 "src": [],
2772 "third_party": true,
2773 "type": "target"
2774 },
2775 {
2776 "deps": [
2777 "boringssl",
2778 "boringssl_evp_test_lib",
2779 "boringssl_test_util"
2780 ],
2781 "headers": [],
2782 "language": "c++",
2783 "name": "boringssl_evp_test",
2784 "src": [],
2785 "third_party": true,
2786 "type": "target"
2787 },
2788 {
2789 "deps": [
2790 "boringssl",
2791 "boringssl_pbkdf_test_lib",
2792 "boringssl_test_util"
2793 ],
2794 "headers": [],
2795 "language": "c++",
2796 "name": "boringssl_pbkdf_test",
2797 "src": [],
2798 "third_party": true,
2799 "type": "target"
2800 },
2801 {
2802 "deps": [
2803 "boringssl",
2804 "boringssl_hkdf_test_lib",
2805 "boringssl_test_util"
2806 ],
2807 "headers": [],
2808 "language": "c++",
2809 "name": "boringssl_hkdf_test",
2810 "src": [],
2811 "third_party": true,
2812 "type": "target"
2813 },
2814 {
2815 "deps": [
2816 "boringssl",
2817 "boringssl_hmac_test_lib",
2818 "boringssl_test_util"
2819 ],
2820 "headers": [],
2821 "language": "c++",
2822 "name": "boringssl_hmac_test",
2823 "src": [],
2824 "third_party": true,
2825 "type": "target"
2826 },
2827 {
2828 "deps": [
2829 "boringssl",
2830 "boringssl_lhash_test_lib",
2831 "boringssl_test_util"
2832 ],
2833 "headers": [],
2834 "language": "c++",
2835 "name": "boringssl_lhash_test",
2836 "src": [],
2837 "third_party": true,
2838 "type": "target"
2839 },
2840 {
2841 "deps": [
2842 "boringssl",
2843 "boringssl_gcm_test_lib",
2844 "boringssl_test_util"
2845 ],
2846 "headers": [],
2847 "language": "c++",
2848 "name": "boringssl_gcm_test",
2849 "src": [],
2850 "third_party": true,
2851 "type": "target"
2852 },
2853 {
2854 "deps": [
2855 "boringssl",
2856 "boringssl_pkcs12_test_lib",
2857 "boringssl_test_util"
2858 ],
2859 "headers": [],
2860 "language": "c++",
2861 "name": "boringssl_pkcs12_test",
2862 "src": [],
2863 "third_party": true,
2864 "type": "target"
2865 },
2866 {
2867 "deps": [
2868 "boringssl",
2869 "boringssl_pkcs8_test_lib",
2870 "boringssl_test_util"
2871 ],
2872 "headers": [],
2873 "language": "c++",
2874 "name": "boringssl_pkcs8_test",
2875 "src": [],
2876 "third_party": true,
2877 "type": "target"
2878 },
2879 {
2880 "deps": [
2881 "boringssl",
2882 "boringssl_poly1305_test_lib",
2883 "boringssl_test_util"
2884 ],
2885 "headers": [],
2886 "language": "c++",
2887 "name": "boringssl_poly1305_test",
2888 "src": [],
2889 "third_party": true,
2890 "type": "target"
2891 },
2892 {
2893 "deps": [
2894 "boringssl",
2895 "boringssl_refcount_test_lib",
2896 "boringssl_test_util"
2897 ],
2898 "headers": [],
2899 "language": "c++",
2900 "name": "boringssl_refcount_test",
2901 "src": [],
2902 "third_party": true,
2903 "type": "target"
2904 },
2905 {
2906 "deps": [
2907 "boringssl",
2908 "boringssl_rsa_test_lib",
2909 "boringssl_test_util"
2910 ],
2911 "headers": [],
2912 "language": "c++",
2913 "name": "boringssl_rsa_test",
2914 "src": [],
2915 "third_party": true,
2916 "type": "target"
2917 },
2918 {
2919 "deps": [
2920 "boringssl",
2921 "boringssl_test_util",
2922 "boringssl_thread_test_lib"
2923 ],
2924 "headers": [],
2925 "language": "c++",
2926 "name": "boringssl_thread_test",
2927 "src": [],
2928 "third_party": true,
2929 "type": "target"
2930 },
2931 {
2932 "deps": [
2933 "boringssl",
2934 "boringssl_pkcs7_test_lib",
2935 "boringssl_test_util"
2936 ],
2937 "headers": [],
2938 "language": "c++",
2939 "name": "boringssl_pkcs7_test",
2940 "src": [],
2941 "third_party": true,
2942 "type": "target"
2943 },
2944 {
2945 "deps": [
2946 "boringssl",
2947 "boringssl_tab_test_lib",
2948 "boringssl_test_util"
2949 ],
2950 "headers": [],
2951 "language": "c++",
2952 "name": "boringssl_tab_test",
2953 "src": [],
2954 "third_party": true,
2955 "type": "target"
2956 },
2957 {
2958 "deps": [
2959 "boringssl",
2960 "boringssl_test_util",
2961 "boringssl_v3name_test_lib"
2962 ],
2963 "headers": [],
2964 "language": "c++",
2965 "name": "boringssl_v3name_test",
2966 "src": [],
2967 "third_party": true,
2968 "type": "target"
2969 },
2970 {
2971 "deps": [
2972 "boringssl",
2973 "boringssl_pqueue_test_lib",
2974 "boringssl_test_util"
2975 ],
2976 "headers": [],
2977 "language": "c++",
2978 "name": "boringssl_pqueue_test",
2979 "src": [],
2980 "third_party": true,
2981 "type": "target"
2982 },
2983 {
2984 "deps": [
2985 "boringssl",
2986 "boringssl_ssl_test_lib",
2987 "boringssl_test_util"
2988 ],
2989 "headers": [],
2990 "language": "c++",
2991 "name": "boringssl_ssl_test",
2992 "src": [],
2993 "third_party": true,
2994 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08002995 },
2996 {
2997 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08002998 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 "gpr",
3000 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003001 "grpc_test_util_unsecure",
3002 "grpc_unsecure"
3003 ],
3004 "headers": [],
3005 "language": "c",
3006 "name": "badreq_bad_client_test",
3007 "src": [
3008 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003009 ],
3010 "third_party": false,
3011 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003012 },
3013 {
3014 "deps": [
3015 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 "gpr",
3017 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003018 "grpc_test_util_unsecure",
3019 "grpc_unsecure"
3020 ],
3021 "headers": [],
3022 "language": "c",
3023 "name": "connection_prefix_bad_client_test",
3024 "src": [
3025 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003026 ],
3027 "third_party": false,
3028 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003029 },
3030 {
3031 "deps": [
3032 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 "gpr",
3034 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003035 "grpc_test_util_unsecure",
3036 "grpc_unsecure"
3037 ],
3038 "headers": [],
3039 "language": "c",
3040 "name": "headers_bad_client_test",
3041 "src": [
3042 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003043 ],
3044 "third_party": false,
3045 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003046 },
3047 {
3048 "deps": [
3049 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 "gpr",
3051 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003052 "grpc_test_util_unsecure",
3053 "grpc_unsecure"
3054 ],
3055 "headers": [],
3056 "language": "c",
3057 "name": "initial_settings_frame_bad_client_test",
3058 "src": [
3059 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003060 ],
3061 "third_party": false,
3062 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003063 },
3064 {
3065 "deps": [
3066 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 "gpr",
3068 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003069 "grpc_test_util_unsecure",
3070 "grpc_unsecure"
3071 ],
3072 "headers": [],
3073 "language": "c",
3074 "name": "server_registered_method_bad_client_test",
3075 "src": [
3076 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003077 ],
3078 "third_party": false,
3079 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003080 },
3081 {
3082 "deps": [
3083 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003084 "gpr",
3085 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003086 "grpc_test_util_unsecure",
3087 "grpc_unsecure"
3088 ],
3089 "headers": [],
3090 "language": "c",
3091 "name": "simple_request_bad_client_test",
3092 "src": [
3093 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003094 ],
3095 "third_party": false,
3096 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003097 },
3098 {
3099 "deps": [
3100 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003101 "gpr",
3102 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003103 "grpc_test_util_unsecure",
3104 "grpc_unsecure"
3105 ],
3106 "headers": [],
3107 "language": "c",
3108 "name": "unknown_frame_bad_client_test",
3109 "src": [
3110 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003111 ],
3112 "third_party": false,
3113 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003114 },
3115 {
3116 "deps": [
3117 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003118 "gpr",
3119 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003120 "grpc_test_util_unsecure",
3121 "grpc_unsecure"
3122 ],
3123 "headers": [],
3124 "language": "c",
3125 "name": "window_overflow_bad_client_test",
3126 "src": [
3127 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003128 ],
3129 "third_party": false,
3130 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003131 },
3132 {
3133 "deps": [
3134 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 "gpr",
3136 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003137 "grpc",
3138 "grpc_test_util"
3139 ],
3140 "headers": [],
3141 "language": "c",
3142 "name": "bad_ssl_alpn_server",
3143 "src": [
3144 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003145 ],
3146 "third_party": false,
3147 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003148 },
3149 {
3150 "deps": [
3151 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003152 "gpr",
3153 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003154 "grpc",
3155 "grpc_test_util"
3156 ],
3157 "headers": [],
3158 "language": "c",
3159 "name": "bad_ssl_cert_server",
3160 "src": [
3161 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003162 ],
3163 "third_party": false,
3164 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003165 },
3166 {
3167 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003168 "gpr",
3169 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003170 "grpc",
3171 "grpc_test_util"
3172 ],
3173 "headers": [],
3174 "language": "c",
3175 "name": "bad_ssl_alpn_test",
3176 "src": [
3177 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003178 ],
3179 "third_party": false,
3180 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003181 },
3182 {
3183 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003184 "gpr",
3185 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003186 "grpc",
3187 "grpc_test_util"
3188 ],
3189 "headers": [],
3190 "language": "c",
3191 "name": "bad_ssl_cert_test",
3192 "src": [
3193 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003194 ],
3195 "third_party": false,
3196 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003197 },
3198 {
3199 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003200 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003201 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003202 "gpr",
3203 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003204 "grpc",
3205 "grpc_test_util"
3206 ],
3207 "headers": [],
3208 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003209 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003210 "src": [
3211 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003212 ],
3213 "third_party": false,
3214 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003215 },
3216 {
3217 "deps": [
3218 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003219 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003220 "gpr",
3221 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003222 "grpc",
3223 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003224 ],
3225 "headers": [],
3226 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003227 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003228 "src": [
3229 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003230 ],
3231 "third_party": false,
3232 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003233 },
3234 {
3235 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003236 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003237 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 "gpr",
3239 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003240 "grpc",
3241 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003242 ],
3243 "headers": [],
3244 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003245 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003246 "src": [
3247 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003248 ],
3249 "third_party": false,
3250 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003251 },
3252 {
3253 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003254 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003255 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003256 "gpr",
3257 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003258 "grpc",
3259 "grpc_test_util"
3260 ],
3261 "headers": [],
3262 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003263 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003264 "src": [
3265 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003266 ],
3267 "third_party": false,
3268 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003269 },
3270 {
3271 "deps": [
3272 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003273 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003274 "gpr",
3275 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003276 "grpc",
3277 "grpc_test_util"
3278 ],
3279 "headers": [],
3280 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003281 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003282 "src": [
3283 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003284 ],
3285 "third_party": false,
3286 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003287 },
3288 {
3289 "deps": [
3290 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003291 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 "gpr",
3293 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003294 "grpc",
3295 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003296 ],
3297 "headers": [],
3298 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003299 "name": "h2_full+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003300 "src": [
3301 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003302 ],
3303 "third_party": false,
3304 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003305 },
3306 {
3307 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003308 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003309 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003310 "gpr",
3311 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003312 "grpc",
3313 "grpc_test_util"
3314 ],
3315 "headers": [],
3316 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003317 "name": "h2_full+poll+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003318 "src": [
3319 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003320 ],
3321 "third_party": false,
3322 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003323 },
3324 {
3325 "deps": [
3326 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003327 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003328 "gpr",
3329 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003330 "grpc",
3331 "grpc_test_util"
3332 ],
3333 "headers": [],
3334 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003335 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003336 "src": [
3337 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003338 ],
3339 "third_party": false,
3340 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003341 },
3342 {
3343 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003344 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003345 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003346 "gpr",
3347 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003348 "grpc",
3349 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003350 ],
3351 "headers": [],
3352 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003353 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003354 "src": [
3355 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003356 ],
3357 "third_party": false,
3358 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003359 },
3360 {
3361 "deps": [
3362 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003363 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003364 "gpr",
3365 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003366 "grpc",
3367 "grpc_test_util"
3368 ],
3369 "headers": [],
3370 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003371 "name": "h2_sockpair_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003372 "src": [
3373 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003374 ],
3375 "third_party": false,
3376 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003377 },
3378 {
3379 "deps": [
3380 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003381 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003382 "gpr",
3383 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003384 "grpc",
3385 "grpc_test_util"
3386 ],
3387 "headers": [],
3388 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003389 "name": "h2_sockpair+trace_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003390 "src": [
3391 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003392 ],
3393 "third_party": false,
3394 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003395 },
3396 {
3397 "deps": [
3398 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003399 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003400 "gpr",
3401 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003402 "grpc",
3403 "grpc_test_util"
3404 ],
3405 "headers": [],
3406 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003407 "name": "h2_sockpair_1byte_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003408 "src": [
3409 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003410 ],
3411 "third_party": false,
3412 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003413 },
3414 {
3415 "deps": [
3416 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003417 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003418 "gpr",
3419 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003420 "grpc",
3421 "grpc_test_util"
3422 ],
3423 "headers": [],
3424 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003425 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003426 "src": [
3427 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003428 ],
3429 "third_party": false,
3430 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003431 },
3432 {
3433 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003434 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003435 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 "gpr",
3437 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003438 "grpc",
3439 "grpc_test_util"
3440 ],
3441 "headers": [],
3442 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003443 "name": "h2_ssl+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003444 "src": [
3445 "test/core/end2end/fixtures/h2_ssl+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003446 ],
3447 "third_party": false,
3448 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003449 },
3450 {
3451 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003452 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003453 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003454 "gpr",
3455 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003456 "grpc",
3457 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003458 ],
3459 "headers": [],
3460 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003461 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003462 "src": [
3463 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003464 ],
3465 "third_party": false,
3466 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003467 },
3468 {
3469 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003470 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003471 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003472 "gpr",
3473 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003474 "grpc",
3475 "grpc_test_util"
3476 ],
3477 "headers": [],
3478 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003479 "name": "h2_uchannel_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003480 "src": [
3481 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003482 ],
3483 "third_party": false,
3484 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003485 },
3486 {
3487 "deps": [
3488 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003489 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003490 "gpr",
3491 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003492 "grpc",
3493 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003494 ],
3495 "headers": [],
3496 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003497 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003498 "src": [
3499 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003500 ],
3501 "third_party": false,
3502 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003503 },
3504 {
3505 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003506 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003507 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003508 "gpr",
3509 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003510 "grpc",
3511 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003512 ],
3513 "headers": [],
3514 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003515 "name": "h2_uds+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003516 "src": [
3517 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003518 ],
3519 "third_party": false,
3520 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003521 },
3522 {
3523 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003524 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003525 "gpr",
3526 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003527 "grpc_test_util_unsecure",
3528 "grpc_unsecure"
3529 ],
3530 "headers": [],
3531 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003532 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003533 "src": [
3534 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003535 ],
3536 "third_party": false,
3537 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003538 },
3539 {
3540 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003541 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003542 "gpr",
3543 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003544 "grpc_test_util_unsecure",
3545 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003546 ],
3547 "headers": [],
3548 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003549 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003550 "src": [
3551 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003552 ],
3553 "third_party": false,
3554 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003555 },
3556 {
3557 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003558 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003559 "gpr",
3560 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003561 "grpc_test_util_unsecure",
3562 "grpc_unsecure"
3563 ],
3564 "headers": [],
3565 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003566 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003567 "src": [
3568 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003569 ],
3570 "third_party": false,
3571 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003572 },
3573 {
3574 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003575 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003576 "gpr",
3577 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003578 "grpc_test_util_unsecure",
3579 "grpc_unsecure"
3580 ],
3581 "headers": [],
3582 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003583 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003584 "src": [
3585 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003586 ],
3587 "third_party": false,
3588 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003589 },
3590 {
3591 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003592 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003593 "gpr",
3594 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003595 "grpc_test_util_unsecure",
3596 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003597 ],
3598 "headers": [],
3599 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003600 "name": "h2_full+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003601 "src": [
3602 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003603 ],
3604 "third_party": false,
3605 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003606 },
3607 {
3608 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003609 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003610 "gpr",
3611 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003612 "grpc_test_util_unsecure",
3613 "grpc_unsecure"
3614 ],
3615 "headers": [],
3616 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003617 "name": "h2_full+poll+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003618 "src": [
3619 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003620 ],
3621 "third_party": false,
3622 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003623 },
3624 {
3625 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003626 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003627 "gpr",
3628 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003629 "grpc_test_util_unsecure",
3630 "grpc_unsecure"
3631 ],
3632 "headers": [],
3633 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003634 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003635 "src": [
3636 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003637 ],
3638 "third_party": false,
3639 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003640 },
3641 {
3642 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003643 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003644 "gpr",
3645 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003646 "grpc_test_util_unsecure",
3647 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003648 ],
3649 "headers": [],
3650 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003651 "name": "h2_sockpair_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003652 "src": [
3653 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003654 ],
3655 "third_party": false,
3656 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003657 },
3658 {
3659 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003660 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003661 "gpr",
3662 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003663 "grpc_test_util_unsecure",
3664 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003665 ],
3666 "headers": [],
3667 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003668 "name": "h2_sockpair+trace_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003669 "src": [
3670 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003671 ],
3672 "third_party": false,
3673 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003674 },
3675 {
3676 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003677 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003678 "gpr",
3679 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003680 "grpc_test_util_unsecure",
3681 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003682 ],
3683 "headers": [],
3684 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003685 "name": "h2_sockpair_1byte_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003686 "src": [
3687 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003688 ],
3689 "third_party": false,
3690 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003691 },
3692 {
3693 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003694 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003695 "gpr",
3696 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003697 "grpc_test_util_unsecure",
3698 "grpc_unsecure"
3699 ],
3700 "headers": [],
3701 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003702 "name": "h2_uchannel_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003703 "src": [
3704 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003705 ],
3706 "third_party": false,
3707 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003708 },
3709 {
3710 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003711 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003712 "gpr",
3713 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003714 "grpc_test_util_unsecure",
3715 "grpc_unsecure"
3716 ],
3717 "headers": [],
3718 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003719 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003720 "src": [
3721 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003722 ],
3723 "third_party": false,
3724 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003725 },
3726 {
3727 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003728 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003729 "gpr",
3730 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003731 "grpc_test_util_unsecure",
3732 "grpc_unsecure"
3733 ],
3734 "headers": [],
3735 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003736 "name": "h2_uds+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003737 "src": [
3738 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003739 ],
3740 "third_party": false,
3741 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003742 },
3743 {
Craig Tillerf75fc122015-06-25 06:58:00 -07003744 "deps": [],
3745 "headers": [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003746 "include/grpc/impl/codegen/alloc.h",
3747 "include/grpc/impl/codegen/atm.h",
3748 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3749 "include/grpc/impl/codegen/atm_gcc_sync.h",
3750 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003751 "include/grpc/impl/codegen/log.h",
3752 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003753 "include/grpc/impl/codegen/slice.h",
3754 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003755 "include/grpc/impl/codegen/sync.h",
3756 "include/grpc/impl/codegen/sync_generic.h",
3757 "include/grpc/impl/codegen/sync_posix.h",
3758 "include/grpc/impl/codegen/sync_win32.h",
3759 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003760 "include/grpc/support/alloc.h",
3761 "include/grpc/support/atm.h",
3762 "include/grpc/support/atm_gcc_atomic.h",
3763 "include/grpc/support/atm_gcc_sync.h",
3764 "include/grpc/support/atm_win32.h",
3765 "include/grpc/support/avl.h",
3766 "include/grpc/support/cmdline.h",
3767 "include/grpc/support/cpu.h",
3768 "include/grpc/support/histogram.h",
3769 "include/grpc/support/host_port.h",
3770 "include/grpc/support/log.h",
3771 "include/grpc/support/log_win32.h",
3772 "include/grpc/support/port_platform.h",
3773 "include/grpc/support/slice.h",
3774 "include/grpc/support/slice_buffer.h",
3775 "include/grpc/support/string_util.h",
3776 "include/grpc/support/subprocess.h",
3777 "include/grpc/support/sync.h",
3778 "include/grpc/support/sync_generic.h",
3779 "include/grpc/support/sync_posix.h",
3780 "include/grpc/support/sync_win32.h",
3781 "include/grpc/support/thd.h",
3782 "include/grpc/support/time.h",
3783 "include/grpc/support/tls.h",
3784 "include/grpc/support/tls_gcc.h",
3785 "include/grpc/support/tls_msvc.h",
3786 "include/grpc/support/tls_pthread.h",
3787 "include/grpc/support/useful.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003788 "src/core/profiling/timers.h",
3789 "src/core/support/block_annotate.h",
3790 "src/core/support/env.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003791 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003792 "src/core/support/murmur_hash.h",
3793 "src/core/support/stack_lockfree.h",
3794 "src/core/support/string.h",
3795 "src/core/support/string_win32.h",
3796 "src/core/support/thd_internal.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003797 "src/core/support/time_precise.h",
3798 "src/core/support/tmpfile.h"
Craig Tillerda179ce2016-02-09 12:01:53 -08003799 ],
3800 "language": "c",
3801 "name": "gpr",
3802 "src": [
3803 "include/grpc/impl/codegen/alloc.h",
3804 "include/grpc/impl/codegen/atm.h",
3805 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3806 "include/grpc/impl/codegen/atm_gcc_sync.h",
3807 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003808 "include/grpc/impl/codegen/log.h",
3809 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003810 "include/grpc/impl/codegen/slice.h",
3811 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003812 "include/grpc/impl/codegen/sync.h",
3813 "include/grpc/impl/codegen/sync_generic.h",
3814 "include/grpc/impl/codegen/sync_posix.h",
3815 "include/grpc/impl/codegen/sync_win32.h",
3816 "include/grpc/impl/codegen/time.h",
3817 "include/grpc/support/alloc.h",
3818 "include/grpc/support/atm.h",
3819 "include/grpc/support/atm_gcc_atomic.h",
3820 "include/grpc/support/atm_gcc_sync.h",
3821 "include/grpc/support/atm_win32.h",
3822 "include/grpc/support/avl.h",
3823 "include/grpc/support/cmdline.h",
3824 "include/grpc/support/cpu.h",
3825 "include/grpc/support/histogram.h",
3826 "include/grpc/support/host_port.h",
3827 "include/grpc/support/log.h",
3828 "include/grpc/support/log_win32.h",
3829 "include/grpc/support/port_platform.h",
3830 "include/grpc/support/slice.h",
3831 "include/grpc/support/slice_buffer.h",
3832 "include/grpc/support/string_util.h",
3833 "include/grpc/support/subprocess.h",
3834 "include/grpc/support/sync.h",
3835 "include/grpc/support/sync_generic.h",
3836 "include/grpc/support/sync_posix.h",
3837 "include/grpc/support/sync_win32.h",
3838 "include/grpc/support/thd.h",
3839 "include/grpc/support/time.h",
3840 "include/grpc/support/tls.h",
3841 "include/grpc/support/tls_gcc.h",
3842 "include/grpc/support/tls_msvc.h",
3843 "include/grpc/support/tls_pthread.h",
3844 "include/grpc/support/useful.h",
3845 "src/core/profiling/basic_timers.c",
3846 "src/core/profiling/stap_timers.c",
3847 "src/core/profiling/timers.h",
3848 "src/core/support/alloc.c",
3849 "src/core/support/avl.c",
3850 "src/core/support/block_annotate.h",
3851 "src/core/support/cmdline.c",
3852 "src/core/support/cpu_iphone.c",
3853 "src/core/support/cpu_linux.c",
3854 "src/core/support/cpu_posix.c",
3855 "src/core/support/cpu_windows.c",
3856 "src/core/support/env.h",
3857 "src/core/support/env_linux.c",
3858 "src/core/support/env_posix.c",
3859 "src/core/support/env_win32.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003860 "src/core/support/histogram.c",
3861 "src/core/support/host_port.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003862 "src/core/support/load_file.c",
3863 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003864 "src/core/support/log.c",
3865 "src/core/support/log_android.c",
3866 "src/core/support/log_linux.c",
3867 "src/core/support/log_posix.c",
3868 "src/core/support/log_win32.c",
3869 "src/core/support/murmur_hash.c",
3870 "src/core/support/murmur_hash.h",
3871 "src/core/support/slice.c",
3872 "src/core/support/slice_buffer.c",
3873 "src/core/support/stack_lockfree.c",
3874 "src/core/support/stack_lockfree.h",
3875 "src/core/support/string.c",
3876 "src/core/support/string.h",
3877 "src/core/support/string_posix.c",
3878 "src/core/support/string_win32.c",
3879 "src/core/support/string_win32.h",
3880 "src/core/support/subprocess_posix.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003881 "src/core/support/subprocess_windows.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003882 "src/core/support/sync.c",
3883 "src/core/support/sync_posix.c",
3884 "src/core/support/sync_win32.c",
3885 "src/core/support/thd.c",
3886 "src/core/support/thd_internal.h",
3887 "src/core/support/thd_posix.c",
3888 "src/core/support/thd_win32.c",
3889 "src/core/support/time.c",
3890 "src/core/support/time_posix.c",
3891 "src/core/support/time_precise.c",
3892 "src/core/support/time_precise.h",
3893 "src/core/support/time_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003894 "src/core/support/tls_pthread.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003895 "src/core/support/tmpfile.h",
3896 "src/core/support/tmpfile_posix.c",
3897 "src/core/support/tmpfile_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003898 "src/core/support/wrap_memcpy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003899 ],
3900 "third_party": false,
3901 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003902 },
3903 {
3904 "deps": [
3905 "gpr"
3906 ],
3907 "headers": [
3908 "test/core/util/test_config.h"
3909 ],
3910 "language": "c",
3911 "name": "gpr_test_util",
3912 "src": [
3913 "test/core/util/test_config.c",
3914 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003915 ],
3916 "third_party": false,
3917 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003918 },
3919 {
3920 "deps": [
3921 "gpr"
3922 ],
3923 "headers": [
3924 "include/grpc/byte_buffer.h",
3925 "include/grpc/byte_buffer_reader.h",
3926 "include/grpc/census.h",
3927 "include/grpc/compression.h",
3928 "include/grpc/grpc.h",
3929 "include/grpc/grpc_security.h",
Craig Tiller1298afd2016-02-09 12:29:17 -08003930 "include/grpc/impl/codegen/byte_buffer.h",
3931 "include/grpc/impl/codegen/compression_types.h",
3932 "include/grpc/impl/codegen/connectivity_state.h",
3933 "include/grpc/impl/codegen/grpc_types.h",
3934 "include/grpc/impl/codegen/propagation_bits.h",
3935 "include/grpc/impl/codegen/status.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003936 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07003937 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07003938 "src/core/census/grpc_filter.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003939 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07003940 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003941 "src/core/channel/channel_args.h",
3942 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003943 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003944 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003945 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003946 "src/core/channel/connected_channel.h",
3947 "src/core/channel/context.h",
3948 "src/core/channel/http_client_filter.h",
3949 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003950 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003951 "src/core/client_config/client_config.h",
3952 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08003953 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003954 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003955 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003956 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003957 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003958 "src/core/client_config/lb_policy_factory.h",
3959 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003960 "src/core/client_config/resolver.h",
3961 "src/core/client_config/resolver_factory.h",
3962 "src/core/client_config/resolver_registry.h",
3963 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003964 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003965 "src/core/client_config/subchannel.h",
3966 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08003967 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003968 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003969 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003970 "src/core/compression/message_compress.h",
3971 "src/core/debug/trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003972 "src/core/httpcli/format_request.h",
3973 "src/core/httpcli/httpcli.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003974 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003975 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003976 "src/core/iomgr/endpoint.h",
3977 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003978 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003979 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003980 "src/core/iomgr/fd_posix.h",
3981 "src/core/iomgr/iocp_windows.h",
3982 "src/core/iomgr/iomgr.h",
3983 "src/core/iomgr/iomgr_internal.h",
3984 "src/core/iomgr/iomgr_posix.h",
3985 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003986 "src/core/iomgr/pollset_posix.h",
3987 "src/core/iomgr/pollset_set.h",
3988 "src/core/iomgr/pollset_set_posix.h",
3989 "src/core/iomgr/pollset_set_windows.h",
3990 "src/core/iomgr/pollset_windows.h",
3991 "src/core/iomgr/resolve_address.h",
3992 "src/core/iomgr/sockaddr.h",
3993 "src/core/iomgr/sockaddr_posix.h",
3994 "src/core/iomgr/sockaddr_utils.h",
3995 "src/core/iomgr/sockaddr_win32.h",
3996 "src/core/iomgr/socket_utils_posix.h",
3997 "src/core/iomgr/socket_windows.h",
3998 "src/core/iomgr/tcp_client.h",
3999 "src/core/iomgr/tcp_posix.h",
4000 "src/core/iomgr/tcp_server.h",
4001 "src/core/iomgr/tcp_windows.h",
4002 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004003 "src/core/iomgr/timer.h",
4004 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004005 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004006 "src/core/iomgr/wakeup_fd_pipe.h",
4007 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004008 "src/core/iomgr/workqueue.h",
4009 "src/core/iomgr/workqueue_posix.h",
4010 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004011 "src/core/json/json.h",
4012 "src/core/json/json_common.h",
4013 "src/core/json/json_reader.h",
4014 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004015 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004016 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004017 "src/core/security/b64.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004018 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07004019 "src/core/security/handshake.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004020 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02004021 "src/core/security/jwt_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004022 "src/core/security/secure_endpoint.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004023 "src/core/security/security_connector.h",
4024 "src/core/security/security_context.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004025 "src/core/statistics/census_interface.h",
4026 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004027 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004028 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004029 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004030 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004031 "src/core/surface/completion_queue.h",
4032 "src/core/surface/event_string.h",
4033 "src/core/surface/init.h",
4034 "src/core/surface/server.h",
4035 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004036 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004037 "src/core/transport/chttp2/alpn.h",
4038 "src/core/transport/chttp2/bin_encoder.h",
4039 "src/core/transport/chttp2/frame.h",
4040 "src/core/transport/chttp2/frame_data.h",
4041 "src/core/transport/chttp2/frame_goaway.h",
4042 "src/core/transport/chttp2/frame_ping.h",
4043 "src/core/transport/chttp2/frame_rst_stream.h",
4044 "src/core/transport/chttp2/frame_settings.h",
4045 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004046 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004047 "src/core/transport/chttp2/hpack_parser.h",
4048 "src/core/transport/chttp2/hpack_table.h",
4049 "src/core/transport/chttp2/http2_errors.h",
4050 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004051 "src/core/transport/chttp2/incoming_metadata.h",
4052 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004053 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004054 "src/core/transport/chttp2/stream_map.h",
4055 "src/core/transport/chttp2/timeout_encoding.h",
4056 "src/core/transport/chttp2/varint.h",
4057 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004058 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004059 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004060 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004061 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004062 "src/core/transport/transport.h",
4063 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004064 "src/core/tsi/fake_transport_security.h",
4065 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004066 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004067 "src/core/tsi/transport_security.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004068 "src/core/tsi/transport_security_interface.h",
4069 "third_party/nanopb/pb.h",
4070 "third_party/nanopb/pb_common.h",
4071 "third_party/nanopb/pb_decode.h",
4072 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004073 ],
4074 "language": "c",
4075 "name": "grpc",
4076 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004077 "include/grpc/byte_buffer.h",
4078 "include/grpc/byte_buffer_reader.h",
4079 "include/grpc/census.h",
4080 "include/grpc/compression.h",
4081 "include/grpc/grpc.h",
4082 "include/grpc/grpc_security.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004083 "include/grpc/impl/codegen/byte_buffer.h",
4084 "include/grpc/impl/codegen/compression_types.h",
4085 "include/grpc/impl/codegen/connectivity_state.h",
4086 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004087 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004088 "include/grpc/impl/codegen/status.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004089 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004090 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004091 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004092 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004093 "src/core/census/grpc_filter.c",
4094 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004095 "src/core/census/initialize.c",
Craig Tiller732a8752016-02-22 15:59:19 -08004096 "src/core/census/mlog.c",
4097 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004098 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004099 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004100 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004101 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004102 "src/core/channel/channel_args.c",
4103 "src/core/channel/channel_args.h",
4104 "src/core/channel/channel_stack.c",
4105 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004106 "src/core/channel/client_channel.c",
4107 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004108 "src/core/channel/client_uchannel.c",
4109 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004110 "src/core/channel/compress_filter.c",
4111 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004112 "src/core/channel/connected_channel.c",
4113 "src/core/channel/connected_channel.h",
4114 "src/core/channel/context.h",
4115 "src/core/channel/http_client_filter.c",
4116 "src/core/channel/http_client_filter.h",
4117 "src/core/channel/http_server_filter.c",
4118 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004119 "src/core/channel/subchannel_call_holder.c",
4120 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004121 "src/core/client_config/client_config.c",
4122 "src/core/client_config/client_config.h",
4123 "src/core/client_config/connector.c",
4124 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004125 "src/core/client_config/default_initial_connect_string.c",
4126 "src/core/client_config/initial_connect_string.c",
4127 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004128 "src/core/client_config/lb_policies/load_balancer_api.c",
4129 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004130 "src/core/client_config/lb_policies/pick_first.c",
4131 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004132 "src/core/client_config/lb_policies/round_robin.c",
4133 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004134 "src/core/client_config/lb_policy.c",
4135 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004136 "src/core/client_config/lb_policy_factory.c",
4137 "src/core/client_config/lb_policy_factory.h",
4138 "src/core/client_config/lb_policy_registry.c",
4139 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004140 "src/core/client_config/resolver.c",
4141 "src/core/client_config/resolver.h",
4142 "src/core/client_config/resolver_factory.c",
4143 "src/core/client_config/resolver_factory.h",
4144 "src/core/client_config/resolver_registry.c",
4145 "src/core/client_config/resolver_registry.h",
4146 "src/core/client_config/resolvers/dns_resolver.c",
4147 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004148 "src/core/client_config/resolvers/sockaddr_resolver.c",
4149 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004150 "src/core/client_config/subchannel.c",
4151 "src/core/client_config/subchannel.h",
4152 "src/core/client_config/subchannel_factory.c",
4153 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004154 "src/core/client_config/subchannel_index.c",
4155 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004156 "src/core/client_config/uri_parser.c",
4157 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004158 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004159 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004160 "src/core/compression/message_compress.c",
4161 "src/core/compression/message_compress.h",
4162 "src/core/debug/trace.c",
4163 "src/core/debug/trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004164 "src/core/httpcli/format_request.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004165 "src/core/httpcli/format_request.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004166 "src/core/httpcli/httpcli.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004167 "src/core/httpcli/httpcli.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004168 "src/core/httpcli/httpcli_security_connector.c",
4169 "src/core/httpcli/parser.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004170 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004171 "src/core/iomgr/closure.c",
4172 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004173 "src/core/iomgr/endpoint.c",
4174 "src/core/iomgr/endpoint.h",
4175 "src/core/iomgr/endpoint_pair.h",
4176 "src/core/iomgr/endpoint_pair_posix.c",
4177 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004178 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004179 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004180 "src/core/iomgr/executor.c",
4181 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004182 "src/core/iomgr/fd_posix.c",
4183 "src/core/iomgr/fd_posix.h",
4184 "src/core/iomgr/iocp_windows.c",
4185 "src/core/iomgr/iocp_windows.h",
4186 "src/core/iomgr/iomgr.c",
4187 "src/core/iomgr/iomgr.h",
4188 "src/core/iomgr/iomgr_internal.h",
4189 "src/core/iomgr/iomgr_posix.c",
4190 "src/core/iomgr/iomgr_posix.h",
4191 "src/core/iomgr/iomgr_windows.c",
4192 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004193 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4194 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4195 "src/core/iomgr/pollset_posix.c",
4196 "src/core/iomgr/pollset_posix.h",
4197 "src/core/iomgr/pollset_set.h",
4198 "src/core/iomgr/pollset_set_posix.c",
4199 "src/core/iomgr/pollset_set_posix.h",
4200 "src/core/iomgr/pollset_set_windows.c",
4201 "src/core/iomgr/pollset_set_windows.h",
4202 "src/core/iomgr/pollset_windows.c",
4203 "src/core/iomgr/pollset_windows.h",
4204 "src/core/iomgr/resolve_address.h",
4205 "src/core/iomgr/resolve_address_posix.c",
4206 "src/core/iomgr/resolve_address_windows.c",
4207 "src/core/iomgr/sockaddr.h",
4208 "src/core/iomgr/sockaddr_posix.h",
4209 "src/core/iomgr/sockaddr_utils.c",
4210 "src/core/iomgr/sockaddr_utils.h",
4211 "src/core/iomgr/sockaddr_win32.h",
4212 "src/core/iomgr/socket_utils_common_posix.c",
4213 "src/core/iomgr/socket_utils_linux.c",
4214 "src/core/iomgr/socket_utils_posix.c",
4215 "src/core/iomgr/socket_utils_posix.h",
4216 "src/core/iomgr/socket_windows.c",
4217 "src/core/iomgr/socket_windows.h",
4218 "src/core/iomgr/tcp_client.h",
4219 "src/core/iomgr/tcp_client_posix.c",
4220 "src/core/iomgr/tcp_client_windows.c",
4221 "src/core/iomgr/tcp_posix.c",
4222 "src/core/iomgr/tcp_posix.h",
4223 "src/core/iomgr/tcp_server.h",
4224 "src/core/iomgr/tcp_server_posix.c",
4225 "src/core/iomgr/tcp_server_windows.c",
4226 "src/core/iomgr/tcp_windows.c",
4227 "src/core/iomgr/tcp_windows.h",
4228 "src/core/iomgr/time_averaged_stats.c",
4229 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004230 "src/core/iomgr/timer.c",
4231 "src/core/iomgr/timer.h",
4232 "src/core/iomgr/timer_heap.c",
4233 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004234 "src/core/iomgr/udp_server.c",
4235 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004236 "src/core/iomgr/wakeup_fd_eventfd.c",
4237 "src/core/iomgr/wakeup_fd_nospecial.c",
4238 "src/core/iomgr/wakeup_fd_pipe.c",
4239 "src/core/iomgr/wakeup_fd_pipe.h",
4240 "src/core/iomgr/wakeup_fd_posix.c",
4241 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004242 "src/core/iomgr/workqueue.h",
4243 "src/core/iomgr/workqueue_posix.c",
4244 "src/core/iomgr/workqueue_posix.h",
4245 "src/core/iomgr/workqueue_windows.c",
4246 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004247 "src/core/json/json.c",
4248 "src/core/json/json.h",
4249 "src/core/json/json_common.h",
4250 "src/core/json/json_reader.c",
4251 "src/core/json/json_reader.h",
4252 "src/core/json/json_string.c",
4253 "src/core/json/json_writer.c",
4254 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004255 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4256 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004257 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004258 "src/core/security/b64.c",
4259 "src/core/security/b64.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004260 "src/core/security/client_auth_filter.c",
4261 "src/core/security/credentials.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004262 "src/core/security/credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004263 "src/core/security/credentials_metadata.c",
4264 "src/core/security/credentials_posix.c",
4265 "src/core/security/credentials_win32.c",
4266 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07004267 "src/core/security/handshake.c",
4268 "src/core/security/handshake.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004269 "src/core/security/json_token.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004270 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02004271 "src/core/security/jwt_verifier.c",
4272 "src/core/security/jwt_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004273 "src/core/security/secure_endpoint.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004274 "src/core/security/secure_endpoint.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004275 "src/core/security/security_connector.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004276 "src/core/security/security_connector.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004277 "src/core/security/security_context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004278 "src/core/security/security_context.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004279 "src/core/security/server_auth_filter.c",
4280 "src/core/security/server_secure_chttp2.c",
yang-g31ff8bc2015-08-25 14:09:06 -07004281 "src/core/statistics/census_interface.h",
4282 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004283 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004284 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004285 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004286 "src/core/surface/byte_buffer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004287 "src/core/surface/byte_buffer_reader.c",
4288 "src/core/surface/call.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004289 "src/core/surface/call.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004290 "src/core/surface/call_details.c",
4291 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004292 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004293 "src/core/surface/channel.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004294 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004295 "src/core/surface/channel_connectivity.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004296 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08004297 "src/core/surface/channel_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004298 "src/core/surface/completion_queue.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004299 "src/core/surface/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004300 "src/core/surface/event_string.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004301 "src/core/surface/event_string.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004302 "src/core/surface/init.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004303 "src/core/surface/init.h",
4304 "src/core/surface/init_secure.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004305 "src/core/surface/lame_client.c",
4306 "src/core/surface/metadata_array.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004307 "src/core/surface/secure_channel_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004308 "src/core/surface/server.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004309 "src/core/surface/server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004310 "src/core/surface/server_chttp2.c",
4311 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004312 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004313 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004314 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004315 "src/core/transport/byte_stream.c",
4316 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004317 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004318 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004319 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004320 "src/core/transport/chttp2/bin_encoder.h",
4321 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004322 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004323 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004324 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004325 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004326 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004327 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004328 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004329 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004330 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004331 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004332 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004333 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004334 "src/core/transport/chttp2/hpack_encoder.c",
4335 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004336 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004337 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004338 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004339 "src/core/transport/chttp2/hpack_table.h",
4340 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004341 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004342 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004343 "src/core/transport/chttp2/incoming_metadata.c",
4344 "src/core/transport/chttp2/incoming_metadata.h",
4345 "src/core/transport/chttp2/internal.h",
4346 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004347 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004348 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004349 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004350 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004351 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004352 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004353 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004354 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004355 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004356 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004357 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004358 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004359 "src/core/transport/connectivity_state.c",
4360 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004361 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004362 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004363 "src/core/transport/metadata_batch.c",
4364 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004365 "src/core/transport/static_metadata.c",
4366 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004367 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004368 "src/core/transport/transport.h",
4369 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004370 "src/core/transport/transport_op_string.c",
4371 "src/core/tsi/fake_transport_security.c",
4372 "src/core/tsi/fake_transport_security.h",
4373 "src/core/tsi/ssl_transport_security.c",
4374 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004375 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004376 "src/core/tsi/transport_security.c",
4377 "src/core/tsi/transport_security.h",
4378 "src/core/tsi/transport_security_interface.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004379 ],
4380 "third_party": false,
4381 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004382 },
4383 {
4384 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004385 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004386 "grpc"
4387 ],
4388 "headers": [],
4389 "language": "c",
4390 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004391 "src": [],
4392 "third_party": false,
4393 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004394 },
4395 {
4396 "deps": [
4397 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004398 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07004399 "grpc"
4400 ],
4401 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004402 "test/core/end2end/cq_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004403 "test/core/end2end/data/ssl_test_data.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004404 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004405 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004406 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004407 "test/core/util/grpc_profiler.h",
4408 "test/core/util/parse_hexstring.h",
4409 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004410 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004411 ],
4412 "language": "c",
4413 "name": "grpc_test_util",
4414 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004415 "test/core/end2end/cq_verifier.c",
4416 "test/core/end2end/cq_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004417 "test/core/end2end/data/server1_cert.c",
4418 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004419 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004420 "test/core/end2end/data/test_root_cert.c",
Craig Tiller17effab2015-08-04 08:19:36 -07004421 "test/core/end2end/fixtures/proxy.c",
4422 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004423 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004424 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004425 "test/core/security/oauth2_utils.c",
4426 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004427 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004428 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004429 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004430 "test/core/util/parse_hexstring.h",
4431 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004432 "test/core/util/port_posix.c",
4433 "test/core/util/port_windows.c",
4434 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004435 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004436 ],
4437 "third_party": false,
4438 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004439 },
4440 {
4441 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004442 "gpr",
4443 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004444 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004445 ],
4446 "headers": [
4447 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004448 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004449 "test/core/iomgr/endpoint_tests.h",
4450 "test/core/util/grpc_profiler.h",
4451 "test/core/util/parse_hexstring.h",
4452 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004453 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004454 ],
4455 "language": "c",
4456 "name": "grpc_test_util_unsecure",
4457 "src": [
4458 "test/core/end2end/cq_verifier.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004459 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004460 "test/core/end2end/fixtures/proxy.c",
4461 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004462 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004463 "test/core/iomgr/endpoint_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004464 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004465 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004466 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004467 "test/core/util/parse_hexstring.h",
4468 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004469 "test/core/util/port_posix.c",
4470 "test/core/util/port_windows.c",
4471 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004472 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004473 ],
4474 "third_party": false,
4475 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004476 },
4477 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004478 "deps": [
4479 "gpr"
4480 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004481 "headers": [
4482 "include/grpc/byte_buffer.h",
4483 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004484 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004485 "include/grpc/compression.h",
4486 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004487 "include/grpc/impl/codegen/byte_buffer.h",
4488 "include/grpc/impl/codegen/compression_types.h",
4489 "include/grpc/impl/codegen/connectivity_state.h",
4490 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004491 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004492 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004493 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004494 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07004495 "src/core/census/grpc_filter.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004496 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07004497 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004498 "src/core/channel/channel_args.h",
4499 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004500 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004501 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004502 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004503 "src/core/channel/connected_channel.h",
4504 "src/core/channel/context.h",
4505 "src/core/channel/http_client_filter.h",
4506 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004507 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004508 "src/core/client_config/client_config.h",
4509 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004510 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004511 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004512 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004513 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004514 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004515 "src/core/client_config/lb_policy_factory.h",
4516 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004517 "src/core/client_config/resolver.h",
4518 "src/core/client_config/resolver_factory.h",
4519 "src/core/client_config/resolver_registry.h",
4520 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004521 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004522 "src/core/client_config/subchannel.h",
4523 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004524 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004525 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004526 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004527 "src/core/compression/message_compress.h",
4528 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004529 "src/core/httpcli/format_request.h",
4530 "src/core/httpcli/httpcli.h",
4531 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004532 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004533 "src/core/iomgr/endpoint.h",
4534 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004535 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004536 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004537 "src/core/iomgr/fd_posix.h",
4538 "src/core/iomgr/iocp_windows.h",
4539 "src/core/iomgr/iomgr.h",
4540 "src/core/iomgr/iomgr_internal.h",
4541 "src/core/iomgr/iomgr_posix.h",
4542 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004543 "src/core/iomgr/pollset_posix.h",
4544 "src/core/iomgr/pollset_set.h",
4545 "src/core/iomgr/pollset_set_posix.h",
4546 "src/core/iomgr/pollset_set_windows.h",
4547 "src/core/iomgr/pollset_windows.h",
4548 "src/core/iomgr/resolve_address.h",
4549 "src/core/iomgr/sockaddr.h",
4550 "src/core/iomgr/sockaddr_posix.h",
4551 "src/core/iomgr/sockaddr_utils.h",
4552 "src/core/iomgr/sockaddr_win32.h",
4553 "src/core/iomgr/socket_utils_posix.h",
4554 "src/core/iomgr/socket_windows.h",
4555 "src/core/iomgr/tcp_client.h",
4556 "src/core/iomgr/tcp_posix.h",
4557 "src/core/iomgr/tcp_server.h",
4558 "src/core/iomgr/tcp_windows.h",
4559 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004560 "src/core/iomgr/timer.h",
4561 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004562 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004563 "src/core/iomgr/wakeup_fd_pipe.h",
4564 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004565 "src/core/iomgr/workqueue.h",
4566 "src/core/iomgr/workqueue_posix.h",
4567 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004568 "src/core/json/json.h",
4569 "src/core/json/json_common.h",
4570 "src/core/json/json_reader.h",
4571 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004572 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004573 "src/core/statistics/census_interface.h",
4574 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004575 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004576 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004577 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004578 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004579 "src/core/surface/completion_queue.h",
4580 "src/core/surface/event_string.h",
4581 "src/core/surface/init.h",
4582 "src/core/surface/server.h",
4583 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004584 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004585 "src/core/transport/chttp2/alpn.h",
4586 "src/core/transport/chttp2/bin_encoder.h",
4587 "src/core/transport/chttp2/frame.h",
4588 "src/core/transport/chttp2/frame_data.h",
4589 "src/core/transport/chttp2/frame_goaway.h",
4590 "src/core/transport/chttp2/frame_ping.h",
4591 "src/core/transport/chttp2/frame_rst_stream.h",
4592 "src/core/transport/chttp2/frame_settings.h",
4593 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004594 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004595 "src/core/transport/chttp2/hpack_parser.h",
4596 "src/core/transport/chttp2/hpack_table.h",
4597 "src/core/transport/chttp2/http2_errors.h",
4598 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004599 "src/core/transport/chttp2/incoming_metadata.h",
4600 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004601 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004602 "src/core/transport/chttp2/stream_map.h",
4603 "src/core/transport/chttp2/timeout_encoding.h",
4604 "src/core/transport/chttp2/varint.h",
4605 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004606 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004607 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004608 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004609 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004610 "src/core/transport/transport.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004611 "src/core/transport/transport_impl.h",
4612 "third_party/nanopb/pb.h",
4613 "third_party/nanopb/pb_common.h",
4614 "third_party/nanopb/pb_decode.h",
4615 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004616 ],
4617 "language": "c",
4618 "name": "grpc_unsecure",
4619 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004620 "include/grpc/byte_buffer.h",
4621 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004622 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004623 "include/grpc/compression.h",
4624 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004625 "include/grpc/impl/codegen/byte_buffer.h",
4626 "include/grpc/impl/codegen/compression_types.h",
4627 "include/grpc/impl/codegen/connectivity_state.h",
4628 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004629 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004630 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004631 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004632 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004633 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004634 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004635 "src/core/census/grpc_filter.c",
4636 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004637 "src/core/census/initialize.c",
Craig Tiller732a8752016-02-22 15:59:19 -08004638 "src/core/census/mlog.c",
4639 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004640 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004641 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004642 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004643 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004644 "src/core/channel/channel_args.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004645 "src/core/channel/channel_args.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004646 "src/core/channel/channel_stack.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004647 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004648 "src/core/channel/client_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004649 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004650 "src/core/channel/client_uchannel.c",
4651 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004652 "src/core/channel/compress_filter.c",
4653 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004654 "src/core/channel/connected_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004655 "src/core/channel/connected_channel.h",
4656 "src/core/channel/context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004657 "src/core/channel/http_client_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004658 "src/core/channel/http_client_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004659 "src/core/channel/http_server_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004660 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004661 "src/core/channel/subchannel_call_holder.c",
4662 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004663 "src/core/client_config/client_config.c",
4664 "src/core/client_config/client_config.h",
4665 "src/core/client_config/connector.c",
4666 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004667 "src/core/client_config/default_initial_connect_string.c",
4668 "src/core/client_config/initial_connect_string.c",
4669 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004670 "src/core/client_config/lb_policies/load_balancer_api.c",
4671 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004672 "src/core/client_config/lb_policies/pick_first.c",
4673 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004674 "src/core/client_config/lb_policies/round_robin.c",
4675 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004676 "src/core/client_config/lb_policy.c",
4677 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004678 "src/core/client_config/lb_policy_factory.c",
4679 "src/core/client_config/lb_policy_factory.h",
4680 "src/core/client_config/lb_policy_registry.c",
4681 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004682 "src/core/client_config/resolver.c",
4683 "src/core/client_config/resolver.h",
4684 "src/core/client_config/resolver_factory.c",
4685 "src/core/client_config/resolver_factory.h",
4686 "src/core/client_config/resolver_registry.c",
4687 "src/core/client_config/resolver_registry.h",
4688 "src/core/client_config/resolvers/dns_resolver.c",
4689 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004690 "src/core/client_config/resolvers/sockaddr_resolver.c",
4691 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004692 "src/core/client_config/subchannel.c",
4693 "src/core/client_config/subchannel.h",
4694 "src/core/client_config/subchannel_factory.c",
4695 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004696 "src/core/client_config/subchannel_index.c",
4697 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004698 "src/core/client_config/uri_parser.c",
4699 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004700 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004701 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004702 "src/core/compression/message_compress.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004703 "src/core/compression/message_compress.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004704 "src/core/debug/trace.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004705 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004706 "src/core/httpcli/format_request.c",
4707 "src/core/httpcli/format_request.h",
4708 "src/core/httpcli/httpcli.c",
4709 "src/core/httpcli/httpcli.h",
4710 "src/core/httpcli/parser.c",
4711 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004712 "src/core/iomgr/closure.c",
4713 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004714 "src/core/iomgr/endpoint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004715 "src/core/iomgr/endpoint.h",
4716 "src/core/iomgr/endpoint_pair.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004717 "src/core/iomgr/endpoint_pair_posix.c",
4718 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004719 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004720 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004721 "src/core/iomgr/executor.c",
4722 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004723 "src/core/iomgr/fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004724 "src/core/iomgr/fd_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004725 "src/core/iomgr/iocp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004726 "src/core/iomgr/iocp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004727 "src/core/iomgr/iomgr.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004728 "src/core/iomgr/iomgr.h",
4729 "src/core/iomgr/iomgr_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004730 "src/core/iomgr/iomgr_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004731 "src/core/iomgr/iomgr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004732 "src/core/iomgr/iomgr_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004733 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004734 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4735 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4736 "src/core/iomgr/pollset_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004737 "src/core/iomgr/pollset_posix.h",
4738 "src/core/iomgr/pollset_set.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004739 "src/core/iomgr/pollset_set_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004740 "src/core/iomgr/pollset_set_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004741 "src/core/iomgr/pollset_set_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004742 "src/core/iomgr/pollset_set_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004743 "src/core/iomgr/pollset_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004744 "src/core/iomgr/pollset_windows.h",
4745 "src/core/iomgr/resolve_address.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004746 "src/core/iomgr/resolve_address_posix.c",
4747 "src/core/iomgr/resolve_address_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004748 "src/core/iomgr/sockaddr.h",
4749 "src/core/iomgr/sockaddr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004750 "src/core/iomgr/sockaddr_utils.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004751 "src/core/iomgr/sockaddr_utils.h",
4752 "src/core/iomgr/sockaddr_win32.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004753 "src/core/iomgr/socket_utils_common_posix.c",
4754 "src/core/iomgr/socket_utils_linux.c",
4755 "src/core/iomgr/socket_utils_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004756 "src/core/iomgr/socket_utils_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004757 "src/core/iomgr/socket_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004758 "src/core/iomgr/socket_windows.h",
4759 "src/core/iomgr/tcp_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004760 "src/core/iomgr/tcp_client_posix.c",
4761 "src/core/iomgr/tcp_client_windows.c",
4762 "src/core/iomgr/tcp_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004763 "src/core/iomgr/tcp_posix.h",
4764 "src/core/iomgr/tcp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004765 "src/core/iomgr/tcp_server_posix.c",
4766 "src/core/iomgr/tcp_server_windows.c",
4767 "src/core/iomgr/tcp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004768 "src/core/iomgr/tcp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004769 "src/core/iomgr/time_averaged_stats.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004770 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004771 "src/core/iomgr/timer.c",
4772 "src/core/iomgr/timer.h",
4773 "src/core/iomgr/timer_heap.c",
4774 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004775 "src/core/iomgr/udp_server.c",
4776 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004777 "src/core/iomgr/wakeup_fd_eventfd.c",
4778 "src/core/iomgr/wakeup_fd_nospecial.c",
4779 "src/core/iomgr/wakeup_fd_pipe.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004780 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004781 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004782 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004783 "src/core/iomgr/workqueue.h",
4784 "src/core/iomgr/workqueue_posix.c",
4785 "src/core/iomgr/workqueue_posix.h",
4786 "src/core/iomgr/workqueue_windows.c",
4787 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004788 "src/core/json/json.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004789 "src/core/json/json.h",
4790 "src/core/json/json_common.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004791 "src/core/json/json_reader.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004792 "src/core/json/json_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004793 "src/core/json/json_string.c",
4794 "src/core/json/json_writer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004795 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004796 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4797 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004798 "src/core/statistics/census_interface.h",
4799 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004800 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004801 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004802 "src/core/surface/api_trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004803 "src/core/surface/byte_buffer.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004804 "src/core/surface/byte_buffer_reader.c",
4805 "src/core/surface/call.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004806 "src/core/surface/call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004807 "src/core/surface/call_details.c",
4808 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004809 "src/core/surface/call_test_only.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004810 "src/core/surface/channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004811 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004812 "src/core/surface/channel_connectivity.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004813 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08004814 "src/core/surface/channel_ping.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004815 "src/core/surface/completion_queue.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004816 "src/core/surface/completion_queue.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004817 "src/core/surface/event_string.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004818 "src/core/surface/event_string.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004819 "src/core/surface/init.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004820 "src/core/surface/init.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004821 "src/core/surface/init_unsecure.c",
4822 "src/core/surface/lame_client.c",
4823 "src/core/surface/metadata_array.c",
4824 "src/core/surface/server.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004825 "src/core/surface/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004826 "src/core/surface/server_chttp2.c",
4827 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004828 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004829 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004830 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004831 "src/core/transport/byte_stream.c",
4832 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004833 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004834 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004835 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004836 "src/core/transport/chttp2/bin_encoder.h",
4837 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004838 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004839 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004840 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004841 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004842 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004843 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004844 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004845 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004846 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004847 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004848 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004849 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004850 "src/core/transport/chttp2/hpack_encoder.c",
4851 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004852 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004853 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004854 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004855 "src/core/transport/chttp2/hpack_table.h",
4856 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004857 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004858 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004859 "src/core/transport/chttp2/incoming_metadata.c",
4860 "src/core/transport/chttp2/incoming_metadata.h",
4861 "src/core/transport/chttp2/internal.h",
4862 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004863 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004864 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004865 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004866 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004867 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004868 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004869 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004870 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004871 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004872 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004873 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004874 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004875 "src/core/transport/connectivity_state.c",
4876 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004877 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004878 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004879 "src/core/transport/metadata_batch.c",
4880 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004881 "src/core/transport/static_metadata.c",
4882 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004883 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004884 "src/core/transport/transport.h",
4885 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004886 "src/core/transport/transport_op_string.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004887 ],
4888 "third_party": false,
4889 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004890 },
4891 {
4892 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004893 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004894 "grpc"
4895 ],
4896 "headers": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004897 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004898 "src/core/client_config/resolvers/zookeeper_resolver.h"
4899 ],
4900 "language": "c",
4901 "name": "grpc_zookeeper",
4902 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004903 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004904 "src/core/client_config/resolvers/zookeeper_resolver.c",
4905 "src/core/client_config/resolvers/zookeeper_resolver.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004906 ],
4907 "third_party": false,
4908 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004909 },
4910 {
4911 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004912 "gpr",
4913 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004914 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004915 "grpc_test_util",
4916 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004917 ],
4918 "headers": [
4919 "test/core/util/reconnect_server.h"
4920 ],
4921 "language": "c",
4922 "name": "reconnect_server",
4923 "src": [
4924 "test/core/util/reconnect_server.c",
4925 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004926 ],
4927 "third_party": false,
4928 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004929 },
4930 {
4931 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004932 "gpr",
4933 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004934 "grpc",
4935 "grpc_test_util"
4936 ],
4937 "headers": [
4938 "test/core/util/test_tcp_server.h"
4939 ],
4940 "language": "c",
4941 "name": "test_tcp_server",
4942 "src": [
4943 "test/core/util/test_tcp_server.c",
4944 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004945 ],
4946 "third_party": false,
4947 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004948 },
4949 {
4950 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004951 "grpc"
4952 ],
4953 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08004954 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07004955 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004956 "include/grpc++/client_context.h",
4957 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004958 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004959 "include/grpc++/generic/async_generic_service.h",
4960 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07004961 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004962 "include/grpc++/impl/call.h",
4963 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004964 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004965 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004966 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004967 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004968 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004969 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004970 "include/grpc++/impl/codegen/client_unary_call.h",
4971 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004972 "include/grpc++/impl/codegen/completion_queue_tag.h",
4973 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004974 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004975 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004976 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004977 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004978 "include/grpc++/impl/codegen/rpc_method.h",
4979 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004980 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004981 "include/grpc++/impl/codegen/serialization_traits.h",
4982 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004983 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004984 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004985 "include/grpc++/impl/codegen/status.h",
4986 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004987 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004988 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004989 "include/grpc++/impl/codegen/sync.h",
4990 "include/grpc++/impl/codegen/sync_cxx11.h",
4991 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004992 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004993 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004994 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08004995 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004996 "include/grpc++/impl/proto_utils.h",
4997 "include/grpc++/impl/rpc_method.h",
4998 "include/grpc++/impl/rpc_service_method.h",
4999 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005000 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005001 "include/grpc++/impl/service_type.h",
5002 "include/grpc++/impl/sync.h",
5003 "include/grpc++/impl/sync_cxx11.h",
5004 "include/grpc++/impl/sync_no_cxx11.h",
5005 "include/grpc++/impl/thd.h",
5006 "include/grpc++/impl/thd_cxx11.h",
5007 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005008 "include/grpc++/security/auth_context.h",
5009 "include/grpc++/security/auth_metadata_processor.h",
5010 "include/grpc++/security/credentials.h",
5011 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005012 "include/grpc++/server.h",
5013 "include/grpc++/server_builder.h",
5014 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005015 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005016 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005017 "include/grpc++/support/byte_buffer.h",
5018 "include/grpc++/support/channel_arguments.h",
5019 "include/grpc++/support/config.h",
5020 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005021 "include/grpc++/support/slice.h",
5022 "include/grpc++/support/status.h",
5023 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005024 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005025 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005026 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005027 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005028 "src/cpp/client/create_channel_internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005029 "src/cpp/client/secure_credentials.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005030 "src/cpp/common/create_auth_context.h",
5031 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005032 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005033 "src/cpp/server/secure_server_credentials.h",
5034 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005035 ],
5036 "language": "c++",
5037 "name": "grpc++",
5038 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005039 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005040 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005041 "include/grpc++/client_context.h",
5042 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005043 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005044 "include/grpc++/generic/async_generic_service.h",
5045 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005046 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005047 "include/grpc++/impl/call.h",
5048 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005049 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005050 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005051 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005052 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005053 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005054 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005055 "include/grpc++/impl/codegen/client_unary_call.h",
5056 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005057 "include/grpc++/impl/codegen/completion_queue_tag.h",
5058 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005059 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005060 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005061 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005062 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005063 "include/grpc++/impl/codegen/rpc_method.h",
5064 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005065 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005066 "include/grpc++/impl/codegen/serialization_traits.h",
5067 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005068 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005069 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005070 "include/grpc++/impl/codegen/status.h",
5071 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005072 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005073 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005074 "include/grpc++/impl/codegen/sync.h",
5075 "include/grpc++/impl/codegen/sync_cxx11.h",
5076 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005077 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005078 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005079 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005080 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005081 "include/grpc++/impl/proto_utils.h",
5082 "include/grpc++/impl/rpc_method.h",
5083 "include/grpc++/impl/rpc_service_method.h",
5084 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005085 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005086 "include/grpc++/impl/service_type.h",
5087 "include/grpc++/impl/sync.h",
5088 "include/grpc++/impl/sync_cxx11.h",
5089 "include/grpc++/impl/sync_no_cxx11.h",
5090 "include/grpc++/impl/thd.h",
5091 "include/grpc++/impl/thd_cxx11.h",
5092 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005093 "include/grpc++/security/auth_context.h",
5094 "include/grpc++/security/auth_metadata_processor.h",
5095 "include/grpc++/security/credentials.h",
5096 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005097 "include/grpc++/server.h",
5098 "include/grpc++/server_builder.h",
5099 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005100 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005101 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005102 "include/grpc++/support/byte_buffer.h",
5103 "include/grpc++/support/channel_arguments.h",
5104 "include/grpc++/support/config.h",
5105 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005106 "include/grpc++/support/slice.h",
5107 "include/grpc++/support/status.h",
5108 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005109 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005110 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005111 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005112 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005113 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005114 "src/cpp/client/client_context.cc",
5115 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005116 "src/cpp/client/create_channel_internal.cc",
5117 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005118 "src/cpp/client/credentials.cc",
5119 "src/cpp/client/generic_stub.cc",
5120 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005121 "src/cpp/client/secure_credentials.cc",
5122 "src/cpp/client/secure_credentials.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005123 "src/cpp/codegen/grpc_library.cc",
yang-g7ef72322015-07-16 21:00:51 -07005124 "src/cpp/common/auth_property_iterator.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005125 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005126 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005127 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005128 "src/cpp/common/create_auth_context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005129 "src/cpp/common/rpc_method.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005130 "src/cpp/common/secure_auth_context.cc",
5131 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08005132 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005133 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005134 "src/cpp/proto/proto_utils.cc",
5135 "src/cpp/server/async_generic_service.cc",
5136 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005137 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005138 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005139 "src/cpp/server/insecure_server_credentials.cc",
5140 "src/cpp/server/secure_server_credentials.cc",
5141 "src/cpp/server/secure_server_credentials.h",
5142 "src/cpp/server/server.cc",
5143 "src/cpp/server/server_builder.cc",
5144 "src/cpp/server/server_context.cc",
5145 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005146 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005147 "src/cpp/util/byte_buffer.cc",
5148 "src/cpp/util/slice.cc",
5149 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005150 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005151 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005152 ],
5153 "third_party": false,
5154 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005155 },
5156 {
5157 "deps": [],
5158 "headers": [
5159 "test/cpp/util/test_config.h"
5160 ],
5161 "language": "c++",
5162 "name": "grpc++_test_config",
5163 "src": [
5164 "test/cpp/util/test_config.cc",
5165 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005166 ],
5167 "third_party": false,
5168 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005169 },
5170 {
5171 "deps": [
5172 "grpc++",
5173 "grpc_test_util"
5174 ],
5175 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005176 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
5177 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
5178 "src/proto/grpc/testing/echo.grpc.pb.h",
5179 "src/proto/grpc/testing/echo.pb.h",
5180 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
5181 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08005182 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005183 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005184 "test/cpp/util/cli_call.h",
5185 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005186 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08005187 "test/cpp/util/subprocess.h",
5188 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005189 ],
5190 "language": "c++",
5191 "name": "grpc++_test_util",
5192 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08005193 "test/cpp/end2end/test_service_impl.cc",
5194 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005195 "test/cpp/util/byte_buffer_proto_helper.cc",
5196 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005197 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005198 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005199 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005200 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005201 "test/cpp/util/string_ref_helper.cc",
5202 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005203 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08005204 "test/cpp/util/subprocess.h",
5205 "test/cpp/util/test_credentials_provider.cc",
5206 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005207 ],
5208 "third_party": false,
5209 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005210 },
5211 {
5212 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005213 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005214 "grpc_unsecure"
5215 ],
5216 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005217 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005218 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005219 "include/grpc++/client_context.h",
5220 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005221 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005222 "include/grpc++/generic/async_generic_service.h",
5223 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005224 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005225 "include/grpc++/impl/call.h",
5226 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005227 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005228 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005229 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005230 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005231 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005232 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005233 "include/grpc++/impl/codegen/client_unary_call.h",
5234 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005235 "include/grpc++/impl/codegen/completion_queue_tag.h",
5236 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005237 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005238 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005239 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005240 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005241 "include/grpc++/impl/codegen/rpc_method.h",
5242 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005243 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005244 "include/grpc++/impl/codegen/serialization_traits.h",
5245 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005246 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005247 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005248 "include/grpc++/impl/codegen/status.h",
5249 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005250 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005251 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005252 "include/grpc++/impl/codegen/sync.h",
5253 "include/grpc++/impl/codegen/sync_cxx11.h",
5254 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005255 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005256 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005257 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005258 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005259 "include/grpc++/impl/proto_utils.h",
5260 "include/grpc++/impl/rpc_method.h",
5261 "include/grpc++/impl/rpc_service_method.h",
5262 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005263 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005264 "include/grpc++/impl/service_type.h",
5265 "include/grpc++/impl/sync.h",
5266 "include/grpc++/impl/sync_cxx11.h",
5267 "include/grpc++/impl/sync_no_cxx11.h",
5268 "include/grpc++/impl/thd.h",
5269 "include/grpc++/impl/thd_cxx11.h",
5270 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005271 "include/grpc++/security/auth_context.h",
5272 "include/grpc++/security/auth_metadata_processor.h",
5273 "include/grpc++/security/credentials.h",
5274 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005275 "include/grpc++/server.h",
5276 "include/grpc++/server_builder.h",
5277 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005278 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005279 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005280 "include/grpc++/support/byte_buffer.h",
5281 "include/grpc++/support/channel_arguments.h",
5282 "include/grpc++/support/config.h",
5283 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005284 "include/grpc++/support/slice.h",
5285 "include/grpc++/support/status.h",
5286 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005287 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005288 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005289 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005290 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005291 "src/cpp/client/create_channel_internal.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005292 "src/cpp/common/create_auth_context.h",
5293 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005294 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005295 ],
5296 "language": "c++",
5297 "name": "grpc++_unsecure",
5298 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005299 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005300 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005301 "include/grpc++/client_context.h",
5302 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005303 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005304 "include/grpc++/generic/async_generic_service.h",
5305 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005306 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005307 "include/grpc++/impl/call.h",
5308 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005309 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005310 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005311 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005312 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005313 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005314 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005315 "include/grpc++/impl/codegen/client_unary_call.h",
5316 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005317 "include/grpc++/impl/codegen/completion_queue_tag.h",
5318 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005319 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005320 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005321 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005322 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005323 "include/grpc++/impl/codegen/rpc_method.h",
5324 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005325 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005326 "include/grpc++/impl/codegen/serialization_traits.h",
5327 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005328 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005329 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005330 "include/grpc++/impl/codegen/status.h",
5331 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005332 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005333 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005334 "include/grpc++/impl/codegen/sync.h",
5335 "include/grpc++/impl/codegen/sync_cxx11.h",
5336 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005337 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005338 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005339 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005340 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005341 "include/grpc++/impl/proto_utils.h",
5342 "include/grpc++/impl/rpc_method.h",
5343 "include/grpc++/impl/rpc_service_method.h",
5344 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005345 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005346 "include/grpc++/impl/service_type.h",
5347 "include/grpc++/impl/sync.h",
5348 "include/grpc++/impl/sync_cxx11.h",
5349 "include/grpc++/impl/sync_no_cxx11.h",
5350 "include/grpc++/impl/thd.h",
5351 "include/grpc++/impl/thd_cxx11.h",
5352 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005353 "include/grpc++/security/auth_context.h",
5354 "include/grpc++/security/auth_metadata_processor.h",
5355 "include/grpc++/security/credentials.h",
5356 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005357 "include/grpc++/server.h",
5358 "include/grpc++/server_builder.h",
5359 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005360 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005361 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005362 "include/grpc++/support/byte_buffer.h",
5363 "include/grpc++/support/channel_arguments.h",
5364 "include/grpc++/support/config.h",
5365 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005366 "include/grpc++/support/slice.h",
5367 "include/grpc++/support/status.h",
5368 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005369 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005370 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005371 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005372 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005373 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005374 "src/cpp/client/client_context.cc",
5375 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005376 "src/cpp/client/create_channel_internal.cc",
5377 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005378 "src/cpp/client/credentials.cc",
5379 "src/cpp/client/generic_stub.cc",
5380 "src/cpp/client/insecure_credentials.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005381 "src/cpp/codegen/grpc_library.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005382 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005383 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005384 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005385 "src/cpp/common/create_auth_context.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005386 "src/cpp/common/insecure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005387 "src/cpp/common/rpc_method.cc",
5388 "src/cpp/proto/proto_utils.cc",
5389 "src/cpp/server/async_generic_service.cc",
5390 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005391 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005392 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005393 "src/cpp/server/insecure_server_credentials.cc",
5394 "src/cpp/server/server.cc",
5395 "src/cpp/server/server_builder.cc",
5396 "src/cpp/server/server_context.cc",
5397 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005398 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005399 "src/cpp/util/byte_buffer.cc",
5400 "src/cpp/util/slice.cc",
5401 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005402 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005403 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005404 ],
5405 "third_party": false,
5406 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005407 },
5408 {
5409 "deps": [],
5410 "headers": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005411 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005412 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005413 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005414 "include/grpc++/impl/codegen/call_hook.h",
5415 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005416 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005417 "include/grpc++/impl/codegen/client_unary_call.h",
5418 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005419 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005420 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005421 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005422 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005423 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005424 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005425 "include/grpc++/impl/codegen/rpc_method.h",
5426 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005427 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005428 "include/grpc++/impl/codegen/serialization_traits.h",
5429 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005430 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005431 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005432 "include/grpc++/impl/codegen/status.h",
5433 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005434 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005435 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005436 "include/grpc++/impl/codegen/sync.h",
5437 "include/grpc++/impl/codegen/sync_cxx11.h",
5438 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005439 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005440 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005441 "include/grpc++/support/config.h",
5442 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005443 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005444 "include/grpc/impl/codegen/atm.h",
5445 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5446 "include/grpc/impl/codegen/atm_gcc_sync.h",
5447 "include/grpc/impl/codegen/atm_win32.h",
5448 "include/grpc/impl/codegen/byte_buffer.h",
5449 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005450 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005451 "include/grpc/impl/codegen/grpc_types.h",
5452 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005453 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005454 "include/grpc/impl/codegen/propagation_bits.h",
5455 "include/grpc/impl/codegen/slice.h",
5456 "include/grpc/impl/codegen/slice_buffer.h",
5457 "include/grpc/impl/codegen/status.h",
5458 "include/grpc/impl/codegen/sync.h",
5459 "include/grpc/impl/codegen/sync_generic.h",
5460 "include/grpc/impl/codegen/sync_posix.h",
5461 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005462 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005463 "src/compiler/config.h",
5464 "src/compiler/cpp_generator.h",
5465 "src/compiler/cpp_generator_helpers.h",
5466 "src/compiler/csharp_generator.h",
5467 "src/compiler/csharp_generator_helpers.h",
5468 "src/compiler/generator_helpers.h",
5469 "src/compiler/objective_c_generator.h",
5470 "src/compiler/objective_c_generator_helpers.h",
5471 "src/compiler/python_generator.h",
5472 "src/compiler/ruby_generator.h",
5473 "src/compiler/ruby_generator_helpers-inl.h",
5474 "src/compiler/ruby_generator_map-inl.h",
5475 "src/compiler/ruby_generator_string-inl.h"
5476 ],
5477 "language": "c++",
5478 "name": "grpc_plugin_support",
5479 "src": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005480 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005481 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005482 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005483 "include/grpc++/impl/codegen/call_hook.h",
5484 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005485 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005486 "include/grpc++/impl/codegen/client_unary_call.h",
5487 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005488 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005489 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005490 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005491 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005492 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005493 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005494 "include/grpc++/impl/codegen/rpc_method.h",
5495 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005496 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005497 "include/grpc++/impl/codegen/serialization_traits.h",
5498 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005499 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005500 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005501 "include/grpc++/impl/codegen/status.h",
5502 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005503 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005504 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005505 "include/grpc++/impl/codegen/sync.h",
5506 "include/grpc++/impl/codegen/sync_cxx11.h",
5507 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005508 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005509 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005510 "include/grpc++/support/config.h",
5511 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005512 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005513 "include/grpc/impl/codegen/atm.h",
5514 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5515 "include/grpc/impl/codegen/atm_gcc_sync.h",
5516 "include/grpc/impl/codegen/atm_win32.h",
5517 "include/grpc/impl/codegen/byte_buffer.h",
5518 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005519 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005520 "include/grpc/impl/codegen/grpc_types.h",
5521 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005522 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005523 "include/grpc/impl/codegen/propagation_bits.h",
5524 "include/grpc/impl/codegen/slice.h",
5525 "include/grpc/impl/codegen/slice_buffer.h",
5526 "include/grpc/impl/codegen/status.h",
5527 "include/grpc/impl/codegen/sync.h",
5528 "include/grpc/impl/codegen/sync_generic.h",
5529 "include/grpc/impl/codegen/sync_posix.h",
5530 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005531 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005532 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005533 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005534 "src/compiler/cpp_generator.h",
5535 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005536 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005537 "src/compiler/csharp_generator.h",
5538 "src/compiler/csharp_generator_helpers.h",
5539 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005540 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005541 "src/compiler/objective_c_generator.h",
5542 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005543 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005544 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005545 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005546 "src/compiler/ruby_generator.h",
5547 "src/compiler/ruby_generator_helpers-inl.h",
5548 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005549 "src/compiler/ruby_generator_string-inl.h",
5550 "src/cpp/codegen/grpc_library.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005551 ],
5552 "third_party": false,
5553 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005554 },
5555 {
5556 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005557 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005558 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005559 "grpc++",
5560 "grpc++_test_util",
5561 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005562 ],
5563 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005564 "src/proto/grpc/testing/messages.grpc.pb.h",
5565 "src/proto/grpc/testing/messages.pb.h",
5566 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005567 ],
5568 "language": "c++",
5569 "name": "interop_client_helper",
5570 "src": [
5571 "test/cpp/interop/client_helper.cc",
5572 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005573 ],
5574 "third_party": false,
5575 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005576 },
5577 {
5578 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005579 "gpr",
5580 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005581 "grpc",
5582 "grpc++",
5583 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005584 "grpc++_test_util",
5585 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005586 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005587 ],
5588 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005589 "src/proto/grpc/testing/empty.grpc.pb.h",
5590 "src/proto/grpc/testing/empty.pb.h",
5591 "src/proto/grpc/testing/messages.grpc.pb.h",
5592 "src/proto/grpc/testing/messages.pb.h",
5593 "src/proto/grpc/testing/test.grpc.pb.h",
5594 "src/proto/grpc/testing/test.pb.h",
5595 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005596 ],
5597 "language": "c++",
5598 "name": "interop_client_main",
5599 "src": [
5600 "test/cpp/interop/client.cc",
5601 "test/cpp/interop/interop_client.cc",
5602 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005603 ],
5604 "third_party": false,
5605 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005606 },
5607 {
5608 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005609 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005610 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005611 "grpc++",
5612 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005613 ],
5614 "headers": [
5615 "test/cpp/interop/server_helper.h"
5616 ],
5617 "language": "c++",
5618 "name": "interop_server_helper",
5619 "src": [
5620 "test/cpp/interop/server_helper.cc",
5621 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005622 ],
5623 "third_party": false,
5624 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005625 },
5626 {
5627 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005628 "gpr",
5629 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005630 "grpc",
5631 "grpc++",
5632 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005633 "grpc++_test_util",
5634 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005635 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005636 ],
5637 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005638 "src/proto/grpc/testing/empty.grpc.pb.h",
5639 "src/proto/grpc/testing/empty.pb.h",
5640 "src/proto/grpc/testing/messages.grpc.pb.h",
5641 "src/proto/grpc/testing/messages.pb.h",
5642 "src/proto/grpc/testing/test.grpc.pb.h",
5643 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005644 ],
5645 "language": "c++",
5646 "name": "interop_server_main",
5647 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005648 "test/cpp/interop/server_main.cc"
5649 ],
5650 "third_party": false,
5651 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005652 },
5653 {
5654 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005655 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07005656 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005657 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005658 ],
5659 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005660 "src/proto/grpc/testing/control.grpc.pb.h",
5661 "src/proto/grpc/testing/control.pb.h",
5662 "src/proto/grpc/testing/messages.grpc.pb.h",
5663 "src/proto/grpc/testing/messages.pb.h",
5664 "src/proto/grpc/testing/payloads.grpc.pb.h",
5665 "src/proto/grpc/testing/payloads.pb.h",
5666 "src/proto/grpc/testing/perf_db.grpc.pb.h",
5667 "src/proto/grpc/testing/perf_db.pb.h",
5668 "src/proto/grpc/testing/services.grpc.pb.h",
5669 "src/proto/grpc/testing/services.pb.h",
5670 "src/proto/grpc/testing/stats.grpc.pb.h",
5671 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005672 "test/cpp/qps/client.h",
5673 "test/cpp/qps/driver.h",
5674 "test/cpp/qps/histogram.h",
5675 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005676 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005677 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005678 "test/cpp/qps/qps_worker.h",
5679 "test/cpp/qps/report.h",
5680 "test/cpp/qps/server.h",
5681 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005682 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08005683 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005684 ],
5685 "language": "c++",
5686 "name": "qps",
5687 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005688 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005689 "test/cpp/qps/client_async.cc",
5690 "test/cpp/qps/client_sync.cc",
5691 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005692 "test/cpp/qps/driver.h",
5693 "test/cpp/qps/histogram.h",
5694 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005695 "test/cpp/qps/limit_cores.cc",
5696 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07005697 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005698 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005699 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005700 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005701 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005702 "test/cpp/qps/report.h",
5703 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005704 "test/cpp/qps/server_async.cc",
5705 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005706 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005707 "test/cpp/qps/usage_timer.cc",
5708 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005709 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005710 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005711 ],
5712 "third_party": false,
5713 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005714 },
5715 {
5716 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005717 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005718 "grpc"
5719 ],
5720 "headers": [],
5721 "language": "csharp",
5722 "name": "grpc_csharp_ext",
5723 "src": [
5724 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005725 ],
5726 "third_party": false,
5727 "type": "lib"
5728 },
5729 {
5730 "deps": [],
5731 "headers": [
5732 "third_party/boringssl/crypto/aes/internal.h",
5733 "third_party/boringssl/crypto/asn1/asn1_locl.h",
5734 "third_party/boringssl/crypto/bio/internal.h",
5735 "third_party/boringssl/crypto/bn/internal.h",
5736 "third_party/boringssl/crypto/bn/rsaz_exp.h",
5737 "third_party/boringssl/crypto/bytestring/internal.h",
5738 "third_party/boringssl/crypto/cipher/internal.h",
5739 "third_party/boringssl/crypto/conf/conf_def.h",
5740 "third_party/boringssl/crypto/conf/internal.h",
5741 "third_party/boringssl/crypto/des/internal.h",
5742 "third_party/boringssl/crypto/dh/internal.h",
5743 "third_party/boringssl/crypto/digest/internal.h",
5744 "third_party/boringssl/crypto/digest/md32_common.h",
5745 "third_party/boringssl/crypto/directory.h",
5746 "third_party/boringssl/crypto/dsa/internal.h",
5747 "third_party/boringssl/crypto/ec/internal.h",
5748 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
5749 "third_party/boringssl/crypto/evp/internal.h",
5750 "third_party/boringssl/crypto/internal.h",
5751 "third_party/boringssl/crypto/modes/internal.h",
5752 "third_party/boringssl/crypto/obj/obj_dat.h",
5753 "third_party/boringssl/crypto/obj/obj_xref.h",
5754 "third_party/boringssl/crypto/pkcs8/internal.h",
5755 "third_party/boringssl/crypto/rand/internal.h",
5756 "third_party/boringssl/crypto/rsa/internal.h",
5757 "third_party/boringssl/crypto/test/scoped_types.h",
5758 "third_party/boringssl/crypto/test/test_util.h",
5759 "third_party/boringssl/crypto/x509/charmap.h",
5760 "third_party/boringssl/crypto/x509/vpm_int.h",
5761 "third_party/boringssl/crypto/x509v3/ext_dat.h",
5762 "third_party/boringssl/crypto/x509v3/pcy_int.h",
5763 "third_party/boringssl/include/openssl/aead.h",
5764 "third_party/boringssl/include/openssl/aes.h",
5765 "third_party/boringssl/include/openssl/arm_arch.h",
5766 "third_party/boringssl/include/openssl/asn1.h",
5767 "third_party/boringssl/include/openssl/asn1_mac.h",
5768 "third_party/boringssl/include/openssl/asn1t.h",
5769 "third_party/boringssl/include/openssl/base.h",
5770 "third_party/boringssl/include/openssl/base64.h",
5771 "third_party/boringssl/include/openssl/bio.h",
5772 "third_party/boringssl/include/openssl/blowfish.h",
5773 "third_party/boringssl/include/openssl/bn.h",
5774 "third_party/boringssl/include/openssl/buf.h",
5775 "third_party/boringssl/include/openssl/buffer.h",
5776 "third_party/boringssl/include/openssl/bytestring.h",
5777 "third_party/boringssl/include/openssl/cast.h",
5778 "third_party/boringssl/include/openssl/chacha.h",
5779 "third_party/boringssl/include/openssl/cipher.h",
5780 "third_party/boringssl/include/openssl/cmac.h",
5781 "third_party/boringssl/include/openssl/conf.h",
5782 "third_party/boringssl/include/openssl/cpu.h",
5783 "third_party/boringssl/include/openssl/crypto.h",
5784 "third_party/boringssl/include/openssl/curve25519.h",
5785 "third_party/boringssl/include/openssl/des.h",
5786 "third_party/boringssl/include/openssl/dh.h",
5787 "third_party/boringssl/include/openssl/digest.h",
5788 "third_party/boringssl/include/openssl/dsa.h",
5789 "third_party/boringssl/include/openssl/dtls1.h",
5790 "third_party/boringssl/include/openssl/ec.h",
5791 "third_party/boringssl/include/openssl/ec_key.h",
5792 "third_party/boringssl/include/openssl/ecdh.h",
5793 "third_party/boringssl/include/openssl/ecdsa.h",
5794 "third_party/boringssl/include/openssl/engine.h",
5795 "third_party/boringssl/include/openssl/err.h",
5796 "third_party/boringssl/include/openssl/evp.h",
5797 "third_party/boringssl/include/openssl/ex_data.h",
5798 "third_party/boringssl/include/openssl/hkdf.h",
5799 "third_party/boringssl/include/openssl/hmac.h",
5800 "third_party/boringssl/include/openssl/lhash.h",
5801 "third_party/boringssl/include/openssl/lhash_macros.h",
5802 "third_party/boringssl/include/openssl/md4.h",
5803 "third_party/boringssl/include/openssl/md5.h",
5804 "third_party/boringssl/include/openssl/mem.h",
5805 "third_party/boringssl/include/openssl/obj.h",
5806 "third_party/boringssl/include/openssl/obj_mac.h",
5807 "third_party/boringssl/include/openssl/objects.h",
5808 "third_party/boringssl/include/openssl/opensslfeatures.h",
5809 "third_party/boringssl/include/openssl/opensslv.h",
5810 "third_party/boringssl/include/openssl/ossl_typ.h",
5811 "third_party/boringssl/include/openssl/pem.h",
5812 "third_party/boringssl/include/openssl/pkcs12.h",
5813 "third_party/boringssl/include/openssl/pkcs7.h",
5814 "third_party/boringssl/include/openssl/pkcs8.h",
5815 "third_party/boringssl/include/openssl/poly1305.h",
5816 "third_party/boringssl/include/openssl/pqueue.h",
5817 "third_party/boringssl/include/openssl/rand.h",
5818 "third_party/boringssl/include/openssl/rc4.h",
5819 "third_party/boringssl/include/openssl/rsa.h",
5820 "third_party/boringssl/include/openssl/safestack.h",
5821 "third_party/boringssl/include/openssl/sha.h",
5822 "third_party/boringssl/include/openssl/srtp.h",
5823 "third_party/boringssl/include/openssl/ssl.h",
5824 "third_party/boringssl/include/openssl/ssl3.h",
5825 "third_party/boringssl/include/openssl/stack.h",
5826 "third_party/boringssl/include/openssl/stack_macros.h",
5827 "third_party/boringssl/include/openssl/thread.h",
5828 "third_party/boringssl/include/openssl/time_support.h",
5829 "third_party/boringssl/include/openssl/tls1.h",
5830 "third_party/boringssl/include/openssl/type_check.h",
5831 "third_party/boringssl/include/openssl/x509.h",
5832 "third_party/boringssl/include/openssl/x509_vfy.h",
5833 "third_party/boringssl/include/openssl/x509v3.h",
5834 "third_party/boringssl/ssl/internal.h",
5835 "third_party/boringssl/ssl/test/async_bio.h",
5836 "third_party/boringssl/ssl/test/packeted_bio.h",
5837 "third_party/boringssl/ssl/test/scoped_types.h",
5838 "third_party/boringssl/ssl/test/test_config.h"
5839 ],
5840 "language": "c",
5841 "name": "boringssl",
5842 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08005843 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005844 ],
5845 "third_party": true,
5846 "type": "lib"
5847 },
5848 {
5849 "deps": [],
5850 "headers": [],
5851 "language": "c++",
5852 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08005853 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005854 "third_party": true,
5855 "type": "lib"
5856 },
5857 {
5858 "deps": [
5859 "boringssl",
5860 "boringssl_test_util"
5861 ],
5862 "headers": [],
5863 "language": "c++",
5864 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005865 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005866 "third_party": true,
5867 "type": "lib"
5868 },
5869 {
5870 "deps": [
5871 "boringssl",
5872 "boringssl_test_util"
5873 ],
5874 "headers": [],
5875 "language": "c++",
5876 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005877 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005878 "third_party": true,
5879 "type": "lib"
5880 },
5881 {
5882 "deps": [
5883 "boringssl",
5884 "boringssl_test_util"
5885 ],
5886 "headers": [],
5887 "language": "c++",
5888 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005889 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005890 "third_party": true,
5891 "type": "lib"
5892 },
5893 {
5894 "deps": [
5895 "boringssl",
5896 "boringssl_test_util"
5897 ],
5898 "headers": [],
5899 "language": "c++",
5900 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005901 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005902 "third_party": true,
5903 "type": "lib"
5904 },
5905 {
5906 "deps": [
5907 "boringssl",
5908 "boringssl_test_util"
5909 ],
5910 "headers": [],
5911 "language": "c++",
5912 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005913 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005914 "third_party": true,
5915 "type": "lib"
5916 },
5917 {
5918 "deps": [
5919 "boringssl",
5920 "boringssl_test_util"
5921 ],
5922 "headers": [],
5923 "language": "c++",
5924 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005925 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005926 "third_party": true,
5927 "type": "lib"
5928 },
5929 {
5930 "deps": [
5931 "boringssl",
5932 "boringssl_test_util"
5933 ],
5934 "headers": [],
5935 "language": "c++",
5936 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005937 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005938 "third_party": true,
5939 "type": "lib"
5940 },
5941 {
5942 "deps": [
5943 "boringssl",
5944 "boringssl_test_util"
5945 ],
5946 "headers": [],
5947 "language": "c++",
5948 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005949 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005950 "third_party": true,
5951 "type": "lib"
5952 },
5953 {
5954 "deps": [
5955 "boringssl",
5956 "boringssl_test_util"
5957 ],
5958 "headers": [],
5959 "language": "c",
5960 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005961 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005962 "third_party": true,
5963 "type": "lib"
5964 },
5965 {
5966 "deps": [
5967 "boringssl",
5968 "boringssl_test_util"
5969 ],
5970 "headers": [],
5971 "language": "c++",
5972 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005973 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005974 "third_party": true,
5975 "type": "lib"
5976 },
5977 {
5978 "deps": [
5979 "boringssl",
5980 "boringssl_test_util"
5981 ],
5982 "headers": [],
5983 "language": "c++",
5984 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005985 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005986 "third_party": true,
5987 "type": "lib"
5988 },
5989 {
5990 "deps": [
5991 "boringssl",
5992 "boringssl_test_util"
5993 ],
5994 "headers": [],
5995 "language": "c++",
5996 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005997 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005998 "third_party": true,
5999 "type": "lib"
6000 },
6001 {
6002 "deps": [
6003 "boringssl",
6004 "boringssl_test_util"
6005 ],
6006 "headers": [],
6007 "language": "c++",
6008 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006009 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006010 "third_party": true,
6011 "type": "lib"
6012 },
6013 {
6014 "deps": [
6015 "boringssl",
6016 "boringssl_test_util"
6017 ],
6018 "headers": [],
6019 "language": "c",
6020 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006021 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006022 "third_party": true,
6023 "type": "lib"
6024 },
6025 {
6026 "deps": [
6027 "boringssl",
6028 "boringssl_test_util"
6029 ],
6030 "headers": [],
6031 "language": "c++",
6032 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006033 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006034 "third_party": true,
6035 "type": "lib"
6036 },
6037 {
6038 "deps": [
6039 "boringssl",
6040 "boringssl_test_util"
6041 ],
6042 "headers": [],
6043 "language": "c",
6044 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006045 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006046 "third_party": true,
6047 "type": "lib"
6048 },
6049 {
6050 "deps": [
6051 "boringssl",
6052 "boringssl_test_util"
6053 ],
6054 "headers": [],
6055 "language": "c++",
6056 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006057 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006058 "third_party": true,
6059 "type": "lib"
6060 },
6061 {
6062 "deps": [
6063 "boringssl",
6064 "boringssl_test_util"
6065 ],
6066 "headers": [],
6067 "language": "c++",
6068 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006069 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006070 "third_party": true,
6071 "type": "lib"
6072 },
6073 {
6074 "deps": [
6075 "boringssl",
6076 "boringssl_test_util"
6077 ],
6078 "headers": [],
6079 "language": "c++",
6080 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006081 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006082 "third_party": true,
6083 "type": "lib"
6084 },
6085 {
6086 "deps": [
6087 "boringssl",
6088 "boringssl_test_util"
6089 ],
6090 "headers": [],
6091 "language": "c++",
6092 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006093 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006094 "third_party": true,
6095 "type": "lib"
6096 },
6097 {
6098 "deps": [
6099 "boringssl",
6100 "boringssl_test_util"
6101 ],
6102 "headers": [],
6103 "language": "c++",
6104 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006105 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006106 "third_party": true,
6107 "type": "lib"
6108 },
6109 {
6110 "deps": [
6111 "boringssl",
6112 "boringssl_test_util"
6113 ],
6114 "headers": [],
6115 "language": "c",
6116 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006117 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006118 "third_party": true,
6119 "type": "lib"
6120 },
6121 {
6122 "deps": [
6123 "boringssl",
6124 "boringssl_test_util"
6125 ],
6126 "headers": [],
6127 "language": "c++",
6128 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006129 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006130 "third_party": true,
6131 "type": "lib"
6132 },
6133 {
6134 "deps": [
6135 "boringssl",
6136 "boringssl_test_util"
6137 ],
6138 "headers": [],
6139 "language": "c",
6140 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006141 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006142 "third_party": true,
6143 "type": "lib"
6144 },
6145 {
6146 "deps": [
6147 "boringssl",
6148 "boringssl_test_util"
6149 ],
6150 "headers": [],
6151 "language": "c",
6152 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006153 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006154 "third_party": true,
6155 "type": "lib"
6156 },
6157 {
6158 "deps": [
6159 "boringssl",
6160 "boringssl_test_util"
6161 ],
6162 "headers": [],
6163 "language": "c++",
6164 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006165 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006166 "third_party": true,
6167 "type": "lib"
6168 },
6169 {
6170 "deps": [
6171 "boringssl",
6172 "boringssl_test_util"
6173 ],
6174 "headers": [],
6175 "language": "c++",
6176 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006177 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006178 "third_party": true,
6179 "type": "lib"
6180 },
6181 {
6182 "deps": [
6183 "boringssl",
6184 "boringssl_test_util"
6185 ],
6186 "headers": [],
6187 "language": "c++",
6188 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006189 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006190 "third_party": true,
6191 "type": "lib"
6192 },
6193 {
6194 "deps": [
6195 "boringssl",
6196 "boringssl_test_util"
6197 ],
6198 "headers": [],
6199 "language": "c",
6200 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006201 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006202 "third_party": true,
6203 "type": "lib"
6204 },
6205 {
6206 "deps": [
6207 "boringssl",
6208 "boringssl_test_util"
6209 ],
6210 "headers": [],
6211 "language": "c++",
6212 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006213 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006214 "third_party": true,
6215 "type": "lib"
6216 },
6217 {
6218 "deps": [
6219 "boringssl",
6220 "boringssl_test_util"
6221 ],
6222 "headers": [],
6223 "language": "c",
6224 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006225 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006226 "third_party": true,
6227 "type": "lib"
6228 },
6229 {
6230 "deps": [
6231 "boringssl",
6232 "boringssl_test_util"
6233 ],
6234 "headers": [],
6235 "language": "c",
6236 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006237 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006238 "third_party": true,
6239 "type": "lib"
6240 },
6241 {
6242 "deps": [
6243 "boringssl",
6244 "boringssl_test_util"
6245 ],
6246 "headers": [],
6247 "language": "c",
6248 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006249 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006250 "third_party": true,
6251 "type": "lib"
6252 },
6253 {
6254 "deps": [
6255 "boringssl",
6256 "boringssl_test_util"
6257 ],
6258 "headers": [],
6259 "language": "c",
6260 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006261 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006262 "third_party": true,
6263 "type": "lib"
6264 },
6265 {
6266 "deps": [
6267 "boringssl",
6268 "boringssl_test_util"
6269 ],
6270 "headers": [],
6271 "language": "c",
6272 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006273 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006274 "third_party": true,
6275 "type": "lib"
6276 },
6277 {
6278 "deps": [
6279 "boringssl",
6280 "boringssl_test_util"
6281 ],
6282 "headers": [],
6283 "language": "c++",
6284 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006285 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006286 "third_party": true,
6287 "type": "lib"
6288 },
6289 {
6290 "deps": [],
6291 "headers": [
6292 "third_party/zlib/crc32.h",
6293 "third_party/zlib/deflate.h",
6294 "third_party/zlib/gzguts.h",
6295 "third_party/zlib/inffast.h",
6296 "third_party/zlib/inffixed.h",
6297 "third_party/zlib/inflate.h",
6298 "third_party/zlib/inftrees.h",
6299 "third_party/zlib/trees.h",
6300 "third_party/zlib/zconf.h",
6301 "third_party/zlib/zlib.h",
6302 "third_party/zlib/zutil.h"
6303 ],
6304 "language": "c",
6305 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08006306 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006307 "third_party": true,
6308 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006309 },
6310 {
6311 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006312 "gpr",
6313 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006314 "grpc_test_util_unsecure",
6315 "grpc_unsecure"
6316 ],
6317 "headers": [
6318 "test/core/bad_client/bad_client.h"
6319 ],
6320 "language": "c",
6321 "name": "bad_client_test",
6322 "src": [
6323 "test/core/bad_client/bad_client.c",
6324 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08006325 ],
6326 "third_party": false,
6327 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006328 },
6329 {
6330 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006331 "gpr",
6332 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006333 "grpc",
6334 "grpc_test_util"
6335 ],
6336 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08006337 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006338 ],
6339 "language": "c",
6340 "name": "bad_ssl_test_server",
6341 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08006342 "test/core/bad_ssl/server_common.c",
6343 "test/core/bad_ssl/server_common.h"
6344 ],
6345 "third_party": false,
6346 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006347 },
6348 {
Craig Tillerf75fc122015-06-25 06:58:00 -07006349 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08006350 "end2end_certs",
Craig Tillerda179ce2016-02-09 12:01:53 -08006351 "gpr",
6352 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08006353 "grpc",
6354 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07006355 ],
6356 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07006357 "test/core/end2end/end2end_tests.h",
6358 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07006359 ],
6360 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006361 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07006362 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006363 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006364 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07006365 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006366 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006367 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006368 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006369 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006370 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006371 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006372 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006373 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006374 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006375 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006376 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006377 "test/core/end2end/tests/default_host.c",
6378 "test/core/end2end/tests/disappearing_server.c",
6379 "test/core/end2end/tests/empty_batch.c",
6380 "test/core/end2end/tests/graceful_server_shutdown.c",
6381 "test/core/end2end/tests/high_initial_seqno.c",
6382 "test/core/end2end/tests/hpack_size.c",
6383 "test/core/end2end/tests/invoke_large_request.c",
6384 "test/core/end2end/tests/large_metadata.c",
6385 "test/core/end2end/tests/max_concurrent_streams.c",
6386 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006387 "test/core/end2end/tests/negative_deadline.c",
6388 "test/core/end2end/tests/no_op.c",
6389 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006390 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006391 "test/core/end2end/tests/ping_pong_streaming.c",
6392 "test/core/end2end/tests/registered_call.c",
6393 "test/core/end2end/tests/request_with_flags.c",
6394 "test/core/end2end/tests/request_with_payload.c",
6395 "test/core/end2end/tests/server_finishes_request.c",
6396 "test/core/end2end/tests/shutdown_finishes_calls.c",
6397 "test/core/end2end/tests/shutdown_finishes_tags.c",
6398 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006399 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006400 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006401 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006402 ],
6403 "third_party": false,
6404 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08006405 },
6406 {
6407 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006408 "gpr",
6409 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006410 "grpc_test_util_unsecure",
6411 "grpc_unsecure"
6412 ],
6413 "headers": [
6414 "test/core/end2end/end2end_tests.h",
6415 "test/core/end2end/tests/cancel_test_helpers.h"
6416 ],
6417 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006418 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08006419 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006420 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006421 "test/core/end2end/end2end_tests.h",
6422 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006423 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006424 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006425 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006426 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006427 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006428 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08006429 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006430 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006431 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006432 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006433 "test/core/end2end/tests/default_host.c",
6434 "test/core/end2end/tests/disappearing_server.c",
6435 "test/core/end2end/tests/empty_batch.c",
6436 "test/core/end2end/tests/graceful_server_shutdown.c",
6437 "test/core/end2end/tests/high_initial_seqno.c",
6438 "test/core/end2end/tests/hpack_size.c",
6439 "test/core/end2end/tests/invoke_large_request.c",
6440 "test/core/end2end/tests/large_metadata.c",
6441 "test/core/end2end/tests/max_concurrent_streams.c",
6442 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006443 "test/core/end2end/tests/negative_deadline.c",
6444 "test/core/end2end/tests/no_op.c",
6445 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006446 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006447 "test/core/end2end/tests/ping_pong_streaming.c",
6448 "test/core/end2end/tests/registered_call.c",
6449 "test/core/end2end/tests/request_with_flags.c",
6450 "test/core/end2end/tests/request_with_payload.c",
6451 "test/core/end2end/tests/server_finishes_request.c",
6452 "test/core/end2end/tests/shutdown_finishes_calls.c",
6453 "test/core/end2end/tests/shutdown_finishes_tags.c",
6454 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006455 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006456 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006457 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006458 ],
6459 "third_party": false,
6460 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006461 },
6462 {
6463 "deps": [],
6464 "headers": [],
6465 "language": "c",
6466 "name": "end2end_certs",
6467 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07006468 "test/core/end2end/data/server1_cert.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006469 "test/core/end2end/data/server1_key.c",
6470 "test/core/end2end/data/test_root_cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006471 ],
6472 "third_party": false,
6473 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006474 }
6475]