blob: f206120d937c6a304417c0b6931647d22e93d634 [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 Tillerc72cc422016-03-11 10:54:36 -0800414 "name": "gpr_backoff_test",
415 "src": [
416 "test/core/support/backoff_test.c"
417 ],
418 "third_party": false,
419 "type": "target"
420 },
421 {
422 "deps": [
423 "gpr",
424 "gpr_test_util"
425 ],
426 "headers": [],
427 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700428 "name": "gpr_cmdline_test",
429 "src": [
430 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800431 ],
432 "third_party": false,
433 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700434 },
435 {
436 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800437 "gpr",
438 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700439 ],
440 "headers": [],
441 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700442 "name": "gpr_cpu_test",
443 "src": [
444 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800445 ],
446 "third_party": false,
447 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700448 },
449 {
450 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800451 "gpr",
452 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700453 ],
454 "headers": [],
455 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700456 "name": "gpr_env_test",
457 "src": [
458 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700459 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800460 "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_histogram_test",
471 "src": [
472 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800473 ],
474 "third_party": false,
475 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700476 },
477 {
478 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800479 "gpr",
480 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700481 ],
482 "headers": [],
483 "language": "c",
484 "name": "gpr_host_port_test",
485 "src": [
486 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800487 ],
488 "third_party": false,
489 "type": "target"
490 },
491 {
492 "deps": [
493 "gpr",
494 "gpr_test_util"
495 ],
496 "headers": [],
497 "language": "c",
498 "name": "gpr_load_file_test",
499 "src": [
500 "test/core/support/load_file_test.c"
501 ],
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_log_test",
513 "src": [
514 "test/core/support/log_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_buffer_test",
527 "src": [
528 "test/core/support/slice_buffer_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",
540 "name": "gpr_slice_test",
541 "src": [
542 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800543 ],
544 "third_party": false,
545 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700546 },
547 {
548 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800549 "gpr",
550 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700551 ],
552 "headers": [],
553 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700554 "name": "gpr_stack_lockfree_test",
555 "src": [
556 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800557 ],
558 "third_party": false,
559 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700560 },
561 {
562 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800563 "gpr",
564 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700565 ],
566 "headers": [],
567 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700568 "name": "gpr_string_test",
569 "src": [
570 "test/core/support/string_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_sync_test",
583 "src": [
584 "test/core/support/sync_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_thd_test",
597 "src": [
598 "test/core/support/thd_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_time_test",
611 "src": [
612 "test/core/support/time_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_tls_test",
625 "src": [
626 "test/core/support/tls_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 Tillerf75fc122015-06-25 06:58:00 -0700635 ],
636 "headers": [],
637 "language": "c",
638 "name": "gpr_useful_test",
639 "src": [
640 "test/core/support/useful_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800641 ],
642 "third_party": false,
643 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700644 },
645 {
646 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800647 "gpr",
648 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700649 "grpc",
650 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700651 ],
652 "headers": [],
653 "language": "c",
654 "name": "grpc_auth_context_test",
655 "src": [
656 "test/core/security/auth_context_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800657 ],
658 "third_party": false,
659 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700660 },
661 {
662 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800663 "gpr",
664 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700665 "grpc",
666 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700667 ],
668 "headers": [],
669 "language": "c",
Craig Tiller732a8752016-02-22 15:59:19 -0800670 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700671 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800672 "test/core/security/b64_test.c"
673 ],
674 "third_party": false,
675 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700676 },
677 {
678 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800679 "gpr",
680 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700681 "grpc",
682 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700683 ],
684 "headers": [],
685 "language": "c",
686 "name": "grpc_byte_buffer_reader_test",
687 "src": [
688 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800689 ],
690 "third_party": false,
691 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700692 },
693 {
694 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800695 "gpr",
696 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700697 "grpc",
698 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700699 ],
700 "headers": [],
701 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700702 "name": "grpc_channel_args_test",
703 "src": [
704 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800705 ],
706 "third_party": false,
707 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700708 },
709 {
710 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800711 "gpr",
712 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700713 "grpc",
714 "grpc_test_util"
715 ],
716 "headers": [],
717 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700718 "name": "grpc_channel_stack_test",
719 "src": [
720 "test/core/channel/channel_stack_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800721 ],
722 "third_party": false,
723 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700724 },
725 {
726 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800727 "gpr",
728 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700729 "grpc",
730 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700731 ],
732 "headers": [],
733 "language": "c",
734 "name": "grpc_completion_queue_test",
735 "src": [
736 "test/core/surface/completion_queue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800737 ],
738 "third_party": false,
739 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700740 },
741 {
742 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800743 "gpr",
744 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700745 "grpc",
746 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700747 ],
748 "headers": [],
749 "language": "c",
750 "name": "grpc_create_jwt",
751 "src": [
752 "test/core/security/create_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800753 ],
754 "third_party": false,
755 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700756 },
757 {
758 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800759 "gpr",
760 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700761 "grpc",
762 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700763 ],
764 "headers": [],
765 "language": "c",
766 "name": "grpc_credentials_test",
767 "src": [
768 "test/core/security/credentials_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800769 ],
770 "third_party": false,
771 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700772 },
773 {
774 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800775 "gpr",
776 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700777 "grpc",
778 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700779 ],
780 "headers": [],
781 "language": "c",
782 "name": "grpc_fetch_oauth2",
783 "src": [
784 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800785 ],
786 "third_party": false,
787 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700788 },
789 {
790 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800791 "gpr",
792 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700793 "grpc",
794 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700795 ],
796 "headers": [],
797 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800798 "name": "grpc_invalid_channel_args_test",
799 "src": [
800 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800801 ],
802 "third_party": false,
803 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800804 },
805 {
806 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800807 "gpr",
808 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800809 "grpc",
810 "grpc_test_util"
811 ],
812 "headers": [],
813 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700814 "name": "grpc_json_token_test",
815 "src": [
816 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800817 ],
818 "third_party": false,
819 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700820 },
821 {
822 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800823 "gpr",
824 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700825 "grpc",
826 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700827 ],
828 "headers": [],
829 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200830 "name": "grpc_jwt_verifier_test",
831 "src": [
832 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800833 ],
834 "third_party": false,
835 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200836 },
837 {
838 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 "gpr",
840 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200841 "grpc",
842 "grpc_test_util"
843 ],
844 "headers": [],
845 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700846 "name": "grpc_print_google_default_creds_token",
847 "src": [
848 "test/core/security/print_google_default_creds_token.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800849 ],
850 "third_party": false,
851 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700852 },
853 {
854 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800855 "gpr",
856 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700857 "grpc",
858 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700859 ],
860 "headers": [],
861 "language": "c",
862 "name": "grpc_security_connector_test",
863 "src": [
864 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800865 ],
866 "third_party": false,
867 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700868 },
869 {
870 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 "gpr",
872 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700873 "grpc",
874 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700875 ],
876 "headers": [],
877 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200878 "name": "grpc_verify_jwt",
879 "src": [
880 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800881 ],
882 "third_party": false,
883 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200884 },
885 {
886 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800887 "gpr",
888 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200889 "grpc",
890 "grpc_test_util"
891 ],
892 "headers": [],
893 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700894 "name": "hpack_parser_test",
895 "src": [
896 "test/core/transport/chttp2/hpack_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800897 ],
898 "third_party": false,
899 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700900 },
901 {
902 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800903 "gpr",
904 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700905 "grpc",
906 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700907 ],
908 "headers": [],
909 "language": "c",
910 "name": "hpack_table_test",
911 "src": [
912 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800913 ],
914 "third_party": false,
915 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700916 },
917 {
918 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800919 "gpr",
920 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700921 "grpc",
922 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700923 ],
924 "headers": [],
925 "language": "c",
Matthew Iselin1824f052016-02-10 12:16:06 +1100926 "name": "http_parser_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700927 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100928 "test/core/http/parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800929 ],
930 "third_party": false,
931 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700932 },
933 {
934 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800935 "gpr",
936 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700937 "grpc",
938 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700939 ],
940 "headers": [],
941 "language": "c",
Matthew Iselin1824f052016-02-10 12:16:06 +1100942 "name": "httpcli_format_request_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700943 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100944 "test/core/http/format_request_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800945 ],
946 "third_party": false,
947 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700948 },
949 {
950 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800951 "gpr",
952 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700953 "grpc",
954 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700955 ],
956 "headers": [],
957 "language": "c",
958 "name": "httpcli_test",
959 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100960 "test/core/http/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800961 ],
962 "third_party": false,
963 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700964 },
965 {
966 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800967 "gpr",
968 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -0800969 "grpc",
970 "grpc_test_util"
971 ],
972 "headers": [],
973 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -0800974 "name": "httpscli_test",
975 "src": [
Matthew Iselin1824f052016-02-10 12:16:06 +1100976 "test/core/http/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800977 ],
978 "third_party": false,
979 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -0800980 },
981 {
982 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800983 "gpr",
984 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -0800985 "grpc",
986 "grpc_test_util"
987 ],
988 "headers": [],
989 "language": "c",
yang-gf1183302015-12-07 16:02:05 -0800990 "name": "init_test",
991 "src": [
992 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800993 ],
994 "third_party": false,
995 "type": "target"
yang-gf1183302015-12-07 16:02:05 -0800996 },
997 {
998 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800999 "gpr",
1000 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -08001001 "grpc",
1002 "grpc_test_util"
1003 ],
1004 "headers": [],
1005 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -08001006 "name": "invalid_call_argument_test",
1007 "src": [
1008 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001009 ],
1010 "third_party": false,
1011 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -08001012 },
1013 {
1014 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -07001016 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -07001017 ],
1018 "headers": [],
1019 "language": "c",
1020 "name": "json_rewrite",
1021 "src": [
1022 "test/core/json/json_rewrite.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001023 ],
1024 "third_party": false,
1025 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001026 },
1027 {
1028 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001029 "gpr",
1030 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001031 "grpc",
1032 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001033 ],
1034 "headers": [],
1035 "language": "c",
1036 "name": "json_rewrite_test",
1037 "src": [
1038 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001039 ],
1040 "third_party": false,
1041 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001042 },
1043 {
1044 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001045 "gpr",
1046 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001047 "grpc",
1048 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001049 ],
1050 "headers": [],
1051 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001052 "name": "json_stream_error_test",
1053 "src": [
1054 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001055 ],
1056 "third_party": false,
1057 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001058 },
1059 {
1060 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 "gpr",
1062 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001063 "grpc",
1064 "grpc_test_util"
1065 ],
1066 "headers": [],
1067 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001068 "name": "json_test",
1069 "src": [
1070 "test/core/json/json_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001071 ],
1072 "third_party": false,
1073 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001074 },
1075 {
1076 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001077 "gpr",
1078 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001079 "grpc",
1080 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001081 ],
1082 "headers": [],
1083 "language": "c",
1084 "name": "lame_client_test",
1085 "src": [
1086 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001087 ],
1088 "third_party": false,
1089 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001090 },
1091 {
1092 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001093 "gpr",
1094 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001095 "grpc",
1096 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001097 ],
1098 "headers": [],
1099 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001100 "name": "lb_policies_test",
1101 "src": [
1102 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001103 ],
1104 "third_party": false,
1105 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001106 },
1107 {
1108 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001109 "gpr",
1110 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001111 "grpc",
1112 "grpc_test_util"
1113 ],
1114 "headers": [],
1115 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001116 "name": "low_level_ping_pong_benchmark",
1117 "src": [
1118 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001119 ],
1120 "third_party": false,
1121 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001122 },
1123 {
1124 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 "gpr",
1126 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001127 "grpc",
1128 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001129 ],
1130 "headers": [],
1131 "language": "c",
1132 "name": "message_compress_test",
1133 "src": [
1134 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001135 ],
1136 "third_party": false,
1137 "type": "target"
1138 },
1139 {
1140 "deps": [
1141 "gpr",
1142 "gpr_test_util",
1143 "grpc",
1144 "grpc_test_util"
1145 ],
1146 "headers": [],
1147 "language": "c",
1148 "name": "mlog_test",
1149 "src": [
1150 "test/core/census/mlog_test.c"
1151 ],
1152 "third_party": false,
1153 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001154 },
1155 {
1156 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 "gpr",
1158 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001159 "grpc",
1160 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001161 ],
1162 "headers": [],
1163 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001164 "name": "multiple_server_queues_test",
1165 "src": [
1166 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001167 ],
1168 "third_party": false,
1169 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001170 },
1171 {
1172 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 "gpr",
1174 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001175 ],
1176 "headers": [],
1177 "language": "c",
1178 "name": "murmur_hash_test",
1179 "src": [
1180 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001181 ],
1182 "third_party": false,
1183 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001184 },
1185 {
1186 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001187 "gpr",
1188 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001189 "grpc",
1190 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001191 ],
1192 "headers": [],
1193 "language": "c",
1194 "name": "no_server_test",
1195 "src": [
1196 "test/core/end2end/no_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001197 ],
1198 "third_party": false,
1199 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001200 },
1201 {
1202 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001203 "gpr",
1204 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001205 "grpc",
1206 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001207 ],
1208 "headers": [],
1209 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001210 "name": "resolve_address_test",
1211 "src": [
1212 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001213 ],
1214 "third_party": false,
1215 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001216 },
1217 {
1218 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 "gpr",
1220 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001221 "grpc",
1222 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001223 ],
1224 "headers": [],
1225 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001226 "name": "secure_channel_create_test",
1227 "src": [
1228 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001229 ],
1230 "third_party": false,
1231 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001232 },
1233 {
1234 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 "gpr",
1236 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001237 "grpc",
1238 "grpc_test_util"
1239 ],
1240 "headers": [],
1241 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001242 "name": "secure_endpoint_test",
1243 "src": [
1244 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001245 ],
1246 "third_party": false,
1247 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001248 },
1249 {
1250 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 "gpr",
1252 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001253 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001254 "grpc_test_util"
1255 ],
1256 "headers": [],
1257 "language": "c",
1258 "name": "server_chttp2_test",
1259 "src": [
1260 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001261 ],
1262 "third_party": false,
1263 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001264 },
1265 {
1266 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 "gpr",
1268 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001269 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001270 "grpc_test_util"
1271 ],
1272 "headers": [],
1273 "language": "c",
1274 "name": "server_test",
1275 "src": [
1276 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001277 ],
1278 "third_party": false,
1279 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001280 },
1281 {
1282 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001283 "gpr",
1284 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001285 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001286 "grpc_test_util",
1287 "test_tcp_server"
1288 ],
1289 "headers": [],
1290 "language": "c",
1291 "name": "set_initial_connect_string_test",
1292 "src": [
1293 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001294 ],
1295 "third_party": false,
1296 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001297 },
1298 {
1299 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 "gpr",
1301 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001302 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001303 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001304 ],
1305 "headers": [],
1306 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001307 "name": "sockaddr_resolver_test",
1308 "src": [
1309 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001310 ],
1311 "third_party": false,
1312 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001313 },
1314 {
1315 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 "gpr",
1317 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001318 "grpc",
1319 "grpc_test_util"
1320 ],
1321 "headers": [],
1322 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001323 "name": "sockaddr_utils_test",
1324 "src": [
1325 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001326 ],
1327 "third_party": false,
1328 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001329 },
1330 {
1331 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 "gpr",
1333 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001334 "grpc",
1335 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001336 ],
1337 "headers": [],
1338 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001339 "name": "socket_utils_test",
1340 "src": [
1341 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001342 ],
1343 "third_party": false,
1344 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001345 },
1346 {
1347 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 "gpr",
1349 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001350 "grpc",
1351 "grpc_test_util"
1352 ],
1353 "headers": [],
1354 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001355 "name": "tcp_client_posix_test",
1356 "src": [
1357 "test/core/iomgr/tcp_client_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001358 ],
1359 "third_party": false,
1360 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001361 },
1362 {
1363 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 "gpr",
1365 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001366 "grpc",
1367 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001368 ],
1369 "headers": [],
1370 "language": "c",
1371 "name": "tcp_posix_test",
1372 "src": [
1373 "test/core/iomgr/tcp_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001374 ],
1375 "third_party": false,
1376 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001377 },
1378 {
1379 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001380 "gpr",
1381 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001382 "grpc",
1383 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001384 ],
1385 "headers": [],
1386 "language": "c",
1387 "name": "tcp_server_posix_test",
1388 "src": [
1389 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001390 ],
1391 "third_party": false,
1392 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001393 },
1394 {
1395 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 "gpr",
1397 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001398 "grpc",
1399 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001400 ],
1401 "headers": [],
1402 "language": "c",
1403 "name": "time_averaged_stats_test",
1404 "src": [
1405 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001406 ],
1407 "third_party": false,
1408 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001409 },
1410 {
1411 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 "gpr",
1413 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001414 "grpc",
1415 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001416 ],
1417 "headers": [],
1418 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001419 "name": "timeout_encoding_test",
1420 "src": [
1421 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001422 ],
1423 "third_party": false,
1424 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001425 },
1426 {
1427 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 "gpr",
1429 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001430 "grpc",
1431 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001432 ],
1433 "headers": [],
1434 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001435 "name": "timer_heap_test",
1436 "src": [
1437 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001438 ],
1439 "third_party": false,
1440 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001441 },
1442 {
1443 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 "gpr",
1445 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001446 "grpc",
1447 "grpc_test_util"
1448 ],
1449 "headers": [],
1450 "language": "c",
1451 "name": "timer_list_test",
1452 "src": [
1453 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001454 ],
1455 "third_party": false,
1456 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001457 },
1458 {
1459 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 "gpr",
1461 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001462 "grpc",
1463 "grpc_test_util"
1464 ],
1465 "headers": [],
1466 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001467 "name": "timers_test",
1468 "src": [
1469 "test/core/profiling/timers_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001470 ],
1471 "third_party": false,
1472 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001473 },
1474 {
1475 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 "gpr",
1477 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001478 "grpc",
1479 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001480 ],
1481 "headers": [],
1482 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001483 "name": "transport_connectivity_state_test",
1484 "src": [
1485 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001486 ],
1487 "third_party": false,
1488 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001489 },
1490 {
1491 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001492 "gpr",
1493 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001494 "grpc",
1495 "grpc_test_util"
1496 ],
1497 "headers": [],
1498 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001499 "name": "transport_metadata_test",
1500 "src": [
1501 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001502 ],
1503 "third_party": false,
1504 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001505 },
1506 {
1507 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 "gpr",
1509 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001510 "grpc",
1511 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001512 ],
1513 "headers": [],
1514 "language": "c",
1515 "name": "transport_security_test",
1516 "src": [
1517 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001518 ],
1519 "third_party": false,
1520 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001521 },
1522 {
1523 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 "gpr",
1525 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001526 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001527 "grpc_test_util"
1528 ],
1529 "headers": [],
1530 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001531 "name": "udp_server_test",
1532 "src": [
1533 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001534 ],
1535 "third_party": false,
1536 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001537 },
1538 {
1539 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 "gpr",
1541 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001542 "grpc",
1543 "grpc_test_util"
1544 ],
1545 "headers": [],
1546 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001547 "name": "uri_parser_test",
1548 "src": [
1549 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001550 ],
1551 "third_party": false,
1552 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001553 },
1554 {
1555 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 "gpr",
1557 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001558 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001559 "grpc_test_util"
1560 ],
1561 "headers": [],
1562 "language": "c",
1563 "name": "workqueue_test",
1564 "src": [
1565 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001566 ],
1567 "third_party": false,
1568 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001569 },
1570 {
1571 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001572 "gpr",
1573 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001574 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001575 "grpc++",
1576 "grpc++_test_util",
1577 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001578 ],
1579 "headers": [],
1580 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001581 "name": "alarm_cpp_test",
1582 "src": [
1583 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001584 ],
1585 "third_party": false,
1586 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001587 },
1588 {
1589 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001590 "gpr",
1591 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001592 "grpc",
1593 "grpc++",
1594 "grpc++_test_util",
1595 "grpc_test_util"
1596 ],
1597 "headers": [],
1598 "language": "c++",
1599 "name": "async_end2end_test",
1600 "src": [
1601 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001602 ],
1603 "third_party": false,
1604 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001605 },
1606 {
1607 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 "gpr",
1609 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001610 "grpc",
1611 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001612 "grpc++_test_util",
1613 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001614 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001615 ],
1616 "headers": [],
1617 "language": "c++",
1618 "name": "async_streaming_ping_pong_test",
1619 "src": [
1620 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001621 ],
1622 "third_party": false,
1623 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001624 },
1625 {
1626 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 "gpr",
1628 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001629 "grpc",
1630 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001631 "grpc++_test_util",
1632 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001633 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001634 ],
1635 "headers": [],
1636 "language": "c++",
1637 "name": "async_unary_ping_pong_test",
1638 "src": [
1639 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001640 ],
1641 "third_party": false,
1642 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001643 },
1644 {
1645 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 "gpr",
1647 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001648 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001649 "grpc++",
1650 "grpc++_test_util",
1651 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001652 ],
1653 "headers": [],
1654 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001655 "name": "auth_property_iterator_test",
1656 "src": [
1657 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001658 ],
1659 "third_party": false,
1660 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001661 },
1662 {
1663 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001665 "grpc",
1666 "grpc++"
1667 ],
1668 "headers": [],
1669 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001670 "name": "channel_arguments_test",
1671 "src": [
yang-g52705592015-11-25 11:45:33 -08001672 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001673 ],
1674 "third_party": false,
1675 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001676 },
1677 {
1678 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 "gpr",
1680 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001681 "grpc",
1682 "grpc++",
1683 "grpc++_test_util",
1684 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001685 ],
1686 "headers": [],
1687 "language": "c++",
1688 "name": "cli_call_test",
1689 "src": [
1690 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001691 ],
1692 "third_party": false,
1693 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001694 },
1695 {
1696 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 "gpr",
1698 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001699 "grpc",
1700 "grpc++",
1701 "grpc++_test_util",
1702 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001703 ],
1704 "headers": [],
1705 "language": "c++",
1706 "name": "client_crash_test",
1707 "src": [
1708 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001709 ],
1710 "third_party": false,
1711 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001712 },
1713 {
1714 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 "gpr",
1716 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001717 "grpc",
1718 "grpc++",
1719 "grpc++_test_util",
1720 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001721 ],
1722 "headers": [],
1723 "language": "c++",
1724 "name": "client_crash_test_server",
1725 "src": [
1726 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001727 ],
1728 "third_party": false,
1729 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001730 },
1731 {
1732 "deps": [
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08001733 "grpc++_codegen_lib"
1734 ],
1735 "headers": [
1736 "src/proto/grpc/testing/control.grpc.pb.h",
1737 "src/proto/grpc/testing/control.pb.h",
1738 "src/proto/grpc/testing/messages.grpc.pb.h",
1739 "src/proto/grpc/testing/messages.pb.h",
1740 "src/proto/grpc/testing/payloads.grpc.pb.h",
1741 "src/proto/grpc/testing/payloads.pb.h",
1742 "src/proto/grpc/testing/perf_db.grpc.pb.h",
1743 "src/proto/grpc/testing/perf_db.pb.h",
1744 "src/proto/grpc/testing/services.grpc.pb.h",
1745 "src/proto/grpc/testing/services.pb.h",
1746 "src/proto/grpc/testing/stats.grpc.pb.h",
1747 "src/proto/grpc/testing/stats.pb.h"
1748 ],
1749 "language": "c++",
1750 "name": "codegen_test",
1751 "src": [
1752 "test/cpp/codegen/codegen_test.cc"
1753 ],
1754 "third_party": false,
1755 "type": "target"
1756 },
1757 {
1758 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001760 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001761 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001762 ],
1763 "headers": [],
1764 "language": "c++",
1765 "name": "credentials_test",
1766 "src": [
1767 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001768 ],
1769 "third_party": false,
1770 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001771 },
1772 {
1773 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 "gpr",
1775 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001776 "grpc",
1777 "grpc++",
1778 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001779 ],
1780 "headers": [],
1781 "language": "c++",
1782 "name": "cxx_byte_buffer_test",
1783 "src": [
1784 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001785 ],
1786 "third_party": false,
1787 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001788 },
1789 {
1790 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 "gpr",
1792 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001793 "grpc",
1794 "grpc++",
1795 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001796 ],
1797 "headers": [],
1798 "language": "c++",
1799 "name": "cxx_slice_test",
1800 "src": [
1801 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001802 ],
1803 "third_party": false,
1804 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001805 },
1806 {
1807 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001808 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001809 ],
1810 "headers": [],
1811 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001812 "name": "cxx_string_ref_test",
1813 "src": [
1814 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001815 ],
1816 "third_party": false,
1817 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001818 },
1819 {
1820 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 "gpr",
1822 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001823 "grpc",
1824 "grpc++",
1825 "grpc_test_util"
1826 ],
1827 "headers": [],
1828 "language": "c++",
1829 "name": "cxx_time_test",
1830 "src": [
1831 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001832 ],
1833 "third_party": false,
1834 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001835 },
1836 {
1837 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 "gpr",
1839 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001840 "grpc",
1841 "grpc++",
1842 "grpc++_test_util",
1843 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001844 ],
1845 "headers": [],
1846 "language": "c++",
1847 "name": "end2end_test",
1848 "src": [
1849 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001850 ],
1851 "third_party": false,
1852 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001853 },
1854 {
1855 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 "gpr",
1857 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001858 "grpc",
1859 "grpc++",
1860 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001861 "grpc_test_util",
1862 "qps"
1863 ],
1864 "headers": [],
1865 "language": "c++",
1866 "name": "generic_async_streaming_ping_pong_test",
1867 "src": [
1868 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001869 ],
1870 "third_party": false,
1871 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001872 },
1873 {
1874 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 "gpr",
1876 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001877 "grpc",
1878 "grpc++",
1879 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001880 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001881 ],
1882 "headers": [],
1883 "language": "c++",
1884 "name": "generic_end2end_test",
1885 "src": [
1886 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001887 ],
1888 "third_party": false,
1889 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001890 },
1891 {
1892 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 "gpr",
1894 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001895 "grpc",
1896 "grpc++",
1897 "grpc++_test_config",
1898 "grpc++_test_util",
1899 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001900 ],
1901 "headers": [],
1902 "language": "c++",
1903 "name": "grpc_cli",
1904 "src": [
1905 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001906 ],
1907 "third_party": false,
1908 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001909 },
1910 {
1911 "deps": [
1912 "grpc_plugin_support"
1913 ],
1914 "headers": [],
1915 "language": "c++",
1916 "name": "grpc_cpp_plugin",
1917 "src": [
1918 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001919 ],
1920 "third_party": false,
1921 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001922 },
1923 {
1924 "deps": [
1925 "grpc_plugin_support"
1926 ],
1927 "headers": [],
1928 "language": "c++",
1929 "name": "grpc_csharp_plugin",
1930 "src": [
1931 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001932 ],
1933 "third_party": false,
1934 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001935 },
1936 {
1937 "deps": [
1938 "grpc_plugin_support"
1939 ],
1940 "headers": [],
1941 "language": "c++",
1942 "name": "grpc_objective_c_plugin",
1943 "src": [
1944 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001945 ],
1946 "third_party": false,
1947 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001948 },
1949 {
1950 "deps": [
1951 "grpc_plugin_support"
1952 ],
1953 "headers": [],
1954 "language": "c++",
1955 "name": "grpc_python_plugin",
1956 "src": [
1957 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001958 ],
1959 "third_party": false,
1960 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001961 },
1962 {
1963 "deps": [
1964 "grpc_plugin_support"
1965 ],
1966 "headers": [],
1967 "language": "c++",
1968 "name": "grpc_ruby_plugin",
1969 "src": [
1970 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001971 ],
1972 "third_party": false,
1973 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001974 },
1975 {
1976 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08001977 "grpc",
1978 "grpc++",
1979 "grpc++_test_util",
1980 "grpc_test_util"
1981 ],
1982 "headers": [
1983 "src/proto/grpc/lb/v0/load_balancer.grpc.pb.h",
1984 "src/proto/grpc/lb/v0/load_balancer.pb.h"
1985 ],
1986 "language": "c++",
1987 "name": "grpclb_api_test",
1988 "src": [
1989 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08001990 ],
1991 "third_party": false,
1992 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001993 },
1994 {
1995 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 "gpr",
1997 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001998 "grpc",
1999 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08002000 "grpc++_test_util",
2001 "grpc_test_util"
2002 ],
2003 "headers": [],
2004 "language": "c++",
2005 "name": "hybrid_end2end_test",
2006 "src": [
2007 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002008 ],
2009 "third_party": false,
2010 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08002011 },
2012 {
2013 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 "gpr",
2015 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08002016 "grpc",
2017 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002018 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002019 "grpc++_test_util",
2020 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002021 "interop_client_helper",
2022 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002023 ],
2024 "headers": [],
2025 "language": "c++",
2026 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08002027 "src": [],
2028 "third_party": false,
2029 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002030 },
2031 {
2032 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 "gpr",
2034 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002035 "grpc",
2036 "grpc++",
2037 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002038 "grpc++_test_util",
2039 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002040 "interop_server_helper",
2041 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07002042 ],
2043 "headers": [],
2044 "language": "c++",
2045 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08002046 "src": [],
2047 "third_party": false,
2048 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002049 },
2050 {
2051 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 "gpr",
2053 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002054 "grpc",
2055 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002056 ],
2057 "headers": [],
2058 "language": "c++",
2059 "name": "interop_test",
2060 "src": [
2061 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002062 ],
2063 "third_party": false,
2064 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002065 },
2066 {
2067 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002069 "grpc",
2070 "grpc++",
2071 "grpc++_test_config"
2072 ],
2073 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002074 "src/proto/grpc/testing/metrics.grpc.pb.h",
2075 "src/proto/grpc/testing/metrics.pb.h",
2076 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002077 ],
2078 "language": "c++",
2079 "name": "metrics_client",
2080 "src": [
2081 "test/cpp/interop/metrics_client.cc",
2082 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002083 ],
2084 "third_party": false,
2085 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002086 },
2087 {
2088 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 "gpr",
2090 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002091 "grpc",
2092 "grpc++",
2093 "grpc++_test_util",
2094 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002095 ],
2096 "headers": [],
2097 "language": "c++",
2098 "name": "mock_test",
2099 "src": [
2100 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002101 ],
2102 "third_party": false,
2103 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002104 },
2105 {
2106 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 "gpr",
2108 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002109 "grpc",
2110 "grpc++",
2111 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002112 "grpc++_test_util",
2113 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002114 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002115 ],
2116 "headers": [],
2117 "language": "c++",
2118 "name": "qps_driver",
2119 "src": [
2120 "test/cpp/qps/qps_driver.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002121 ],
2122 "third_party": false,
2123 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002124 },
2125 {
2126 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 "gpr",
2128 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002129 "grpc",
2130 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002131 "grpc++_test_util",
2132 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002133 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002134 ],
2135 "headers": [],
2136 "language": "c++",
2137 "name": "qps_interarrival_test",
2138 "src": [
2139 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002140 ],
2141 "third_party": false,
2142 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002143 },
2144 {
2145 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002146 "gpr",
2147 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002148 "grpc",
2149 "grpc++",
2150 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002151 "grpc++_test_util",
2152 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002153 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002154 ],
2155 "headers": [],
2156 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002157 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002158 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002159 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002160 ],
2161 "third_party": false,
2162 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002163 },
2164 {
2165 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 "gpr",
2167 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002168 "grpc",
2169 "grpc++",
2170 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002171 "grpc++_test_util",
2172 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002173 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002174 ],
2175 "headers": [],
2176 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002177 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002178 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002179 "test/cpp/qps/qps_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002180 ],
2181 "third_party": false,
2182 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002183 },
2184 {
2185 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 "gpr",
2187 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002188 "grpc",
2189 "grpc++",
2190 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002191 "grpc++_test_util",
2192 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002193 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002194 ],
2195 "headers": [
2196 "test/cpp/qps/client.h",
2197 "test/cpp/qps/server.h"
2198 ],
2199 "language": "c++",
2200 "name": "qps_worker",
2201 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002202 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002203 "test/cpp/qps/server.h",
2204 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002205 ],
2206 "third_party": false,
2207 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002208 },
2209 {
2210 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 "gpr",
2212 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002213 "grpc",
2214 "grpc++",
2215 "grpc++_test_config",
2216 "grpc++_test_util",
2217 "grpc_test_util"
2218 ],
2219 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002220 "src/proto/grpc/testing/empty.grpc.pb.h",
2221 "src/proto/grpc/testing/empty.pb.h",
2222 "src/proto/grpc/testing/messages.grpc.pb.h",
2223 "src/proto/grpc/testing/messages.pb.h",
2224 "src/proto/grpc/testing/test.grpc.pb.h",
2225 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002226 ],
2227 "language": "c++",
2228 "name": "reconnect_interop_client",
2229 "src": [
2230 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002231 ],
2232 "third_party": false,
2233 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002234 },
2235 {
2236 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 "gpr",
2238 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002239 "grpc",
2240 "grpc++",
2241 "grpc++_test_config",
2242 "grpc++_test_util",
2243 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002244 "reconnect_server",
2245 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002246 ],
2247 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002248 "src/proto/grpc/testing/empty.grpc.pb.h",
2249 "src/proto/grpc/testing/empty.pb.h",
2250 "src/proto/grpc/testing/messages.grpc.pb.h",
2251 "src/proto/grpc/testing/messages.pb.h",
2252 "src/proto/grpc/testing/test.grpc.pb.h",
2253 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002254 ],
2255 "language": "c++",
2256 "name": "reconnect_interop_server",
2257 "src": [
2258 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002259 ],
2260 "third_party": false,
2261 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002262 },
2263 {
2264 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 "gpr",
2266 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002267 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002268 "grpc++",
2269 "grpc++_test_util",
2270 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002271 ],
2272 "headers": [],
2273 "language": "c++",
2274 "name": "secure_auth_context_test",
2275 "src": [
2276 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002277 ],
2278 "third_party": false,
2279 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002280 },
2281 {
2282 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 "gpr",
2284 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002285 "grpc",
2286 "grpc++",
2287 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002288 "grpc_test_util",
2289 "qps"
2290 ],
2291 "headers": [],
2292 "language": "c++",
2293 "name": "secure_sync_unary_ping_pong_test",
2294 "src": [
2295 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002296 ],
2297 "third_party": false,
2298 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002299 },
2300 {
2301 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 "gpr",
2303 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002304 "grpc",
2305 "grpc++",
2306 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002307 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002308 ],
2309 "headers": [],
2310 "language": "c++",
2311 "name": "server_crash_test",
2312 "src": [
2313 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002314 ],
2315 "third_party": false,
2316 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002317 },
2318 {
2319 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 "gpr",
2321 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002322 "grpc",
2323 "grpc++",
2324 "grpc++_test_util",
2325 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002326 ],
2327 "headers": [],
2328 "language": "c++",
2329 "name": "server_crash_test_client",
2330 "src": [
2331 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002332 ],
2333 "third_party": false,
2334 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002335 },
2336 {
2337 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 "gpr",
2339 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002340 "grpc",
2341 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002342 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002343 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002344 ],
2345 "headers": [],
2346 "language": "c++",
2347 "name": "shutdown_test",
2348 "src": [
2349 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002350 ],
2351 "third_party": false,
2352 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002353 },
2354 {
2355 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 "gpr",
2357 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002358 "grpc",
2359 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002360 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002361 ],
2362 "headers": [],
2363 "language": "c++",
2364 "name": "status_test",
2365 "src": [
2366 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002367 ],
2368 "third_party": false,
2369 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002370 },
2371 {
2372 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 "gpr",
2374 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002375 "grpc",
2376 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002377 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002378 "grpc_test_util"
2379 ],
2380 "headers": [],
2381 "language": "c++",
2382 "name": "streaming_throughput_test",
2383 "src": [
2384 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002385 ],
2386 "third_party": false,
2387 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002388 },
2389 {
2390 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 "gpr",
2392 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002393 "grpc",
2394 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002395 "grpc++_test_config",
2396 "grpc++_test_util",
2397 "grpc_test_util"
2398 ],
2399 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002400 "src/proto/grpc/testing/empty.grpc.pb.h",
2401 "src/proto/grpc/testing/empty.pb.h",
2402 "src/proto/grpc/testing/messages.grpc.pb.h",
2403 "src/proto/grpc/testing/messages.pb.h",
2404 "src/proto/grpc/testing/metrics.grpc.pb.h",
2405 "src/proto/grpc/testing/metrics.pb.h",
2406 "src/proto/grpc/testing/test.grpc.pb.h",
2407 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002408 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002409 "test/cpp/interop/interop_client.h",
2410 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002411 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002412 ],
2413 "language": "c++",
2414 "name": "stress_test",
2415 "src": [
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.cc",
2418 "test/cpp/interop/interop_client.h",
2419 "test/cpp/interop/stress_interop_client.cc",
2420 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002421 "test/cpp/interop/stress_test.cc",
2422 "test/cpp/util/metrics_server.cc",
2423 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002424 ],
2425 "third_party": false,
2426 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002427 },
2428 {
2429 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 "gpr",
2431 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002432 "grpc",
2433 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002434 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002435 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002436 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002437 ],
2438 "headers": [],
2439 "language": "c++",
2440 "name": "sync_streaming_ping_pong_test",
2441 "src": [
2442 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002443 ],
2444 "third_party": false,
2445 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002446 },
2447 {
2448 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002449 "gpr",
2450 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002451 "grpc",
2452 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002453 "grpc++_test_util",
2454 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002455 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002456 ],
2457 "headers": [],
2458 "language": "c++",
2459 "name": "sync_unary_ping_pong_test",
2460 "src": [
2461 "test/cpp/qps/sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002462 ],
2463 "third_party": false,
2464 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002465 },
2466 {
2467 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 "gpr",
2469 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002470 "grpc",
2471 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002472 "grpc++_test_util",
2473 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002474 ],
2475 "headers": [],
2476 "language": "c++",
2477 "name": "thread_stress_test",
2478 "src": [
2479 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002480 ],
2481 "third_party": false,
2482 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002483 },
2484 {
2485 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 "gpr",
2487 "gpr_test_util",
Hongwei Wang8e04d412015-07-31 15:12:51 -07002488 "grpc",
2489 "grpc++",
2490 "grpc++_test_util",
2491 "grpc_test_util",
2492 "grpc_zookeeper"
2493 ],
Craig Tiller1b4e3302015-12-17 16:35:00 -08002494 "headers": [
2495 "src/proto/grpc/testing/echo.grpc.pb.h",
2496 "src/proto/grpc/testing/echo.pb.h"
2497 ],
Hongwei Wang8e04d412015-07-31 15:12:51 -07002498 "language": "c++",
2499 "name": "zookeeper_test",
2500 "src": [
2501 "test/cpp/end2end/zookeeper_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002502 ],
2503 "third_party": false,
2504 "type": "target"
Hongwei Wang8e04d412015-07-31 15:12:51 -07002505 },
2506 {
2507 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002509 "grpc"
2510 ],
2511 "headers": [],
2512 "language": "c89",
2513 "name": "public_headers_must_be_c89",
2514 "src": [
2515 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002516 ],
2517 "third_party": false,
2518 "type": "target"
2519 },
2520 {
2521 "deps": [
2522 "boringssl",
2523 "boringssl_aes_test_lib",
2524 "boringssl_test_util"
2525 ],
2526 "headers": [],
2527 "language": "c++",
2528 "name": "boringssl_aes_test",
2529 "src": [],
2530 "third_party": true,
2531 "type": "target"
2532 },
2533 {
2534 "deps": [
2535 "boringssl",
Craig Tiller3d62fc62016-03-15 09:57:26 -07002536 "boringssl_asn1_test_lib",
2537 "boringssl_test_util"
2538 ],
2539 "headers": [],
2540 "language": "c++",
2541 "name": "boringssl_asn1_test",
2542 "src": [],
2543 "third_party": true,
2544 "type": "target"
2545 },
2546 {
2547 "deps": [
2548 "boringssl",
Craig Tiller732a8752016-02-22 15:59:19 -08002549 "boringssl_base64_test_lib",
2550 "boringssl_test_util"
2551 ],
2552 "headers": [],
2553 "language": "c++",
2554 "name": "boringssl_base64_test",
2555 "src": [],
2556 "third_party": true,
2557 "type": "target"
2558 },
2559 {
2560 "deps": [
2561 "boringssl",
2562 "boringssl_bio_test_lib",
2563 "boringssl_test_util"
2564 ],
2565 "headers": [],
2566 "language": "c++",
2567 "name": "boringssl_bio_test",
2568 "src": [],
2569 "third_party": true,
2570 "type": "target"
2571 },
2572 {
2573 "deps": [
2574 "boringssl",
2575 "boringssl_bn_test_lib",
2576 "boringssl_test_util"
2577 ],
2578 "headers": [],
2579 "language": "c++",
2580 "name": "boringssl_bn_test",
2581 "src": [],
2582 "third_party": true,
2583 "type": "target"
2584 },
2585 {
2586 "deps": [
2587 "boringssl",
2588 "boringssl_bytestring_test_lib",
2589 "boringssl_test_util"
2590 ],
2591 "headers": [],
2592 "language": "c++",
2593 "name": "boringssl_bytestring_test",
2594 "src": [],
2595 "third_party": true,
2596 "type": "target"
2597 },
2598 {
2599 "deps": [
2600 "boringssl",
2601 "boringssl_aead_test_lib",
2602 "boringssl_test_util"
2603 ],
2604 "headers": [],
2605 "language": "c++",
2606 "name": "boringssl_aead_test",
2607 "src": [],
2608 "third_party": true,
2609 "type": "target"
2610 },
2611 {
2612 "deps": [
2613 "boringssl",
2614 "boringssl_cipher_test_lib",
2615 "boringssl_test_util"
2616 ],
2617 "headers": [],
2618 "language": "c++",
2619 "name": "boringssl_cipher_test",
2620 "src": [],
2621 "third_party": true,
2622 "type": "target"
2623 },
2624 {
2625 "deps": [
2626 "boringssl",
2627 "boringssl_cmac_test_lib",
2628 "boringssl_test_util"
2629 ],
2630 "headers": [],
2631 "language": "c++",
2632 "name": "boringssl_cmac_test",
2633 "src": [],
2634 "third_party": true,
2635 "type": "target"
2636 },
2637 {
2638 "deps": [
2639 "boringssl",
2640 "boringssl_constant_time_test_lib",
2641 "boringssl_test_util"
2642 ],
2643 "headers": [],
2644 "language": "c++",
2645 "name": "boringssl_constant_time_test",
2646 "src": [],
2647 "third_party": true,
2648 "type": "target"
2649 },
2650 {
2651 "deps": [
2652 "boringssl",
2653 "boringssl_ed25519_test_lib",
2654 "boringssl_test_util"
2655 ],
2656 "headers": [],
2657 "language": "c++",
2658 "name": "boringssl_ed25519_test",
2659 "src": [],
2660 "third_party": true,
2661 "type": "target"
2662 },
2663 {
2664 "deps": [
2665 "boringssl",
2666 "boringssl_test_util",
2667 "boringssl_x25519_test_lib"
2668 ],
2669 "headers": [],
2670 "language": "c++",
2671 "name": "boringssl_x25519_test",
2672 "src": [],
2673 "third_party": true,
2674 "type": "target"
2675 },
2676 {
2677 "deps": [
2678 "boringssl",
2679 "boringssl_dh_test_lib",
2680 "boringssl_test_util"
2681 ],
2682 "headers": [],
2683 "language": "c++",
2684 "name": "boringssl_dh_test",
2685 "src": [],
2686 "third_party": true,
2687 "type": "target"
2688 },
2689 {
2690 "deps": [
2691 "boringssl",
2692 "boringssl_digest_test_lib",
2693 "boringssl_test_util"
2694 ],
2695 "headers": [],
2696 "language": "c++",
2697 "name": "boringssl_digest_test",
2698 "src": [],
2699 "third_party": true,
2700 "type": "target"
2701 },
2702 {
2703 "deps": [
2704 "boringssl",
2705 "boringssl_dsa_test_lib",
2706 "boringssl_test_util"
2707 ],
2708 "headers": [],
2709 "language": "c++",
2710 "name": "boringssl_dsa_test",
2711 "src": [],
2712 "third_party": true,
2713 "type": "target"
2714 },
2715 {
2716 "deps": [
2717 "boringssl",
2718 "boringssl_ec_test_lib",
2719 "boringssl_test_util"
2720 ],
2721 "headers": [],
2722 "language": "c++",
2723 "name": "boringssl_ec_test",
2724 "src": [],
2725 "third_party": true,
2726 "type": "target"
2727 },
2728 {
2729 "deps": [
2730 "boringssl",
2731 "boringssl_example_mul_lib",
2732 "boringssl_test_util"
2733 ],
2734 "headers": [],
2735 "language": "c++",
2736 "name": "boringssl_example_mul",
2737 "src": [],
2738 "third_party": true,
2739 "type": "target"
2740 },
2741 {
2742 "deps": [
2743 "boringssl",
2744 "boringssl_ecdsa_test_lib",
2745 "boringssl_test_util"
2746 ],
2747 "headers": [],
2748 "language": "c++",
2749 "name": "boringssl_ecdsa_test",
2750 "src": [],
2751 "third_party": true,
2752 "type": "target"
2753 },
2754 {
2755 "deps": [
2756 "boringssl",
2757 "boringssl_err_test_lib",
2758 "boringssl_test_util"
2759 ],
2760 "headers": [],
2761 "language": "c++",
2762 "name": "boringssl_err_test",
2763 "src": [],
2764 "third_party": true,
2765 "type": "target"
2766 },
2767 {
2768 "deps": [
2769 "boringssl",
2770 "boringssl_evp_extra_test_lib",
2771 "boringssl_test_util"
2772 ],
2773 "headers": [],
2774 "language": "c++",
2775 "name": "boringssl_evp_extra_test",
2776 "src": [],
2777 "third_party": true,
2778 "type": "target"
2779 },
2780 {
2781 "deps": [
2782 "boringssl",
2783 "boringssl_evp_test_lib",
2784 "boringssl_test_util"
2785 ],
2786 "headers": [],
2787 "language": "c++",
2788 "name": "boringssl_evp_test",
2789 "src": [],
2790 "third_party": true,
2791 "type": "target"
2792 },
2793 {
2794 "deps": [
2795 "boringssl",
2796 "boringssl_pbkdf_test_lib",
2797 "boringssl_test_util"
2798 ],
2799 "headers": [],
2800 "language": "c++",
2801 "name": "boringssl_pbkdf_test",
2802 "src": [],
2803 "third_party": true,
2804 "type": "target"
2805 },
2806 {
2807 "deps": [
2808 "boringssl",
2809 "boringssl_hkdf_test_lib",
2810 "boringssl_test_util"
2811 ],
2812 "headers": [],
2813 "language": "c++",
2814 "name": "boringssl_hkdf_test",
2815 "src": [],
2816 "third_party": true,
2817 "type": "target"
2818 },
2819 {
2820 "deps": [
2821 "boringssl",
2822 "boringssl_hmac_test_lib",
2823 "boringssl_test_util"
2824 ],
2825 "headers": [],
2826 "language": "c++",
2827 "name": "boringssl_hmac_test",
2828 "src": [],
2829 "third_party": true,
2830 "type": "target"
2831 },
2832 {
2833 "deps": [
2834 "boringssl",
2835 "boringssl_lhash_test_lib",
2836 "boringssl_test_util"
2837 ],
2838 "headers": [],
2839 "language": "c++",
2840 "name": "boringssl_lhash_test",
2841 "src": [],
2842 "third_party": true,
2843 "type": "target"
2844 },
2845 {
2846 "deps": [
2847 "boringssl",
2848 "boringssl_gcm_test_lib",
2849 "boringssl_test_util"
2850 ],
2851 "headers": [],
2852 "language": "c++",
2853 "name": "boringssl_gcm_test",
2854 "src": [],
2855 "third_party": true,
2856 "type": "target"
2857 },
2858 {
2859 "deps": [
2860 "boringssl",
2861 "boringssl_pkcs12_test_lib",
2862 "boringssl_test_util"
2863 ],
2864 "headers": [],
2865 "language": "c++",
2866 "name": "boringssl_pkcs12_test",
2867 "src": [],
2868 "third_party": true,
2869 "type": "target"
2870 },
2871 {
2872 "deps": [
2873 "boringssl",
2874 "boringssl_pkcs8_test_lib",
2875 "boringssl_test_util"
2876 ],
2877 "headers": [],
2878 "language": "c++",
2879 "name": "boringssl_pkcs8_test",
2880 "src": [],
2881 "third_party": true,
2882 "type": "target"
2883 },
2884 {
2885 "deps": [
2886 "boringssl",
2887 "boringssl_poly1305_test_lib",
2888 "boringssl_test_util"
2889 ],
2890 "headers": [],
2891 "language": "c++",
2892 "name": "boringssl_poly1305_test",
2893 "src": [],
2894 "third_party": true,
2895 "type": "target"
2896 },
2897 {
2898 "deps": [
2899 "boringssl",
2900 "boringssl_refcount_test_lib",
2901 "boringssl_test_util"
2902 ],
2903 "headers": [],
2904 "language": "c++",
2905 "name": "boringssl_refcount_test",
2906 "src": [],
2907 "third_party": true,
2908 "type": "target"
2909 },
2910 {
2911 "deps": [
2912 "boringssl",
2913 "boringssl_rsa_test_lib",
2914 "boringssl_test_util"
2915 ],
2916 "headers": [],
2917 "language": "c++",
2918 "name": "boringssl_rsa_test",
2919 "src": [],
2920 "third_party": true,
2921 "type": "target"
2922 },
2923 {
2924 "deps": [
2925 "boringssl",
2926 "boringssl_test_util",
2927 "boringssl_thread_test_lib"
2928 ],
2929 "headers": [],
2930 "language": "c++",
2931 "name": "boringssl_thread_test",
2932 "src": [],
2933 "third_party": true,
2934 "type": "target"
2935 },
2936 {
2937 "deps": [
2938 "boringssl",
2939 "boringssl_pkcs7_test_lib",
2940 "boringssl_test_util"
2941 ],
2942 "headers": [],
2943 "language": "c++",
2944 "name": "boringssl_pkcs7_test",
2945 "src": [],
2946 "third_party": true,
2947 "type": "target"
2948 },
2949 {
2950 "deps": [
2951 "boringssl",
2952 "boringssl_tab_test_lib",
2953 "boringssl_test_util"
2954 ],
2955 "headers": [],
2956 "language": "c++",
2957 "name": "boringssl_tab_test",
2958 "src": [],
2959 "third_party": true,
2960 "type": "target"
2961 },
2962 {
2963 "deps": [
2964 "boringssl",
2965 "boringssl_test_util",
2966 "boringssl_v3name_test_lib"
2967 ],
2968 "headers": [],
2969 "language": "c++",
2970 "name": "boringssl_v3name_test",
2971 "src": [],
2972 "third_party": true,
2973 "type": "target"
2974 },
2975 {
2976 "deps": [
2977 "boringssl",
2978 "boringssl_pqueue_test_lib",
2979 "boringssl_test_util"
2980 ],
2981 "headers": [],
2982 "language": "c++",
2983 "name": "boringssl_pqueue_test",
2984 "src": [],
2985 "third_party": true,
2986 "type": "target"
2987 },
2988 {
2989 "deps": [
2990 "boringssl",
2991 "boringssl_ssl_test_lib",
2992 "boringssl_test_util"
2993 ],
2994 "headers": [],
2995 "language": "c++",
2996 "name": "boringssl_ssl_test",
2997 "src": [],
2998 "third_party": true,
2999 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08003000 },
3001 {
3002 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08003003 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 "gpr",
3005 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003006 "grpc_test_util_unsecure",
3007 "grpc_unsecure"
3008 ],
3009 "headers": [],
3010 "language": "c",
3011 "name": "badreq_bad_client_test",
3012 "src": [
3013 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003014 ],
3015 "third_party": false,
3016 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003017 },
3018 {
3019 "deps": [
3020 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 "gpr",
3022 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003023 "grpc_test_util_unsecure",
3024 "grpc_unsecure"
3025 ],
3026 "headers": [],
3027 "language": "c",
3028 "name": "connection_prefix_bad_client_test",
3029 "src": [
3030 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003031 ],
3032 "third_party": false,
3033 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003034 },
3035 {
3036 "deps": [
3037 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 "gpr",
3039 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003040 "grpc_test_util_unsecure",
3041 "grpc_unsecure"
3042 ],
3043 "headers": [],
3044 "language": "c",
3045 "name": "headers_bad_client_test",
3046 "src": [
3047 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003048 ],
3049 "third_party": false,
3050 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003051 },
3052 {
3053 "deps": [
3054 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 "gpr",
3056 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003057 "grpc_test_util_unsecure",
3058 "grpc_unsecure"
3059 ],
3060 "headers": [],
3061 "language": "c",
3062 "name": "initial_settings_frame_bad_client_test",
3063 "src": [
3064 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003065 ],
3066 "third_party": false,
3067 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003068 },
3069 {
3070 "deps": [
3071 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 "gpr",
3073 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003074 "grpc_test_util_unsecure",
3075 "grpc_unsecure"
3076 ],
3077 "headers": [],
3078 "language": "c",
3079 "name": "server_registered_method_bad_client_test",
3080 "src": [
3081 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003082 ],
3083 "third_party": false,
3084 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003085 },
3086 {
3087 "deps": [
3088 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 "gpr",
3090 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003091 "grpc_test_util_unsecure",
3092 "grpc_unsecure"
3093 ],
3094 "headers": [],
3095 "language": "c",
3096 "name": "simple_request_bad_client_test",
3097 "src": [
3098 "test/core/bad_client/tests/simple_request.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003099 ],
3100 "third_party": false,
3101 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003102 },
3103 {
3104 "deps": [
3105 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003106 "gpr",
3107 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003108 "grpc_test_util_unsecure",
3109 "grpc_unsecure"
3110 ],
3111 "headers": [],
3112 "language": "c",
3113 "name": "unknown_frame_bad_client_test",
3114 "src": [
3115 "test/core/bad_client/tests/unknown_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003116 ],
3117 "third_party": false,
3118 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003119 },
3120 {
3121 "deps": [
3122 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08003123 "gpr",
3124 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003125 "grpc_test_util_unsecure",
3126 "grpc_unsecure"
3127 ],
3128 "headers": [],
3129 "language": "c",
3130 "name": "window_overflow_bad_client_test",
3131 "src": [
3132 "test/core/bad_client/tests/window_overflow.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003133 ],
3134 "third_party": false,
3135 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003136 },
3137 {
3138 "deps": [
3139 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003140 "gpr",
3141 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003142 "grpc",
3143 "grpc_test_util"
3144 ],
3145 "headers": [],
3146 "language": "c",
3147 "name": "bad_ssl_alpn_server",
3148 "src": [
3149 "test/core/bad_ssl/servers/alpn.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003150 ],
3151 "third_party": false,
3152 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003153 },
3154 {
3155 "deps": [
3156 "bad_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003157 "gpr",
3158 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003159 "grpc",
3160 "grpc_test_util"
3161 ],
3162 "headers": [],
3163 "language": "c",
3164 "name": "bad_ssl_cert_server",
3165 "src": [
3166 "test/core/bad_ssl/servers/cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003167 ],
3168 "third_party": false,
3169 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003170 },
3171 {
3172 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003173 "gpr",
3174 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003175 "grpc",
3176 "grpc_test_util"
3177 ],
3178 "headers": [],
3179 "language": "c",
3180 "name": "bad_ssl_alpn_test",
3181 "src": [
3182 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003183 ],
3184 "third_party": false,
3185 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003186 },
3187 {
3188 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003189 "gpr",
3190 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003191 "grpc",
3192 "grpc_test_util"
3193 ],
3194 "headers": [],
3195 "language": "c",
3196 "name": "bad_ssl_cert_test",
3197 "src": [
3198 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003199 ],
3200 "third_party": false,
3201 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003202 },
3203 {
3204 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003205 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003206 "gpr",
3207 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003208 "grpc",
3209 "grpc_test_util"
3210 ],
3211 "headers": [],
3212 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003213 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003214 "src": [
3215 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003216 ],
3217 "third_party": false,
3218 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003219 },
3220 {
3221 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003222 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003223 "gpr",
3224 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003225 "grpc",
3226 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003227 ],
3228 "headers": [],
3229 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003230 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003231 "src": [
3232 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003233 ],
3234 "third_party": false,
3235 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003236 },
3237 {
3238 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003239 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003240 "gpr",
3241 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003242 "grpc",
3243 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003244 ],
3245 "headers": [],
3246 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003247 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003248 "src": [
3249 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003250 ],
3251 "third_party": false,
3252 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003253 },
3254 {
3255 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003256 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003257 "gpr",
3258 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003259 "grpc",
3260 "grpc_test_util"
3261 ],
3262 "headers": [],
3263 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003264 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003265 "src": [
3266 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003267 ],
3268 "third_party": false,
3269 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003270 },
3271 {
3272 "deps": [
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": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003290 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003291 "gpr",
3292 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003293 "grpc",
3294 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003295 ],
3296 "headers": [],
3297 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003298 "name": "h2_full+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003299 "src": [
3300 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003301 ],
3302 "third_party": false,
3303 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003304 },
3305 {
3306 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003307 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003308 "gpr",
3309 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003310 "grpc",
3311 "grpc_test_util"
3312 ],
3313 "headers": [],
3314 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003315 "name": "h2_full+poll+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003316 "src": [
3317 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003318 ],
3319 "third_party": false,
3320 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003321 },
3322 {
3323 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003324 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003325 "gpr",
3326 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003327 "grpc",
3328 "grpc_test_util"
3329 ],
3330 "headers": [],
3331 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003332 "name": "h2_full+trace_test",
3333 "src": [
3334 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003335 ],
3336 "third_party": false,
3337 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003338 },
3339 {
3340 "deps": [
Craig Tiller178edfa2016-02-17 20:54:46 -08003341 "end2end_tests",
3342 "gpr",
3343 "gpr_test_util",
3344 "grpc",
3345 "grpc_test_util"
3346 ],
3347 "headers": [],
3348 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003349 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003350 "src": [
3351 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003352 ],
3353 "third_party": false,
3354 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003355 },
3356 {
3357 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003358 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003359 "gpr",
3360 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003361 "grpc",
3362 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003363 ],
3364 "headers": [],
3365 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003366 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003367 "src": [
3368 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003369 ],
3370 "third_party": false,
3371 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003372 },
3373 {
3374 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003375 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003376 "gpr",
3377 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003378 "grpc",
3379 "grpc_test_util"
3380 ],
3381 "headers": [],
3382 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003383 "name": "h2_sockpair_test",
3384 "src": [
3385 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003386 ],
3387 "third_party": false,
3388 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003389 },
3390 {
3391 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003392 "end2end_tests",
3393 "gpr",
3394 "gpr_test_util",
3395 "grpc",
3396 "grpc_test_util"
3397 ],
3398 "headers": [],
3399 "language": "c",
3400 "name": "h2_sockpair+trace_test",
3401 "src": [
3402 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003403 ],
3404 "third_party": false,
3405 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003406 },
3407 {
3408 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003409 "end2end_tests",
3410 "gpr",
3411 "gpr_test_util",
3412 "grpc",
3413 "grpc_test_util"
3414 ],
3415 "headers": [],
3416 "language": "c",
3417 "name": "h2_sockpair_1byte_test",
3418 "src": [
3419 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003420 ],
3421 "third_party": false,
3422 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003423 },
3424 {
3425 "deps": [
Craig Tillerde676262016-02-19 12:28:34 -08003426 "end2end_tests",
3427 "gpr",
3428 "gpr_test_util",
3429 "grpc",
3430 "grpc_test_util"
3431 ],
3432 "headers": [],
3433 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003434 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003435 "src": [
3436 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003437 ],
3438 "third_party": false,
3439 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003440 },
3441 {
3442 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003443 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003444 "gpr",
3445 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003446 "grpc",
3447 "grpc_test_util"
3448 ],
3449 "headers": [],
3450 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003451 "name": "h2_ssl+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003452 "src": [
3453 "test/core/end2end/fixtures/h2_ssl+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003454 ],
3455 "third_party": false,
3456 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003457 },
3458 {
3459 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003460 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003461 "gpr",
3462 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003463 "grpc",
3464 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003465 ],
3466 "headers": [],
3467 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003468 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003469 "src": [
3470 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003471 ],
3472 "third_party": false,
3473 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003474 },
3475 {
3476 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003477 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003478 "gpr",
3479 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003480 "grpc",
3481 "grpc_test_util"
3482 ],
3483 "headers": [],
3484 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003485 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003486 "src": [
3487 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003488 ],
3489 "third_party": false,
3490 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003491 },
3492 {
3493 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003494 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003495 "gpr",
3496 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003497 "grpc",
3498 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003499 ],
3500 "headers": [],
3501 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003502 "name": "h2_uds+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003503 "src": [
3504 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003505 ],
3506 "third_party": false,
3507 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003508 },
3509 {
3510 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003511 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003512 "gpr",
3513 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003514 "grpc_test_util_unsecure",
3515 "grpc_unsecure"
3516 ],
3517 "headers": [],
3518 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003519 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003520 "src": [
3521 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003522 ],
3523 "third_party": false,
3524 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003525 },
3526 {
3527 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003528 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003529 "gpr",
3530 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003531 "grpc_test_util_unsecure",
3532 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003533 ],
3534 "headers": [],
3535 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003536 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003537 "src": [
3538 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003539 ],
3540 "third_party": false,
3541 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003542 },
3543 {
3544 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003545 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003546 "gpr",
3547 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003548 "grpc_test_util_unsecure",
3549 "grpc_unsecure"
3550 ],
3551 "headers": [],
3552 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003553 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003554 "src": [
3555 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003556 ],
3557 "third_party": false,
3558 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003559 },
3560 {
3561 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003562 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003563 "gpr",
3564 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003565 "grpc_test_util_unsecure",
3566 "grpc_unsecure"
3567 ],
3568 "headers": [],
3569 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003570 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003571 "src": [
3572 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003573 ],
3574 "third_party": false,
3575 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003576 },
3577 {
3578 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003579 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003580 "gpr",
3581 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003582 "grpc_test_util_unsecure",
3583 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003584 ],
3585 "headers": [],
3586 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003587 "name": "h2_full+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003588 "src": [
3589 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003590 ],
3591 "third_party": false,
3592 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003593 },
3594 {
3595 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003596 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003597 "gpr",
3598 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003599 "grpc_test_util_unsecure",
3600 "grpc_unsecure"
3601 ],
3602 "headers": [],
3603 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003604 "name": "h2_full+poll+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003605 "src": [
3606 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003607 ],
3608 "third_party": false,
3609 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003610 },
3611 {
3612 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003613 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003614 "gpr",
3615 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003616 "grpc_test_util_unsecure",
3617 "grpc_unsecure"
3618 ],
3619 "headers": [],
3620 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003621 "name": "h2_full+trace_nosec_test",
3622 "src": [
3623 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003624 ],
3625 "third_party": false,
3626 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003627 },
3628 {
3629 "deps": [
3630 "end2end_nosec_tests",
3631 "gpr",
3632 "gpr_test_util",
3633 "grpc_test_util_unsecure",
3634 "grpc_unsecure"
3635 ],
3636 "headers": [],
3637 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003638 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003639 "src": [
3640 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003641 ],
3642 "third_party": false,
3643 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003644 },
3645 {
3646 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003647 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003648 "gpr",
3649 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003650 "grpc_test_util_unsecure",
3651 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003652 ],
3653 "headers": [],
3654 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003655 "name": "h2_sockpair_nosec_test",
3656 "src": [
3657 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003658 ],
3659 "third_party": false,
3660 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003661 },
3662 {
3663 "deps": [
3664 "end2end_nosec_tests",
3665 "gpr",
3666 "gpr_test_util",
3667 "grpc_test_util_unsecure",
3668 "grpc_unsecure"
3669 ],
3670 "headers": [],
3671 "language": "c",
3672 "name": "h2_sockpair+trace_nosec_test",
3673 "src": [
3674 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003675 ],
3676 "third_party": false,
3677 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003678 },
3679 {
3680 "deps": [
3681 "end2end_nosec_tests",
3682 "gpr",
3683 "gpr_test_util",
3684 "grpc_test_util_unsecure",
3685 "grpc_unsecure"
3686 ],
3687 "headers": [],
3688 "language": "c",
3689 "name": "h2_sockpair_1byte_nosec_test",
3690 "src": [
3691 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003692 ],
3693 "third_party": false,
3694 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003695 },
3696 {
3697 "deps": [
3698 "end2end_nosec_tests",
3699 "gpr",
3700 "gpr_test_util",
3701 "grpc_test_util_unsecure",
3702 "grpc_unsecure"
3703 ],
3704 "headers": [],
3705 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003706 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003707 "src": [
3708 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003709 ],
3710 "third_party": false,
3711 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003712 },
3713 {
3714 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003715 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003716 "gpr",
3717 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003718 "grpc_test_util_unsecure",
3719 "grpc_unsecure"
3720 ],
3721 "headers": [],
3722 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003723 "name": "h2_uds+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003724 "src": [
3725 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003726 ],
3727 "third_party": false,
3728 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003729 },
3730 {
Craig Tillerf75fc122015-06-25 06:58:00 -07003731 "deps": [],
3732 "headers": [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003733 "include/grpc/impl/codegen/alloc.h",
3734 "include/grpc/impl/codegen/atm.h",
3735 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3736 "include/grpc/impl/codegen/atm_gcc_sync.h",
3737 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003738 "include/grpc/impl/codegen/log.h",
3739 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003740 "include/grpc/impl/codegen/slice.h",
3741 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003742 "include/grpc/impl/codegen/sync.h",
3743 "include/grpc/impl/codegen/sync_generic.h",
3744 "include/grpc/impl/codegen/sync_posix.h",
3745 "include/grpc/impl/codegen/sync_win32.h",
3746 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003747 "include/grpc/support/alloc.h",
3748 "include/grpc/support/atm.h",
3749 "include/grpc/support/atm_gcc_atomic.h",
3750 "include/grpc/support/atm_gcc_sync.h",
3751 "include/grpc/support/atm_win32.h",
3752 "include/grpc/support/avl.h",
3753 "include/grpc/support/cmdline.h",
3754 "include/grpc/support/cpu.h",
3755 "include/grpc/support/histogram.h",
3756 "include/grpc/support/host_port.h",
3757 "include/grpc/support/log.h",
3758 "include/grpc/support/log_win32.h",
3759 "include/grpc/support/port_platform.h",
3760 "include/grpc/support/slice.h",
3761 "include/grpc/support/slice_buffer.h",
3762 "include/grpc/support/string_util.h",
3763 "include/grpc/support/subprocess.h",
3764 "include/grpc/support/sync.h",
3765 "include/grpc/support/sync_generic.h",
3766 "include/grpc/support/sync_posix.h",
3767 "include/grpc/support/sync_win32.h",
3768 "include/grpc/support/thd.h",
3769 "include/grpc/support/time.h",
3770 "include/grpc/support/tls.h",
3771 "include/grpc/support/tls_gcc.h",
3772 "include/grpc/support/tls_msvc.h",
3773 "include/grpc/support/tls_pthread.h",
3774 "include/grpc/support/useful.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003775 "src/core/profiling/timers.h",
Craig Tillerc72cc422016-03-11 10:54:36 -08003776 "src/core/support/backoff.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003777 "src/core/support/block_annotate.h",
3778 "src/core/support/env.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003779 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003780 "src/core/support/murmur_hash.h",
3781 "src/core/support/stack_lockfree.h",
3782 "src/core/support/string.h",
3783 "src/core/support/string_win32.h",
3784 "src/core/support/thd_internal.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003785 "src/core/support/time_precise.h",
3786 "src/core/support/tmpfile.h"
Craig Tillerda179ce2016-02-09 12:01:53 -08003787 ],
3788 "language": "c",
3789 "name": "gpr",
3790 "src": [
3791 "include/grpc/impl/codegen/alloc.h",
3792 "include/grpc/impl/codegen/atm.h",
3793 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3794 "include/grpc/impl/codegen/atm_gcc_sync.h",
3795 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003796 "include/grpc/impl/codegen/log.h",
3797 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003798 "include/grpc/impl/codegen/slice.h",
3799 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003800 "include/grpc/impl/codegen/sync.h",
3801 "include/grpc/impl/codegen/sync_generic.h",
3802 "include/grpc/impl/codegen/sync_posix.h",
3803 "include/grpc/impl/codegen/sync_win32.h",
3804 "include/grpc/impl/codegen/time.h",
3805 "include/grpc/support/alloc.h",
3806 "include/grpc/support/atm.h",
3807 "include/grpc/support/atm_gcc_atomic.h",
3808 "include/grpc/support/atm_gcc_sync.h",
3809 "include/grpc/support/atm_win32.h",
3810 "include/grpc/support/avl.h",
3811 "include/grpc/support/cmdline.h",
3812 "include/grpc/support/cpu.h",
3813 "include/grpc/support/histogram.h",
3814 "include/grpc/support/host_port.h",
3815 "include/grpc/support/log.h",
3816 "include/grpc/support/log_win32.h",
3817 "include/grpc/support/port_platform.h",
3818 "include/grpc/support/slice.h",
3819 "include/grpc/support/slice_buffer.h",
3820 "include/grpc/support/string_util.h",
3821 "include/grpc/support/subprocess.h",
3822 "include/grpc/support/sync.h",
3823 "include/grpc/support/sync_generic.h",
3824 "include/grpc/support/sync_posix.h",
3825 "include/grpc/support/sync_win32.h",
3826 "include/grpc/support/thd.h",
3827 "include/grpc/support/time.h",
3828 "include/grpc/support/tls.h",
3829 "include/grpc/support/tls_gcc.h",
3830 "include/grpc/support/tls_msvc.h",
3831 "include/grpc/support/tls_pthread.h",
3832 "include/grpc/support/useful.h",
3833 "src/core/profiling/basic_timers.c",
3834 "src/core/profiling/stap_timers.c",
3835 "src/core/profiling/timers.h",
3836 "src/core/support/alloc.c",
3837 "src/core/support/avl.c",
Craig Tillerc72cc422016-03-11 10:54:36 -08003838 "src/core/support/backoff.c",
3839 "src/core/support/backoff.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003840 "src/core/support/block_annotate.h",
3841 "src/core/support/cmdline.c",
3842 "src/core/support/cpu_iphone.c",
3843 "src/core/support/cpu_linux.c",
3844 "src/core/support/cpu_posix.c",
3845 "src/core/support/cpu_windows.c",
3846 "src/core/support/env.h",
3847 "src/core/support/env_linux.c",
3848 "src/core/support/env_posix.c",
3849 "src/core/support/env_win32.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003850 "src/core/support/histogram.c",
3851 "src/core/support/host_port.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003852 "src/core/support/load_file.c",
3853 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003854 "src/core/support/log.c",
3855 "src/core/support/log_android.c",
3856 "src/core/support/log_linux.c",
3857 "src/core/support/log_posix.c",
3858 "src/core/support/log_win32.c",
3859 "src/core/support/murmur_hash.c",
3860 "src/core/support/murmur_hash.h",
3861 "src/core/support/slice.c",
3862 "src/core/support/slice_buffer.c",
3863 "src/core/support/stack_lockfree.c",
3864 "src/core/support/stack_lockfree.h",
3865 "src/core/support/string.c",
3866 "src/core/support/string.h",
3867 "src/core/support/string_posix.c",
3868 "src/core/support/string_win32.c",
3869 "src/core/support/string_win32.h",
3870 "src/core/support/subprocess_posix.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003871 "src/core/support/subprocess_windows.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003872 "src/core/support/sync.c",
3873 "src/core/support/sync_posix.c",
3874 "src/core/support/sync_win32.c",
3875 "src/core/support/thd.c",
3876 "src/core/support/thd_internal.h",
3877 "src/core/support/thd_posix.c",
3878 "src/core/support/thd_win32.c",
3879 "src/core/support/time.c",
3880 "src/core/support/time_posix.c",
3881 "src/core/support/time_precise.c",
3882 "src/core/support/time_precise.h",
3883 "src/core/support/time_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003884 "src/core/support/tls_pthread.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003885 "src/core/support/tmpfile.h",
3886 "src/core/support/tmpfile_posix.c",
3887 "src/core/support/tmpfile_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003888 "src/core/support/wrap_memcpy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003889 ],
3890 "third_party": false,
3891 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003892 },
3893 {
3894 "deps": [
3895 "gpr"
3896 ],
3897 "headers": [
3898 "test/core/util/test_config.h"
3899 ],
3900 "language": "c",
3901 "name": "gpr_test_util",
3902 "src": [
3903 "test/core/util/test_config.c",
3904 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003905 ],
3906 "third_party": false,
3907 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003908 },
3909 {
3910 "deps": [
3911 "gpr"
3912 ],
3913 "headers": [
3914 "include/grpc/byte_buffer.h",
3915 "include/grpc/byte_buffer_reader.h",
3916 "include/grpc/census.h",
3917 "include/grpc/compression.h",
3918 "include/grpc/grpc.h",
3919 "include/grpc/grpc_security.h",
Craig Tiller1298afd2016-02-09 12:29:17 -08003920 "include/grpc/impl/codegen/byte_buffer.h",
3921 "include/grpc/impl/codegen/compression_types.h",
3922 "include/grpc/impl/codegen/connectivity_state.h",
3923 "include/grpc/impl/codegen/grpc_types.h",
3924 "include/grpc/impl/codegen/propagation_bits.h",
3925 "include/grpc/impl/codegen/status.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003926 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07003927 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07003928 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08003929 "src/core/census/grpc_plugin.h",
Alistair Veitch77715442016-02-22 14:20:25 -08003930 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07003931 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003932 "src/core/channel/channel_args.h",
3933 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08003934 "src/core/channel/channel_stack_builder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003935 "src/core/channel/client_channel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003936 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003937 "src/core/channel/connected_channel.h",
3938 "src/core/channel/context.h",
3939 "src/core/channel/http_client_filter.h",
3940 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003941 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003942 "src/core/client_config/client_config.h",
3943 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08003944 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003945 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003946 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003947 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003948 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003949 "src/core/client_config/lb_policy_factory.h",
3950 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003951 "src/core/client_config/resolver.h",
3952 "src/core/client_config/resolver_factory.h",
3953 "src/core/client_config/resolver_registry.h",
3954 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003955 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003956 "src/core/client_config/subchannel.h",
3957 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08003958 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003959 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003960 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003961 "src/core/compression/message_compress.h",
3962 "src/core/debug/trace.h",
Matthew Iselin1824f052016-02-10 12:16:06 +11003963 "src/core/http/format_request.h",
3964 "src/core/http/httpcli.h",
3965 "src/core/http/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003966 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003967 "src/core/iomgr/endpoint.h",
3968 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003969 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003970 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003971 "src/core/iomgr/fd_posix.h",
3972 "src/core/iomgr/iocp_windows.h",
3973 "src/core/iomgr/iomgr.h",
3974 "src/core/iomgr/iomgr_internal.h",
3975 "src/core/iomgr/iomgr_posix.h",
3976 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003977 "src/core/iomgr/pollset_posix.h",
3978 "src/core/iomgr/pollset_set.h",
3979 "src/core/iomgr/pollset_set_posix.h",
3980 "src/core/iomgr/pollset_set_windows.h",
3981 "src/core/iomgr/pollset_windows.h",
3982 "src/core/iomgr/resolve_address.h",
3983 "src/core/iomgr/sockaddr.h",
3984 "src/core/iomgr/sockaddr_posix.h",
3985 "src/core/iomgr/sockaddr_utils.h",
3986 "src/core/iomgr/sockaddr_win32.h",
3987 "src/core/iomgr/socket_utils_posix.h",
3988 "src/core/iomgr/socket_windows.h",
3989 "src/core/iomgr/tcp_client.h",
3990 "src/core/iomgr/tcp_posix.h",
3991 "src/core/iomgr/tcp_server.h",
3992 "src/core/iomgr/tcp_windows.h",
3993 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003994 "src/core/iomgr/timer.h",
3995 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04003996 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003997 "src/core/iomgr/wakeup_fd_pipe.h",
3998 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07003999 "src/core/iomgr/workqueue.h",
4000 "src/core/iomgr/workqueue_posix.h",
4001 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004002 "src/core/json/json.h",
4003 "src/core/json/json_common.h",
4004 "src/core/json/json_reader.h",
4005 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004006 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004007 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004008 "src/core/security/b64.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004009 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07004010 "src/core/security/handshake.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004011 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02004012 "src/core/security/jwt_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004013 "src/core/security/secure_endpoint.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004014 "src/core/security/security_connector.h",
4015 "src/core/security/security_context.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004016 "src/core/statistics/census_interface.h",
4017 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004018 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004019 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004020 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004021 "src/core/surface/channel.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004022 "src/core/surface/channel_init.h",
4023 "src/core/surface/channel_stack_type.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004024 "src/core/surface/completion_queue.h",
4025 "src/core/surface/event_string.h",
4026 "src/core/surface/init.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004027 "src/core/surface/lame_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004028 "src/core/surface/server.h",
4029 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004030 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004031 "src/core/transport/chttp2/alpn.h",
4032 "src/core/transport/chttp2/bin_encoder.h",
4033 "src/core/transport/chttp2/frame.h",
4034 "src/core/transport/chttp2/frame_data.h",
4035 "src/core/transport/chttp2/frame_goaway.h",
4036 "src/core/transport/chttp2/frame_ping.h",
4037 "src/core/transport/chttp2/frame_rst_stream.h",
4038 "src/core/transport/chttp2/frame_settings.h",
4039 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004040 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004041 "src/core/transport/chttp2/hpack_parser.h",
4042 "src/core/transport/chttp2/hpack_table.h",
4043 "src/core/transport/chttp2/http2_errors.h",
4044 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004045 "src/core/transport/chttp2/incoming_metadata.h",
4046 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004047 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004048 "src/core/transport/chttp2/stream_map.h",
4049 "src/core/transport/chttp2/timeout_encoding.h",
4050 "src/core/transport/chttp2/varint.h",
4051 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004052 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004053 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004054 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004055 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004056 "src/core/transport/transport.h",
4057 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004058 "src/core/tsi/fake_transport_security.h",
4059 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004060 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004061 "src/core/tsi/transport_security.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004062 "src/core/tsi/transport_security_interface.h",
4063 "third_party/nanopb/pb.h",
4064 "third_party/nanopb/pb_common.h",
4065 "third_party/nanopb/pb_decode.h",
4066 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004067 ],
4068 "language": "c",
4069 "name": "grpc",
4070 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004071 "include/grpc/byte_buffer.h",
4072 "include/grpc/byte_buffer_reader.h",
4073 "include/grpc/census.h",
4074 "include/grpc/compression.h",
4075 "include/grpc/grpc.h",
4076 "include/grpc/grpc_security.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004077 "include/grpc/impl/codegen/byte_buffer.h",
4078 "include/grpc/impl/codegen/compression_types.h",
4079 "include/grpc/impl/codegen/connectivity_state.h",
4080 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004081 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004082 "include/grpc/impl/codegen/status.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004083 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004084 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004085 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004086 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004087 "src/core/census/grpc_filter.c",
4088 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004089 "src/core/census/grpc_plugin.c",
4090 "src/core/census/grpc_plugin.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004091 "src/core/census/initialize.c",
Alistair Veitch77715442016-02-22 14:20:25 -08004092 "src/core/census/mlog.c",
4093 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004094 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004095 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004096 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004097 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004098 "src/core/channel/channel_args.c",
4099 "src/core/channel/channel_args.h",
4100 "src/core/channel/channel_stack.c",
4101 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004102 "src/core/channel/channel_stack_builder.c",
4103 "src/core/channel/channel_stack_builder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004104 "src/core/channel/client_channel.c",
4105 "src/core/channel/client_channel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004106 "src/core/channel/compress_filter.c",
4107 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004108 "src/core/channel/connected_channel.c",
4109 "src/core/channel/connected_channel.h",
4110 "src/core/channel/context.h",
4111 "src/core/channel/http_client_filter.c",
4112 "src/core/channel/http_client_filter.h",
4113 "src/core/channel/http_server_filter.c",
4114 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004115 "src/core/channel/subchannel_call_holder.c",
4116 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004117 "src/core/client_config/client_config.c",
4118 "src/core/client_config/client_config.h",
4119 "src/core/client_config/connector.c",
4120 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004121 "src/core/client_config/default_initial_connect_string.c",
4122 "src/core/client_config/initial_connect_string.c",
4123 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004124 "src/core/client_config/lb_policies/load_balancer_api.c",
4125 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004126 "src/core/client_config/lb_policies/pick_first.c",
4127 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004128 "src/core/client_config/lb_policies/round_robin.c",
4129 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004130 "src/core/client_config/lb_policy.c",
4131 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004132 "src/core/client_config/lb_policy_factory.c",
4133 "src/core/client_config/lb_policy_factory.h",
4134 "src/core/client_config/lb_policy_registry.c",
4135 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004136 "src/core/client_config/resolver.c",
4137 "src/core/client_config/resolver.h",
4138 "src/core/client_config/resolver_factory.c",
4139 "src/core/client_config/resolver_factory.h",
4140 "src/core/client_config/resolver_registry.c",
4141 "src/core/client_config/resolver_registry.h",
4142 "src/core/client_config/resolvers/dns_resolver.c",
4143 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004144 "src/core/client_config/resolvers/sockaddr_resolver.c",
4145 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004146 "src/core/client_config/subchannel.c",
4147 "src/core/client_config/subchannel.h",
4148 "src/core/client_config/subchannel_factory.c",
4149 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004150 "src/core/client_config/subchannel_index.c",
4151 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004152 "src/core/client_config/uri_parser.c",
4153 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004154 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004155 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004156 "src/core/compression/message_compress.c",
4157 "src/core/compression/message_compress.h",
4158 "src/core/debug/trace.c",
4159 "src/core/debug/trace.h",
Matthew Iselin1824f052016-02-10 12:16:06 +11004160 "src/core/http/format_request.c",
4161 "src/core/http/format_request.h",
4162 "src/core/http/httpcli.c",
4163 "src/core/http/httpcli.h",
4164 "src/core/http/httpcli_security_connector.c",
4165 "src/core/http/parser.c",
4166 "src/core/http/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004167 "src/core/iomgr/closure.c",
4168 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004169 "src/core/iomgr/endpoint.c",
4170 "src/core/iomgr/endpoint.h",
4171 "src/core/iomgr/endpoint_pair.h",
4172 "src/core/iomgr/endpoint_pair_posix.c",
4173 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004174 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004175 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004176 "src/core/iomgr/executor.c",
4177 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004178 "src/core/iomgr/fd_posix.c",
4179 "src/core/iomgr/fd_posix.h",
4180 "src/core/iomgr/iocp_windows.c",
4181 "src/core/iomgr/iocp_windows.h",
4182 "src/core/iomgr/iomgr.c",
4183 "src/core/iomgr/iomgr.h",
4184 "src/core/iomgr/iomgr_internal.h",
4185 "src/core/iomgr/iomgr_posix.c",
4186 "src/core/iomgr/iomgr_posix.h",
4187 "src/core/iomgr/iomgr_windows.c",
4188 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004189 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4190 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4191 "src/core/iomgr/pollset_posix.c",
4192 "src/core/iomgr/pollset_posix.h",
4193 "src/core/iomgr/pollset_set.h",
4194 "src/core/iomgr/pollset_set_posix.c",
4195 "src/core/iomgr/pollset_set_posix.h",
4196 "src/core/iomgr/pollset_set_windows.c",
4197 "src/core/iomgr/pollset_set_windows.h",
4198 "src/core/iomgr/pollset_windows.c",
4199 "src/core/iomgr/pollset_windows.h",
4200 "src/core/iomgr/resolve_address.h",
4201 "src/core/iomgr/resolve_address_posix.c",
4202 "src/core/iomgr/resolve_address_windows.c",
4203 "src/core/iomgr/sockaddr.h",
4204 "src/core/iomgr/sockaddr_posix.h",
4205 "src/core/iomgr/sockaddr_utils.c",
4206 "src/core/iomgr/sockaddr_utils.h",
4207 "src/core/iomgr/sockaddr_win32.h",
4208 "src/core/iomgr/socket_utils_common_posix.c",
4209 "src/core/iomgr/socket_utils_linux.c",
4210 "src/core/iomgr/socket_utils_posix.c",
4211 "src/core/iomgr/socket_utils_posix.h",
4212 "src/core/iomgr/socket_windows.c",
4213 "src/core/iomgr/socket_windows.h",
4214 "src/core/iomgr/tcp_client.h",
4215 "src/core/iomgr/tcp_client_posix.c",
4216 "src/core/iomgr/tcp_client_windows.c",
4217 "src/core/iomgr/tcp_posix.c",
4218 "src/core/iomgr/tcp_posix.h",
4219 "src/core/iomgr/tcp_server.h",
4220 "src/core/iomgr/tcp_server_posix.c",
4221 "src/core/iomgr/tcp_server_windows.c",
4222 "src/core/iomgr/tcp_windows.c",
4223 "src/core/iomgr/tcp_windows.h",
4224 "src/core/iomgr/time_averaged_stats.c",
4225 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004226 "src/core/iomgr/timer.c",
4227 "src/core/iomgr/timer.h",
4228 "src/core/iomgr/timer_heap.c",
4229 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004230 "src/core/iomgr/udp_server.c",
4231 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004232 "src/core/iomgr/wakeup_fd_eventfd.c",
4233 "src/core/iomgr/wakeup_fd_nospecial.c",
4234 "src/core/iomgr/wakeup_fd_pipe.c",
4235 "src/core/iomgr/wakeup_fd_pipe.h",
4236 "src/core/iomgr/wakeup_fd_posix.c",
4237 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004238 "src/core/iomgr/workqueue.h",
4239 "src/core/iomgr/workqueue_posix.c",
4240 "src/core/iomgr/workqueue_posix.h",
4241 "src/core/iomgr/workqueue_windows.c",
4242 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004243 "src/core/json/json.c",
4244 "src/core/json/json.h",
4245 "src/core/json/json_common.h",
4246 "src/core/json/json_reader.c",
4247 "src/core/json/json_reader.h",
4248 "src/core/json/json_string.c",
4249 "src/core/json/json_writer.c",
4250 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004251 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4252 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004253 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004254 "src/core/security/b64.c",
4255 "src/core/security/b64.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004256 "src/core/security/client_auth_filter.c",
4257 "src/core/security/credentials.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004258 "src/core/security/credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004259 "src/core/security/credentials_metadata.c",
4260 "src/core/security/credentials_posix.c",
4261 "src/core/security/credentials_win32.c",
4262 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07004263 "src/core/security/handshake.c",
4264 "src/core/security/handshake.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004265 "src/core/security/json_token.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004266 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02004267 "src/core/security/jwt_verifier.c",
4268 "src/core/security/jwt_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004269 "src/core/security/secure_endpoint.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004270 "src/core/security/secure_endpoint.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004271 "src/core/security/security_connector.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004272 "src/core/security/security_connector.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004273 "src/core/security/security_context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004274 "src/core/security/security_context.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004275 "src/core/security/server_auth_filter.c",
4276 "src/core/security/server_secure_chttp2.c",
yang-g31ff8bc2015-08-25 14:09:06 -07004277 "src/core/statistics/census_interface.h",
4278 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004279 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004280 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004281 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004282 "src/core/surface/byte_buffer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004283 "src/core/surface/byte_buffer_reader.c",
4284 "src/core/surface/call.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004285 "src/core/surface/call.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004286 "src/core/surface/call_details.c",
4287 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004288 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004289 "src/core/surface/channel.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004290 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004291 "src/core/surface/channel_connectivity.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004292 "src/core/surface/channel_create.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004293 "src/core/surface/channel_init.c",
4294 "src/core/surface/channel_init.h",
Craig Tiller26dab312015-12-07 14:43:47 -08004295 "src/core/surface/channel_ping.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004296 "src/core/surface/channel_stack_type.c",
4297 "src/core/surface/channel_stack_type.h",
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",
Craig Tiller178edfa2016-02-17 20:54:46 -08004306 "src/core/surface/lame_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004307 "src/core/surface/metadata_array.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004308 "src/core/surface/secure_channel_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004309 "src/core/surface/server.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004310 "src/core/surface/server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004311 "src/core/surface/server_chttp2.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 {
David Garcia Quintas9f3955c2016-02-19 14:54:48 -08004384 "deps": [],
4385 "headers": [
4386 "include/grpc/impl/codegen/alloc.h",
4387 "include/grpc/impl/codegen/atm.h",
4388 "include/grpc/impl/codegen/atm_gcc_atomic.h",
4389 "include/grpc/impl/codegen/atm_gcc_sync.h",
4390 "include/grpc/impl/codegen/atm_win32.h",
4391 "include/grpc/impl/codegen/byte_buffer.h",
4392 "include/grpc/impl/codegen/compression_types.h",
4393 "include/grpc/impl/codegen/connectivity_state.h",
4394 "include/grpc/impl/codegen/grpc_types.h",
4395 "include/grpc/impl/codegen/log.h",
4396 "include/grpc/impl/codegen/port_platform.h",
4397 "include/grpc/impl/codegen/propagation_bits.h",
4398 "include/grpc/impl/codegen/slice.h",
4399 "include/grpc/impl/codegen/slice_buffer.h",
4400 "include/grpc/impl/codegen/status.h",
4401 "include/grpc/impl/codegen/sync.h",
4402 "include/grpc/impl/codegen/sync_generic.h",
4403 "include/grpc/impl/codegen/sync_posix.h",
4404 "include/grpc/impl/codegen/sync_win32.h",
4405 "include/grpc/impl/codegen/time.h"
4406 ],
4407 "language": "c",
4408 "name": "grpc_codegen_lib",
4409 "src": [
4410 "include/grpc/impl/codegen/alloc.h",
4411 "include/grpc/impl/codegen/atm.h",
4412 "include/grpc/impl/codegen/atm_gcc_atomic.h",
4413 "include/grpc/impl/codegen/atm_gcc_sync.h",
4414 "include/grpc/impl/codegen/atm_win32.h",
4415 "include/grpc/impl/codegen/byte_buffer.h",
4416 "include/grpc/impl/codegen/compression_types.h",
4417 "include/grpc/impl/codegen/connectivity_state.h",
4418 "include/grpc/impl/codegen/grpc_types.h",
4419 "include/grpc/impl/codegen/log.h",
4420 "include/grpc/impl/codegen/port_platform.h",
4421 "include/grpc/impl/codegen/propagation_bits.h",
4422 "include/grpc/impl/codegen/slice.h",
4423 "include/grpc/impl/codegen/slice_buffer.h",
4424 "include/grpc/impl/codegen/status.h",
4425 "include/grpc/impl/codegen/sync.h",
4426 "include/grpc/impl/codegen/sync_generic.h",
4427 "include/grpc/impl/codegen/sync_posix.h",
4428 "include/grpc/impl/codegen/sync_win32.h",
4429 "include/grpc/impl/codegen/time.h"
David Garcia Quintasa9d06292016-03-06 19:10:15 -08004430 ],
4431 "third_party": false,
4432 "type": "lib"
4433 },
4434 {
Craig Tillerf75fc122015-06-25 06:58:00 -07004435 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004436 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004437 "grpc"
4438 ],
4439 "headers": [],
4440 "language": "c",
4441 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004442 "src": [],
4443 "third_party": false,
4444 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004445 },
4446 {
4447 "deps": [
4448 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004449 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07004450 "grpc"
4451 ],
4452 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004453 "test/core/end2end/cq_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004454 "test/core/end2end/data/ssl_test_data.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004455 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004456 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004457 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004458 "test/core/util/grpc_profiler.h",
4459 "test/core/util/parse_hexstring.h",
4460 "test/core/util/port.h",
Craig Tiller19d7d802016-03-17 08:47:05 -07004461 "test/core/util/port_server_client.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004462 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004463 ],
4464 "language": "c",
4465 "name": "grpc_test_util",
4466 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004467 "test/core/end2end/cq_verifier.c",
4468 "test/core/end2end/cq_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004469 "test/core/end2end/data/server1_cert.c",
4470 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004471 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004472 "test/core/end2end/data/test_root_cert.c",
Craig Tiller17effab2015-08-04 08:19:36 -07004473 "test/core/end2end/fixtures/proxy.c",
4474 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004475 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004476 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004477 "test/core/security/oauth2_utils.c",
4478 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004479 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004480 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004481 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004482 "test/core/util/parse_hexstring.h",
4483 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004484 "test/core/util/port_posix.c",
Craig Tiller19d7d802016-03-17 08:47:05 -07004485 "test/core/util/port_server_client.c",
4486 "test/core/util/port_server_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004487 "test/core/util/port_windows.c",
4488 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004489 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004490 ],
4491 "third_party": false,
4492 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004493 },
4494 {
4495 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004496 "gpr",
4497 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004498 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004499 ],
4500 "headers": [
4501 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004502 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004503 "test/core/iomgr/endpoint_tests.h",
4504 "test/core/util/grpc_profiler.h",
4505 "test/core/util/parse_hexstring.h",
4506 "test/core/util/port.h",
Craig Tiller19d7d802016-03-17 08:47:05 -07004507 "test/core/util/port_server_client.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004508 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004509 ],
4510 "language": "c",
4511 "name": "grpc_test_util_unsecure",
4512 "src": [
4513 "test/core/end2end/cq_verifier.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004514 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004515 "test/core/end2end/fixtures/proxy.c",
4516 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004517 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004518 "test/core/iomgr/endpoint_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004519 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004520 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004521 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004522 "test/core/util/parse_hexstring.h",
4523 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004524 "test/core/util/port_posix.c",
Craig Tiller19d7d802016-03-17 08:47:05 -07004525 "test/core/util/port_server_client.c",
4526 "test/core/util/port_server_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004527 "test/core/util/port_windows.c",
4528 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004529 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004530 ],
4531 "third_party": false,
4532 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004533 },
4534 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004535 "deps": [
4536 "gpr"
4537 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004538 "headers": [
4539 "include/grpc/byte_buffer.h",
4540 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004541 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004542 "include/grpc/compression.h",
4543 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004544 "include/grpc/impl/codegen/byte_buffer.h",
4545 "include/grpc/impl/codegen/compression_types.h",
4546 "include/grpc/impl/codegen/connectivity_state.h",
4547 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004548 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004549 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004550 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004551 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07004552 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004553 "src/core/census/grpc_plugin.h",
Alistair Veitch77715442016-02-22 14:20:25 -08004554 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07004555 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004556 "src/core/channel/channel_args.h",
4557 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004558 "src/core/channel/channel_stack_builder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004559 "src/core/channel/client_channel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004560 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004561 "src/core/channel/connected_channel.h",
4562 "src/core/channel/context.h",
4563 "src/core/channel/http_client_filter.h",
4564 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004565 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004566 "src/core/client_config/client_config.h",
4567 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004568 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004569 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004570 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004571 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004572 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004573 "src/core/client_config/lb_policy_factory.h",
4574 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004575 "src/core/client_config/resolver.h",
4576 "src/core/client_config/resolver_factory.h",
4577 "src/core/client_config/resolver_registry.h",
4578 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004579 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004580 "src/core/client_config/subchannel.h",
4581 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004582 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004583 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004584 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004585 "src/core/compression/message_compress.h",
4586 "src/core/debug/trace.h",
Matthew Iselin1824f052016-02-10 12:16:06 +11004587 "src/core/http/format_request.h",
4588 "src/core/http/httpcli.h",
4589 "src/core/http/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004590 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004591 "src/core/iomgr/endpoint.h",
4592 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004593 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004594 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004595 "src/core/iomgr/fd_posix.h",
4596 "src/core/iomgr/iocp_windows.h",
4597 "src/core/iomgr/iomgr.h",
4598 "src/core/iomgr/iomgr_internal.h",
4599 "src/core/iomgr/iomgr_posix.h",
4600 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004601 "src/core/iomgr/pollset_posix.h",
4602 "src/core/iomgr/pollset_set.h",
4603 "src/core/iomgr/pollset_set_posix.h",
4604 "src/core/iomgr/pollset_set_windows.h",
4605 "src/core/iomgr/pollset_windows.h",
4606 "src/core/iomgr/resolve_address.h",
4607 "src/core/iomgr/sockaddr.h",
4608 "src/core/iomgr/sockaddr_posix.h",
4609 "src/core/iomgr/sockaddr_utils.h",
4610 "src/core/iomgr/sockaddr_win32.h",
4611 "src/core/iomgr/socket_utils_posix.h",
4612 "src/core/iomgr/socket_windows.h",
4613 "src/core/iomgr/tcp_client.h",
4614 "src/core/iomgr/tcp_posix.h",
4615 "src/core/iomgr/tcp_server.h",
4616 "src/core/iomgr/tcp_windows.h",
4617 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004618 "src/core/iomgr/timer.h",
4619 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004620 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004621 "src/core/iomgr/wakeup_fd_pipe.h",
4622 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004623 "src/core/iomgr/workqueue.h",
4624 "src/core/iomgr/workqueue_posix.h",
4625 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004626 "src/core/json/json.h",
4627 "src/core/json/json_common.h",
4628 "src/core/json/json_reader.h",
4629 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004630 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004631 "src/core/statistics/census_interface.h",
4632 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004633 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004634 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004635 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004636 "src/core/surface/channel.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004637 "src/core/surface/channel_init.h",
4638 "src/core/surface/channel_stack_type.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004639 "src/core/surface/completion_queue.h",
4640 "src/core/surface/event_string.h",
4641 "src/core/surface/init.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004642 "src/core/surface/lame_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004643 "src/core/surface/server.h",
4644 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004645 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004646 "src/core/transport/chttp2/alpn.h",
4647 "src/core/transport/chttp2/bin_encoder.h",
4648 "src/core/transport/chttp2/frame.h",
4649 "src/core/transport/chttp2/frame_data.h",
4650 "src/core/transport/chttp2/frame_goaway.h",
4651 "src/core/transport/chttp2/frame_ping.h",
4652 "src/core/transport/chttp2/frame_rst_stream.h",
4653 "src/core/transport/chttp2/frame_settings.h",
4654 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004655 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004656 "src/core/transport/chttp2/hpack_parser.h",
4657 "src/core/transport/chttp2/hpack_table.h",
4658 "src/core/transport/chttp2/http2_errors.h",
4659 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004660 "src/core/transport/chttp2/incoming_metadata.h",
4661 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004662 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004663 "src/core/transport/chttp2/stream_map.h",
4664 "src/core/transport/chttp2/timeout_encoding.h",
4665 "src/core/transport/chttp2/varint.h",
4666 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004667 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004668 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004669 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004670 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004671 "src/core/transport/transport.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004672 "src/core/transport/transport_impl.h",
4673 "third_party/nanopb/pb.h",
4674 "third_party/nanopb/pb_common.h",
4675 "third_party/nanopb/pb_decode.h",
4676 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004677 ],
4678 "language": "c",
4679 "name": "grpc_unsecure",
4680 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004681 "include/grpc/byte_buffer.h",
4682 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004683 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004684 "include/grpc/compression.h",
4685 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004686 "include/grpc/impl/codegen/byte_buffer.h",
4687 "include/grpc/impl/codegen/compression_types.h",
4688 "include/grpc/impl/codegen/connectivity_state.h",
4689 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004690 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004691 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004692 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004693 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004694 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004695 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004696 "src/core/census/grpc_filter.c",
4697 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004698 "src/core/census/grpc_plugin.c",
4699 "src/core/census/grpc_plugin.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004700 "src/core/census/initialize.c",
Alistair Veitch77715442016-02-22 14:20:25 -08004701 "src/core/census/mlog.c",
4702 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004703 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004704 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004705 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004706 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004707 "src/core/channel/channel_args.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004708 "src/core/channel/channel_args.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004709 "src/core/channel/channel_stack.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004710 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004711 "src/core/channel/channel_stack_builder.c",
4712 "src/core/channel/channel_stack_builder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004713 "src/core/channel/client_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004714 "src/core/channel/client_channel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004715 "src/core/channel/compress_filter.c",
4716 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004717 "src/core/channel/connected_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004718 "src/core/channel/connected_channel.h",
4719 "src/core/channel/context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004720 "src/core/channel/http_client_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004721 "src/core/channel/http_client_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004722 "src/core/channel/http_server_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004723 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004724 "src/core/channel/subchannel_call_holder.c",
4725 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004726 "src/core/client_config/client_config.c",
4727 "src/core/client_config/client_config.h",
4728 "src/core/client_config/connector.c",
4729 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004730 "src/core/client_config/default_initial_connect_string.c",
4731 "src/core/client_config/initial_connect_string.c",
4732 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004733 "src/core/client_config/lb_policies/load_balancer_api.c",
4734 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004735 "src/core/client_config/lb_policies/pick_first.c",
4736 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004737 "src/core/client_config/lb_policies/round_robin.c",
4738 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004739 "src/core/client_config/lb_policy.c",
4740 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004741 "src/core/client_config/lb_policy_factory.c",
4742 "src/core/client_config/lb_policy_factory.h",
4743 "src/core/client_config/lb_policy_registry.c",
4744 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004745 "src/core/client_config/resolver.c",
4746 "src/core/client_config/resolver.h",
4747 "src/core/client_config/resolver_factory.c",
4748 "src/core/client_config/resolver_factory.h",
4749 "src/core/client_config/resolver_registry.c",
4750 "src/core/client_config/resolver_registry.h",
4751 "src/core/client_config/resolvers/dns_resolver.c",
4752 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004753 "src/core/client_config/resolvers/sockaddr_resolver.c",
4754 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004755 "src/core/client_config/subchannel.c",
4756 "src/core/client_config/subchannel.h",
4757 "src/core/client_config/subchannel_factory.c",
4758 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004759 "src/core/client_config/subchannel_index.c",
4760 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004761 "src/core/client_config/uri_parser.c",
4762 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004763 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004764 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004765 "src/core/compression/message_compress.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004766 "src/core/compression/message_compress.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004767 "src/core/debug/trace.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004768 "src/core/debug/trace.h",
Matthew Iselin1824f052016-02-10 12:16:06 +11004769 "src/core/http/format_request.c",
4770 "src/core/http/format_request.h",
4771 "src/core/http/httpcli.c",
4772 "src/core/http/httpcli.h",
4773 "src/core/http/parser.c",
4774 "src/core/http/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004775 "src/core/iomgr/closure.c",
4776 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004777 "src/core/iomgr/endpoint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004778 "src/core/iomgr/endpoint.h",
4779 "src/core/iomgr/endpoint_pair.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004780 "src/core/iomgr/endpoint_pair_posix.c",
4781 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004782 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004783 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004784 "src/core/iomgr/executor.c",
4785 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004786 "src/core/iomgr/fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004787 "src/core/iomgr/fd_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004788 "src/core/iomgr/iocp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004789 "src/core/iomgr/iocp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004790 "src/core/iomgr/iomgr.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004791 "src/core/iomgr/iomgr.h",
4792 "src/core/iomgr/iomgr_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004793 "src/core/iomgr/iomgr_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004794 "src/core/iomgr/iomgr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004795 "src/core/iomgr/iomgr_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004796 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004797 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4798 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4799 "src/core/iomgr/pollset_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004800 "src/core/iomgr/pollset_posix.h",
4801 "src/core/iomgr/pollset_set.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004802 "src/core/iomgr/pollset_set_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004803 "src/core/iomgr/pollset_set_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004804 "src/core/iomgr/pollset_set_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004805 "src/core/iomgr/pollset_set_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004806 "src/core/iomgr/pollset_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004807 "src/core/iomgr/pollset_windows.h",
4808 "src/core/iomgr/resolve_address.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004809 "src/core/iomgr/resolve_address_posix.c",
4810 "src/core/iomgr/resolve_address_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004811 "src/core/iomgr/sockaddr.h",
4812 "src/core/iomgr/sockaddr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004813 "src/core/iomgr/sockaddr_utils.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004814 "src/core/iomgr/sockaddr_utils.h",
4815 "src/core/iomgr/sockaddr_win32.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004816 "src/core/iomgr/socket_utils_common_posix.c",
4817 "src/core/iomgr/socket_utils_linux.c",
4818 "src/core/iomgr/socket_utils_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004819 "src/core/iomgr/socket_utils_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004820 "src/core/iomgr/socket_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004821 "src/core/iomgr/socket_windows.h",
4822 "src/core/iomgr/tcp_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004823 "src/core/iomgr/tcp_client_posix.c",
4824 "src/core/iomgr/tcp_client_windows.c",
4825 "src/core/iomgr/tcp_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004826 "src/core/iomgr/tcp_posix.h",
4827 "src/core/iomgr/tcp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004828 "src/core/iomgr/tcp_server_posix.c",
4829 "src/core/iomgr/tcp_server_windows.c",
4830 "src/core/iomgr/tcp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004831 "src/core/iomgr/tcp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004832 "src/core/iomgr/time_averaged_stats.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004833 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004834 "src/core/iomgr/timer.c",
4835 "src/core/iomgr/timer.h",
4836 "src/core/iomgr/timer_heap.c",
4837 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004838 "src/core/iomgr/udp_server.c",
4839 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004840 "src/core/iomgr/wakeup_fd_eventfd.c",
4841 "src/core/iomgr/wakeup_fd_nospecial.c",
4842 "src/core/iomgr/wakeup_fd_pipe.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004843 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004844 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004845 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004846 "src/core/iomgr/workqueue.h",
4847 "src/core/iomgr/workqueue_posix.c",
4848 "src/core/iomgr/workqueue_posix.h",
4849 "src/core/iomgr/workqueue_windows.c",
4850 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004851 "src/core/json/json.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004852 "src/core/json/json.h",
4853 "src/core/json/json_common.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004854 "src/core/json/json_reader.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004855 "src/core/json/json_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004856 "src/core/json/json_string.c",
4857 "src/core/json/json_writer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004858 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004859 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4860 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004861 "src/core/statistics/census_interface.h",
4862 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004863 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004864 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004865 "src/core/surface/api_trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004866 "src/core/surface/byte_buffer.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004867 "src/core/surface/byte_buffer_reader.c",
4868 "src/core/surface/call.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004869 "src/core/surface/call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004870 "src/core/surface/call_details.c",
4871 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004872 "src/core/surface/call_test_only.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004873 "src/core/surface/channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004874 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004875 "src/core/surface/channel_connectivity.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004876 "src/core/surface/channel_create.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004877 "src/core/surface/channel_init.c",
4878 "src/core/surface/channel_init.h",
Craig Tiller26dab312015-12-07 14:43:47 -08004879 "src/core/surface/channel_ping.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004880 "src/core/surface/channel_stack_type.c",
4881 "src/core/surface/channel_stack_type.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004882 "src/core/surface/completion_queue.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004883 "src/core/surface/completion_queue.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004884 "src/core/surface/event_string.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004885 "src/core/surface/event_string.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004886 "src/core/surface/init.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004887 "src/core/surface/init.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004888 "src/core/surface/init_unsecure.c",
4889 "src/core/surface/lame_client.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004890 "src/core/surface/lame_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004891 "src/core/surface/metadata_array.c",
4892 "src/core/surface/server.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004893 "src/core/surface/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004894 "src/core/surface/server_chttp2.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004895 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004896 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004897 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004898 "src/core/transport/byte_stream.c",
4899 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004900 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004901 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004902 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004903 "src/core/transport/chttp2/bin_encoder.h",
4904 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004905 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004906 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004907 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004908 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004909 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004910 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004911 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004912 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004913 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004914 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004915 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004916 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004917 "src/core/transport/chttp2/hpack_encoder.c",
4918 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004919 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004920 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004921 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004922 "src/core/transport/chttp2/hpack_table.h",
4923 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004924 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004925 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004926 "src/core/transport/chttp2/incoming_metadata.c",
4927 "src/core/transport/chttp2/incoming_metadata.h",
4928 "src/core/transport/chttp2/internal.h",
4929 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004930 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004931 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004932 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004933 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004934 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004935 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004936 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004937 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004938 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004939 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004940 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004941 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004942 "src/core/transport/connectivity_state.c",
4943 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004944 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004945 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004946 "src/core/transport/metadata_batch.c",
4947 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004948 "src/core/transport/static_metadata.c",
4949 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004950 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004951 "src/core/transport/transport.h",
4952 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004953 "src/core/transport/transport_op_string.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004954 ],
4955 "third_party": false,
4956 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004957 },
4958 {
4959 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004960 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004961 "grpc"
4962 ],
4963 "headers": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004964 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004965 "src/core/client_config/resolvers/zookeeper_resolver.h"
4966 ],
4967 "language": "c",
4968 "name": "grpc_zookeeper",
4969 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004970 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004971 "src/core/client_config/resolvers/zookeeper_resolver.c",
4972 "src/core/client_config/resolvers/zookeeper_resolver.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004973 ],
4974 "third_party": false,
4975 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004976 },
4977 {
4978 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004979 "gpr",
4980 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004981 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004982 "grpc_test_util",
4983 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004984 ],
4985 "headers": [
4986 "test/core/util/reconnect_server.h"
4987 ],
4988 "language": "c",
4989 "name": "reconnect_server",
4990 "src": [
4991 "test/core/util/reconnect_server.c",
4992 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004993 ],
4994 "third_party": false,
4995 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004996 },
4997 {
4998 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004999 "gpr",
5000 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08005001 "grpc",
5002 "grpc_test_util"
5003 ],
5004 "headers": [
5005 "test/core/util/test_tcp_server.h"
5006 ],
5007 "language": "c",
5008 "name": "test_tcp_server",
5009 "src": [
5010 "test/core/util/test_tcp_server.c",
5011 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005012 ],
5013 "third_party": false,
5014 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08005015 },
5016 {
5017 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07005018 "grpc"
5019 ],
5020 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005021 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005022 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005023 "include/grpc++/client_context.h",
5024 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005025 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005026 "include/grpc++/generic/async_generic_service.h",
5027 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005028 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005029 "include/grpc++/impl/call.h",
5030 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005031 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005032 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005033 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005034 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005035 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005036 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005037 "include/grpc++/impl/codegen/client_unary_call.h",
5038 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005039 "include/grpc++/impl/codegen/completion_queue_tag.h",
5040 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005041 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005042 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005043 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005044 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005045 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005046 "include/grpc++/impl/codegen/rpc_method.h",
5047 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005048 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005049 "include/grpc++/impl/codegen/serialization_traits.h",
5050 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005051 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005052 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005053 "include/grpc++/impl/codegen/status.h",
5054 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005055 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005056 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005057 "include/grpc++/impl/codegen/sync.h",
5058 "include/grpc++/impl/codegen/sync_cxx11.h",
5059 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005060 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005061 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005062 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005063 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005064 "include/grpc++/impl/proto_utils.h",
5065 "include/grpc++/impl/rpc_method.h",
5066 "include/grpc++/impl/rpc_service_method.h",
5067 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005068 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005069 "include/grpc++/impl/service_type.h",
5070 "include/grpc++/impl/sync.h",
5071 "include/grpc++/impl/sync_cxx11.h",
5072 "include/grpc++/impl/sync_no_cxx11.h",
5073 "include/grpc++/impl/thd.h",
5074 "include/grpc++/impl/thd_cxx11.h",
5075 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005076 "include/grpc++/security/auth_context.h",
5077 "include/grpc++/security/auth_metadata_processor.h",
5078 "include/grpc++/security/credentials.h",
5079 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005080 "include/grpc++/server.h",
5081 "include/grpc++/server_builder.h",
5082 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005083 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005084 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005085 "include/grpc++/support/byte_buffer.h",
5086 "include/grpc++/support/channel_arguments.h",
5087 "include/grpc++/support/config.h",
5088 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005089 "include/grpc++/support/slice.h",
5090 "include/grpc++/support/status.h",
5091 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005092 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005093 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005094 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005095 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005096 "src/cpp/client/create_channel_internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005097 "src/cpp/client/secure_credentials.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005098 "src/cpp/common/core_codegen.h",
5099 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005100 "src/cpp/common/create_auth_context.h",
5101 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005102 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005103 "src/cpp/server/secure_server_credentials.h",
5104 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005105 ],
5106 "language": "c++",
5107 "name": "grpc++",
5108 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005109 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005110 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005111 "include/grpc++/client_context.h",
5112 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005113 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005114 "include/grpc++/generic/async_generic_service.h",
5115 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005116 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005117 "include/grpc++/impl/call.h",
5118 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005119 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005120 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005121 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005122 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005123 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005124 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005125 "include/grpc++/impl/codegen/client_unary_call.h",
5126 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005127 "include/grpc++/impl/codegen/completion_queue_tag.h",
5128 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005129 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005130 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005131 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005132 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005133 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005134 "include/grpc++/impl/codegen/rpc_method.h",
5135 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005136 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005137 "include/grpc++/impl/codegen/serialization_traits.h",
5138 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005139 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005140 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005141 "include/grpc++/impl/codegen/status.h",
5142 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005143 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005144 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005145 "include/grpc++/impl/codegen/sync.h",
5146 "include/grpc++/impl/codegen/sync_cxx11.h",
5147 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005148 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005149 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005150 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005151 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005152 "include/grpc++/impl/proto_utils.h",
5153 "include/grpc++/impl/rpc_method.h",
5154 "include/grpc++/impl/rpc_service_method.h",
5155 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005156 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005157 "include/grpc++/impl/service_type.h",
5158 "include/grpc++/impl/sync.h",
5159 "include/grpc++/impl/sync_cxx11.h",
5160 "include/grpc++/impl/sync_no_cxx11.h",
5161 "include/grpc++/impl/thd.h",
5162 "include/grpc++/impl/thd_cxx11.h",
5163 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005164 "include/grpc++/security/auth_context.h",
5165 "include/grpc++/security/auth_metadata_processor.h",
5166 "include/grpc++/security/credentials.h",
5167 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005168 "include/grpc++/server.h",
5169 "include/grpc++/server_builder.h",
5170 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005171 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005172 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005173 "include/grpc++/support/byte_buffer.h",
5174 "include/grpc++/support/channel_arguments.h",
5175 "include/grpc++/support/config.h",
5176 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005177 "include/grpc++/support/slice.h",
5178 "include/grpc++/support/status.h",
5179 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005180 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005181 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005182 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005183 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005184 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005185 "src/cpp/client/client_context.cc",
5186 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005187 "src/cpp/client/create_channel_internal.cc",
5188 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005189 "src/cpp/client/credentials.cc",
5190 "src/cpp/client/generic_stub.cc",
5191 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005192 "src/cpp/client/secure_credentials.cc",
5193 "src/cpp/client/secure_credentials.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005194 "src/cpp/codegen/codegen_init.cc",
yang-g7ef72322015-07-16 21:00:51 -07005195 "src/cpp/common/auth_property_iterator.cc",
yang-g52705592015-11-25 11:45:33 -08005196 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005197 "src/cpp/common/completion_queue.cc",
David Garcia Quintas723af532016-03-08 14:26:50 -08005198 "src/cpp/common/core_codegen.cc",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005199 "src/cpp/common/core_codegen.h",
5200 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005201 "src/cpp/common/create_auth_context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005202 "src/cpp/common/rpc_method.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005203 "src/cpp/common/secure_auth_context.cc",
5204 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08005205 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005206 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005207 "src/cpp/server/async_generic_service.cc",
5208 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005209 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005210 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005211 "src/cpp/server/insecure_server_credentials.cc",
5212 "src/cpp/server/secure_server_credentials.cc",
5213 "src/cpp/server/secure_server_credentials.h",
5214 "src/cpp/server/server.cc",
5215 "src/cpp/server/server_builder.cc",
5216 "src/cpp/server/server_context.cc",
5217 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005218 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005219 "src/cpp/util/byte_buffer.cc",
5220 "src/cpp/util/slice.cc",
5221 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005222 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005223 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005224 ],
5225 "third_party": false,
5226 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005227 },
5228 {
5229 "deps": [],
5230 "headers": [
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005231 "include/grpc++/impl/codegen/async_stream.h",
5232 "include/grpc++/impl/codegen/async_unary_call.h",
5233 "include/grpc++/impl/codegen/call.h",
5234 "include/grpc++/impl/codegen/call_hook.h",
5235 "include/grpc++/impl/codegen/channel_interface.h",
5236 "include/grpc++/impl/codegen/client_context.h",
5237 "include/grpc++/impl/codegen/client_unary_call.h",
5238 "include/grpc++/impl/codegen/completion_queue.h",
5239 "include/grpc++/impl/codegen/completion_queue_tag.h",
5240 "include/grpc++/impl/codegen/config.h",
5241 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintas6848c4e2016-03-07 17:10:57 -08005242 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005243 "include/grpc++/impl/codegen/grpc_library.h",
5244 "include/grpc++/impl/codegen/method_handler_impl.h",
5245 "include/grpc++/impl/codegen/proto_utils.h",
5246 "include/grpc++/impl/codegen/rpc_method.h",
5247 "include/grpc++/impl/codegen/rpc_service_method.h",
5248 "include/grpc++/impl/codegen/security/auth_context.h",
5249 "include/grpc++/impl/codegen/serialization_traits.h",
5250 "include/grpc++/impl/codegen/server_context.h",
5251 "include/grpc++/impl/codegen/server_interface.h",
5252 "include/grpc++/impl/codegen/service_type.h",
5253 "include/grpc++/impl/codegen/status.h",
5254 "include/grpc++/impl/codegen/status_code_enum.h",
5255 "include/grpc++/impl/codegen/string_ref.h",
5256 "include/grpc++/impl/codegen/stub_options.h",
5257 "include/grpc++/impl/codegen/sync.h",
5258 "include/grpc++/impl/codegen/sync_cxx11.h",
5259 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5260 "include/grpc++/impl/codegen/sync_stream.h",
5261 "include/grpc++/impl/codegen/time.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005262 "include/grpc/impl/codegen/alloc.h",
5263 "include/grpc/impl/codegen/atm.h",
5264 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5265 "include/grpc/impl/codegen/atm_gcc_sync.h",
5266 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005267 "include/grpc/impl/codegen/byte_buffer.h",
5268 "include/grpc/impl/codegen/compression_types.h",
5269 "include/grpc/impl/codegen/connectivity_state.h",
5270 "include/grpc/impl/codegen/grpc_types.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005271 "include/grpc/impl/codegen/log.h",
5272 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005273 "include/grpc/impl/codegen/propagation_bits.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005274 "include/grpc/impl/codegen/slice.h",
5275 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005276 "include/grpc/impl/codegen/status.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005277 "include/grpc/impl/codegen/sync.h",
5278 "include/grpc/impl/codegen/sync_generic.h",
5279 "include/grpc/impl/codegen/sync_posix.h",
5280 "include/grpc/impl/codegen/sync_win32.h",
5281 "include/grpc/impl/codegen/time.h"
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005282 ],
5283 "language": "c++",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005284 "name": "grpc++_codegen_lib",
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005285 "src": [
5286 "include/grpc++/impl/codegen/async_stream.h",
5287 "include/grpc++/impl/codegen/async_unary_call.h",
5288 "include/grpc++/impl/codegen/call.h",
5289 "include/grpc++/impl/codegen/call_hook.h",
5290 "include/grpc++/impl/codegen/channel_interface.h",
5291 "include/grpc++/impl/codegen/client_context.h",
5292 "include/grpc++/impl/codegen/client_unary_call.h",
5293 "include/grpc++/impl/codegen/completion_queue.h",
5294 "include/grpc++/impl/codegen/completion_queue_tag.h",
5295 "include/grpc++/impl/codegen/config.h",
5296 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintas6848c4e2016-03-07 17:10:57 -08005297 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005298 "include/grpc++/impl/codegen/grpc_library.h",
5299 "include/grpc++/impl/codegen/method_handler_impl.h",
5300 "include/grpc++/impl/codegen/proto_utils.h",
5301 "include/grpc++/impl/codegen/rpc_method.h",
5302 "include/grpc++/impl/codegen/rpc_service_method.h",
5303 "include/grpc++/impl/codegen/security/auth_context.h",
5304 "include/grpc++/impl/codegen/serialization_traits.h",
5305 "include/grpc++/impl/codegen/server_context.h",
5306 "include/grpc++/impl/codegen/server_interface.h",
5307 "include/grpc++/impl/codegen/service_type.h",
5308 "include/grpc++/impl/codegen/status.h",
5309 "include/grpc++/impl/codegen/status_code_enum.h",
5310 "include/grpc++/impl/codegen/string_ref.h",
5311 "include/grpc++/impl/codegen/stub_options.h",
5312 "include/grpc++/impl/codegen/sync.h",
5313 "include/grpc++/impl/codegen/sync_cxx11.h",
5314 "include/grpc++/impl/codegen/sync_no_cxx11.h",
5315 "include/grpc++/impl/codegen/sync_stream.h",
5316 "include/grpc++/impl/codegen/time.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005317 "include/grpc/impl/codegen/alloc.h",
5318 "include/grpc/impl/codegen/atm.h",
5319 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5320 "include/grpc/impl/codegen/atm_gcc_sync.h",
5321 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005322 "include/grpc/impl/codegen/byte_buffer.h",
5323 "include/grpc/impl/codegen/compression_types.h",
5324 "include/grpc/impl/codegen/connectivity_state.h",
5325 "include/grpc/impl/codegen/grpc_types.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005326 "include/grpc/impl/codegen/log.h",
5327 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005328 "include/grpc/impl/codegen/propagation_bits.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005329 "include/grpc/impl/codegen/slice.h",
5330 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005331 "include/grpc/impl/codegen/status.h",
David Garcia Quintas4feb3502016-02-16 17:18:31 -08005332 "include/grpc/impl/codegen/sync.h",
5333 "include/grpc/impl/codegen/sync_generic.h",
5334 "include/grpc/impl/codegen/sync_posix.h",
5335 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintas8c3d9942016-03-08 00:07:14 -08005336 "include/grpc/impl/codegen/time.h",
5337 "src/cpp/codegen/codegen_init.cc"
David Garcia Quintasa9d06292016-03-06 19:10:15 -08005338 ],
5339 "third_party": false,
5340 "type": "lib"
David Garcia Quintasd71ff052016-02-16 16:12:48 -08005341 },
5342 {
Craig Tillerf75fc122015-06-25 06:58:00 -07005343 "deps": [],
5344 "headers": [
5345 "test/cpp/util/test_config.h"
5346 ],
5347 "language": "c++",
5348 "name": "grpc++_test_config",
5349 "src": [
5350 "test/cpp/util/test_config.cc",
5351 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005352 ],
5353 "third_party": false,
5354 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005355 },
5356 {
5357 "deps": [
5358 "grpc++",
5359 "grpc_test_util"
5360 ],
5361 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005362 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
5363 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
5364 "src/proto/grpc/testing/echo.grpc.pb.h",
5365 "src/proto/grpc/testing/echo.pb.h",
5366 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
5367 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08005368 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005369 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005370 "test/cpp/util/cli_call.h",
5371 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005372 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08005373 "test/cpp/util/subprocess.h",
5374 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005375 ],
5376 "language": "c++",
5377 "name": "grpc++_test_util",
5378 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08005379 "test/cpp/end2end/test_service_impl.cc",
5380 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005381 "test/cpp/util/byte_buffer_proto_helper.cc",
5382 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005383 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005384 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005385 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005386 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005387 "test/cpp/util/string_ref_helper.cc",
5388 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005389 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08005390 "test/cpp/util/subprocess.h",
5391 "test/cpp/util/test_credentials_provider.cc",
5392 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005393 ],
5394 "third_party": false,
5395 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005396 },
5397 {
5398 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005399 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005400 "grpc_unsecure"
5401 ],
5402 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005403 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005404 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005405 "include/grpc++/client_context.h",
5406 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005407 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005408 "include/grpc++/generic/async_generic_service.h",
5409 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005410 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005411 "include/grpc++/impl/call.h",
5412 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005413 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005414 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005415 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005416 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005417 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005418 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005419 "include/grpc++/impl/codegen/client_unary_call.h",
5420 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005421 "include/grpc++/impl/codegen/completion_queue_tag.h",
5422 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005423 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005424 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005425 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005426 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005427 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005428 "include/grpc++/impl/codegen/rpc_method.h",
5429 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005430 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005431 "include/grpc++/impl/codegen/serialization_traits.h",
5432 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005433 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005434 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005435 "include/grpc++/impl/codegen/status.h",
5436 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005437 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005438 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005439 "include/grpc++/impl/codegen/sync.h",
5440 "include/grpc++/impl/codegen/sync_cxx11.h",
5441 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005442 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005443 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005444 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005445 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005446 "include/grpc++/impl/proto_utils.h",
5447 "include/grpc++/impl/rpc_method.h",
5448 "include/grpc++/impl/rpc_service_method.h",
5449 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005450 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005451 "include/grpc++/impl/service_type.h",
5452 "include/grpc++/impl/sync.h",
5453 "include/grpc++/impl/sync_cxx11.h",
5454 "include/grpc++/impl/sync_no_cxx11.h",
5455 "include/grpc++/impl/thd.h",
5456 "include/grpc++/impl/thd_cxx11.h",
5457 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005458 "include/grpc++/security/auth_context.h",
5459 "include/grpc++/security/auth_metadata_processor.h",
5460 "include/grpc++/security/credentials.h",
5461 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005462 "include/grpc++/server.h",
5463 "include/grpc++/server_builder.h",
5464 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005465 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005466 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005467 "include/grpc++/support/byte_buffer.h",
5468 "include/grpc++/support/channel_arguments.h",
5469 "include/grpc++/support/config.h",
5470 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005471 "include/grpc++/support/slice.h",
5472 "include/grpc++/support/status.h",
5473 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005474 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005475 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005476 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005477 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005478 "src/cpp/client/create_channel_internal.h",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005479 "src/cpp/common/core_codegen.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005480 "src/cpp/common/create_auth_context.h",
5481 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005482 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005483 ],
5484 "language": "c++",
5485 "name": "grpc++_unsecure",
5486 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005487 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005488 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005489 "include/grpc++/client_context.h",
5490 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005491 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005492 "include/grpc++/generic/async_generic_service.h",
5493 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005494 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005495 "include/grpc++/impl/call.h",
5496 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005497 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005498 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005499 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005500 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005501 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005502 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005503 "include/grpc++/impl/codegen/client_unary_call.h",
5504 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005505 "include/grpc++/impl/codegen/completion_queue_tag.h",
5506 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005507 "include/grpc++/impl/codegen/config_protobuf.h",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005508 "include/grpc++/impl/codegen/core_codegen_interface.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005509 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005510 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005511 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005512 "include/grpc++/impl/codegen/rpc_method.h",
5513 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005514 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005515 "include/grpc++/impl/codegen/serialization_traits.h",
5516 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005517 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005518 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005519 "include/grpc++/impl/codegen/status.h",
5520 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005521 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005522 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005523 "include/grpc++/impl/codegen/sync.h",
5524 "include/grpc++/impl/codegen/sync_cxx11.h",
5525 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005526 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005527 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005528 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005529 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005530 "include/grpc++/impl/proto_utils.h",
5531 "include/grpc++/impl/rpc_method.h",
5532 "include/grpc++/impl/rpc_service_method.h",
5533 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005534 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005535 "include/grpc++/impl/service_type.h",
5536 "include/grpc++/impl/sync.h",
5537 "include/grpc++/impl/sync_cxx11.h",
5538 "include/grpc++/impl/sync_no_cxx11.h",
5539 "include/grpc++/impl/thd.h",
5540 "include/grpc++/impl/thd_cxx11.h",
5541 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005542 "include/grpc++/security/auth_context.h",
5543 "include/grpc++/security/auth_metadata_processor.h",
5544 "include/grpc++/security/credentials.h",
5545 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005546 "include/grpc++/server.h",
5547 "include/grpc++/server_builder.h",
5548 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005549 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005550 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005551 "include/grpc++/support/byte_buffer.h",
5552 "include/grpc++/support/channel_arguments.h",
5553 "include/grpc++/support/config.h",
5554 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005555 "include/grpc++/support/slice.h",
5556 "include/grpc++/support/status.h",
5557 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005558 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005559 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005560 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005561 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005562 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005563 "src/cpp/client/client_context.cc",
5564 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005565 "src/cpp/client/create_channel_internal.cc",
5566 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005567 "src/cpp/client/credentials.cc",
5568 "src/cpp/client/generic_stub.cc",
5569 "src/cpp/client/insecure_credentials.cc",
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005570 "src/cpp/codegen/codegen_init.cc",
yang-g52705592015-11-25 11:45:33 -08005571 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005572 "src/cpp/common/completion_queue.cc",
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +01005573 "src/cpp/common/core_codegen.cc",
David Garcia Quintas79d90962016-03-09 13:57:46 -08005574 "src/cpp/common/core_codegen.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005575 "src/cpp/common/create_auth_context.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005576 "src/cpp/common/insecure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005577 "src/cpp/common/rpc_method.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005578 "src/cpp/server/async_generic_service.cc",
5579 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005580 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005581 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005582 "src/cpp/server/insecure_server_credentials.cc",
5583 "src/cpp/server/server.cc",
5584 "src/cpp/server/server_builder.cc",
5585 "src/cpp/server/server_context.cc",
5586 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005587 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005588 "src/cpp/util/byte_buffer.cc",
5589 "src/cpp/util/slice.cc",
5590 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005591 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005592 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005593 ],
5594 "third_party": false,
5595 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005596 },
5597 {
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005598 "deps": [
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +01005599 "grpc++_codegen_lib"
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005600 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07005601 "headers": [
yang-g9d1f0c42015-08-24 16:08:36 -07005602 "include/grpc++/support/config.h",
5603 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005604 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005605 "include/grpc/impl/codegen/atm.h",
5606 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5607 "include/grpc/impl/codegen/atm_gcc_sync.h",
5608 "include/grpc/impl/codegen/atm_win32.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005609 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005610 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005611 "include/grpc/impl/codegen/slice.h",
5612 "include/grpc/impl/codegen/slice_buffer.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005613 "include/grpc/impl/codegen/sync.h",
5614 "include/grpc/impl/codegen/sync_generic.h",
5615 "include/grpc/impl/codegen/sync_posix.h",
5616 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005617 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005618 "src/compiler/config.h",
5619 "src/compiler/cpp_generator.h",
5620 "src/compiler/cpp_generator_helpers.h",
5621 "src/compiler/csharp_generator.h",
5622 "src/compiler/csharp_generator_helpers.h",
5623 "src/compiler/generator_helpers.h",
5624 "src/compiler/objective_c_generator.h",
5625 "src/compiler/objective_c_generator_helpers.h",
5626 "src/compiler/python_generator.h",
5627 "src/compiler/ruby_generator.h",
5628 "src/compiler/ruby_generator_helpers-inl.h",
5629 "src/compiler/ruby_generator_map-inl.h",
5630 "src/compiler/ruby_generator_string-inl.h"
5631 ],
5632 "language": "c++",
5633 "name": "grpc_plugin_support",
5634 "src": [
yang-g9d1f0c42015-08-24 16:08:36 -07005635 "include/grpc++/support/config.h",
5636 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005637 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005638 "include/grpc/impl/codegen/atm.h",
5639 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5640 "include/grpc/impl/codegen/atm_gcc_sync.h",
5641 "include/grpc/impl/codegen/atm_win32.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005642 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005643 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005644 "include/grpc/impl/codegen/slice.h",
5645 "include/grpc/impl/codegen/slice_buffer.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005646 "include/grpc/impl/codegen/sync.h",
5647 "include/grpc/impl/codegen/sync_generic.h",
5648 "include/grpc/impl/codegen/sync_posix.h",
5649 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005650 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005651 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005652 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005653 "src/compiler/cpp_generator.h",
5654 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005655 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005656 "src/compiler/csharp_generator.h",
5657 "src/compiler/csharp_generator_helpers.h",
5658 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005659 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005660 "src/compiler/objective_c_generator.h",
5661 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005662 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005663 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005664 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005665 "src/compiler/ruby_generator.h",
5666 "src/compiler/ruby_generator_helpers-inl.h",
5667 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -08005668 "src/compiler/ruby_generator_string-inl.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005669 ],
5670 "third_party": false,
5671 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005672 },
5673 {
5674 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005675 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005676 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005677 "grpc++",
5678 "grpc++_test_util",
5679 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005680 ],
5681 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005682 "src/proto/grpc/testing/messages.grpc.pb.h",
5683 "src/proto/grpc/testing/messages.pb.h",
5684 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005685 ],
5686 "language": "c++",
5687 "name": "interop_client_helper",
5688 "src": [
5689 "test/cpp/interop/client_helper.cc",
5690 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005691 ],
5692 "third_party": false,
5693 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005694 },
5695 {
5696 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005697 "gpr",
5698 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005699 "grpc",
5700 "grpc++",
5701 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005702 "grpc++_test_util",
5703 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005704 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005705 ],
5706 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005707 "src/proto/grpc/testing/empty.grpc.pb.h",
5708 "src/proto/grpc/testing/empty.pb.h",
5709 "src/proto/grpc/testing/messages.grpc.pb.h",
5710 "src/proto/grpc/testing/messages.pb.h",
5711 "src/proto/grpc/testing/test.grpc.pb.h",
5712 "src/proto/grpc/testing/test.pb.h",
5713 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005714 ],
5715 "language": "c++",
5716 "name": "interop_client_main",
5717 "src": [
5718 "test/cpp/interop/client.cc",
5719 "test/cpp/interop/interop_client.cc",
5720 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005721 ],
5722 "third_party": false,
5723 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005724 },
5725 {
5726 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005727 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005728 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005729 "grpc++",
5730 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005731 ],
5732 "headers": [
5733 "test/cpp/interop/server_helper.h"
5734 ],
5735 "language": "c++",
5736 "name": "interop_server_helper",
5737 "src": [
5738 "test/cpp/interop/server_helper.cc",
5739 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005740 ],
5741 "third_party": false,
5742 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005743 },
5744 {
5745 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005746 "gpr",
5747 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005748 "grpc",
5749 "grpc++",
5750 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005751 "grpc++_test_util",
5752 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005753 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005754 ],
5755 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005756 "src/proto/grpc/testing/empty.grpc.pb.h",
5757 "src/proto/grpc/testing/empty.pb.h",
5758 "src/proto/grpc/testing/messages.grpc.pb.h",
5759 "src/proto/grpc/testing/messages.pb.h",
5760 "src/proto/grpc/testing/test.grpc.pb.h",
5761 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005762 ],
5763 "language": "c++",
5764 "name": "interop_server_main",
5765 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005766 "test/cpp/interop/server_main.cc"
5767 ],
5768 "third_party": false,
5769 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005770 },
5771 {
5772 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005773 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07005774 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005775 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005776 ],
5777 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005778 "src/proto/grpc/testing/control.grpc.pb.h",
5779 "src/proto/grpc/testing/control.pb.h",
5780 "src/proto/grpc/testing/messages.grpc.pb.h",
5781 "src/proto/grpc/testing/messages.pb.h",
5782 "src/proto/grpc/testing/payloads.grpc.pb.h",
5783 "src/proto/grpc/testing/payloads.pb.h",
5784 "src/proto/grpc/testing/perf_db.grpc.pb.h",
5785 "src/proto/grpc/testing/perf_db.pb.h",
5786 "src/proto/grpc/testing/services.grpc.pb.h",
5787 "src/proto/grpc/testing/services.pb.h",
5788 "src/proto/grpc/testing/stats.grpc.pb.h",
5789 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005790 "test/cpp/qps/client.h",
5791 "test/cpp/qps/driver.h",
5792 "test/cpp/qps/histogram.h",
5793 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005794 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005795 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005796 "test/cpp/qps/qps_worker.h",
5797 "test/cpp/qps/report.h",
5798 "test/cpp/qps/server.h",
5799 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005800 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08005801 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005802 ],
5803 "language": "c++",
5804 "name": "qps",
5805 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005806 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005807 "test/cpp/qps/client_async.cc",
5808 "test/cpp/qps/client_sync.cc",
5809 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005810 "test/cpp/qps/driver.h",
5811 "test/cpp/qps/histogram.h",
5812 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005813 "test/cpp/qps/limit_cores.cc",
5814 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07005815 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005816 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005817 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005818 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005819 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005820 "test/cpp/qps/report.h",
5821 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005822 "test/cpp/qps/server_async.cc",
5823 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005824 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005825 "test/cpp/qps/usage_timer.cc",
5826 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005827 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005828 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005829 ],
5830 "third_party": false,
5831 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005832 },
5833 {
5834 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005835 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005836 "grpc"
5837 ],
5838 "headers": [],
5839 "language": "csharp",
5840 "name": "grpc_csharp_ext",
5841 "src": [
5842 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005843 ],
5844 "third_party": false,
5845 "type": "lib"
5846 },
5847 {
5848 "deps": [],
5849 "headers": [
5850 "third_party/boringssl/crypto/aes/internal.h",
5851 "third_party/boringssl/crypto/asn1/asn1_locl.h",
5852 "third_party/boringssl/crypto/bio/internal.h",
5853 "third_party/boringssl/crypto/bn/internal.h",
5854 "third_party/boringssl/crypto/bn/rsaz_exp.h",
5855 "third_party/boringssl/crypto/bytestring/internal.h",
5856 "third_party/boringssl/crypto/cipher/internal.h",
5857 "third_party/boringssl/crypto/conf/conf_def.h",
5858 "third_party/boringssl/crypto/conf/internal.h",
5859 "third_party/boringssl/crypto/des/internal.h",
5860 "third_party/boringssl/crypto/dh/internal.h",
5861 "third_party/boringssl/crypto/digest/internal.h",
5862 "third_party/boringssl/crypto/digest/md32_common.h",
5863 "third_party/boringssl/crypto/directory.h",
5864 "third_party/boringssl/crypto/dsa/internal.h",
5865 "third_party/boringssl/crypto/ec/internal.h",
5866 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
5867 "third_party/boringssl/crypto/evp/internal.h",
5868 "third_party/boringssl/crypto/internal.h",
5869 "third_party/boringssl/crypto/modes/internal.h",
5870 "third_party/boringssl/crypto/obj/obj_dat.h",
5871 "third_party/boringssl/crypto/obj/obj_xref.h",
5872 "third_party/boringssl/crypto/pkcs8/internal.h",
5873 "third_party/boringssl/crypto/rand/internal.h",
5874 "third_party/boringssl/crypto/rsa/internal.h",
5875 "third_party/boringssl/crypto/test/scoped_types.h",
5876 "third_party/boringssl/crypto/test/test_util.h",
5877 "third_party/boringssl/crypto/x509/charmap.h",
5878 "third_party/boringssl/crypto/x509/vpm_int.h",
5879 "third_party/boringssl/crypto/x509v3/ext_dat.h",
5880 "third_party/boringssl/crypto/x509v3/pcy_int.h",
5881 "third_party/boringssl/include/openssl/aead.h",
5882 "third_party/boringssl/include/openssl/aes.h",
5883 "third_party/boringssl/include/openssl/arm_arch.h",
5884 "third_party/boringssl/include/openssl/asn1.h",
5885 "third_party/boringssl/include/openssl/asn1_mac.h",
5886 "third_party/boringssl/include/openssl/asn1t.h",
5887 "third_party/boringssl/include/openssl/base.h",
5888 "third_party/boringssl/include/openssl/base64.h",
5889 "third_party/boringssl/include/openssl/bio.h",
5890 "third_party/boringssl/include/openssl/blowfish.h",
5891 "third_party/boringssl/include/openssl/bn.h",
5892 "third_party/boringssl/include/openssl/buf.h",
5893 "third_party/boringssl/include/openssl/buffer.h",
5894 "third_party/boringssl/include/openssl/bytestring.h",
5895 "third_party/boringssl/include/openssl/cast.h",
5896 "third_party/boringssl/include/openssl/chacha.h",
5897 "third_party/boringssl/include/openssl/cipher.h",
5898 "third_party/boringssl/include/openssl/cmac.h",
5899 "third_party/boringssl/include/openssl/conf.h",
5900 "third_party/boringssl/include/openssl/cpu.h",
5901 "third_party/boringssl/include/openssl/crypto.h",
5902 "third_party/boringssl/include/openssl/curve25519.h",
5903 "third_party/boringssl/include/openssl/des.h",
5904 "third_party/boringssl/include/openssl/dh.h",
5905 "third_party/boringssl/include/openssl/digest.h",
5906 "third_party/boringssl/include/openssl/dsa.h",
5907 "third_party/boringssl/include/openssl/dtls1.h",
5908 "third_party/boringssl/include/openssl/ec.h",
5909 "third_party/boringssl/include/openssl/ec_key.h",
5910 "third_party/boringssl/include/openssl/ecdh.h",
5911 "third_party/boringssl/include/openssl/ecdsa.h",
5912 "third_party/boringssl/include/openssl/engine.h",
5913 "third_party/boringssl/include/openssl/err.h",
5914 "third_party/boringssl/include/openssl/evp.h",
5915 "third_party/boringssl/include/openssl/ex_data.h",
5916 "third_party/boringssl/include/openssl/hkdf.h",
5917 "third_party/boringssl/include/openssl/hmac.h",
5918 "third_party/boringssl/include/openssl/lhash.h",
5919 "third_party/boringssl/include/openssl/lhash_macros.h",
5920 "third_party/boringssl/include/openssl/md4.h",
5921 "third_party/boringssl/include/openssl/md5.h",
5922 "third_party/boringssl/include/openssl/mem.h",
5923 "third_party/boringssl/include/openssl/obj.h",
5924 "third_party/boringssl/include/openssl/obj_mac.h",
5925 "third_party/boringssl/include/openssl/objects.h",
5926 "third_party/boringssl/include/openssl/opensslfeatures.h",
5927 "third_party/boringssl/include/openssl/opensslv.h",
5928 "third_party/boringssl/include/openssl/ossl_typ.h",
5929 "third_party/boringssl/include/openssl/pem.h",
5930 "third_party/boringssl/include/openssl/pkcs12.h",
5931 "third_party/boringssl/include/openssl/pkcs7.h",
5932 "third_party/boringssl/include/openssl/pkcs8.h",
5933 "third_party/boringssl/include/openssl/poly1305.h",
5934 "third_party/boringssl/include/openssl/pqueue.h",
5935 "third_party/boringssl/include/openssl/rand.h",
5936 "third_party/boringssl/include/openssl/rc4.h",
5937 "third_party/boringssl/include/openssl/rsa.h",
5938 "third_party/boringssl/include/openssl/safestack.h",
5939 "third_party/boringssl/include/openssl/sha.h",
5940 "third_party/boringssl/include/openssl/srtp.h",
5941 "third_party/boringssl/include/openssl/ssl.h",
5942 "third_party/boringssl/include/openssl/ssl3.h",
5943 "third_party/boringssl/include/openssl/stack.h",
5944 "third_party/boringssl/include/openssl/stack_macros.h",
5945 "third_party/boringssl/include/openssl/thread.h",
5946 "third_party/boringssl/include/openssl/time_support.h",
5947 "third_party/boringssl/include/openssl/tls1.h",
5948 "third_party/boringssl/include/openssl/type_check.h",
5949 "third_party/boringssl/include/openssl/x509.h",
5950 "third_party/boringssl/include/openssl/x509_vfy.h",
5951 "third_party/boringssl/include/openssl/x509v3.h",
5952 "third_party/boringssl/ssl/internal.h",
5953 "third_party/boringssl/ssl/test/async_bio.h",
5954 "third_party/boringssl/ssl/test/packeted_bio.h",
5955 "third_party/boringssl/ssl/test/scoped_types.h",
5956 "third_party/boringssl/ssl/test/test_config.h"
5957 ],
5958 "language": "c",
5959 "name": "boringssl",
5960 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08005961 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005962 ],
5963 "third_party": true,
5964 "type": "lib"
5965 },
5966 {
5967 "deps": [],
5968 "headers": [],
5969 "language": "c++",
5970 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08005971 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005972 "third_party": true,
5973 "type": "lib"
5974 },
5975 {
5976 "deps": [
5977 "boringssl",
5978 "boringssl_test_util"
5979 ],
5980 "headers": [],
5981 "language": "c++",
5982 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005983 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005984 "third_party": true,
5985 "type": "lib"
5986 },
5987 {
5988 "deps": [
5989 "boringssl",
5990 "boringssl_test_util"
5991 ],
5992 "headers": [],
5993 "language": "c++",
Craig Tiller3d62fc62016-03-15 09:57:26 -07005994 "name": "boringssl_asn1_test_lib",
5995 "src": [],
5996 "third_party": true,
5997 "type": "lib"
5998 },
5999 {
6000 "deps": [
6001 "boringssl",
6002 "boringssl_test_util"
6003 ],
6004 "headers": [],
6005 "language": "c++",
Craig Tiller732a8752016-02-22 15:59:19 -08006006 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006007 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006008 "third_party": true,
6009 "type": "lib"
6010 },
6011 {
6012 "deps": [
6013 "boringssl",
6014 "boringssl_test_util"
6015 ],
6016 "headers": [],
6017 "language": "c++",
6018 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006019 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006020 "third_party": true,
6021 "type": "lib"
6022 },
6023 {
6024 "deps": [
6025 "boringssl",
6026 "boringssl_test_util"
6027 ],
6028 "headers": [],
6029 "language": "c++",
6030 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006031 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006032 "third_party": true,
6033 "type": "lib"
6034 },
6035 {
6036 "deps": [
6037 "boringssl",
6038 "boringssl_test_util"
6039 ],
6040 "headers": [],
6041 "language": "c++",
6042 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006043 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006044 "third_party": true,
6045 "type": "lib"
6046 },
6047 {
6048 "deps": [
6049 "boringssl",
6050 "boringssl_test_util"
6051 ],
6052 "headers": [],
6053 "language": "c++",
6054 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006055 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006056 "third_party": true,
6057 "type": "lib"
6058 },
6059 {
6060 "deps": [
6061 "boringssl",
6062 "boringssl_test_util"
6063 ],
6064 "headers": [],
6065 "language": "c++",
6066 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006067 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006068 "third_party": true,
6069 "type": "lib"
6070 },
6071 {
6072 "deps": [
6073 "boringssl",
6074 "boringssl_test_util"
6075 ],
6076 "headers": [],
6077 "language": "c++",
6078 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006079 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006080 "third_party": true,
6081 "type": "lib"
6082 },
6083 {
6084 "deps": [
6085 "boringssl",
6086 "boringssl_test_util"
6087 ],
6088 "headers": [],
6089 "language": "c",
6090 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006091 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006092 "third_party": true,
6093 "type": "lib"
6094 },
6095 {
6096 "deps": [
6097 "boringssl",
6098 "boringssl_test_util"
6099 ],
6100 "headers": [],
6101 "language": "c++",
6102 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006103 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006104 "third_party": true,
6105 "type": "lib"
6106 },
6107 {
6108 "deps": [
6109 "boringssl",
6110 "boringssl_test_util"
6111 ],
6112 "headers": [],
6113 "language": "c++",
6114 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006115 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006116 "third_party": true,
6117 "type": "lib"
6118 },
6119 {
6120 "deps": [
6121 "boringssl",
6122 "boringssl_test_util"
6123 ],
6124 "headers": [],
6125 "language": "c++",
6126 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006127 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006128 "third_party": true,
6129 "type": "lib"
6130 },
6131 {
6132 "deps": [
6133 "boringssl",
6134 "boringssl_test_util"
6135 ],
6136 "headers": [],
6137 "language": "c++",
6138 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006139 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006140 "third_party": true,
6141 "type": "lib"
6142 },
6143 {
6144 "deps": [
6145 "boringssl",
6146 "boringssl_test_util"
6147 ],
6148 "headers": [],
6149 "language": "c",
6150 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006151 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006152 "third_party": true,
6153 "type": "lib"
6154 },
6155 {
6156 "deps": [
6157 "boringssl",
6158 "boringssl_test_util"
6159 ],
6160 "headers": [],
6161 "language": "c++",
6162 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006163 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006164 "third_party": true,
6165 "type": "lib"
6166 },
6167 {
6168 "deps": [
6169 "boringssl",
6170 "boringssl_test_util"
6171 ],
6172 "headers": [],
6173 "language": "c",
6174 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006175 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006176 "third_party": true,
6177 "type": "lib"
6178 },
6179 {
6180 "deps": [
6181 "boringssl",
6182 "boringssl_test_util"
6183 ],
6184 "headers": [],
6185 "language": "c++",
6186 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006187 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006188 "third_party": true,
6189 "type": "lib"
6190 },
6191 {
6192 "deps": [
6193 "boringssl",
6194 "boringssl_test_util"
6195 ],
6196 "headers": [],
6197 "language": "c++",
6198 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006199 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006200 "third_party": true,
6201 "type": "lib"
6202 },
6203 {
6204 "deps": [
6205 "boringssl",
6206 "boringssl_test_util"
6207 ],
6208 "headers": [],
6209 "language": "c++",
6210 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006211 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006212 "third_party": true,
6213 "type": "lib"
6214 },
6215 {
6216 "deps": [
6217 "boringssl",
6218 "boringssl_test_util"
6219 ],
6220 "headers": [],
6221 "language": "c++",
6222 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006223 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006224 "third_party": true,
6225 "type": "lib"
6226 },
6227 {
6228 "deps": [
6229 "boringssl",
6230 "boringssl_test_util"
6231 ],
6232 "headers": [],
6233 "language": "c++",
6234 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006235 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006236 "third_party": true,
6237 "type": "lib"
6238 },
6239 {
6240 "deps": [
6241 "boringssl",
6242 "boringssl_test_util"
6243 ],
6244 "headers": [],
6245 "language": "c",
6246 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006247 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006248 "third_party": true,
6249 "type": "lib"
6250 },
6251 {
6252 "deps": [
6253 "boringssl",
6254 "boringssl_test_util"
6255 ],
6256 "headers": [],
6257 "language": "c++",
6258 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006259 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006260 "third_party": true,
6261 "type": "lib"
6262 },
6263 {
6264 "deps": [
6265 "boringssl",
6266 "boringssl_test_util"
6267 ],
6268 "headers": [],
6269 "language": "c",
6270 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006271 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006272 "third_party": true,
6273 "type": "lib"
6274 },
6275 {
6276 "deps": [
6277 "boringssl",
6278 "boringssl_test_util"
6279 ],
6280 "headers": [],
6281 "language": "c",
6282 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006283 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006284 "third_party": true,
6285 "type": "lib"
6286 },
6287 {
6288 "deps": [
6289 "boringssl",
6290 "boringssl_test_util"
6291 ],
6292 "headers": [],
6293 "language": "c++",
6294 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006295 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006296 "third_party": true,
6297 "type": "lib"
6298 },
6299 {
6300 "deps": [
6301 "boringssl",
6302 "boringssl_test_util"
6303 ],
6304 "headers": [],
6305 "language": "c++",
6306 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006307 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006308 "third_party": true,
6309 "type": "lib"
6310 },
6311 {
6312 "deps": [
6313 "boringssl",
6314 "boringssl_test_util"
6315 ],
6316 "headers": [],
6317 "language": "c++",
6318 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006319 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006320 "third_party": true,
6321 "type": "lib"
6322 },
6323 {
6324 "deps": [
6325 "boringssl",
6326 "boringssl_test_util"
6327 ],
6328 "headers": [],
6329 "language": "c",
6330 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006331 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006332 "third_party": true,
6333 "type": "lib"
6334 },
6335 {
6336 "deps": [
6337 "boringssl",
6338 "boringssl_test_util"
6339 ],
6340 "headers": [],
6341 "language": "c++",
6342 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006343 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006344 "third_party": true,
6345 "type": "lib"
6346 },
6347 {
6348 "deps": [
6349 "boringssl",
6350 "boringssl_test_util"
6351 ],
6352 "headers": [],
6353 "language": "c",
6354 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006355 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006356 "third_party": true,
6357 "type": "lib"
6358 },
6359 {
6360 "deps": [
6361 "boringssl",
6362 "boringssl_test_util"
6363 ],
6364 "headers": [],
6365 "language": "c",
6366 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006367 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006368 "third_party": true,
6369 "type": "lib"
6370 },
6371 {
6372 "deps": [
6373 "boringssl",
6374 "boringssl_test_util"
6375 ],
6376 "headers": [],
6377 "language": "c",
6378 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006379 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006380 "third_party": true,
6381 "type": "lib"
6382 },
6383 {
6384 "deps": [
6385 "boringssl",
6386 "boringssl_test_util"
6387 ],
6388 "headers": [],
6389 "language": "c",
6390 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006391 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006392 "third_party": true,
6393 "type": "lib"
6394 },
6395 {
6396 "deps": [
6397 "boringssl",
6398 "boringssl_test_util"
6399 ],
6400 "headers": [],
6401 "language": "c",
6402 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006403 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006404 "third_party": true,
6405 "type": "lib"
6406 },
6407 {
6408 "deps": [
6409 "boringssl",
6410 "boringssl_test_util"
6411 ],
6412 "headers": [],
6413 "language": "c++",
6414 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006415 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006416 "third_party": true,
6417 "type": "lib"
6418 },
6419 {
6420 "deps": [],
6421 "headers": [
6422 "third_party/zlib/crc32.h",
6423 "third_party/zlib/deflate.h",
6424 "third_party/zlib/gzguts.h",
6425 "third_party/zlib/inffast.h",
6426 "third_party/zlib/inffixed.h",
6427 "third_party/zlib/inflate.h",
6428 "third_party/zlib/inftrees.h",
6429 "third_party/zlib/trees.h",
6430 "third_party/zlib/zconf.h",
6431 "third_party/zlib/zlib.h",
6432 "third_party/zlib/zutil.h"
6433 ],
6434 "language": "c",
6435 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08006436 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006437 "third_party": true,
6438 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006439 },
6440 {
6441 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006442 "gpr",
6443 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006444 "grpc_test_util_unsecure",
6445 "grpc_unsecure"
6446 ],
6447 "headers": [
6448 "test/core/bad_client/bad_client.h"
6449 ],
6450 "language": "c",
6451 "name": "bad_client_test",
6452 "src": [
6453 "test/core/bad_client/bad_client.c",
6454 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08006455 ],
6456 "third_party": false,
6457 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006458 },
6459 {
6460 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006461 "gpr",
6462 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006463 "grpc",
6464 "grpc_test_util"
6465 ],
6466 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08006467 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006468 ],
6469 "language": "c",
6470 "name": "bad_ssl_test_server",
6471 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08006472 "test/core/bad_ssl/server_common.c",
6473 "test/core/bad_ssl/server_common.h"
6474 ],
6475 "third_party": false,
6476 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006477 },
6478 {
Craig Tillerf75fc122015-06-25 06:58:00 -07006479 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006480 "gpr",
6481 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08006482 "grpc",
6483 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07006484 ],
6485 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07006486 "test/core/end2end/end2end_tests.h",
6487 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07006488 ],
6489 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006490 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07006491 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006492 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006493 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07006494 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006495 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006496 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006497 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006498 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006499 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006500 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006501 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006502 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006503 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006504 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006505 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006506 "test/core/end2end/tests/default_host.c",
6507 "test/core/end2end/tests/disappearing_server.c",
6508 "test/core/end2end/tests/empty_batch.c",
6509 "test/core/end2end/tests/graceful_server_shutdown.c",
6510 "test/core/end2end/tests/high_initial_seqno.c",
6511 "test/core/end2end/tests/hpack_size.c",
6512 "test/core/end2end/tests/invoke_large_request.c",
6513 "test/core/end2end/tests/large_metadata.c",
6514 "test/core/end2end/tests/max_concurrent_streams.c",
6515 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006516 "test/core/end2end/tests/negative_deadline.c",
6517 "test/core/end2end/tests/no_op.c",
6518 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006519 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006520 "test/core/end2end/tests/ping_pong_streaming.c",
6521 "test/core/end2end/tests/registered_call.c",
6522 "test/core/end2end/tests/request_with_flags.c",
6523 "test/core/end2end/tests/request_with_payload.c",
6524 "test/core/end2end/tests/server_finishes_request.c",
6525 "test/core/end2end/tests/shutdown_finishes_calls.c",
6526 "test/core/end2end/tests/shutdown_finishes_tags.c",
6527 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006528 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006529 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006530 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006531 ],
6532 "third_party": false,
6533 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08006534 },
6535 {
6536 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006537 "gpr",
6538 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006539 "grpc_test_util_unsecure",
6540 "grpc_unsecure"
6541 ],
6542 "headers": [
6543 "test/core/end2end/end2end_tests.h",
6544 "test/core/end2end/tests/cancel_test_helpers.h"
6545 ],
6546 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006547 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08006548 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006549 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006550 "test/core/end2end/end2end_tests.h",
6551 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006552 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006553 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006554 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006555 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006556 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006557 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08006558 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006559 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006560 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006561 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006562 "test/core/end2end/tests/default_host.c",
6563 "test/core/end2end/tests/disappearing_server.c",
6564 "test/core/end2end/tests/empty_batch.c",
6565 "test/core/end2end/tests/graceful_server_shutdown.c",
6566 "test/core/end2end/tests/high_initial_seqno.c",
6567 "test/core/end2end/tests/hpack_size.c",
6568 "test/core/end2end/tests/invoke_large_request.c",
6569 "test/core/end2end/tests/large_metadata.c",
6570 "test/core/end2end/tests/max_concurrent_streams.c",
6571 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006572 "test/core/end2end/tests/negative_deadline.c",
6573 "test/core/end2end/tests/no_op.c",
6574 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006575 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006576 "test/core/end2end/tests/ping_pong_streaming.c",
6577 "test/core/end2end/tests/registered_call.c",
6578 "test/core/end2end/tests/request_with_flags.c",
6579 "test/core/end2end/tests/request_with_payload.c",
6580 "test/core/end2end/tests/server_finishes_request.c",
6581 "test/core/end2end/tests/shutdown_finishes_calls.c",
6582 "test/core/end2end/tests/shutdown_finishes_tags.c",
6583 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006584 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006585 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006586 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006587 ],
6588 "third_party": false,
6589 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006590 }
6591]