blob: 357e83b2f0c162e550a479a2a945823b7d74311b [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 Tiller147c4f42015-12-11 12:32:39 -0800201 "name": "dns_resolver_test",
202 "src": [
203 "test/core/client_config/resolvers/dns_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800204 ],
205 "third_party": false,
206 "type": "target"
Craig Tiller147c4f42015-12-11 12:32:39 -0800207 },
208 {
209 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800210 "gpr",
211 "gpr_test_util",
Craig Tiller147c4f42015-12-11 12:32:39 -0800212 "grpc",
213 "grpc_test_util"
214 ],
215 "headers": [],
216 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700217 "name": "dualstack_socket_test",
218 "src": [
219 "test/core/end2end/dualstack_socket_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800220 ],
221 "third_party": false,
222 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700223 },
224 {
225 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800226 "gpr",
227 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700228 "grpc",
229 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700230 ],
231 "headers": [],
232 "language": "c",
Craig Tillerae69ad12015-08-27 09:06:31 -0700233 "name": "endpoint_pair_test",
234 "src": [
235 "test/core/iomgr/endpoint_pair_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800236 ],
237 "third_party": false,
238 "type": "target"
Craig Tillerae69ad12015-08-27 09:06:31 -0700239 },
240 {
241 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800242 "gpr",
243 "gpr_test_util",
Craig Tillerae69ad12015-08-27 09:06:31 -0700244 "grpc",
245 "grpc_test_util"
246 ],
247 "headers": [],
248 "language": "c",
Craig Tilleree98d842015-06-29 08:45:55 -0700249 "name": "fd_conservation_posix_test",
250 "src": [
251 "test/core/iomgr/fd_conservation_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800252 ],
253 "third_party": false,
254 "type": "target"
Craig Tilleree98d842015-06-29 08:45:55 -0700255 },
256 {
257 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800258 "gpr",
259 "gpr_test_util",
Craig Tilleree98d842015-06-29 08:45:55 -0700260 "grpc",
261 "grpc_test_util"
262 ],
263 "headers": [],
264 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700265 "name": "fd_posix_test",
266 "src": [
267 "test/core/iomgr/fd_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800268 ],
269 "third_party": false,
270 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700271 },
272 {
273 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800274 "gpr",
275 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700276 "grpc",
277 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700278 ],
279 "headers": [],
280 "language": "c",
281 "name": "fling_client",
282 "src": [
283 "test/core/fling/client.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800284 ],
285 "third_party": false,
286 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700287 },
288 {
289 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800290 "gpr",
291 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700292 "grpc",
293 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700294 ],
295 "headers": [],
296 "language": "c",
297 "name": "fling_server",
298 "src": [
299 "test/core/fling/server.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_stream_test",
314 "src": [
315 "test/core/fling/fling_stream_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800316 ],
317 "third_party": false,
318 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700319 },
320 {
321 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800322 "gpr",
323 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700324 "grpc",
325 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700326 ],
327 "headers": [],
328 "language": "c",
329 "name": "fling_test",
330 "src": [
331 "test/core/fling/fling_test.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",
Craig Tillerf75fc122015-06-25 06:58:00 -0700339 "grpc"
340 ],
341 "headers": [],
342 "language": "c",
343 "name": "gen_hpack_tables",
344 "src": [
Craig Tillerfe8592e2015-06-25 07:00:18 -0700345 "tools/codegen/core/gen_hpack_tables.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800346 ],
347 "third_party": false,
348 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700349 },
350 {
Craig Tiller11a28c72015-08-24 07:54:34 -0700351 "deps": [],
Craig Tiller49772e02015-08-21 08:08:37 -0700352 "headers": [],
353 "language": "c",
354 "name": "gen_legal_metadata_characters",
355 "src": [
356 "tools/codegen/core/gen_legal_metadata_characters.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800357 ],
358 "third_party": false,
359 "type": "target"
Craig Tiller49772e02015-08-21 08:08:37 -0700360 },
361 {
Craig Tillerf75fc122015-06-25 06:58:00 -0700362 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800363 "gpr",
364 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700365 ],
366 "headers": [],
367 "language": "c",
Craig Tillerfba79f22015-11-23 11:06:55 -0800368 "name": "gpr_avl_test",
369 "src": [
370 "test/core/support/avl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800371 ],
372 "third_party": false,
373 "type": "target"
Craig Tillerfba79f22015-11-23 11:06:55 -0800374 },
375 {
376 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800377 "gpr",
378 "gpr_test_util"
Craig Tillerfba79f22015-11-23 11:06:55 -0800379 ],
380 "headers": [],
381 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700382 "name": "gpr_cmdline_test",
383 "src": [
384 "test/core/support/cmdline_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800385 ],
386 "third_party": false,
387 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700388 },
389 {
390 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800391 "gpr",
392 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700393 ],
394 "headers": [],
395 "language": "c",
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700396 "name": "gpr_cpu_test",
397 "src": [
398 "test/core/support/cpu_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800399 ],
400 "third_party": false,
401 "type": "target"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700402 },
403 {
404 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800405 "gpr",
406 "gpr_test_util"
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -0700407 ],
408 "headers": [],
409 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700410 "name": "gpr_env_test",
411 "src": [
412 "test/core/support/env_test.c"
Craig Tillerf75fc122015-06-25 06:58:00 -0700413 ],
Craig Tiller732a8752016-02-22 15:59:19 -0800414 "third_party": false,
415 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700416 },
417 {
418 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800419 "gpr",
420 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700421 ],
422 "headers": [],
423 "language": "c",
424 "name": "gpr_histogram_test",
425 "src": [
426 "test/core/support/histogram_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800427 ],
428 "third_party": false,
429 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700430 },
431 {
432 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800433 "gpr",
434 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700435 ],
436 "headers": [],
437 "language": "c",
438 "name": "gpr_host_port_test",
439 "src": [
440 "test/core/support/host_port_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800441 ],
442 "third_party": false,
443 "type": "target"
444 },
445 {
446 "deps": [
447 "gpr",
448 "gpr_test_util"
449 ],
450 "headers": [],
451 "language": "c",
452 "name": "gpr_load_file_test",
453 "src": [
454 "test/core/support/load_file_test.c"
455 ],
456 "third_party": false,
457 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700458 },
459 {
460 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800461 "gpr",
462 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700463 ],
464 "headers": [],
465 "language": "c",
466 "name": "gpr_log_test",
467 "src": [
468 "test/core/support/log_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800469 ],
470 "third_party": false,
471 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700472 },
473 {
474 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800475 "gpr",
476 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700477 ],
478 "headers": [],
479 "language": "c",
480 "name": "gpr_slice_buffer_test",
481 "src": [
482 "test/core/support/slice_buffer_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800483 ],
484 "third_party": false,
485 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700486 },
487 {
488 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800489 "gpr",
490 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700491 ],
492 "headers": [],
493 "language": "c",
494 "name": "gpr_slice_test",
495 "src": [
496 "test/core/support/slice_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800497 ],
498 "third_party": false,
499 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700500 },
501 {
502 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800503 "gpr",
504 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700505 ],
506 "headers": [],
507 "language": "c",
Vijay Pai887f86b2015-07-10 17:12:10 -0700508 "name": "gpr_stack_lockfree_test",
509 "src": [
510 "test/core/support/stack_lockfree_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800511 ],
512 "third_party": false,
513 "type": "target"
Vijay Pai887f86b2015-07-10 17:12:10 -0700514 },
515 {
516 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800517 "gpr",
518 "gpr_test_util"
Vijay Pai887f86b2015-07-10 17:12:10 -0700519 ],
520 "headers": [],
521 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700522 "name": "gpr_string_test",
523 "src": [
524 "test/core/support/string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800525 ],
526 "third_party": false,
527 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700528 },
529 {
530 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800531 "gpr",
532 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700533 ],
534 "headers": [],
535 "language": "c",
536 "name": "gpr_sync_test",
537 "src": [
538 "test/core/support/sync_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800539 ],
540 "third_party": false,
541 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700542 },
543 {
544 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800545 "gpr",
546 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700547 ],
548 "headers": [],
549 "language": "c",
550 "name": "gpr_thd_test",
551 "src": [
552 "test/core/support/thd_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800553 ],
554 "third_party": false,
555 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700556 },
557 {
558 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800559 "gpr",
560 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700561 ],
562 "headers": [],
563 "language": "c",
564 "name": "gpr_time_test",
565 "src": [
566 "test/core/support/time_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800567 ],
568 "third_party": false,
569 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700570 },
571 {
572 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800573 "gpr",
574 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700575 ],
576 "headers": [],
577 "language": "c",
578 "name": "gpr_tls_test",
579 "src": [
580 "test/core/support/tls_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800581 ],
582 "third_party": false,
583 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700584 },
585 {
586 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800587 "gpr",
588 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700589 ],
590 "headers": [],
591 "language": "c",
592 "name": "gpr_useful_test",
593 "src": [
594 "test/core/support/useful_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800595 ],
596 "third_party": false,
597 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700598 },
599 {
600 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800601 "gpr",
602 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700603 "grpc",
604 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700605 ],
606 "headers": [],
607 "language": "c",
608 "name": "grpc_auth_context_test",
609 "src": [
610 "test/core/security/auth_context_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800611 ],
612 "third_party": false,
613 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700614 },
615 {
616 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800617 "gpr",
618 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700619 "grpc",
620 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700621 ],
622 "headers": [],
623 "language": "c",
Craig Tiller732a8752016-02-22 15:59:19 -0800624 "name": "grpc_b64_test",
Craig Tillerf75fc122015-06-25 06:58:00 -0700625 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -0800626 "test/core/security/b64_test.c"
627 ],
628 "third_party": false,
629 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700630 },
631 {
632 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800633 "gpr",
634 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700635 "grpc",
636 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700637 ],
638 "headers": [],
639 "language": "c",
640 "name": "grpc_byte_buffer_reader_test",
641 "src": [
642 "test/core/surface/byte_buffer_reader_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800643 ],
644 "third_party": false,
645 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700646 },
647 {
648 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800649 "gpr",
650 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700651 "grpc",
652 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700653 ],
654 "headers": [],
655 "language": "c",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700656 "name": "grpc_channel_args_test",
657 "src": [
658 "test/core/channel/channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800659 ],
660 "third_party": false,
661 "type": "target"
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700662 },
663 {
664 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 "gpr",
666 "gpr_test_util",
David Garcia Quintasa4c4f022015-08-21 00:05:42 -0700667 "grpc",
668 "grpc_test_util"
669 ],
670 "headers": [],
671 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700672 "name": "grpc_channel_stack_test",
673 "src": [
674 "test/core/channel/channel_stack_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800675 ],
676 "third_party": false,
677 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700678 },
679 {
680 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800681 "gpr",
682 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700683 "grpc",
684 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700685 ],
686 "headers": [],
687 "language": "c",
688 "name": "grpc_completion_queue_test",
689 "src": [
690 "test/core/surface/completion_queue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800691 ],
692 "third_party": false,
693 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700694 },
695 {
696 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800697 "gpr",
698 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700699 "grpc",
700 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700701 ],
702 "headers": [],
703 "language": "c",
704 "name": "grpc_create_jwt",
705 "src": [
706 "test/core/security/create_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800707 ],
708 "third_party": false,
709 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700710 },
711 {
712 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800713 "gpr",
714 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700715 "grpc",
716 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700717 ],
718 "headers": [],
719 "language": "c",
720 "name": "grpc_credentials_test",
721 "src": [
722 "test/core/security/credentials_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800723 ],
724 "third_party": false,
725 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700726 },
727 {
728 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800729 "gpr",
730 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700731 "grpc",
732 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700733 ],
734 "headers": [],
735 "language": "c",
736 "name": "grpc_fetch_oauth2",
737 "src": [
738 "test/core/security/fetch_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800739 ],
740 "third_party": false,
741 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700742 },
743 {
744 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800745 "gpr",
746 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700747 "grpc",
748 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700749 ],
750 "headers": [],
751 "language": "c",
yang-ga1fecbc2015-12-07 15:46:49 -0800752 "name": "grpc_invalid_channel_args_test",
753 "src": [
754 "test/core/surface/invalid_channel_args_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800755 ],
756 "third_party": false,
757 "type": "target"
yang-ga1fecbc2015-12-07 15:46:49 -0800758 },
759 {
760 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800761 "gpr",
762 "gpr_test_util",
yang-ga1fecbc2015-12-07 15:46:49 -0800763 "grpc",
764 "grpc_test_util"
765 ],
766 "headers": [],
767 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700768 "name": "grpc_json_token_test",
769 "src": [
770 "test/core/security/json_token_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800771 ],
772 "third_party": false,
773 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700774 },
775 {
776 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800777 "gpr",
778 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700779 "grpc",
780 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700781 ],
782 "headers": [],
783 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200784 "name": "grpc_jwt_verifier_test",
785 "src": [
786 "test/core/security/jwt_verifier_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800787 ],
788 "third_party": false,
789 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200790 },
791 {
792 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800793 "gpr",
794 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200795 "grpc",
796 "grpc_test_util"
797 ],
798 "headers": [],
799 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700800 "name": "grpc_print_google_default_creds_token",
801 "src": [
802 "test/core/security/print_google_default_creds_token.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800803 ],
804 "third_party": false,
805 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700806 },
807 {
808 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800809 "gpr",
810 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700811 "grpc",
812 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700813 ],
814 "headers": [],
815 "language": "c",
816 "name": "grpc_security_connector_test",
817 "src": [
818 "test/core/security/security_connector_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800819 ],
820 "third_party": false,
821 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700822 },
823 {
824 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800825 "gpr",
826 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700827 "grpc",
828 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700829 ],
830 "headers": [],
831 "language": "c",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200832 "name": "grpc_verify_jwt",
833 "src": [
834 "test/core/security/verify_jwt.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800835 ],
836 "third_party": false,
837 "type": "target"
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200838 },
839 {
840 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800841 "gpr",
842 "gpr_test_util",
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200843 "grpc",
844 "grpc_test_util"
845 ],
846 "headers": [],
847 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700848 "name": "hpack_parser_test",
849 "src": [
850 "test/core/transport/chttp2/hpack_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800851 ],
852 "third_party": false,
853 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700854 },
855 {
856 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800857 "gpr",
858 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700859 "grpc",
860 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700861 ],
862 "headers": [],
863 "language": "c",
864 "name": "hpack_table_test",
865 "src": [
866 "test/core/transport/chttp2/hpack_table_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800867 ],
868 "third_party": false,
869 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700870 },
871 {
872 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800873 "gpr",
874 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700875 "grpc",
876 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700877 ],
878 "headers": [],
879 "language": "c",
880 "name": "httpcli_format_request_test",
881 "src": [
882 "test/core/httpcli/format_request_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800883 ],
884 "third_party": false,
885 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700886 },
887 {
888 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800889 "gpr",
890 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700891 "grpc",
892 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700893 ],
894 "headers": [],
895 "language": "c",
896 "name": "httpcli_parser_test",
897 "src": [
898 "test/core/httpcli/parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800899 ],
900 "third_party": false,
901 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700902 },
903 {
904 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800905 "gpr",
906 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700907 "grpc",
908 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700909 ],
910 "headers": [],
911 "language": "c",
912 "name": "httpcli_test",
913 "src": [
914 "test/core/httpcli/httpcli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800915 ],
916 "third_party": false,
917 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700918 },
919 {
920 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800921 "gpr",
922 "gpr_test_util",
yang-gf1183302015-12-07 16:02:05 -0800923 "grpc",
924 "grpc_test_util"
925 ],
926 "headers": [],
927 "language": "c",
Craig Tillercc0535d2015-12-08 15:14:47 -0800928 "name": "httpscli_test",
929 "src": [
930 "test/core/httpcli/httpscli_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800931 ],
932 "third_party": false,
933 "type": "target"
Craig Tillercc0535d2015-12-08 15:14:47 -0800934 },
935 {
936 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800937 "gpr",
938 "gpr_test_util",
Craig Tillercc0535d2015-12-08 15:14:47 -0800939 "grpc",
940 "grpc_test_util"
941 ],
942 "headers": [],
943 "language": "c",
yang-gf1183302015-12-07 16:02:05 -0800944 "name": "init_test",
945 "src": [
946 "test/core/surface/init_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800947 ],
948 "third_party": false,
949 "type": "target"
yang-gf1183302015-12-07 16:02:05 -0800950 },
951 {
952 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 "gpr",
954 "gpr_test_util",
yang-gb50ae462015-12-07 22:22:56 -0800955 "grpc",
956 "grpc_test_util"
957 ],
958 "headers": [],
959 "language": "c",
yang-g077f6f82015-12-07 11:22:51 -0800960 "name": "invalid_call_argument_test",
961 "src": [
962 "test/core/end2end/invalid_call_argument_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800963 ],
964 "third_party": false,
965 "type": "target"
yang-g077f6f82015-12-07 11:22:51 -0800966 },
967 {
968 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800969 "gpr",
Craig Tiller224b04f2015-06-25 07:11:18 -0700970 "grpc"
Craig Tillerf75fc122015-06-25 06:58:00 -0700971 ],
972 "headers": [],
973 "language": "c",
974 "name": "json_rewrite",
975 "src": [
976 "test/core/json/json_rewrite.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800977 ],
978 "third_party": false,
979 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700980 },
981 {
982 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800983 "gpr",
984 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -0700985 "grpc",
986 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -0700987 ],
988 "headers": [],
989 "language": "c",
990 "name": "json_rewrite_test",
991 "src": [
992 "test/core/json/json_rewrite_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -0800993 ],
994 "third_party": false,
995 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -0700996 },
997 {
998 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -0800999 "gpr",
1000 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001001 "grpc",
1002 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001003 ],
1004 "headers": [],
1005 "language": "c",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001006 "name": "json_stream_error_test",
1007 "src": [
1008 "test/core/json/json_stream_error_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001009 ],
1010 "third_party": false,
1011 "type": "target"
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001012 },
1013 {
1014 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 "gpr",
1016 "gpr_test_util",
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001017 "grpc",
1018 "grpc_test_util"
1019 ],
1020 "headers": [],
1021 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001022 "name": "json_test",
1023 "src": [
1024 "test/core/json/json_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001025 ],
1026 "third_party": false,
1027 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001028 },
1029 {
1030 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 "gpr",
1032 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001033 "grpc",
1034 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001035 ],
1036 "headers": [],
1037 "language": "c",
1038 "name": "lame_client_test",
1039 "src": [
1040 "test/core/surface/lame_client_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001041 ],
1042 "third_party": false,
1043 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001044 },
1045 {
1046 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 "gpr",
1048 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001049 "grpc",
1050 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001051 ],
1052 "headers": [],
1053 "language": "c",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001054 "name": "lb_policies_test",
1055 "src": [
1056 "test/core/client_config/lb_policies_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001057 ],
1058 "third_party": false,
1059 "type": "target"
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001060 },
1061 {
1062 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 "gpr",
1064 "gpr_test_util",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001065 "grpc",
1066 "grpc_test_util"
1067 ],
1068 "headers": [],
1069 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001070 "name": "low_level_ping_pong_benchmark",
1071 "src": [
1072 "test/core/network_benchmarks/low_level_ping_pong.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001073 ],
1074 "third_party": false,
1075 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001076 },
1077 {
1078 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001079 "gpr",
1080 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001081 "grpc",
1082 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001083 ],
1084 "headers": [],
1085 "language": "c",
1086 "name": "message_compress_test",
1087 "src": [
1088 "test/core/compression/message_compress_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001089 ],
1090 "third_party": false,
1091 "type": "target"
1092 },
1093 {
1094 "deps": [
1095 "gpr",
1096 "gpr_test_util",
1097 "grpc",
1098 "grpc_test_util"
1099 ],
1100 "headers": [],
1101 "language": "c",
1102 "name": "mlog_test",
1103 "src": [
1104 "test/core/census/mlog_test.c"
1105 ],
1106 "third_party": false,
1107 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001108 },
1109 {
1110 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 "gpr",
1112 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001113 "grpc",
1114 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001115 ],
1116 "headers": [],
1117 "language": "c",
Craig Tillerebaa8602015-06-26 13:12:58 -07001118 "name": "multiple_server_queues_test",
1119 "src": [
1120 "test/core/end2end/multiple_server_queues_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001121 ],
1122 "third_party": false,
1123 "type": "target"
Craig Tillerebaa8602015-06-26 13:12:58 -07001124 },
1125 {
1126 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 "gpr",
1128 "gpr_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001129 ],
1130 "headers": [],
1131 "language": "c",
1132 "name": "murmur_hash_test",
1133 "src": [
1134 "test/core/support/murmur_hash_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001135 ],
1136 "third_party": false,
1137 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001138 },
1139 {
1140 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 "gpr",
1142 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001143 "grpc",
1144 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001145 ],
1146 "headers": [],
1147 "language": "c",
1148 "name": "no_server_test",
1149 "src": [
1150 "test/core/end2end/no_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001151 ],
1152 "third_party": false,
1153 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001154 },
1155 {
1156 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 "gpr",
1158 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001159 "grpc",
1160 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001161 ],
1162 "headers": [],
1163 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001164 "name": "resolve_address_test",
1165 "src": [
1166 "test/core/iomgr/resolve_address_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001167 ],
1168 "third_party": false,
1169 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001170 },
1171 {
1172 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 "gpr",
1174 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001175 "grpc",
1176 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001177 ],
1178 "headers": [],
1179 "language": "c",
yang-gd482e592015-12-10 14:04:00 -08001180 "name": "secure_channel_create_test",
1181 "src": [
1182 "test/core/surface/secure_channel_create_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001183 ],
1184 "third_party": false,
1185 "type": "target"
yang-gd482e592015-12-10 14:04:00 -08001186 },
1187 {
1188 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 "gpr",
1190 "gpr_test_util",
yang-gd482e592015-12-10 14:04:00 -08001191 "grpc",
1192 "grpc_test_util"
1193 ],
1194 "headers": [],
1195 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001196 "name": "secure_endpoint_test",
1197 "src": [
1198 "test/core/security/secure_endpoint_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001199 ],
1200 "third_party": false,
1201 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001202 },
1203 {
1204 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 "gpr",
1206 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001207 "grpc",
yang-gfe9a9752015-12-09 10:47:18 -08001208 "grpc_test_util"
1209 ],
1210 "headers": [],
1211 "language": "c",
1212 "name": "server_chttp2_test",
1213 "src": [
1214 "test/core/surface/server_chttp2_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001215 ],
1216 "third_party": false,
1217 "type": "target"
yang-gfe9a9752015-12-09 10:47:18 -08001218 },
1219 {
1220 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 "gpr",
1222 "gpr_test_util",
yang-gfe9a9752015-12-09 10:47:18 -08001223 "grpc",
yang-gc3d94fb2015-12-10 14:38:00 -08001224 "grpc_test_util"
1225 ],
1226 "headers": [],
1227 "language": "c",
1228 "name": "server_test",
1229 "src": [
1230 "test/core/surface/server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001231 ],
1232 "third_party": false,
1233 "type": "target"
yang-gc3d94fb2015-12-10 14:38:00 -08001234 },
1235 {
1236 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 "gpr",
1238 "gpr_test_util",
yang-gc3d94fb2015-12-10 14:38:00 -08001239 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08001240 "grpc_test_util",
1241 "test_tcp_server"
1242 ],
1243 "headers": [],
1244 "language": "c",
1245 "name": "set_initial_connect_string_test",
1246 "src": [
1247 "test/core/client_config/set_initial_connect_string_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001248 ],
1249 "third_party": false,
1250 "type": "target"
yang-gc9fca182015-11-06 16:41:33 -08001251 },
1252 {
1253 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 "gpr",
1255 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08001256 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001257 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001258 ],
1259 "headers": [],
1260 "language": "c",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001261 "name": "sockaddr_resolver_test",
1262 "src": [
1263 "test/core/client_config/resolvers/sockaddr_resolver_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001264 ],
1265 "third_party": false,
1266 "type": "target"
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001267 },
1268 {
1269 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 "gpr",
1271 "gpr_test_util",
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001272 "grpc",
1273 "grpc_test_util"
1274 ],
1275 "headers": [],
1276 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001277 "name": "sockaddr_utils_test",
1278 "src": [
1279 "test/core/iomgr/sockaddr_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001280 ],
1281 "third_party": false,
1282 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001283 },
1284 {
1285 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 "gpr",
1287 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001288 "grpc",
1289 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001290 ],
1291 "headers": [],
1292 "language": "c",
Craig Tiller27493202015-12-11 11:30:26 -08001293 "name": "socket_utils_test",
1294 "src": [
1295 "test/core/iomgr/socket_utils_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001296 ],
1297 "third_party": false,
1298 "type": "target"
Craig Tiller27493202015-12-11 11:30:26 -08001299 },
1300 {
1301 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 "gpr",
1303 "gpr_test_util",
Alistair Veitchbb30d252016-01-12 17:36:05 -08001304 "grpc",
1305 "grpc_test_util"
1306 ],
1307 "headers": [],
1308 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001309 "name": "tcp_client_posix_test",
1310 "src": [
1311 "test/core/iomgr/tcp_client_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001312 ],
1313 "third_party": false,
1314 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001315 },
1316 {
1317 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001318 "gpr",
1319 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001320 "grpc",
1321 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001322 ],
1323 "headers": [],
1324 "language": "c",
1325 "name": "tcp_posix_test",
1326 "src": [
1327 "test/core/iomgr/tcp_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001328 ],
1329 "third_party": false,
1330 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001331 },
1332 {
1333 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 "gpr",
1335 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001336 "grpc",
1337 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001338 ],
1339 "headers": [],
1340 "language": "c",
1341 "name": "tcp_server_posix_test",
1342 "src": [
1343 "test/core/iomgr/tcp_server_posix_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001344 ],
1345 "third_party": false,
1346 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001347 },
1348 {
1349 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 "gpr",
1351 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001352 "grpc",
1353 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001354 ],
1355 "headers": [],
1356 "language": "c",
1357 "name": "time_averaged_stats_test",
1358 "src": [
1359 "test/core/iomgr/time_averaged_stats_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001360 ],
1361 "third_party": false,
1362 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001363 },
1364 {
1365 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 "gpr",
1367 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001368 "grpc",
1369 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001370 ],
1371 "headers": [],
1372 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001373 "name": "timeout_encoding_test",
1374 "src": [
1375 "test/core/transport/chttp2/timeout_encoding_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001376 ],
1377 "third_party": false,
1378 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001379 },
1380 {
1381 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 "gpr",
1383 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001384 "grpc",
1385 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001386 ],
1387 "headers": [],
1388 "language": "c",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001389 "name": "timer_heap_test",
1390 "src": [
1391 "test/core/iomgr/timer_heap_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001392 ],
1393 "third_party": false,
1394 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001395 },
1396 {
1397 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 "gpr",
1399 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001400 "grpc",
1401 "grpc_test_util"
1402 ],
1403 "headers": [],
1404 "language": "c",
1405 "name": "timer_list_test",
1406 "src": [
1407 "test/core/iomgr/timer_list_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001408 ],
1409 "third_party": false,
1410 "type": "target"
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001411 },
1412 {
1413 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 "gpr",
1415 "gpr_test_util",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001416 "grpc",
1417 "grpc_test_util"
1418 ],
1419 "headers": [],
1420 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001421 "name": "timers_test",
1422 "src": [
1423 "test/core/profiling/timers_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001424 ],
1425 "third_party": false,
1426 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001427 },
1428 {
1429 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 "gpr",
1431 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001432 "grpc",
1433 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001434 ],
1435 "headers": [],
1436 "language": "c",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001437 "name": "transport_connectivity_state_test",
1438 "src": [
1439 "test/core/transport/connectivity_state_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001440 ],
1441 "third_party": false,
1442 "type": "target"
Craig Tiller179e6fe2015-12-09 11:09:47 -08001443 },
1444 {
1445 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 "gpr",
1447 "gpr_test_util",
Craig Tiller179e6fe2015-12-09 11:09:47 -08001448 "grpc",
1449 "grpc_test_util"
1450 ],
1451 "headers": [],
1452 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -07001453 "name": "transport_metadata_test",
1454 "src": [
1455 "test/core/transport/metadata_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001456 ],
1457 "third_party": false,
1458 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001459 },
1460 {
1461 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 "gpr",
1463 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001464 "grpc",
1465 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001466 ],
1467 "headers": [],
1468 "language": "c",
1469 "name": "transport_security_test",
1470 "src": [
1471 "test/core/tsi/transport_security_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001472 ],
1473 "third_party": false,
1474 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001475 },
1476 {
1477 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 "gpr",
1479 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001480 "grpc",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001481 "grpc_test_util"
1482 ],
1483 "headers": [],
1484 "language": "c",
Robbie Shade69535292015-07-10 14:27:34 -04001485 "name": "udp_server_test",
1486 "src": [
1487 "test/core/iomgr/udp_server_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001488 ],
1489 "third_party": false,
1490 "type": "target"
Robbie Shade69535292015-07-10 14:27:34 -04001491 },
1492 {
1493 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 "gpr",
1495 "gpr_test_util",
Robbie Shade69535292015-07-10 14:27:34 -04001496 "grpc",
1497 "grpc_test_util"
1498 ],
1499 "headers": [],
1500 "language": "c",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001501 "name": "uri_parser_test",
1502 "src": [
1503 "test/core/client_config/uri_parser_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001504 ],
1505 "third_party": false,
1506 "type": "target"
Craig Tillerc7b5f762015-06-27 11:48:42 -07001507 },
1508 {
1509 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 "gpr",
1511 "gpr_test_util",
Craig Tillerc7b5f762015-06-27 11:48:42 -07001512 "grpc",
Craig Tiller73b66062015-09-09 09:34:46 -07001513 "grpc_test_util"
1514 ],
1515 "headers": [],
1516 "language": "c",
1517 "name": "workqueue_test",
1518 "src": [
1519 "test/core/iomgr/workqueue_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08001520 ],
1521 "third_party": false,
1522 "type": "target"
Craig Tiller73b66062015-09-09 09:34:46 -07001523 },
1524 {
1525 "deps": [
Vijay Pai29e1d952016-02-11 00:26:18 -08001526 "gpr",
1527 "gpr_test_util",
Craig Tiller73b66062015-09-09 09:34:46 -07001528 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001529 "grpc++",
1530 "grpc++_test_util",
1531 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001532 ],
1533 "headers": [],
1534 "language": "c++",
vjpai04e992a2016-02-10 16:58:38 -08001535 "name": "alarm_cpp_test",
1536 "src": [
1537 "test/cpp/common/alarm_cpp_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001538 ],
1539 "third_party": false,
1540 "type": "target"
vjpai04e992a2016-02-10 16:58:38 -08001541 },
1542 {
1543 "deps": [
Vijay Paic41abec2016-02-11 00:23:21 -08001544 "gpr",
1545 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001546 "grpc",
1547 "grpc++",
1548 "grpc++_test_util",
1549 "grpc_test_util"
1550 ],
1551 "headers": [],
1552 "language": "c++",
1553 "name": "async_end2end_test",
1554 "src": [
1555 "test/cpp/end2end/async_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001556 ],
1557 "third_party": false,
1558 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001559 },
1560 {
1561 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001562 "gpr",
1563 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001564 "grpc",
1565 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001566 "grpc++_test_util",
1567 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001568 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001569 ],
1570 "headers": [],
1571 "language": "c++",
1572 "name": "async_streaming_ping_pong_test",
1573 "src": [
1574 "test/cpp/qps/async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001575 ],
1576 "third_party": false,
1577 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001578 },
1579 {
1580 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 "gpr",
1582 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001583 "grpc",
1584 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001585 "grpc++_test_util",
1586 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001587 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07001588 ],
1589 "headers": [],
1590 "language": "c++",
1591 "name": "async_unary_ping_pong_test",
1592 "src": [
1593 "test/cpp/qps/async_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001594 ],
1595 "third_party": false,
1596 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001597 },
1598 {
1599 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 "gpr",
1601 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001602 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07001603 "grpc++",
1604 "grpc++_test_util",
1605 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001606 ],
1607 "headers": [],
1608 "language": "c++",
yang-g7ef72322015-07-16 21:00:51 -07001609 "name": "auth_property_iterator_test",
1610 "src": [
1611 "test/cpp/common/auth_property_iterator_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001612 ],
1613 "third_party": false,
1614 "type": "target"
yang-g7ef72322015-07-16 21:00:51 -07001615 },
1616 {
1617 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 "gpr",
yang-g7ef72322015-07-16 21:00:51 -07001619 "grpc",
1620 "grpc++"
1621 ],
1622 "headers": [],
1623 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -07001624 "name": "channel_arguments_test",
1625 "src": [
yang-g52705592015-11-25 11:45:33 -08001626 "test/cpp/common/channel_arguments_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001627 ],
1628 "third_party": false,
1629 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001630 },
1631 {
1632 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001633 "gpr",
1634 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001635 "grpc",
1636 "grpc++",
1637 "grpc++_test_util",
1638 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001639 ],
1640 "headers": [],
1641 "language": "c++",
1642 "name": "cli_call_test",
1643 "src": [
1644 "test/cpp/util/cli_call_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001645 ],
1646 "third_party": false,
1647 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001648 },
1649 {
1650 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 "gpr",
1652 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001653 "grpc",
1654 "grpc++",
1655 "grpc++_test_util",
1656 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001657 ],
1658 "headers": [],
1659 "language": "c++",
1660 "name": "client_crash_test",
1661 "src": [
1662 "test/cpp/end2end/client_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001663 ],
1664 "third_party": false,
1665 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001666 },
1667 {
1668 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 "gpr",
1670 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001671 "grpc",
1672 "grpc++",
1673 "grpc++_test_util",
1674 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001675 ],
1676 "headers": [],
1677 "language": "c++",
1678 "name": "client_crash_test_server",
1679 "src": [
1680 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001681 ],
1682 "third_party": false,
1683 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001684 },
1685 {
1686 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07001688 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07001689 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001690 ],
1691 "headers": [],
1692 "language": "c++",
1693 "name": "credentials_test",
1694 "src": [
1695 "test/cpp/client/credentials_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001696 ],
1697 "third_party": false,
1698 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001699 },
1700 {
1701 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 "gpr",
1703 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001704 "grpc",
1705 "grpc++",
1706 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001707 ],
1708 "headers": [],
1709 "language": "c++",
1710 "name": "cxx_byte_buffer_test",
1711 "src": [
1712 "test/cpp/util/byte_buffer_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001713 ],
1714 "third_party": false,
1715 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001716 },
1717 {
1718 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 "gpr",
1720 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001721 "grpc",
1722 "grpc++",
1723 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001724 ],
1725 "headers": [],
1726 "language": "c++",
1727 "name": "cxx_slice_test",
1728 "src": [
1729 "test/cpp/util/slice_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001730 ],
1731 "third_party": false,
1732 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001733 },
1734 {
1735 "deps": [
Julien Boeuf0382bfa2015-08-24 23:55:43 -07001736 "grpc++"
Craig Tillerf75fc122015-06-25 06:58:00 -07001737 ],
1738 "headers": [],
1739 "language": "c++",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001740 "name": "cxx_string_ref_test",
1741 "src": [
1742 "test/cpp/util/string_ref_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001743 ],
1744 "third_party": false,
1745 "type": "target"
Julien Boeuf8fd915a2015-08-19 21:18:14 -07001746 },
1747 {
1748 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 "gpr",
1750 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07001751 "grpc",
1752 "grpc++",
1753 "grpc_test_util"
1754 ],
1755 "headers": [],
1756 "language": "c++",
1757 "name": "cxx_time_test",
1758 "src": [
1759 "test/cpp/util/time_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001760 ],
1761 "third_party": false,
1762 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001763 },
1764 {
1765 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 "gpr",
1767 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001768 "grpc",
1769 "grpc++",
1770 "grpc++_test_util",
1771 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001772 ],
1773 "headers": [],
1774 "language": "c++",
1775 "name": "end2end_test",
1776 "src": [
1777 "test/cpp/end2end/end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001778 ],
1779 "third_party": false,
1780 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001781 },
1782 {
1783 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 "gpr",
1785 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001786 "grpc",
1787 "grpc++",
1788 "grpc++_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001789 "grpc_test_util",
1790 "qps"
1791 ],
1792 "headers": [],
1793 "language": "c++",
1794 "name": "generic_async_streaming_ping_pong_test",
1795 "src": [
1796 "test/cpp/qps/generic_async_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001797 ],
1798 "third_party": false,
1799 "type": "target"
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001800 },
1801 {
1802 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 "gpr",
1804 "gpr_test_util",
Vijay Paiaf2e1cf2016-01-11 09:54:23 -08001805 "grpc",
1806 "grpc++",
1807 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001808 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001809 ],
1810 "headers": [],
1811 "language": "c++",
1812 "name": "generic_end2end_test",
1813 "src": [
1814 "test/cpp/end2end/generic_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001815 ],
1816 "third_party": false,
1817 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001818 },
1819 {
1820 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 "gpr",
1822 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001823 "grpc",
1824 "grpc++",
1825 "grpc++_test_config",
1826 "grpc++_test_util",
1827 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001828 ],
1829 "headers": [],
1830 "language": "c++",
1831 "name": "grpc_cli",
1832 "src": [
1833 "test/cpp/util/grpc_cli.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001834 ],
1835 "third_party": false,
1836 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001837 },
1838 {
1839 "deps": [
1840 "grpc_plugin_support"
1841 ],
1842 "headers": [],
1843 "language": "c++",
1844 "name": "grpc_cpp_plugin",
1845 "src": [
1846 "src/compiler/cpp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001847 ],
1848 "third_party": false,
1849 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001850 },
1851 {
1852 "deps": [
1853 "grpc_plugin_support"
1854 ],
1855 "headers": [],
1856 "language": "c++",
1857 "name": "grpc_csharp_plugin",
1858 "src": [
1859 "src/compiler/csharp_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001860 ],
1861 "third_party": false,
1862 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001863 },
1864 {
1865 "deps": [
1866 "grpc_plugin_support"
1867 ],
1868 "headers": [],
1869 "language": "c++",
1870 "name": "grpc_objective_c_plugin",
1871 "src": [
1872 "src/compiler/objective_c_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001873 ],
1874 "third_party": false,
1875 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001876 },
1877 {
1878 "deps": [
1879 "grpc_plugin_support"
1880 ],
1881 "headers": [],
1882 "language": "c++",
1883 "name": "grpc_python_plugin",
1884 "src": [
1885 "src/compiler/python_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001886 ],
1887 "third_party": false,
1888 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001889 },
1890 {
1891 "deps": [
1892 "grpc_plugin_support"
1893 ],
1894 "headers": [],
1895 "language": "c++",
1896 "name": "grpc_ruby_plugin",
1897 "src": [
1898 "src/compiler/ruby_plugin.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001899 ],
1900 "third_party": false,
1901 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001902 },
1903 {
1904 "deps": [
Craig Tillereb841e22016-02-11 15:49:16 -08001905 "grpc",
1906 "grpc++",
1907 "grpc++_test_util",
1908 "grpc_test_util"
1909 ],
1910 "headers": [
1911 "src/proto/grpc/lb/v0/load_balancer.grpc.pb.h",
1912 "src/proto/grpc/lb/v0/load_balancer.pb.h"
1913 ],
1914 "language": "c++",
1915 "name": "grpclb_api_test",
1916 "src": [
1917 "test/cpp/grpclb/grpclb_api_test.cc"
Craig Tiller4ea45992016-02-23 17:13:38 -08001918 ],
1919 "third_party": false,
1920 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001921 },
1922 {
1923 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 "gpr",
1925 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001926 "grpc",
1927 "grpc++",
yang-gbe5a2c42016-01-14 13:11:15 -08001928 "grpc++_test_util",
1929 "grpc_test_util"
1930 ],
1931 "headers": [],
1932 "language": "c++",
1933 "name": "hybrid_end2end_test",
1934 "src": [
1935 "test/cpp/end2end/hybrid_end2end_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001936 ],
1937 "third_party": false,
1938 "type": "target"
yang-gbe5a2c42016-01-14 13:11:15 -08001939 },
1940 {
1941 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 "gpr",
1943 "gpr_test_util",
yang-gbe5a2c42016-01-14 13:11:15 -08001944 "grpc",
1945 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07001946 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001947 "grpc++_test_util",
1948 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001949 "interop_client_helper",
1950 "interop_client_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07001951 ],
1952 "headers": [],
1953 "language": "c++",
1954 "name": "interop_client",
Craig Tiller732a8752016-02-22 15:59:19 -08001955 "src": [],
1956 "third_party": false,
1957 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001958 },
1959 {
1960 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 "gpr",
1962 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001963 "grpc",
1964 "grpc++",
1965 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07001966 "grpc++_test_util",
1967 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001968 "interop_server_helper",
1969 "interop_server_main"
Craig Tillerf75fc122015-06-25 06:58:00 -07001970 ],
1971 "headers": [],
1972 "language": "c++",
1973 "name": "interop_server",
Craig Tiller732a8752016-02-22 15:59:19 -08001974 "src": [],
1975 "third_party": false,
1976 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001977 },
1978 {
1979 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 "gpr",
1981 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07001982 "grpc",
1983 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07001984 ],
1985 "headers": [],
1986 "language": "c++",
1987 "name": "interop_test",
1988 "src": [
1989 "test/cpp/interop/interop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08001990 ],
1991 "third_party": false,
1992 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07001993 },
1994 {
1995 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 "gpr",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07001997 "grpc",
1998 "grpc++",
1999 "grpc++_test_config"
2000 ],
2001 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002002 "src/proto/grpc/testing/metrics.grpc.pb.h",
2003 "src/proto/grpc/testing/metrics.pb.h",
2004 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002005 ],
2006 "language": "c++",
2007 "name": "metrics_client",
2008 "src": [
2009 "test/cpp/interop/metrics_client.cc",
2010 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002011 ],
2012 "third_party": false,
2013 "type": "target"
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002014 },
2015 {
2016 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 "gpr",
2018 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002019 "grpc",
2020 "grpc++",
2021 "grpc++_test_util",
2022 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002023 ],
2024 "headers": [],
2025 "language": "c++",
2026 "name": "mock_test",
2027 "src": [
2028 "test/cpp/end2end/mock_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002029 ],
2030 "third_party": false,
2031 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002032 },
2033 {
2034 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 "gpr",
2036 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002037 "grpc",
2038 "grpc++",
2039 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002040 "grpc++_test_util",
2041 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002042 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002043 ],
2044 "headers": [],
2045 "language": "c++",
2046 "name": "qps_driver",
2047 "src": [
2048 "test/cpp/qps/qps_driver.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002049 ],
2050 "third_party": false,
2051 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002052 },
2053 {
2054 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 "gpr",
2056 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002057 "grpc",
2058 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002059 "grpc++_test_util",
2060 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002061 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002062 ],
2063 "headers": [],
2064 "language": "c++",
2065 "name": "qps_interarrival_test",
2066 "src": [
2067 "test/cpp/qps/qps_interarrival_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002068 ],
2069 "third_party": false,
2070 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002071 },
2072 {
2073 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002074 "gpr",
2075 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002076 "grpc",
2077 "grpc++",
2078 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002079 "grpc++_test_util",
2080 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002081 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002082 ],
2083 "headers": [],
2084 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002085 "name": "qps_openloop_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002086 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002087 "test/cpp/qps/qps_openloop_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002088 ],
2089 "third_party": false,
2090 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002091 },
2092 {
2093 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 "gpr",
2095 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002096 "grpc",
2097 "grpc++",
2098 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002099 "grpc++_test_util",
2100 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002101 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002102 ],
2103 "headers": [],
2104 "language": "c++",
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002105 "name": "qps_test",
Craig Tillerf75fc122015-06-25 06:58:00 -07002106 "src": [
Craig Tiller2c3a35e2015-07-10 14:06:00 -07002107 "test/cpp/qps/qps_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002108 ],
2109 "third_party": false,
2110 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002111 },
2112 {
2113 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 "gpr",
2115 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002116 "grpc",
2117 "grpc++",
2118 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07002119 "grpc++_test_util",
2120 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002121 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002122 ],
2123 "headers": [
2124 "test/cpp/qps/client.h",
2125 "test/cpp/qps/server.h"
2126 ],
2127 "language": "c++",
2128 "name": "qps_worker",
2129 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07002130 "test/cpp/qps/client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07002131 "test/cpp/qps/server.h",
2132 "test/cpp/qps/worker.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002133 ],
2134 "third_party": false,
2135 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002136 },
2137 {
2138 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 "gpr",
2140 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002141 "grpc",
2142 "grpc++",
2143 "grpc++_test_config",
2144 "grpc++_test_util",
2145 "grpc_test_util"
2146 ],
2147 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002148 "src/proto/grpc/testing/empty.grpc.pb.h",
2149 "src/proto/grpc/testing/empty.pb.h",
2150 "src/proto/grpc/testing/messages.grpc.pb.h",
2151 "src/proto/grpc/testing/messages.pb.h",
2152 "src/proto/grpc/testing/test.grpc.pb.h",
2153 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002154 ],
2155 "language": "c++",
2156 "name": "reconnect_interop_client",
2157 "src": [
2158 "test/cpp/interop/reconnect_interop_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002159 ],
2160 "third_party": false,
2161 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002162 },
2163 {
2164 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 "gpr",
2166 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07002167 "grpc",
2168 "grpc++",
2169 "grpc++_test_config",
2170 "grpc++_test_util",
2171 "grpc_test_util",
Craig Tiller71f3a882015-12-02 12:47:58 -08002172 "reconnect_server",
2173 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07002174 ],
2175 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002176 "src/proto/grpc/testing/empty.grpc.pb.h",
2177 "src/proto/grpc/testing/empty.pb.h",
2178 "src/proto/grpc/testing/messages.grpc.pb.h",
2179 "src/proto/grpc/testing/messages.pb.h",
2180 "src/proto/grpc/testing/test.grpc.pb.h",
2181 "src/proto/grpc/testing/test.pb.h"
yang-gc9c69e22015-07-24 14:38:26 -07002182 ],
2183 "language": "c++",
2184 "name": "reconnect_interop_server",
2185 "src": [
2186 "test/cpp/interop/reconnect_interop_server.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002187 ],
2188 "third_party": false,
2189 "type": "target"
yang-gc9c69e22015-07-24 14:38:26 -07002190 },
2191 {
2192 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 "gpr",
2194 "gpr_test_util",
yang-g8068f862015-07-06 15:05:48 -07002195 "grpc",
yang-gd090fe12015-08-25 16:53:07 -07002196 "grpc++",
2197 "grpc++_test_util",
2198 "grpc_test_util"
yang-g8068f862015-07-06 15:05:48 -07002199 ],
2200 "headers": [],
2201 "language": "c++",
2202 "name": "secure_auth_context_test",
2203 "src": [
2204 "test/cpp/common/secure_auth_context_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002205 ],
2206 "third_party": false,
2207 "type": "target"
yang-g8068f862015-07-06 15:05:48 -07002208 },
2209 {
2210 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 "gpr",
2212 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002213 "grpc",
2214 "grpc++",
2215 "grpc++_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002216 "grpc_test_util",
2217 "qps"
2218 ],
2219 "headers": [],
2220 "language": "c++",
2221 "name": "secure_sync_unary_ping_pong_test",
2222 "src": [
2223 "test/cpp/qps/secure_sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002224 ],
2225 "third_party": false,
2226 "type": "target"
vjpaif8603ad2015-11-04 12:49:33 -08002227 },
2228 {
2229 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 "gpr",
2231 "gpr_test_util",
vjpaif8603ad2015-11-04 12:49:33 -08002232 "grpc",
2233 "grpc++",
2234 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002235 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002236 ],
2237 "headers": [],
2238 "language": "c++",
2239 "name": "server_crash_test",
2240 "src": [
2241 "test/cpp/end2end/server_crash_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002242 ],
2243 "third_party": false,
2244 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002245 },
2246 {
2247 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 "gpr",
2249 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002250 "grpc",
2251 "grpc++",
2252 "grpc++_test_util",
2253 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002254 ],
2255 "headers": [],
2256 "language": "c++",
2257 "name": "server_crash_test_client",
2258 "src": [
2259 "test/cpp/end2end/server_crash_test_client.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002260 ],
2261 "third_party": false,
2262 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002263 },
2264 {
2265 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 "gpr",
2267 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002268 "grpc",
2269 "grpc++",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002270 "grpc++_test_util",
Craig Tiller333ced02015-08-24 10:57:32 -07002271 "grpc_test_util"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002272 ],
2273 "headers": [],
2274 "language": "c++",
2275 "name": "shutdown_test",
2276 "src": [
2277 "test/cpp/end2end/shutdown_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002278 ],
2279 "third_party": false,
2280 "type": "target"
Craig Tillere50e5cb2015-08-18 12:44:57 -07002281 },
2282 {
2283 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 "gpr",
2285 "gpr_test_util",
Craig Tillere50e5cb2015-08-18 12:44:57 -07002286 "grpc",
2287 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002288 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002289 ],
2290 "headers": [],
2291 "language": "c++",
2292 "name": "status_test",
2293 "src": [
2294 "test/cpp/util/status_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002295 ],
2296 "third_party": false,
2297 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002298 },
2299 {
2300 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 "gpr",
2302 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002303 "grpc",
2304 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002305 "grpc++_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002306 "grpc_test_util"
2307 ],
2308 "headers": [],
2309 "language": "c++",
2310 "name": "streaming_throughput_test",
2311 "src": [
2312 "test/cpp/end2end/streaming_throughput_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002313 ],
2314 "third_party": false,
2315 "type": "target"
Craig Tiller2ded19b2015-08-26 16:39:17 -07002316 },
2317 {
2318 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 "gpr",
2320 "gpr_test_util",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002321 "grpc",
2322 "grpc++",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002323 "grpc++_test_config",
2324 "grpc++_test_util",
2325 "grpc_test_util"
2326 ],
2327 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08002328 "src/proto/grpc/testing/empty.grpc.pb.h",
2329 "src/proto/grpc/testing/empty.pb.h",
2330 "src/proto/grpc/testing/messages.grpc.pb.h",
2331 "src/proto/grpc/testing/messages.pb.h",
2332 "src/proto/grpc/testing/metrics.grpc.pb.h",
2333 "src/proto/grpc/testing/metrics.pb.h",
2334 "src/proto/grpc/testing/test.grpc.pb.h",
2335 "src/proto/grpc/testing/test.pb.h",
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002336 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002337 "test/cpp/interop/interop_client.h",
2338 "test/cpp/interop/stress_interop_client.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08002339 "test/cpp/util/metrics_server.h"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002340 ],
2341 "language": "c++",
2342 "name": "stress_test",
2343 "src": [
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002344 "test/cpp/interop/client_helper.h",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002345 "test/cpp/interop/interop_client.cc",
2346 "test/cpp/interop/interop_client.h",
2347 "test/cpp/interop/stress_interop_client.cc",
2348 "test/cpp/interop/stress_interop_client.h",
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002349 "test/cpp/interop/stress_test.cc",
2350 "test/cpp/util/metrics_server.cc",
2351 "test/cpp/util/metrics_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08002352 ],
2353 "third_party": false,
2354 "type": "target"
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002355 },
2356 {
2357 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 "gpr",
2359 "gpr_test_util",
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002360 "grpc",
2361 "grpc++",
Craig Tiller2ded19b2015-08-26 16:39:17 -07002362 "grpc++_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07002363 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002364 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002365 ],
2366 "headers": [],
2367 "language": "c++",
2368 "name": "sync_streaming_ping_pong_test",
2369 "src": [
2370 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002371 ],
2372 "third_party": false,
2373 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002374 },
2375 {
2376 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 "gpr",
2378 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002379 "grpc",
2380 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07002381 "grpc++_test_util",
2382 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002383 "qps"
Craig Tillerf75fc122015-06-25 06:58:00 -07002384 ],
2385 "headers": [],
2386 "language": "c++",
2387 "name": "sync_unary_ping_pong_test",
2388 "src": [
2389 "test/cpp/qps/sync_unary_ping_pong_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002390 ],
2391 "third_party": false,
2392 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002393 },
2394 {
2395 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 "gpr",
2397 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07002398 "grpc",
2399 "grpc++",
Craig Tiller224b04f2015-06-25 07:11:18 -07002400 "grpc++_test_util",
2401 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07002402 ],
2403 "headers": [],
2404 "language": "c++",
2405 "name": "thread_stress_test",
2406 "src": [
2407 "test/cpp/end2end/thread_stress_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002408 ],
2409 "third_party": false,
2410 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07002411 },
2412 {
2413 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 "gpr",
2415 "gpr_test_util",
Hongwei Wang8e04d412015-07-31 15:12:51 -07002416 "grpc",
2417 "grpc++",
2418 "grpc++_test_util",
2419 "grpc_test_util",
2420 "grpc_zookeeper"
2421 ],
Craig Tiller1b4e3302015-12-17 16:35:00 -08002422 "headers": [
2423 "src/proto/grpc/testing/echo.grpc.pb.h",
2424 "src/proto/grpc/testing/echo.pb.h"
2425 ],
Hongwei Wang8e04d412015-07-31 15:12:51 -07002426 "language": "c++",
2427 "name": "zookeeper_test",
2428 "src": [
2429 "test/cpp/end2end/zookeeper_test.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08002430 ],
2431 "third_party": false,
2432 "type": "target"
Hongwei Wang8e04d412015-07-31 15:12:51 -07002433 },
2434 {
2435 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 "gpr",
Craig Tillerab230452016-01-04 08:18:43 -08002437 "grpc"
2438 ],
2439 "headers": [],
2440 "language": "c89",
2441 "name": "public_headers_must_be_c89",
2442 "src": [
2443 "test/core/surface/public_headers_must_be_c89.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002444 ],
2445 "third_party": false,
2446 "type": "target"
2447 },
2448 {
2449 "deps": [
2450 "boringssl",
2451 "boringssl_aes_test_lib",
2452 "boringssl_test_util"
2453 ],
2454 "headers": [],
2455 "language": "c++",
2456 "name": "boringssl_aes_test",
2457 "src": [],
2458 "third_party": true,
2459 "type": "target"
2460 },
2461 {
2462 "deps": [
2463 "boringssl",
2464 "boringssl_base64_test_lib",
2465 "boringssl_test_util"
2466 ],
2467 "headers": [],
2468 "language": "c++",
2469 "name": "boringssl_base64_test",
2470 "src": [],
2471 "third_party": true,
2472 "type": "target"
2473 },
2474 {
2475 "deps": [
2476 "boringssl",
2477 "boringssl_bio_test_lib",
2478 "boringssl_test_util"
2479 ],
2480 "headers": [],
2481 "language": "c++",
2482 "name": "boringssl_bio_test",
2483 "src": [],
2484 "third_party": true,
2485 "type": "target"
2486 },
2487 {
2488 "deps": [
2489 "boringssl",
2490 "boringssl_bn_test_lib",
2491 "boringssl_test_util"
2492 ],
2493 "headers": [],
2494 "language": "c++",
2495 "name": "boringssl_bn_test",
2496 "src": [],
2497 "third_party": true,
2498 "type": "target"
2499 },
2500 {
2501 "deps": [
2502 "boringssl",
2503 "boringssl_bytestring_test_lib",
2504 "boringssl_test_util"
2505 ],
2506 "headers": [],
2507 "language": "c++",
2508 "name": "boringssl_bytestring_test",
2509 "src": [],
2510 "third_party": true,
2511 "type": "target"
2512 },
2513 {
2514 "deps": [
2515 "boringssl",
2516 "boringssl_aead_test_lib",
2517 "boringssl_test_util"
2518 ],
2519 "headers": [],
2520 "language": "c++",
2521 "name": "boringssl_aead_test",
2522 "src": [],
2523 "third_party": true,
2524 "type": "target"
2525 },
2526 {
2527 "deps": [
2528 "boringssl",
2529 "boringssl_cipher_test_lib",
2530 "boringssl_test_util"
2531 ],
2532 "headers": [],
2533 "language": "c++",
2534 "name": "boringssl_cipher_test",
2535 "src": [],
2536 "third_party": true,
2537 "type": "target"
2538 },
2539 {
2540 "deps": [
2541 "boringssl",
2542 "boringssl_cmac_test_lib",
2543 "boringssl_test_util"
2544 ],
2545 "headers": [],
2546 "language": "c++",
2547 "name": "boringssl_cmac_test",
2548 "src": [],
2549 "third_party": true,
2550 "type": "target"
2551 },
2552 {
2553 "deps": [
2554 "boringssl",
2555 "boringssl_constant_time_test_lib",
2556 "boringssl_test_util"
2557 ],
2558 "headers": [],
2559 "language": "c++",
2560 "name": "boringssl_constant_time_test",
2561 "src": [],
2562 "third_party": true,
2563 "type": "target"
2564 },
2565 {
2566 "deps": [
2567 "boringssl",
2568 "boringssl_ed25519_test_lib",
2569 "boringssl_test_util"
2570 ],
2571 "headers": [],
2572 "language": "c++",
2573 "name": "boringssl_ed25519_test",
2574 "src": [],
2575 "third_party": true,
2576 "type": "target"
2577 },
2578 {
2579 "deps": [
2580 "boringssl",
2581 "boringssl_test_util",
2582 "boringssl_x25519_test_lib"
2583 ],
2584 "headers": [],
2585 "language": "c++",
2586 "name": "boringssl_x25519_test",
2587 "src": [],
2588 "third_party": true,
2589 "type": "target"
2590 },
2591 {
2592 "deps": [
2593 "boringssl",
2594 "boringssl_dh_test_lib",
2595 "boringssl_test_util"
2596 ],
2597 "headers": [],
2598 "language": "c++",
2599 "name": "boringssl_dh_test",
2600 "src": [],
2601 "third_party": true,
2602 "type": "target"
2603 },
2604 {
2605 "deps": [
2606 "boringssl",
2607 "boringssl_digest_test_lib",
2608 "boringssl_test_util"
2609 ],
2610 "headers": [],
2611 "language": "c++",
2612 "name": "boringssl_digest_test",
2613 "src": [],
2614 "third_party": true,
2615 "type": "target"
2616 },
2617 {
2618 "deps": [
2619 "boringssl",
2620 "boringssl_dsa_test_lib",
2621 "boringssl_test_util"
2622 ],
2623 "headers": [],
2624 "language": "c++",
2625 "name": "boringssl_dsa_test",
2626 "src": [],
2627 "third_party": true,
2628 "type": "target"
2629 },
2630 {
2631 "deps": [
2632 "boringssl",
2633 "boringssl_ec_test_lib",
2634 "boringssl_test_util"
2635 ],
2636 "headers": [],
2637 "language": "c++",
2638 "name": "boringssl_ec_test",
2639 "src": [],
2640 "third_party": true,
2641 "type": "target"
2642 },
2643 {
2644 "deps": [
2645 "boringssl",
2646 "boringssl_example_mul_lib",
2647 "boringssl_test_util"
2648 ],
2649 "headers": [],
2650 "language": "c++",
2651 "name": "boringssl_example_mul",
2652 "src": [],
2653 "third_party": true,
2654 "type": "target"
2655 },
2656 {
2657 "deps": [
2658 "boringssl",
2659 "boringssl_ecdsa_test_lib",
2660 "boringssl_test_util"
2661 ],
2662 "headers": [],
2663 "language": "c++",
2664 "name": "boringssl_ecdsa_test",
2665 "src": [],
2666 "third_party": true,
2667 "type": "target"
2668 },
2669 {
2670 "deps": [
2671 "boringssl",
2672 "boringssl_err_test_lib",
2673 "boringssl_test_util"
2674 ],
2675 "headers": [],
2676 "language": "c++",
2677 "name": "boringssl_err_test",
2678 "src": [],
2679 "third_party": true,
2680 "type": "target"
2681 },
2682 {
2683 "deps": [
2684 "boringssl",
2685 "boringssl_evp_extra_test_lib",
2686 "boringssl_test_util"
2687 ],
2688 "headers": [],
2689 "language": "c++",
2690 "name": "boringssl_evp_extra_test",
2691 "src": [],
2692 "third_party": true,
2693 "type": "target"
2694 },
2695 {
2696 "deps": [
2697 "boringssl",
2698 "boringssl_evp_test_lib",
2699 "boringssl_test_util"
2700 ],
2701 "headers": [],
2702 "language": "c++",
2703 "name": "boringssl_evp_test",
2704 "src": [],
2705 "third_party": true,
2706 "type": "target"
2707 },
2708 {
2709 "deps": [
2710 "boringssl",
2711 "boringssl_pbkdf_test_lib",
2712 "boringssl_test_util"
2713 ],
2714 "headers": [],
2715 "language": "c++",
2716 "name": "boringssl_pbkdf_test",
2717 "src": [],
2718 "third_party": true,
2719 "type": "target"
2720 },
2721 {
2722 "deps": [
2723 "boringssl",
2724 "boringssl_hkdf_test_lib",
2725 "boringssl_test_util"
2726 ],
2727 "headers": [],
2728 "language": "c++",
2729 "name": "boringssl_hkdf_test",
2730 "src": [],
2731 "third_party": true,
2732 "type": "target"
2733 },
2734 {
2735 "deps": [
2736 "boringssl",
2737 "boringssl_hmac_test_lib",
2738 "boringssl_test_util"
2739 ],
2740 "headers": [],
2741 "language": "c++",
2742 "name": "boringssl_hmac_test",
2743 "src": [],
2744 "third_party": true,
2745 "type": "target"
2746 },
2747 {
2748 "deps": [
2749 "boringssl",
2750 "boringssl_lhash_test_lib",
2751 "boringssl_test_util"
2752 ],
2753 "headers": [],
2754 "language": "c++",
2755 "name": "boringssl_lhash_test",
2756 "src": [],
2757 "third_party": true,
2758 "type": "target"
2759 },
2760 {
2761 "deps": [
2762 "boringssl",
2763 "boringssl_gcm_test_lib",
2764 "boringssl_test_util"
2765 ],
2766 "headers": [],
2767 "language": "c++",
2768 "name": "boringssl_gcm_test",
2769 "src": [],
2770 "third_party": true,
2771 "type": "target"
2772 },
2773 {
2774 "deps": [
2775 "boringssl",
2776 "boringssl_pkcs12_test_lib",
2777 "boringssl_test_util"
2778 ],
2779 "headers": [],
2780 "language": "c++",
2781 "name": "boringssl_pkcs12_test",
2782 "src": [],
2783 "third_party": true,
2784 "type": "target"
2785 },
2786 {
2787 "deps": [
2788 "boringssl",
2789 "boringssl_pkcs8_test_lib",
2790 "boringssl_test_util"
2791 ],
2792 "headers": [],
2793 "language": "c++",
2794 "name": "boringssl_pkcs8_test",
2795 "src": [],
2796 "third_party": true,
2797 "type": "target"
2798 },
2799 {
2800 "deps": [
2801 "boringssl",
2802 "boringssl_poly1305_test_lib",
2803 "boringssl_test_util"
2804 ],
2805 "headers": [],
2806 "language": "c++",
2807 "name": "boringssl_poly1305_test",
2808 "src": [],
2809 "third_party": true,
2810 "type": "target"
2811 },
2812 {
2813 "deps": [
2814 "boringssl",
2815 "boringssl_refcount_test_lib",
2816 "boringssl_test_util"
2817 ],
2818 "headers": [],
2819 "language": "c++",
2820 "name": "boringssl_refcount_test",
2821 "src": [],
2822 "third_party": true,
2823 "type": "target"
2824 },
2825 {
2826 "deps": [
2827 "boringssl",
2828 "boringssl_rsa_test_lib",
2829 "boringssl_test_util"
2830 ],
2831 "headers": [],
2832 "language": "c++",
2833 "name": "boringssl_rsa_test",
2834 "src": [],
2835 "third_party": true,
2836 "type": "target"
2837 },
2838 {
2839 "deps": [
2840 "boringssl",
2841 "boringssl_test_util",
2842 "boringssl_thread_test_lib"
2843 ],
2844 "headers": [],
2845 "language": "c++",
2846 "name": "boringssl_thread_test",
2847 "src": [],
2848 "third_party": true,
2849 "type": "target"
2850 },
2851 {
2852 "deps": [
2853 "boringssl",
2854 "boringssl_pkcs7_test_lib",
2855 "boringssl_test_util"
2856 ],
2857 "headers": [],
2858 "language": "c++",
2859 "name": "boringssl_pkcs7_test",
2860 "src": [],
2861 "third_party": true,
2862 "type": "target"
2863 },
2864 {
2865 "deps": [
2866 "boringssl",
2867 "boringssl_tab_test_lib",
2868 "boringssl_test_util"
2869 ],
2870 "headers": [],
2871 "language": "c++",
2872 "name": "boringssl_tab_test",
2873 "src": [],
2874 "third_party": true,
2875 "type": "target"
2876 },
2877 {
2878 "deps": [
2879 "boringssl",
2880 "boringssl_test_util",
2881 "boringssl_v3name_test_lib"
2882 ],
2883 "headers": [],
2884 "language": "c++",
2885 "name": "boringssl_v3name_test",
2886 "src": [],
2887 "third_party": true,
2888 "type": "target"
2889 },
2890 {
2891 "deps": [
2892 "boringssl",
2893 "boringssl_pqueue_test_lib",
2894 "boringssl_test_util"
2895 ],
2896 "headers": [],
2897 "language": "c++",
2898 "name": "boringssl_pqueue_test",
2899 "src": [],
2900 "third_party": true,
2901 "type": "target"
2902 },
2903 {
2904 "deps": [
2905 "boringssl",
2906 "boringssl_ssl_test_lib",
2907 "boringssl_test_util"
2908 ],
2909 "headers": [],
2910 "language": "c++",
2911 "name": "boringssl_ssl_test",
2912 "src": [],
2913 "third_party": true,
2914 "type": "target"
Craig Tillerab230452016-01-04 08:18:43 -08002915 },
2916 {
2917 "deps": [
Craig Tiller3dca23a2016-01-21 11:44:55 -08002918 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 "gpr",
2920 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002921 "grpc_test_util_unsecure",
2922 "grpc_unsecure"
2923 ],
2924 "headers": [],
2925 "language": "c",
2926 "name": "badreq_bad_client_test",
2927 "src": [
2928 "test/core/bad_client/tests/badreq.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002929 ],
2930 "third_party": false,
2931 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08002932 },
2933 {
2934 "deps": [
2935 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002936 "gpr",
2937 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002938 "grpc_test_util_unsecure",
2939 "grpc_unsecure"
2940 ],
2941 "headers": [],
2942 "language": "c",
2943 "name": "connection_prefix_bad_client_test",
2944 "src": [
2945 "test/core/bad_client/tests/connection_prefix.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002946 ],
2947 "third_party": false,
2948 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08002949 },
2950 {
2951 "deps": [
2952 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002953 "gpr",
2954 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002955 "grpc_test_util_unsecure",
2956 "grpc_unsecure"
2957 ],
2958 "headers": [],
2959 "language": "c",
2960 "name": "headers_bad_client_test",
2961 "src": [
2962 "test/core/bad_client/tests/headers.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002963 ],
2964 "third_party": false,
2965 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08002966 },
2967 {
2968 "deps": [
2969 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 "gpr",
2971 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002972 "grpc_test_util_unsecure",
2973 "grpc_unsecure"
2974 ],
2975 "headers": [],
2976 "language": "c",
2977 "name": "initial_settings_frame_bad_client_test",
2978 "src": [
2979 "test/core/bad_client/tests/initial_settings_frame.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002980 ],
2981 "third_party": false,
2982 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08002983 },
2984 {
2985 "deps": [
2986 "bad_client_test",
Craig Tillerda179ce2016-02-09 12:01:53 -08002987 "gpr",
2988 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08002989 "grpc_test_util_unsecure",
2990 "grpc_unsecure"
2991 ],
2992 "headers": [],
2993 "language": "c",
2994 "name": "server_registered_method_bad_client_test",
2995 "src": [
2996 "test/core/bad_client/tests/server_registered_method.c"
Craig Tiller732a8752016-02-22 15:59:19 -08002997 ],
2998 "third_party": false,
2999 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003000 },
3001 {
3002 "deps": [
3003 "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": "simple_request_bad_client_test",
3012 "src": [
3013 "test/core/bad_client/tests/simple_request.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": "unknown_frame_bad_client_test",
3029 "src": [
3030 "test/core/bad_client/tests/unknown_frame.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": "window_overflow_bad_client_test",
3046 "src": [
3047 "test/core/bad_client/tests/window_overflow.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_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 "gpr",
3056 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003057 "grpc",
3058 "grpc_test_util"
3059 ],
3060 "headers": [],
3061 "language": "c",
3062 "name": "bad_ssl_alpn_server",
3063 "src": [
3064 "test/core/bad_ssl/servers/alpn.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_ssl_test_server",
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 "gpr",
3073 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003074 "grpc",
3075 "grpc_test_util"
3076 ],
3077 "headers": [],
3078 "language": "c",
3079 "name": "bad_ssl_cert_server",
3080 "src": [
3081 "test/core/bad_ssl/servers/cert.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": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003088 "gpr",
3089 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003090 "grpc",
3091 "grpc_test_util"
3092 ],
3093 "headers": [],
3094 "language": "c",
3095 "name": "bad_ssl_alpn_test",
3096 "src": [
3097 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003098 ],
3099 "third_party": false,
3100 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003101 },
3102 {
3103 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 "gpr",
3105 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08003106 "grpc",
3107 "grpc_test_util"
3108 ],
3109 "headers": [],
3110 "language": "c",
3111 "name": "bad_ssl_cert_test",
3112 "src": [
3113 "test/core/bad_ssl/bad_ssl_test.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003114 ],
3115 "third_party": false,
3116 "type": "target"
Craig Tiller3dca23a2016-01-21 11:44:55 -08003117 },
3118 {
3119 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003120 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003121 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003122 "gpr",
3123 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003124 "grpc",
3125 "grpc_test_util"
3126 ],
3127 "headers": [],
3128 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003129 "name": "h2_census_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003130 "src": [
3131 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003132 ],
3133 "third_party": false,
3134 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003135 },
3136 {
3137 "deps": [
3138 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003139 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003140 "gpr",
3141 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003142 "grpc",
3143 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003144 ],
3145 "headers": [],
3146 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003147 "name": "h2_compress_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003148 "src": [
3149 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003150 ],
3151 "third_party": false,
3152 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003153 },
3154 {
3155 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003156 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003157 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003158 "gpr",
3159 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003160 "grpc",
3161 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003162 ],
3163 "headers": [],
3164 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003165 "name": "h2_fakesec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003166 "src": [
3167 "test/core/end2end/fixtures/h2_fakesec.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003168 ],
3169 "third_party": false,
3170 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003171 },
3172 {
3173 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003174 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003175 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003176 "gpr",
3177 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003178 "grpc",
3179 "grpc_test_util"
3180 ],
3181 "headers": [],
3182 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003183 "name": "h2_full_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003184 "src": [
3185 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003186 ],
3187 "third_party": false,
3188 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003189 },
3190 {
3191 "deps": [
3192 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003193 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003194 "gpr",
3195 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003196 "grpc",
3197 "grpc_test_util"
3198 ],
3199 "headers": [],
3200 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003201 "name": "h2_full+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003202 "src": [
3203 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003204 ],
3205 "third_party": false,
3206 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003207 },
3208 {
3209 "deps": [
3210 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003211 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 "gpr",
3213 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003214 "grpc",
3215 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003216 ],
3217 "headers": [],
3218 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003219 "name": "h2_full+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003220 "src": [
3221 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003222 ],
3223 "third_party": false,
3224 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003225 },
3226 {
3227 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003228 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003229 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003230 "gpr",
3231 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003232 "grpc",
3233 "grpc_test_util"
3234 ],
3235 "headers": [],
3236 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003237 "name": "h2_full+poll+pipe_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003238 "src": [
3239 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003240 ],
3241 "third_party": false,
3242 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003243 },
3244 {
3245 "deps": [
3246 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003247 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003248 "gpr",
3249 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003250 "grpc",
3251 "grpc_test_util"
3252 ],
3253 "headers": [],
3254 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003255 "name": "h2_full+trace_test",
3256 "src": [
3257 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003258 ],
3259 "third_party": false,
3260 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003261 },
3262 {
3263 "deps": [
3264 "end2end_certs",
3265 "end2end_tests",
3266 "gpr",
3267 "gpr_test_util",
3268 "grpc",
3269 "grpc_test_util"
3270 ],
3271 "headers": [],
3272 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003273 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003274 "src": [
3275 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003276 ],
3277 "third_party": false,
3278 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003279 },
3280 {
3281 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003282 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003283 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003284 "gpr",
3285 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003286 "grpc",
3287 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003288 ],
3289 "headers": [],
3290 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003291 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003292 "src": [
3293 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003294 ],
3295 "third_party": false,
3296 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003297 },
3298 {
3299 "deps": [
3300 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003301 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 "gpr",
3303 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003304 "grpc",
3305 "grpc_test_util"
3306 ],
3307 "headers": [],
3308 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003309 "name": "h2_sockpair_test",
3310 "src": [
3311 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003312 ],
3313 "third_party": false,
3314 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003315 },
3316 {
3317 "deps": [
3318 "end2end_certs",
3319 "end2end_tests",
3320 "gpr",
3321 "gpr_test_util",
3322 "grpc",
3323 "grpc_test_util"
3324 ],
3325 "headers": [],
3326 "language": "c",
3327 "name": "h2_sockpair+trace_test",
3328 "src": [
3329 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003330 ],
3331 "third_party": false,
3332 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003333 },
3334 {
3335 "deps": [
3336 "end2end_certs",
3337 "end2end_tests",
3338 "gpr",
3339 "gpr_test_util",
3340 "grpc",
3341 "grpc_test_util"
3342 ],
3343 "headers": [],
3344 "language": "c",
3345 "name": "h2_sockpair_1byte_test",
3346 "src": [
3347 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003348 ],
3349 "third_party": false,
3350 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003351 },
3352 {
3353 "deps": [
3354 "end2end_certs",
3355 "end2end_tests",
3356 "gpr",
3357 "gpr_test_util",
3358 "grpc",
3359 "grpc_test_util"
3360 ],
3361 "headers": [],
3362 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003363 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003364 "src": [
3365 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003366 ],
3367 "third_party": false,
3368 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003369 },
3370 {
3371 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003372 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003373 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 "gpr",
3375 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003376 "grpc",
3377 "grpc_test_util"
3378 ],
3379 "headers": [],
3380 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003381 "name": "h2_ssl+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003382 "src": [
3383 "test/core/end2end/fixtures/h2_ssl+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003384 ],
3385 "third_party": false,
3386 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003387 },
3388 {
3389 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003390 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003391 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003392 "gpr",
3393 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003394 "grpc",
3395 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003396 ],
3397 "headers": [],
3398 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003399 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003400 "src": [
3401 "test/core/end2end/fixtures/h2_ssl_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003402 ],
3403 "third_party": false,
3404 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003405 },
3406 {
3407 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003408 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003409 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003410 "gpr",
3411 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003412 "grpc",
3413 "grpc_test_util"
3414 ],
3415 "headers": [],
3416 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003417 "name": "h2_uchannel_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003418 "src": [
3419 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003420 ],
3421 "third_party": false,
3422 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003423 },
3424 {
3425 "deps": [
3426 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003427 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003428 "gpr",
3429 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003430 "grpc",
3431 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003432 ],
3433 "headers": [],
3434 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003435 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003436 "src": [
3437 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003438 ],
3439 "third_party": false,
3440 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003441 },
3442 {
3443 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003444 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003445 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 "gpr",
3447 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003448 "grpc",
3449 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003450 ],
3451 "headers": [],
3452 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003453 "name": "h2_uds+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003454 "src": [
3455 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003456 ],
3457 "third_party": false,
3458 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003459 },
3460 {
3461 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003462 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003463 "gpr",
3464 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003465 "grpc_test_util_unsecure",
3466 "grpc_unsecure"
3467 ],
3468 "headers": [],
3469 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003470 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003471 "src": [
3472 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003473 ],
3474 "third_party": false,
3475 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003476 },
3477 {
3478 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003479 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003480 "gpr",
3481 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003482 "grpc_test_util_unsecure",
3483 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003484 ],
3485 "headers": [],
3486 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003487 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003488 "src": [
3489 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003490 ],
3491 "third_party": false,
3492 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003493 },
3494 {
3495 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003496 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003497 "gpr",
3498 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003499 "grpc_test_util_unsecure",
3500 "grpc_unsecure"
3501 ],
3502 "headers": [],
3503 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003504 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003505 "src": [
3506 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003507 ],
3508 "third_party": false,
3509 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003510 },
3511 {
3512 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003513 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003514 "gpr",
3515 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003516 "grpc_test_util_unsecure",
3517 "grpc_unsecure"
3518 ],
3519 "headers": [],
3520 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003521 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003522 "src": [
3523 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003524 ],
3525 "third_party": false,
3526 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003527 },
3528 {
3529 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003530 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003531 "gpr",
3532 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003533 "grpc_test_util_unsecure",
3534 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003535 ],
3536 "headers": [],
3537 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003538 "name": "h2_full+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003539 "src": [
3540 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003541 ],
3542 "third_party": false,
3543 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003544 },
3545 {
3546 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003547 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003548 "gpr",
3549 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003550 "grpc_test_util_unsecure",
3551 "grpc_unsecure"
3552 ],
3553 "headers": [],
3554 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003555 "name": "h2_full+poll+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003556 "src": [
3557 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003558 ],
3559 "third_party": false,
3560 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003561 },
3562 {
3563 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003564 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003565 "gpr",
3566 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003567 "grpc_test_util_unsecure",
3568 "grpc_unsecure"
3569 ],
3570 "headers": [],
3571 "language": "c",
Craig Tiller178edfa2016-02-17 20:54:46 -08003572 "name": "h2_full+trace_nosec_test",
3573 "src": [
3574 "test/core/end2end/fixtures/h2_full+trace.c"
Craig Tiller5a9d7d22016-02-25 16:03:11 -08003575 ],
3576 "third_party": false,
3577 "type": "target"
Craig Tiller178edfa2016-02-17 20:54:46 -08003578 },
3579 {
3580 "deps": [
3581 "end2end_nosec_tests",
3582 "gpr",
3583 "gpr_test_util",
3584 "grpc_test_util_unsecure",
3585 "grpc_unsecure"
3586 ],
3587 "headers": [],
3588 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003589 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003590 "src": [
3591 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003592 ],
3593 "third_party": false,
3594 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003595 },
3596 {
3597 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003598 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003599 "gpr",
3600 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003601 "grpc_test_util_unsecure",
3602 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003603 ],
3604 "headers": [],
3605 "language": "c",
Craig Tillerde676262016-02-19 12:28:34 -08003606 "name": "h2_sockpair_nosec_test",
3607 "src": [
3608 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003609 ],
3610 "third_party": false,
3611 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003612 },
3613 {
3614 "deps": [
3615 "end2end_nosec_tests",
3616 "gpr",
3617 "gpr_test_util",
3618 "grpc_test_util_unsecure",
3619 "grpc_unsecure"
3620 ],
3621 "headers": [],
3622 "language": "c",
3623 "name": "h2_sockpair+trace_nosec_test",
3624 "src": [
3625 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003626 ],
3627 "third_party": false,
3628 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003629 },
3630 {
3631 "deps": [
3632 "end2end_nosec_tests",
3633 "gpr",
3634 "gpr_test_util",
3635 "grpc_test_util_unsecure",
3636 "grpc_unsecure"
3637 ],
3638 "headers": [],
3639 "language": "c",
3640 "name": "h2_sockpair_1byte_nosec_test",
3641 "src": [
3642 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003643 ],
3644 "third_party": false,
3645 "type": "target"
Craig Tillerde676262016-02-19 12:28:34 -08003646 },
3647 {
3648 "deps": [
3649 "end2end_nosec_tests",
3650 "gpr",
3651 "gpr_test_util",
3652 "grpc_test_util_unsecure",
3653 "grpc_unsecure"
3654 ],
3655 "headers": [],
3656 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003657 "name": "h2_uchannel_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003658 "src": [
3659 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003660 ],
3661 "third_party": false,
3662 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003663 },
3664 {
3665 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003666 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003667 "gpr",
3668 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003669 "grpc_test_util_unsecure",
3670 "grpc_unsecure"
3671 ],
3672 "headers": [],
3673 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003674 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003675 "src": [
3676 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003677 ],
3678 "third_party": false,
3679 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003680 },
3681 {
3682 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003683 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003684 "gpr",
3685 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003686 "grpc_test_util_unsecure",
3687 "grpc_unsecure"
3688 ],
3689 "headers": [],
3690 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003691 "name": "h2_uds+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003692 "src": [
3693 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003694 ],
3695 "third_party": false,
3696 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003697 },
3698 {
Craig Tillerf75fc122015-06-25 06:58:00 -07003699 "deps": [],
3700 "headers": [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003701 "include/grpc/impl/codegen/alloc.h",
3702 "include/grpc/impl/codegen/atm.h",
3703 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3704 "include/grpc/impl/codegen/atm_gcc_sync.h",
3705 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003706 "include/grpc/impl/codegen/log.h",
3707 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003708 "include/grpc/impl/codegen/slice.h",
3709 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003710 "include/grpc/impl/codegen/sync.h",
3711 "include/grpc/impl/codegen/sync_generic.h",
3712 "include/grpc/impl/codegen/sync_posix.h",
3713 "include/grpc/impl/codegen/sync_win32.h",
3714 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003715 "include/grpc/support/alloc.h",
3716 "include/grpc/support/atm.h",
3717 "include/grpc/support/atm_gcc_atomic.h",
3718 "include/grpc/support/atm_gcc_sync.h",
3719 "include/grpc/support/atm_win32.h",
3720 "include/grpc/support/avl.h",
3721 "include/grpc/support/cmdline.h",
3722 "include/grpc/support/cpu.h",
3723 "include/grpc/support/histogram.h",
3724 "include/grpc/support/host_port.h",
3725 "include/grpc/support/log.h",
3726 "include/grpc/support/log_win32.h",
3727 "include/grpc/support/port_platform.h",
3728 "include/grpc/support/slice.h",
3729 "include/grpc/support/slice_buffer.h",
3730 "include/grpc/support/string_util.h",
3731 "include/grpc/support/subprocess.h",
3732 "include/grpc/support/sync.h",
3733 "include/grpc/support/sync_generic.h",
3734 "include/grpc/support/sync_posix.h",
3735 "include/grpc/support/sync_win32.h",
3736 "include/grpc/support/thd.h",
3737 "include/grpc/support/time.h",
3738 "include/grpc/support/tls.h",
3739 "include/grpc/support/tls_gcc.h",
3740 "include/grpc/support/tls_msvc.h",
3741 "include/grpc/support/tls_pthread.h",
3742 "include/grpc/support/useful.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003743 "src/core/profiling/timers.h",
3744 "src/core/support/block_annotate.h",
3745 "src/core/support/env.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003746 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003747 "src/core/support/murmur_hash.h",
3748 "src/core/support/stack_lockfree.h",
3749 "src/core/support/string.h",
3750 "src/core/support/string_win32.h",
3751 "src/core/support/thd_internal.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003752 "src/core/support/time_precise.h",
3753 "src/core/support/tmpfile.h"
Craig Tillerda179ce2016-02-09 12:01:53 -08003754 ],
3755 "language": "c",
3756 "name": "gpr",
3757 "src": [
3758 "include/grpc/impl/codegen/alloc.h",
3759 "include/grpc/impl/codegen/atm.h",
3760 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3761 "include/grpc/impl/codegen/atm_gcc_sync.h",
3762 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003763 "include/grpc/impl/codegen/log.h",
3764 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003765 "include/grpc/impl/codegen/slice.h",
3766 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003767 "include/grpc/impl/codegen/sync.h",
3768 "include/grpc/impl/codegen/sync_generic.h",
3769 "include/grpc/impl/codegen/sync_posix.h",
3770 "include/grpc/impl/codegen/sync_win32.h",
3771 "include/grpc/impl/codegen/time.h",
3772 "include/grpc/support/alloc.h",
3773 "include/grpc/support/atm.h",
3774 "include/grpc/support/atm_gcc_atomic.h",
3775 "include/grpc/support/atm_gcc_sync.h",
3776 "include/grpc/support/atm_win32.h",
3777 "include/grpc/support/avl.h",
3778 "include/grpc/support/cmdline.h",
3779 "include/grpc/support/cpu.h",
3780 "include/grpc/support/histogram.h",
3781 "include/grpc/support/host_port.h",
3782 "include/grpc/support/log.h",
3783 "include/grpc/support/log_win32.h",
3784 "include/grpc/support/port_platform.h",
3785 "include/grpc/support/slice.h",
3786 "include/grpc/support/slice_buffer.h",
3787 "include/grpc/support/string_util.h",
3788 "include/grpc/support/subprocess.h",
3789 "include/grpc/support/sync.h",
3790 "include/grpc/support/sync_generic.h",
3791 "include/grpc/support/sync_posix.h",
3792 "include/grpc/support/sync_win32.h",
3793 "include/grpc/support/thd.h",
3794 "include/grpc/support/time.h",
3795 "include/grpc/support/tls.h",
3796 "include/grpc/support/tls_gcc.h",
3797 "include/grpc/support/tls_msvc.h",
3798 "include/grpc/support/tls_pthread.h",
3799 "include/grpc/support/useful.h",
3800 "src/core/profiling/basic_timers.c",
3801 "src/core/profiling/stap_timers.c",
3802 "src/core/profiling/timers.h",
3803 "src/core/support/alloc.c",
3804 "src/core/support/avl.c",
3805 "src/core/support/block_annotate.h",
3806 "src/core/support/cmdline.c",
3807 "src/core/support/cpu_iphone.c",
3808 "src/core/support/cpu_linux.c",
3809 "src/core/support/cpu_posix.c",
3810 "src/core/support/cpu_windows.c",
3811 "src/core/support/env.h",
3812 "src/core/support/env_linux.c",
3813 "src/core/support/env_posix.c",
3814 "src/core/support/env_win32.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003815 "src/core/support/histogram.c",
3816 "src/core/support/host_port.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003817 "src/core/support/load_file.c",
3818 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003819 "src/core/support/log.c",
3820 "src/core/support/log_android.c",
3821 "src/core/support/log_linux.c",
3822 "src/core/support/log_posix.c",
3823 "src/core/support/log_win32.c",
3824 "src/core/support/murmur_hash.c",
3825 "src/core/support/murmur_hash.h",
3826 "src/core/support/slice.c",
3827 "src/core/support/slice_buffer.c",
3828 "src/core/support/stack_lockfree.c",
3829 "src/core/support/stack_lockfree.h",
3830 "src/core/support/string.c",
3831 "src/core/support/string.h",
3832 "src/core/support/string_posix.c",
3833 "src/core/support/string_win32.c",
3834 "src/core/support/string_win32.h",
3835 "src/core/support/subprocess_posix.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003836 "src/core/support/subprocess_windows.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003837 "src/core/support/sync.c",
3838 "src/core/support/sync_posix.c",
3839 "src/core/support/sync_win32.c",
3840 "src/core/support/thd.c",
3841 "src/core/support/thd_internal.h",
3842 "src/core/support/thd_posix.c",
3843 "src/core/support/thd_win32.c",
3844 "src/core/support/time.c",
3845 "src/core/support/time_posix.c",
3846 "src/core/support/time_precise.c",
3847 "src/core/support/time_precise.h",
3848 "src/core/support/time_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003849 "src/core/support/tls_pthread.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003850 "src/core/support/tmpfile.h",
3851 "src/core/support/tmpfile_posix.c",
3852 "src/core/support/tmpfile_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003853 "src/core/support/wrap_memcpy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003854 ],
3855 "third_party": false,
3856 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003857 },
3858 {
3859 "deps": [
3860 "gpr"
3861 ],
3862 "headers": [
3863 "test/core/util/test_config.h"
3864 ],
3865 "language": "c",
3866 "name": "gpr_test_util",
3867 "src": [
3868 "test/core/util/test_config.c",
3869 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003870 ],
3871 "third_party": false,
3872 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003873 },
3874 {
3875 "deps": [
3876 "gpr"
3877 ],
3878 "headers": [
3879 "include/grpc/byte_buffer.h",
3880 "include/grpc/byte_buffer_reader.h",
3881 "include/grpc/census.h",
3882 "include/grpc/compression.h",
3883 "include/grpc/grpc.h",
3884 "include/grpc/grpc_security.h",
Craig Tiller1298afd2016-02-09 12:29:17 -08003885 "include/grpc/impl/codegen/byte_buffer.h",
3886 "include/grpc/impl/codegen/compression_types.h",
3887 "include/grpc/impl/codegen/connectivity_state.h",
3888 "include/grpc/impl/codegen/grpc_types.h",
3889 "include/grpc/impl/codegen/propagation_bits.h",
3890 "include/grpc/impl/codegen/status.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003891 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07003892 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07003893 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08003894 "src/core/census/grpc_plugin.h",
Alistair Veitch77715442016-02-22 14:20:25 -08003895 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07003896 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003897 "src/core/channel/channel_args.h",
3898 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08003899 "src/core/channel/channel_stack_builder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003900 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003901 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003902 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003903 "src/core/channel/connected_channel.h",
3904 "src/core/channel/context.h",
3905 "src/core/channel/http_client_filter.h",
3906 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003907 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003908 "src/core/client_config/client_config.h",
3909 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08003910 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003911 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003912 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003913 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003914 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003915 "src/core/client_config/lb_policy_factory.h",
3916 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003917 "src/core/client_config/resolver.h",
3918 "src/core/client_config/resolver_factory.h",
3919 "src/core/client_config/resolver_registry.h",
3920 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003921 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003922 "src/core/client_config/subchannel.h",
3923 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08003924 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003925 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003926 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003927 "src/core/compression/message_compress.h",
3928 "src/core/debug/trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003929 "src/core/httpcli/format_request.h",
3930 "src/core/httpcli/httpcli.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003931 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003932 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003933 "src/core/iomgr/endpoint.h",
3934 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003935 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003936 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003937 "src/core/iomgr/fd_posix.h",
3938 "src/core/iomgr/iocp_windows.h",
3939 "src/core/iomgr/iomgr.h",
3940 "src/core/iomgr/iomgr_internal.h",
3941 "src/core/iomgr/iomgr_posix.h",
3942 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003943 "src/core/iomgr/pollset_posix.h",
3944 "src/core/iomgr/pollset_set.h",
3945 "src/core/iomgr/pollset_set_posix.h",
3946 "src/core/iomgr/pollset_set_windows.h",
3947 "src/core/iomgr/pollset_windows.h",
3948 "src/core/iomgr/resolve_address.h",
3949 "src/core/iomgr/sockaddr.h",
3950 "src/core/iomgr/sockaddr_posix.h",
3951 "src/core/iomgr/sockaddr_utils.h",
3952 "src/core/iomgr/sockaddr_win32.h",
3953 "src/core/iomgr/socket_utils_posix.h",
3954 "src/core/iomgr/socket_windows.h",
3955 "src/core/iomgr/tcp_client.h",
3956 "src/core/iomgr/tcp_posix.h",
3957 "src/core/iomgr/tcp_server.h",
3958 "src/core/iomgr/tcp_windows.h",
3959 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003960 "src/core/iomgr/timer.h",
3961 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04003962 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003963 "src/core/iomgr/wakeup_fd_pipe.h",
3964 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07003965 "src/core/iomgr/workqueue.h",
3966 "src/core/iomgr/workqueue_posix.h",
3967 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003968 "src/core/json/json.h",
3969 "src/core/json/json_common.h",
3970 "src/core/json/json_reader.h",
3971 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003972 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003973 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003974 "src/core/security/b64.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003975 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07003976 "src/core/security/handshake.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003977 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02003978 "src/core/security/jwt_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003979 "src/core/security/secure_endpoint.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003980 "src/core/security/security_connector.h",
3981 "src/core/security/security_context.h",
yang-g31ff8bc2015-08-25 14:09:06 -07003982 "src/core/statistics/census_interface.h",
3983 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07003984 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003985 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07003986 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003987 "src/core/surface/channel.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08003988 "src/core/surface/channel_init.h",
3989 "src/core/surface/channel_stack_type.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003990 "src/core/surface/completion_queue.h",
3991 "src/core/surface/event_string.h",
3992 "src/core/surface/init.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08003993 "src/core/surface/lame_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003994 "src/core/surface/server.h",
3995 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003996 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003997 "src/core/transport/chttp2/alpn.h",
3998 "src/core/transport/chttp2/bin_encoder.h",
3999 "src/core/transport/chttp2/frame.h",
4000 "src/core/transport/chttp2/frame_data.h",
4001 "src/core/transport/chttp2/frame_goaway.h",
4002 "src/core/transport/chttp2/frame_ping.h",
4003 "src/core/transport/chttp2/frame_rst_stream.h",
4004 "src/core/transport/chttp2/frame_settings.h",
4005 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004006 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004007 "src/core/transport/chttp2/hpack_parser.h",
4008 "src/core/transport/chttp2/hpack_table.h",
4009 "src/core/transport/chttp2/http2_errors.h",
4010 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004011 "src/core/transport/chttp2/incoming_metadata.h",
4012 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004013 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004014 "src/core/transport/chttp2/stream_map.h",
4015 "src/core/transport/chttp2/timeout_encoding.h",
4016 "src/core/transport/chttp2/varint.h",
4017 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004018 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004019 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004020 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004021 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004022 "src/core/transport/transport.h",
4023 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004024 "src/core/tsi/fake_transport_security.h",
4025 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004026 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004027 "src/core/tsi/transport_security.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004028 "src/core/tsi/transport_security_interface.h",
4029 "third_party/nanopb/pb.h",
4030 "third_party/nanopb/pb_common.h",
4031 "third_party/nanopb/pb_decode.h",
4032 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004033 ],
4034 "language": "c",
4035 "name": "grpc",
4036 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004037 "include/grpc/byte_buffer.h",
4038 "include/grpc/byte_buffer_reader.h",
4039 "include/grpc/census.h",
4040 "include/grpc/compression.h",
4041 "include/grpc/grpc.h",
4042 "include/grpc/grpc_security.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004043 "include/grpc/impl/codegen/byte_buffer.h",
4044 "include/grpc/impl/codegen/compression_types.h",
4045 "include/grpc/impl/codegen/connectivity_state.h",
4046 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004047 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004048 "include/grpc/impl/codegen/status.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004049 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004050 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004051 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004052 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004053 "src/core/census/grpc_filter.c",
4054 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004055 "src/core/census/grpc_plugin.c",
4056 "src/core/census/grpc_plugin.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004057 "src/core/census/initialize.c",
Alistair Veitch77715442016-02-22 14:20:25 -08004058 "src/core/census/mlog.c",
4059 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004060 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004061 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004062 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004063 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004064 "src/core/channel/channel_args.c",
4065 "src/core/channel/channel_args.h",
4066 "src/core/channel/channel_stack.c",
4067 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004068 "src/core/channel/channel_stack_builder.c",
4069 "src/core/channel/channel_stack_builder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004070 "src/core/channel/client_channel.c",
4071 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004072 "src/core/channel/client_uchannel.c",
4073 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004074 "src/core/channel/compress_filter.c",
4075 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004076 "src/core/channel/connected_channel.c",
4077 "src/core/channel/connected_channel.h",
4078 "src/core/channel/context.h",
4079 "src/core/channel/http_client_filter.c",
4080 "src/core/channel/http_client_filter.h",
4081 "src/core/channel/http_server_filter.c",
4082 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004083 "src/core/channel/subchannel_call_holder.c",
4084 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004085 "src/core/client_config/client_config.c",
4086 "src/core/client_config/client_config.h",
4087 "src/core/client_config/connector.c",
4088 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004089 "src/core/client_config/default_initial_connect_string.c",
4090 "src/core/client_config/initial_connect_string.c",
4091 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004092 "src/core/client_config/lb_policies/load_balancer_api.c",
4093 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004094 "src/core/client_config/lb_policies/pick_first.c",
4095 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004096 "src/core/client_config/lb_policies/round_robin.c",
4097 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004098 "src/core/client_config/lb_policy.c",
4099 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004100 "src/core/client_config/lb_policy_factory.c",
4101 "src/core/client_config/lb_policy_factory.h",
4102 "src/core/client_config/lb_policy_registry.c",
4103 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004104 "src/core/client_config/resolver.c",
4105 "src/core/client_config/resolver.h",
4106 "src/core/client_config/resolver_factory.c",
4107 "src/core/client_config/resolver_factory.h",
4108 "src/core/client_config/resolver_registry.c",
4109 "src/core/client_config/resolver_registry.h",
4110 "src/core/client_config/resolvers/dns_resolver.c",
4111 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004112 "src/core/client_config/resolvers/sockaddr_resolver.c",
4113 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004114 "src/core/client_config/subchannel.c",
4115 "src/core/client_config/subchannel.h",
4116 "src/core/client_config/subchannel_factory.c",
4117 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004118 "src/core/client_config/subchannel_index.c",
4119 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004120 "src/core/client_config/uri_parser.c",
4121 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004122 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004123 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004124 "src/core/compression/message_compress.c",
4125 "src/core/compression/message_compress.h",
4126 "src/core/debug/trace.c",
4127 "src/core/debug/trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004128 "src/core/httpcli/format_request.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004129 "src/core/httpcli/format_request.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004130 "src/core/httpcli/httpcli.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004131 "src/core/httpcli/httpcli.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004132 "src/core/httpcli/httpcli_security_connector.c",
4133 "src/core/httpcli/parser.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004134 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004135 "src/core/iomgr/closure.c",
4136 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004137 "src/core/iomgr/endpoint.c",
4138 "src/core/iomgr/endpoint.h",
4139 "src/core/iomgr/endpoint_pair.h",
4140 "src/core/iomgr/endpoint_pair_posix.c",
4141 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004142 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004143 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004144 "src/core/iomgr/executor.c",
4145 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004146 "src/core/iomgr/fd_posix.c",
4147 "src/core/iomgr/fd_posix.h",
4148 "src/core/iomgr/iocp_windows.c",
4149 "src/core/iomgr/iocp_windows.h",
4150 "src/core/iomgr/iomgr.c",
4151 "src/core/iomgr/iomgr.h",
4152 "src/core/iomgr/iomgr_internal.h",
4153 "src/core/iomgr/iomgr_posix.c",
4154 "src/core/iomgr/iomgr_posix.h",
4155 "src/core/iomgr/iomgr_windows.c",
4156 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004157 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4158 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4159 "src/core/iomgr/pollset_posix.c",
4160 "src/core/iomgr/pollset_posix.h",
4161 "src/core/iomgr/pollset_set.h",
4162 "src/core/iomgr/pollset_set_posix.c",
4163 "src/core/iomgr/pollset_set_posix.h",
4164 "src/core/iomgr/pollset_set_windows.c",
4165 "src/core/iomgr/pollset_set_windows.h",
4166 "src/core/iomgr/pollset_windows.c",
4167 "src/core/iomgr/pollset_windows.h",
4168 "src/core/iomgr/resolve_address.h",
4169 "src/core/iomgr/resolve_address_posix.c",
4170 "src/core/iomgr/resolve_address_windows.c",
4171 "src/core/iomgr/sockaddr.h",
4172 "src/core/iomgr/sockaddr_posix.h",
4173 "src/core/iomgr/sockaddr_utils.c",
4174 "src/core/iomgr/sockaddr_utils.h",
4175 "src/core/iomgr/sockaddr_win32.h",
4176 "src/core/iomgr/socket_utils_common_posix.c",
4177 "src/core/iomgr/socket_utils_linux.c",
4178 "src/core/iomgr/socket_utils_posix.c",
4179 "src/core/iomgr/socket_utils_posix.h",
4180 "src/core/iomgr/socket_windows.c",
4181 "src/core/iomgr/socket_windows.h",
4182 "src/core/iomgr/tcp_client.h",
4183 "src/core/iomgr/tcp_client_posix.c",
4184 "src/core/iomgr/tcp_client_windows.c",
4185 "src/core/iomgr/tcp_posix.c",
4186 "src/core/iomgr/tcp_posix.h",
4187 "src/core/iomgr/tcp_server.h",
4188 "src/core/iomgr/tcp_server_posix.c",
4189 "src/core/iomgr/tcp_server_windows.c",
4190 "src/core/iomgr/tcp_windows.c",
4191 "src/core/iomgr/tcp_windows.h",
4192 "src/core/iomgr/time_averaged_stats.c",
4193 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004194 "src/core/iomgr/timer.c",
4195 "src/core/iomgr/timer.h",
4196 "src/core/iomgr/timer_heap.c",
4197 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004198 "src/core/iomgr/udp_server.c",
4199 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004200 "src/core/iomgr/wakeup_fd_eventfd.c",
4201 "src/core/iomgr/wakeup_fd_nospecial.c",
4202 "src/core/iomgr/wakeup_fd_pipe.c",
4203 "src/core/iomgr/wakeup_fd_pipe.h",
4204 "src/core/iomgr/wakeup_fd_posix.c",
4205 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004206 "src/core/iomgr/workqueue.h",
4207 "src/core/iomgr/workqueue_posix.c",
4208 "src/core/iomgr/workqueue_posix.h",
4209 "src/core/iomgr/workqueue_windows.c",
4210 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004211 "src/core/json/json.c",
4212 "src/core/json/json.h",
4213 "src/core/json/json_common.h",
4214 "src/core/json/json_reader.c",
4215 "src/core/json/json_reader.h",
4216 "src/core/json/json_string.c",
4217 "src/core/json/json_writer.c",
4218 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004219 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4220 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004221 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004222 "src/core/security/b64.c",
4223 "src/core/security/b64.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004224 "src/core/security/client_auth_filter.c",
4225 "src/core/security/credentials.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004226 "src/core/security/credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004227 "src/core/security/credentials_metadata.c",
4228 "src/core/security/credentials_posix.c",
4229 "src/core/security/credentials_win32.c",
4230 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07004231 "src/core/security/handshake.c",
4232 "src/core/security/handshake.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004233 "src/core/security/json_token.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004234 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02004235 "src/core/security/jwt_verifier.c",
4236 "src/core/security/jwt_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004237 "src/core/security/secure_endpoint.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004238 "src/core/security/secure_endpoint.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004239 "src/core/security/security_connector.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004240 "src/core/security/security_connector.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004241 "src/core/security/security_context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004242 "src/core/security/security_context.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004243 "src/core/security/server_auth_filter.c",
4244 "src/core/security/server_secure_chttp2.c",
yang-g31ff8bc2015-08-25 14:09:06 -07004245 "src/core/statistics/census_interface.h",
4246 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004247 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004248 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004249 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004250 "src/core/surface/byte_buffer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004251 "src/core/surface/byte_buffer_reader.c",
4252 "src/core/surface/call.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004253 "src/core/surface/call.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004254 "src/core/surface/call_details.c",
4255 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004256 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004257 "src/core/surface/channel.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004258 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004259 "src/core/surface/channel_connectivity.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004260 "src/core/surface/channel_create.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004261 "src/core/surface/channel_init.c",
4262 "src/core/surface/channel_init.h",
Craig Tiller26dab312015-12-07 14:43:47 -08004263 "src/core/surface/channel_ping.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004264 "src/core/surface/channel_stack_type.c",
4265 "src/core/surface/channel_stack_type.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004266 "src/core/surface/completion_queue.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004267 "src/core/surface/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004268 "src/core/surface/event_string.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004269 "src/core/surface/event_string.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004270 "src/core/surface/init.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004271 "src/core/surface/init.h",
4272 "src/core/surface/init_secure.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004273 "src/core/surface/lame_client.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004274 "src/core/surface/lame_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004275 "src/core/surface/metadata_array.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004276 "src/core/surface/secure_channel_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004277 "src/core/surface/server.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004278 "src/core/surface/server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004279 "src/core/surface/server_chttp2.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004280 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004281 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004282 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004283 "src/core/transport/byte_stream.c",
4284 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004285 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004286 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004287 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004288 "src/core/transport/chttp2/bin_encoder.h",
4289 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004290 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004291 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004292 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004293 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004294 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004295 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004296 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004297 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004298 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004299 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004300 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004301 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004302 "src/core/transport/chttp2/hpack_encoder.c",
4303 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004304 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004305 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004306 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004307 "src/core/transport/chttp2/hpack_table.h",
4308 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004309 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004310 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004311 "src/core/transport/chttp2/incoming_metadata.c",
4312 "src/core/transport/chttp2/incoming_metadata.h",
4313 "src/core/transport/chttp2/internal.h",
4314 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004315 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004316 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004317 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004318 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004319 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004320 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004321 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004322 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004323 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004324 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004325 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004326 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004327 "src/core/transport/connectivity_state.c",
4328 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004329 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004330 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004331 "src/core/transport/metadata_batch.c",
4332 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004333 "src/core/transport/static_metadata.c",
4334 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004335 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004336 "src/core/transport/transport.h",
4337 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004338 "src/core/transport/transport_op_string.c",
4339 "src/core/tsi/fake_transport_security.c",
4340 "src/core/tsi/fake_transport_security.h",
4341 "src/core/tsi/ssl_transport_security.c",
4342 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004343 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004344 "src/core/tsi/transport_security.c",
4345 "src/core/tsi/transport_security.h",
4346 "src/core/tsi/transport_security_interface.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004347 ],
4348 "third_party": false,
4349 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004350 },
4351 {
4352 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004353 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004354 "grpc"
4355 ],
4356 "headers": [],
4357 "language": "c",
4358 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004359 "src": [],
4360 "third_party": false,
4361 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004362 },
4363 {
4364 "deps": [
4365 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004366 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07004367 "grpc"
4368 ],
4369 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004370 "test/core/end2end/cq_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004371 "test/core/end2end/data/ssl_test_data.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004372 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004373 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004374 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004375 "test/core/util/grpc_profiler.h",
4376 "test/core/util/parse_hexstring.h",
4377 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004378 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004379 ],
4380 "language": "c",
4381 "name": "grpc_test_util",
4382 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004383 "test/core/end2end/cq_verifier.c",
4384 "test/core/end2end/cq_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004385 "test/core/end2end/data/server1_cert.c",
4386 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004387 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004388 "test/core/end2end/data/test_root_cert.c",
Craig Tiller17effab2015-08-04 08:19:36 -07004389 "test/core/end2end/fixtures/proxy.c",
4390 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004391 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004392 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004393 "test/core/security/oauth2_utils.c",
4394 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004395 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004396 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004397 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004398 "test/core/util/parse_hexstring.h",
4399 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004400 "test/core/util/port_posix.c",
4401 "test/core/util/port_windows.c",
4402 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004403 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004404 ],
4405 "third_party": false,
4406 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004407 },
4408 {
4409 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004410 "gpr",
4411 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004412 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004413 ],
4414 "headers": [
4415 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004416 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004417 "test/core/iomgr/endpoint_tests.h",
4418 "test/core/util/grpc_profiler.h",
4419 "test/core/util/parse_hexstring.h",
4420 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004421 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004422 ],
4423 "language": "c",
4424 "name": "grpc_test_util_unsecure",
4425 "src": [
4426 "test/core/end2end/cq_verifier.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004427 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004428 "test/core/end2end/fixtures/proxy.c",
4429 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004430 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004431 "test/core/iomgr/endpoint_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004432 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004433 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004434 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004435 "test/core/util/parse_hexstring.h",
4436 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004437 "test/core/util/port_posix.c",
4438 "test/core/util/port_windows.c",
4439 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004440 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004441 ],
4442 "third_party": false,
4443 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004444 },
4445 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004446 "deps": [
4447 "gpr"
4448 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004449 "headers": [
4450 "include/grpc/byte_buffer.h",
4451 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004452 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004453 "include/grpc/compression.h",
4454 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004455 "include/grpc/impl/codegen/byte_buffer.h",
4456 "include/grpc/impl/codegen/compression_types.h",
4457 "include/grpc/impl/codegen/connectivity_state.h",
4458 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004459 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004460 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004461 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004462 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07004463 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004464 "src/core/census/grpc_plugin.h",
Alistair Veitch77715442016-02-22 14:20:25 -08004465 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07004466 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004467 "src/core/channel/channel_args.h",
4468 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004469 "src/core/channel/channel_stack_builder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004470 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004471 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004472 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004473 "src/core/channel/connected_channel.h",
4474 "src/core/channel/context.h",
4475 "src/core/channel/http_client_filter.h",
4476 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004477 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004478 "src/core/client_config/client_config.h",
4479 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004480 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004481 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004482 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004483 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004484 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004485 "src/core/client_config/lb_policy_factory.h",
4486 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004487 "src/core/client_config/resolver.h",
4488 "src/core/client_config/resolver_factory.h",
4489 "src/core/client_config/resolver_registry.h",
4490 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004491 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004492 "src/core/client_config/subchannel.h",
4493 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004494 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004495 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004496 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004497 "src/core/compression/message_compress.h",
4498 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004499 "src/core/httpcli/format_request.h",
4500 "src/core/httpcli/httpcli.h",
4501 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004502 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004503 "src/core/iomgr/endpoint.h",
4504 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004505 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004506 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004507 "src/core/iomgr/fd_posix.h",
4508 "src/core/iomgr/iocp_windows.h",
4509 "src/core/iomgr/iomgr.h",
4510 "src/core/iomgr/iomgr_internal.h",
4511 "src/core/iomgr/iomgr_posix.h",
4512 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004513 "src/core/iomgr/pollset_posix.h",
4514 "src/core/iomgr/pollset_set.h",
4515 "src/core/iomgr/pollset_set_posix.h",
4516 "src/core/iomgr/pollset_set_windows.h",
4517 "src/core/iomgr/pollset_windows.h",
4518 "src/core/iomgr/resolve_address.h",
4519 "src/core/iomgr/sockaddr.h",
4520 "src/core/iomgr/sockaddr_posix.h",
4521 "src/core/iomgr/sockaddr_utils.h",
4522 "src/core/iomgr/sockaddr_win32.h",
4523 "src/core/iomgr/socket_utils_posix.h",
4524 "src/core/iomgr/socket_windows.h",
4525 "src/core/iomgr/tcp_client.h",
4526 "src/core/iomgr/tcp_posix.h",
4527 "src/core/iomgr/tcp_server.h",
4528 "src/core/iomgr/tcp_windows.h",
4529 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004530 "src/core/iomgr/timer.h",
4531 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004532 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004533 "src/core/iomgr/wakeup_fd_pipe.h",
4534 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004535 "src/core/iomgr/workqueue.h",
4536 "src/core/iomgr/workqueue_posix.h",
4537 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004538 "src/core/json/json.h",
4539 "src/core/json/json_common.h",
4540 "src/core/json/json_reader.h",
4541 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004542 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004543 "src/core/statistics/census_interface.h",
4544 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004545 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004546 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004547 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004548 "src/core/surface/channel.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004549 "src/core/surface/channel_init.h",
4550 "src/core/surface/channel_stack_type.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004551 "src/core/surface/completion_queue.h",
4552 "src/core/surface/event_string.h",
4553 "src/core/surface/init.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004554 "src/core/surface/lame_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004555 "src/core/surface/server.h",
4556 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004557 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004558 "src/core/transport/chttp2/alpn.h",
4559 "src/core/transport/chttp2/bin_encoder.h",
4560 "src/core/transport/chttp2/frame.h",
4561 "src/core/transport/chttp2/frame_data.h",
4562 "src/core/transport/chttp2/frame_goaway.h",
4563 "src/core/transport/chttp2/frame_ping.h",
4564 "src/core/transport/chttp2/frame_rst_stream.h",
4565 "src/core/transport/chttp2/frame_settings.h",
4566 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004567 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004568 "src/core/transport/chttp2/hpack_parser.h",
4569 "src/core/transport/chttp2/hpack_table.h",
4570 "src/core/transport/chttp2/http2_errors.h",
4571 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004572 "src/core/transport/chttp2/incoming_metadata.h",
4573 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004574 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004575 "src/core/transport/chttp2/stream_map.h",
4576 "src/core/transport/chttp2/timeout_encoding.h",
4577 "src/core/transport/chttp2/varint.h",
4578 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004579 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004580 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004581 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004582 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004583 "src/core/transport/transport.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004584 "src/core/transport/transport_impl.h",
4585 "third_party/nanopb/pb.h",
4586 "third_party/nanopb/pb_common.h",
4587 "third_party/nanopb/pb_decode.h",
4588 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004589 ],
4590 "language": "c",
4591 "name": "grpc_unsecure",
4592 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004593 "include/grpc/byte_buffer.h",
4594 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004595 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004596 "include/grpc/compression.h",
4597 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004598 "include/grpc/impl/codegen/byte_buffer.h",
4599 "include/grpc/impl/codegen/compression_types.h",
4600 "include/grpc/impl/codegen/connectivity_state.h",
4601 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004602 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004603 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004604 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004605 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004606 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004607 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004608 "src/core/census/grpc_filter.c",
4609 "src/core/census/grpc_filter.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004610 "src/core/census/grpc_plugin.c",
4611 "src/core/census/grpc_plugin.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004612 "src/core/census/initialize.c",
Alistair Veitch77715442016-02-22 14:20:25 -08004613 "src/core/census/mlog.c",
4614 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004615 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004616 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004617 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004618 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004619 "src/core/channel/channel_args.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004620 "src/core/channel/channel_args.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004621 "src/core/channel/channel_stack.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004622 "src/core/channel/channel_stack.h",
Craig Tiller178edfa2016-02-17 20:54:46 -08004623 "src/core/channel/channel_stack_builder.c",
4624 "src/core/channel/channel_stack_builder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004625 "src/core/channel/client_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004626 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004627 "src/core/channel/client_uchannel.c",
4628 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004629 "src/core/channel/compress_filter.c",
4630 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004631 "src/core/channel/connected_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004632 "src/core/channel/connected_channel.h",
4633 "src/core/channel/context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004634 "src/core/channel/http_client_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004635 "src/core/channel/http_client_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004636 "src/core/channel/http_server_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004637 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004638 "src/core/channel/subchannel_call_holder.c",
4639 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004640 "src/core/client_config/client_config.c",
4641 "src/core/client_config/client_config.h",
4642 "src/core/client_config/connector.c",
4643 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004644 "src/core/client_config/default_initial_connect_string.c",
4645 "src/core/client_config/initial_connect_string.c",
4646 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004647 "src/core/client_config/lb_policies/load_balancer_api.c",
4648 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004649 "src/core/client_config/lb_policies/pick_first.c",
4650 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004651 "src/core/client_config/lb_policies/round_robin.c",
4652 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004653 "src/core/client_config/lb_policy.c",
4654 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004655 "src/core/client_config/lb_policy_factory.c",
4656 "src/core/client_config/lb_policy_factory.h",
4657 "src/core/client_config/lb_policy_registry.c",
4658 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004659 "src/core/client_config/resolver.c",
4660 "src/core/client_config/resolver.h",
4661 "src/core/client_config/resolver_factory.c",
4662 "src/core/client_config/resolver_factory.h",
4663 "src/core/client_config/resolver_registry.c",
4664 "src/core/client_config/resolver_registry.h",
4665 "src/core/client_config/resolvers/dns_resolver.c",
4666 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004667 "src/core/client_config/resolvers/sockaddr_resolver.c",
4668 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004669 "src/core/client_config/subchannel.c",
4670 "src/core/client_config/subchannel.h",
4671 "src/core/client_config/subchannel_factory.c",
4672 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004673 "src/core/client_config/subchannel_index.c",
4674 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004675 "src/core/client_config/uri_parser.c",
4676 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004677 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004678 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004679 "src/core/compression/message_compress.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004680 "src/core/compression/message_compress.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004681 "src/core/debug/trace.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004682 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004683 "src/core/httpcli/format_request.c",
4684 "src/core/httpcli/format_request.h",
4685 "src/core/httpcli/httpcli.c",
4686 "src/core/httpcli/httpcli.h",
4687 "src/core/httpcli/parser.c",
4688 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004689 "src/core/iomgr/closure.c",
4690 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004691 "src/core/iomgr/endpoint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004692 "src/core/iomgr/endpoint.h",
4693 "src/core/iomgr/endpoint_pair.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004694 "src/core/iomgr/endpoint_pair_posix.c",
4695 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004696 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004697 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004698 "src/core/iomgr/executor.c",
4699 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004700 "src/core/iomgr/fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004701 "src/core/iomgr/fd_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004702 "src/core/iomgr/iocp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004703 "src/core/iomgr/iocp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004704 "src/core/iomgr/iomgr.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004705 "src/core/iomgr/iomgr.h",
4706 "src/core/iomgr/iomgr_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004707 "src/core/iomgr/iomgr_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004708 "src/core/iomgr/iomgr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004709 "src/core/iomgr/iomgr_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004710 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004711 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4712 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4713 "src/core/iomgr/pollset_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004714 "src/core/iomgr/pollset_posix.h",
4715 "src/core/iomgr/pollset_set.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004716 "src/core/iomgr/pollset_set_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004717 "src/core/iomgr/pollset_set_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004718 "src/core/iomgr/pollset_set_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004719 "src/core/iomgr/pollset_set_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004720 "src/core/iomgr/pollset_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004721 "src/core/iomgr/pollset_windows.h",
4722 "src/core/iomgr/resolve_address.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004723 "src/core/iomgr/resolve_address_posix.c",
4724 "src/core/iomgr/resolve_address_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004725 "src/core/iomgr/sockaddr.h",
4726 "src/core/iomgr/sockaddr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004727 "src/core/iomgr/sockaddr_utils.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004728 "src/core/iomgr/sockaddr_utils.h",
4729 "src/core/iomgr/sockaddr_win32.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004730 "src/core/iomgr/socket_utils_common_posix.c",
4731 "src/core/iomgr/socket_utils_linux.c",
4732 "src/core/iomgr/socket_utils_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004733 "src/core/iomgr/socket_utils_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004734 "src/core/iomgr/socket_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004735 "src/core/iomgr/socket_windows.h",
4736 "src/core/iomgr/tcp_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004737 "src/core/iomgr/tcp_client_posix.c",
4738 "src/core/iomgr/tcp_client_windows.c",
4739 "src/core/iomgr/tcp_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004740 "src/core/iomgr/tcp_posix.h",
4741 "src/core/iomgr/tcp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004742 "src/core/iomgr/tcp_server_posix.c",
4743 "src/core/iomgr/tcp_server_windows.c",
4744 "src/core/iomgr/tcp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004745 "src/core/iomgr/tcp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004746 "src/core/iomgr/time_averaged_stats.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004747 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004748 "src/core/iomgr/timer.c",
4749 "src/core/iomgr/timer.h",
4750 "src/core/iomgr/timer_heap.c",
4751 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004752 "src/core/iomgr/udp_server.c",
4753 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004754 "src/core/iomgr/wakeup_fd_eventfd.c",
4755 "src/core/iomgr/wakeup_fd_nospecial.c",
4756 "src/core/iomgr/wakeup_fd_pipe.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004757 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004758 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004759 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004760 "src/core/iomgr/workqueue.h",
4761 "src/core/iomgr/workqueue_posix.c",
4762 "src/core/iomgr/workqueue_posix.h",
4763 "src/core/iomgr/workqueue_windows.c",
4764 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004765 "src/core/json/json.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004766 "src/core/json/json.h",
4767 "src/core/json/json_common.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004768 "src/core/json/json_reader.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004769 "src/core/json/json_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004770 "src/core/json/json_string.c",
4771 "src/core/json/json_writer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004772 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004773 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4774 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004775 "src/core/statistics/census_interface.h",
4776 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004777 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004778 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004779 "src/core/surface/api_trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004780 "src/core/surface/byte_buffer.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004781 "src/core/surface/byte_buffer_reader.c",
4782 "src/core/surface/call.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004783 "src/core/surface/call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004784 "src/core/surface/call_details.c",
4785 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004786 "src/core/surface/call_test_only.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004787 "src/core/surface/channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004788 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004789 "src/core/surface/channel_connectivity.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004790 "src/core/surface/channel_create.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004791 "src/core/surface/channel_init.c",
4792 "src/core/surface/channel_init.h",
Craig Tiller26dab312015-12-07 14:43:47 -08004793 "src/core/surface/channel_ping.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004794 "src/core/surface/channel_stack_type.c",
4795 "src/core/surface/channel_stack_type.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004796 "src/core/surface/completion_queue.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004797 "src/core/surface/completion_queue.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004798 "src/core/surface/event_string.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004799 "src/core/surface/event_string.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004800 "src/core/surface/init.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004801 "src/core/surface/init.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004802 "src/core/surface/init_unsecure.c",
4803 "src/core/surface/lame_client.c",
Craig Tiller178edfa2016-02-17 20:54:46 -08004804 "src/core/surface/lame_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004805 "src/core/surface/metadata_array.c",
4806 "src/core/surface/server.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004807 "src/core/surface/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004808 "src/core/surface/server_chttp2.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004809 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004810 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004811 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004812 "src/core/transport/byte_stream.c",
4813 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004814 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004815 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004816 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004817 "src/core/transport/chttp2/bin_encoder.h",
4818 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004819 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004820 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004821 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004822 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004823 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004824 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004825 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004826 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004827 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004828 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004829 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004830 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004831 "src/core/transport/chttp2/hpack_encoder.c",
4832 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004833 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004834 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004835 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004836 "src/core/transport/chttp2/hpack_table.h",
4837 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004838 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004839 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004840 "src/core/transport/chttp2/incoming_metadata.c",
4841 "src/core/transport/chttp2/incoming_metadata.h",
4842 "src/core/transport/chttp2/internal.h",
4843 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004844 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004845 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004846 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004847 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004848 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004849 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004850 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004851 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004852 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004853 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004854 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004855 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004856 "src/core/transport/connectivity_state.c",
4857 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004858 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004859 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004860 "src/core/transport/metadata_batch.c",
4861 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004862 "src/core/transport/static_metadata.c",
4863 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004864 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004865 "src/core/transport/transport.h",
4866 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004867 "src/core/transport/transport_op_string.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004868 ],
4869 "third_party": false,
4870 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004871 },
4872 {
4873 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004874 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004875 "grpc"
4876 ],
4877 "headers": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004878 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004879 "src/core/client_config/resolvers/zookeeper_resolver.h"
4880 ],
4881 "language": "c",
4882 "name": "grpc_zookeeper",
4883 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004884 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004885 "src/core/client_config/resolvers/zookeeper_resolver.c",
4886 "src/core/client_config/resolvers/zookeeper_resolver.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004887 ],
4888 "third_party": false,
4889 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004890 },
4891 {
4892 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004893 "gpr",
4894 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004895 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004896 "grpc_test_util",
4897 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004898 ],
4899 "headers": [
4900 "test/core/util/reconnect_server.h"
4901 ],
4902 "language": "c",
4903 "name": "reconnect_server",
4904 "src": [
4905 "test/core/util/reconnect_server.c",
4906 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004907 ],
4908 "third_party": false,
4909 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004910 },
4911 {
4912 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004913 "gpr",
4914 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004915 "grpc",
4916 "grpc_test_util"
4917 ],
4918 "headers": [
4919 "test/core/util/test_tcp_server.h"
4920 ],
4921 "language": "c",
4922 "name": "test_tcp_server",
4923 "src": [
4924 "test/core/util/test_tcp_server.c",
4925 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004926 ],
4927 "third_party": false,
4928 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004929 },
4930 {
4931 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004932 "grpc"
4933 ],
4934 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08004935 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07004936 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004937 "include/grpc++/client_context.h",
4938 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004939 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004940 "include/grpc++/generic/async_generic_service.h",
4941 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07004942 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004943 "include/grpc++/impl/call.h",
4944 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004945 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004946 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004947 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004948 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004949 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004950 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004951 "include/grpc++/impl/codegen/client_unary_call.h",
4952 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004953 "include/grpc++/impl/codegen/completion_queue_tag.h",
4954 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004955 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004956 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004957 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004958 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004959 "include/grpc++/impl/codegen/rpc_method.h",
4960 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004961 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004962 "include/grpc++/impl/codegen/serialization_traits.h",
4963 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004964 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004965 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004966 "include/grpc++/impl/codegen/status.h",
4967 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004968 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004969 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004970 "include/grpc++/impl/codegen/sync.h",
4971 "include/grpc++/impl/codegen/sync_cxx11.h",
4972 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004973 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004974 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004975 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08004976 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004977 "include/grpc++/impl/proto_utils.h",
4978 "include/grpc++/impl/rpc_method.h",
4979 "include/grpc++/impl/rpc_service_method.h",
4980 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08004981 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004982 "include/grpc++/impl/service_type.h",
4983 "include/grpc++/impl/sync.h",
4984 "include/grpc++/impl/sync_cxx11.h",
4985 "include/grpc++/impl/sync_no_cxx11.h",
4986 "include/grpc++/impl/thd.h",
4987 "include/grpc++/impl/thd_cxx11.h",
4988 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07004989 "include/grpc++/security/auth_context.h",
4990 "include/grpc++/security/auth_metadata_processor.h",
4991 "include/grpc++/security/credentials.h",
4992 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004993 "include/grpc++/server.h",
4994 "include/grpc++/server_builder.h",
4995 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07004996 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004997 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004998 "include/grpc++/support/byte_buffer.h",
4999 "include/grpc++/support/channel_arguments.h",
5000 "include/grpc++/support/config.h",
5001 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005002 "include/grpc++/support/slice.h",
5003 "include/grpc++/support/status.h",
5004 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005005 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005006 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005007 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005008 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005009 "src/cpp/client/create_channel_internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005010 "src/cpp/client/secure_credentials.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005011 "src/cpp/common/create_auth_context.h",
5012 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005013 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005014 "src/cpp/server/secure_server_credentials.h",
5015 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005016 ],
5017 "language": "c++",
5018 "name": "grpc++",
5019 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005020 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005021 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005022 "include/grpc++/client_context.h",
5023 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005024 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005025 "include/grpc++/generic/async_generic_service.h",
5026 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005027 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005028 "include/grpc++/impl/call.h",
5029 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005030 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005031 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005032 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005033 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005034 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005035 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005036 "include/grpc++/impl/codegen/client_unary_call.h",
5037 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005038 "include/grpc++/impl/codegen/completion_queue_tag.h",
5039 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005040 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005041 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005042 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005043 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005044 "include/grpc++/impl/codegen/rpc_method.h",
5045 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005046 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005047 "include/grpc++/impl/codegen/serialization_traits.h",
5048 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005049 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005050 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005051 "include/grpc++/impl/codegen/status.h",
5052 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005053 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005054 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005055 "include/grpc++/impl/codegen/sync.h",
5056 "include/grpc++/impl/codegen/sync_cxx11.h",
5057 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005058 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005059 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005060 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005061 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005062 "include/grpc++/impl/proto_utils.h",
5063 "include/grpc++/impl/rpc_method.h",
5064 "include/grpc++/impl/rpc_service_method.h",
5065 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005066 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005067 "include/grpc++/impl/service_type.h",
5068 "include/grpc++/impl/sync.h",
5069 "include/grpc++/impl/sync_cxx11.h",
5070 "include/grpc++/impl/sync_no_cxx11.h",
5071 "include/grpc++/impl/thd.h",
5072 "include/grpc++/impl/thd_cxx11.h",
5073 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005074 "include/grpc++/security/auth_context.h",
5075 "include/grpc++/security/auth_metadata_processor.h",
5076 "include/grpc++/security/credentials.h",
5077 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005078 "include/grpc++/server.h",
5079 "include/grpc++/server_builder.h",
5080 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005081 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005082 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005083 "include/grpc++/support/byte_buffer.h",
5084 "include/grpc++/support/channel_arguments.h",
5085 "include/grpc++/support/config.h",
5086 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005087 "include/grpc++/support/slice.h",
5088 "include/grpc++/support/status.h",
5089 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005090 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005091 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005092 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005093 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005094 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005095 "src/cpp/client/client_context.cc",
5096 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005097 "src/cpp/client/create_channel_internal.cc",
5098 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005099 "src/cpp/client/credentials.cc",
5100 "src/cpp/client/generic_stub.cc",
5101 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005102 "src/cpp/client/secure_credentials.cc",
5103 "src/cpp/client/secure_credentials.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005104 "src/cpp/codegen/grpc_library.cc",
yang-g7ef72322015-07-16 21:00:51 -07005105 "src/cpp/common/auth_property_iterator.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005106 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005107 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005108 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005109 "src/cpp/common/create_auth_context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005110 "src/cpp/common/rpc_method.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005111 "src/cpp/common/secure_auth_context.cc",
5112 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08005113 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005114 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005115 "src/cpp/proto/proto_utils.cc",
5116 "src/cpp/server/async_generic_service.cc",
5117 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005118 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005119 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005120 "src/cpp/server/insecure_server_credentials.cc",
5121 "src/cpp/server/secure_server_credentials.cc",
5122 "src/cpp/server/secure_server_credentials.h",
5123 "src/cpp/server/server.cc",
5124 "src/cpp/server/server_builder.cc",
5125 "src/cpp/server/server_context.cc",
5126 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005127 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005128 "src/cpp/util/byte_buffer.cc",
5129 "src/cpp/util/slice.cc",
5130 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005131 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005132 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005133 ],
5134 "third_party": false,
5135 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005136 },
5137 {
5138 "deps": [],
5139 "headers": [
5140 "test/cpp/util/test_config.h"
5141 ],
5142 "language": "c++",
5143 "name": "grpc++_test_config",
5144 "src": [
5145 "test/cpp/util/test_config.cc",
5146 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005147 ],
5148 "third_party": false,
5149 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005150 },
5151 {
5152 "deps": [
5153 "grpc++",
5154 "grpc_test_util"
5155 ],
5156 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005157 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
5158 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
5159 "src/proto/grpc/testing/echo.grpc.pb.h",
5160 "src/proto/grpc/testing/echo.pb.h",
5161 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
5162 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08005163 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005164 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005165 "test/cpp/util/cli_call.h",
5166 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005167 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08005168 "test/cpp/util/subprocess.h",
5169 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005170 ],
5171 "language": "c++",
5172 "name": "grpc++_test_util",
5173 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08005174 "test/cpp/end2end/test_service_impl.cc",
5175 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005176 "test/cpp/util/byte_buffer_proto_helper.cc",
5177 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005178 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005179 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005180 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005181 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005182 "test/cpp/util/string_ref_helper.cc",
5183 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005184 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08005185 "test/cpp/util/subprocess.h",
5186 "test/cpp/util/test_credentials_provider.cc",
5187 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005188 ],
5189 "third_party": false,
5190 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005191 },
5192 {
5193 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005194 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005195 "grpc_unsecure"
5196 ],
5197 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005198 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005199 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005200 "include/grpc++/client_context.h",
5201 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005202 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005203 "include/grpc++/generic/async_generic_service.h",
5204 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005205 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005206 "include/grpc++/impl/call.h",
5207 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005208 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005209 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005210 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005211 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005212 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005213 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005214 "include/grpc++/impl/codegen/client_unary_call.h",
5215 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005216 "include/grpc++/impl/codegen/completion_queue_tag.h",
5217 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005218 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005219 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005220 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005221 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005222 "include/grpc++/impl/codegen/rpc_method.h",
5223 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005224 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005225 "include/grpc++/impl/codegen/serialization_traits.h",
5226 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005227 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005228 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005229 "include/grpc++/impl/codegen/status.h",
5230 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005231 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005232 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005233 "include/grpc++/impl/codegen/sync.h",
5234 "include/grpc++/impl/codegen/sync_cxx11.h",
5235 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005236 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005237 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005238 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005239 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005240 "include/grpc++/impl/proto_utils.h",
5241 "include/grpc++/impl/rpc_method.h",
5242 "include/grpc++/impl/rpc_service_method.h",
5243 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005244 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005245 "include/grpc++/impl/service_type.h",
5246 "include/grpc++/impl/sync.h",
5247 "include/grpc++/impl/sync_cxx11.h",
5248 "include/grpc++/impl/sync_no_cxx11.h",
5249 "include/grpc++/impl/thd.h",
5250 "include/grpc++/impl/thd_cxx11.h",
5251 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005252 "include/grpc++/security/auth_context.h",
5253 "include/grpc++/security/auth_metadata_processor.h",
5254 "include/grpc++/security/credentials.h",
5255 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005256 "include/grpc++/server.h",
5257 "include/grpc++/server_builder.h",
5258 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005259 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005260 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005261 "include/grpc++/support/byte_buffer.h",
5262 "include/grpc++/support/channel_arguments.h",
5263 "include/grpc++/support/config.h",
5264 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005265 "include/grpc++/support/slice.h",
5266 "include/grpc++/support/status.h",
5267 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005268 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005269 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005270 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005271 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005272 "src/cpp/client/create_channel_internal.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005273 "src/cpp/common/create_auth_context.h",
5274 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005275 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005276 ],
5277 "language": "c++",
5278 "name": "grpc++_unsecure",
5279 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005280 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005281 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005282 "include/grpc++/client_context.h",
5283 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005284 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005285 "include/grpc++/generic/async_generic_service.h",
5286 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005287 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005288 "include/grpc++/impl/call.h",
5289 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005290 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005291 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005292 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005293 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005294 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005295 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005296 "include/grpc++/impl/codegen/client_unary_call.h",
5297 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005298 "include/grpc++/impl/codegen/completion_queue_tag.h",
5299 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005300 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005301 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005302 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005303 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005304 "include/grpc++/impl/codegen/rpc_method.h",
5305 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005306 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005307 "include/grpc++/impl/codegen/serialization_traits.h",
5308 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005309 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005310 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005311 "include/grpc++/impl/codegen/status.h",
5312 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005313 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005314 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005315 "include/grpc++/impl/codegen/sync.h",
5316 "include/grpc++/impl/codegen/sync_cxx11.h",
5317 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005318 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005319 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005320 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005321 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005322 "include/grpc++/impl/proto_utils.h",
5323 "include/grpc++/impl/rpc_method.h",
5324 "include/grpc++/impl/rpc_service_method.h",
5325 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005326 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005327 "include/grpc++/impl/service_type.h",
5328 "include/grpc++/impl/sync.h",
5329 "include/grpc++/impl/sync_cxx11.h",
5330 "include/grpc++/impl/sync_no_cxx11.h",
5331 "include/grpc++/impl/thd.h",
5332 "include/grpc++/impl/thd_cxx11.h",
5333 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005334 "include/grpc++/security/auth_context.h",
5335 "include/grpc++/security/auth_metadata_processor.h",
5336 "include/grpc++/security/credentials.h",
5337 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005338 "include/grpc++/server.h",
5339 "include/grpc++/server_builder.h",
5340 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005341 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005342 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005343 "include/grpc++/support/byte_buffer.h",
5344 "include/grpc++/support/channel_arguments.h",
5345 "include/grpc++/support/config.h",
5346 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005347 "include/grpc++/support/slice.h",
5348 "include/grpc++/support/status.h",
5349 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005350 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005351 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005352 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005353 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005354 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005355 "src/cpp/client/client_context.cc",
5356 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005357 "src/cpp/client/create_channel_internal.cc",
5358 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005359 "src/cpp/client/credentials.cc",
5360 "src/cpp/client/generic_stub.cc",
5361 "src/cpp/client/insecure_credentials.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005362 "src/cpp/codegen/grpc_library.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005363 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005364 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005365 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005366 "src/cpp/common/create_auth_context.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005367 "src/cpp/common/insecure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005368 "src/cpp/common/rpc_method.cc",
5369 "src/cpp/proto/proto_utils.cc",
5370 "src/cpp/server/async_generic_service.cc",
5371 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005372 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005373 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005374 "src/cpp/server/insecure_server_credentials.cc",
5375 "src/cpp/server/server.cc",
5376 "src/cpp/server/server_builder.cc",
5377 "src/cpp/server/server_context.cc",
5378 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005379 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005380 "src/cpp/util/byte_buffer.cc",
5381 "src/cpp/util/slice.cc",
5382 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005383 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005384 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005385 ],
5386 "third_party": false,
5387 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005388 },
5389 {
5390 "deps": [],
5391 "headers": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005392 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005393 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005394 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005395 "include/grpc++/impl/codegen/call_hook.h",
5396 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005397 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005398 "include/grpc++/impl/codegen/client_unary_call.h",
5399 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005400 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005401 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005402 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005403 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005404 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005405 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005406 "include/grpc++/impl/codegen/rpc_method.h",
5407 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005408 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005409 "include/grpc++/impl/codegen/serialization_traits.h",
5410 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005411 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005412 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005413 "include/grpc++/impl/codegen/status.h",
5414 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005415 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005416 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005417 "include/grpc++/impl/codegen/sync.h",
5418 "include/grpc++/impl/codegen/sync_cxx11.h",
5419 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005420 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005421 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005422 "include/grpc++/support/config.h",
5423 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005424 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005425 "include/grpc/impl/codegen/atm.h",
5426 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5427 "include/grpc/impl/codegen/atm_gcc_sync.h",
5428 "include/grpc/impl/codegen/atm_win32.h",
5429 "include/grpc/impl/codegen/byte_buffer.h",
5430 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005431 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005432 "include/grpc/impl/codegen/grpc_types.h",
5433 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005434 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005435 "include/grpc/impl/codegen/propagation_bits.h",
5436 "include/grpc/impl/codegen/slice.h",
5437 "include/grpc/impl/codegen/slice_buffer.h",
5438 "include/grpc/impl/codegen/status.h",
5439 "include/grpc/impl/codegen/sync.h",
5440 "include/grpc/impl/codegen/sync_generic.h",
5441 "include/grpc/impl/codegen/sync_posix.h",
5442 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005443 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005444 "src/compiler/config.h",
5445 "src/compiler/cpp_generator.h",
5446 "src/compiler/cpp_generator_helpers.h",
5447 "src/compiler/csharp_generator.h",
5448 "src/compiler/csharp_generator_helpers.h",
5449 "src/compiler/generator_helpers.h",
5450 "src/compiler/objective_c_generator.h",
5451 "src/compiler/objective_c_generator_helpers.h",
5452 "src/compiler/python_generator.h",
5453 "src/compiler/ruby_generator.h",
5454 "src/compiler/ruby_generator_helpers-inl.h",
5455 "src/compiler/ruby_generator_map-inl.h",
5456 "src/compiler/ruby_generator_string-inl.h"
5457 ],
5458 "language": "c++",
5459 "name": "grpc_plugin_support",
5460 "src": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005461 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005462 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005463 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005464 "include/grpc++/impl/codegen/call_hook.h",
5465 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005466 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005467 "include/grpc++/impl/codegen/client_unary_call.h",
5468 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005469 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005470 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005471 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005472 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005473 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005474 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005475 "include/grpc++/impl/codegen/rpc_method.h",
5476 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005477 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005478 "include/grpc++/impl/codegen/serialization_traits.h",
5479 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005480 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005481 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005482 "include/grpc++/impl/codegen/status.h",
5483 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005484 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005485 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005486 "include/grpc++/impl/codegen/sync.h",
5487 "include/grpc++/impl/codegen/sync_cxx11.h",
5488 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005489 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005490 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005491 "include/grpc++/support/config.h",
5492 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005493 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005494 "include/grpc/impl/codegen/atm.h",
5495 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5496 "include/grpc/impl/codegen/atm_gcc_sync.h",
5497 "include/grpc/impl/codegen/atm_win32.h",
5498 "include/grpc/impl/codegen/byte_buffer.h",
5499 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005500 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005501 "include/grpc/impl/codegen/grpc_types.h",
5502 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005503 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005504 "include/grpc/impl/codegen/propagation_bits.h",
5505 "include/grpc/impl/codegen/slice.h",
5506 "include/grpc/impl/codegen/slice_buffer.h",
5507 "include/grpc/impl/codegen/status.h",
5508 "include/grpc/impl/codegen/sync.h",
5509 "include/grpc/impl/codegen/sync_generic.h",
5510 "include/grpc/impl/codegen/sync_posix.h",
5511 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005512 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005513 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005514 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005515 "src/compiler/cpp_generator.h",
5516 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005517 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005518 "src/compiler/csharp_generator.h",
5519 "src/compiler/csharp_generator_helpers.h",
5520 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005521 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005522 "src/compiler/objective_c_generator.h",
5523 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005524 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005525 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005526 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005527 "src/compiler/ruby_generator.h",
5528 "src/compiler/ruby_generator_helpers-inl.h",
5529 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005530 "src/compiler/ruby_generator_string-inl.h",
5531 "src/cpp/codegen/grpc_library.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005532 ],
5533 "third_party": false,
5534 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005535 },
5536 {
5537 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005538 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005539 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005540 "grpc++",
5541 "grpc++_test_util",
5542 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005543 ],
5544 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005545 "src/proto/grpc/testing/messages.grpc.pb.h",
5546 "src/proto/grpc/testing/messages.pb.h",
5547 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005548 ],
5549 "language": "c++",
5550 "name": "interop_client_helper",
5551 "src": [
5552 "test/cpp/interop/client_helper.cc",
5553 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005554 ],
5555 "third_party": false,
5556 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005557 },
5558 {
5559 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005560 "gpr",
5561 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005562 "grpc",
5563 "grpc++",
5564 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005565 "grpc++_test_util",
5566 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005567 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005568 ],
5569 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005570 "src/proto/grpc/testing/empty.grpc.pb.h",
5571 "src/proto/grpc/testing/empty.pb.h",
5572 "src/proto/grpc/testing/messages.grpc.pb.h",
5573 "src/proto/grpc/testing/messages.pb.h",
5574 "src/proto/grpc/testing/test.grpc.pb.h",
5575 "src/proto/grpc/testing/test.pb.h",
5576 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005577 ],
5578 "language": "c++",
5579 "name": "interop_client_main",
5580 "src": [
5581 "test/cpp/interop/client.cc",
5582 "test/cpp/interop/interop_client.cc",
5583 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005584 ],
5585 "third_party": false,
5586 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005587 },
5588 {
5589 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005590 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005591 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005592 "grpc++",
5593 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005594 ],
5595 "headers": [
5596 "test/cpp/interop/server_helper.h"
5597 ],
5598 "language": "c++",
5599 "name": "interop_server_helper",
5600 "src": [
5601 "test/cpp/interop/server_helper.cc",
5602 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005603 ],
5604 "third_party": false,
5605 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005606 },
5607 {
5608 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005609 "gpr",
5610 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005611 "grpc",
5612 "grpc++",
5613 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005614 "grpc++_test_util",
5615 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005616 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005617 ],
5618 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005619 "src/proto/grpc/testing/empty.grpc.pb.h",
5620 "src/proto/grpc/testing/empty.pb.h",
5621 "src/proto/grpc/testing/messages.grpc.pb.h",
5622 "src/proto/grpc/testing/messages.pb.h",
5623 "src/proto/grpc/testing/test.grpc.pb.h",
5624 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005625 ],
5626 "language": "c++",
5627 "name": "interop_server_main",
5628 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005629 "test/cpp/interop/server_main.cc"
5630 ],
5631 "third_party": false,
5632 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005633 },
5634 {
5635 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005636 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07005637 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005638 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005639 ],
5640 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005641 "src/proto/grpc/testing/control.grpc.pb.h",
5642 "src/proto/grpc/testing/control.pb.h",
5643 "src/proto/grpc/testing/messages.grpc.pb.h",
5644 "src/proto/grpc/testing/messages.pb.h",
5645 "src/proto/grpc/testing/payloads.grpc.pb.h",
5646 "src/proto/grpc/testing/payloads.pb.h",
5647 "src/proto/grpc/testing/perf_db.grpc.pb.h",
5648 "src/proto/grpc/testing/perf_db.pb.h",
5649 "src/proto/grpc/testing/services.grpc.pb.h",
5650 "src/proto/grpc/testing/services.pb.h",
5651 "src/proto/grpc/testing/stats.grpc.pb.h",
5652 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005653 "test/cpp/qps/client.h",
5654 "test/cpp/qps/driver.h",
5655 "test/cpp/qps/histogram.h",
5656 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005657 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005658 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005659 "test/cpp/qps/qps_worker.h",
5660 "test/cpp/qps/report.h",
5661 "test/cpp/qps/server.h",
5662 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005663 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08005664 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005665 ],
5666 "language": "c++",
5667 "name": "qps",
5668 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005669 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005670 "test/cpp/qps/client_async.cc",
5671 "test/cpp/qps/client_sync.cc",
5672 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005673 "test/cpp/qps/driver.h",
5674 "test/cpp/qps/histogram.h",
5675 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005676 "test/cpp/qps/limit_cores.cc",
5677 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07005678 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005679 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005680 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005681 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005682 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005683 "test/cpp/qps/report.h",
5684 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005685 "test/cpp/qps/server_async.cc",
5686 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005687 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005688 "test/cpp/qps/usage_timer.cc",
5689 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005690 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005691 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005692 ],
5693 "third_party": false,
5694 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005695 },
5696 {
5697 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005698 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005699 "grpc"
5700 ],
5701 "headers": [],
5702 "language": "csharp",
5703 "name": "grpc_csharp_ext",
5704 "src": [
5705 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005706 ],
5707 "third_party": false,
5708 "type": "lib"
5709 },
5710 {
5711 "deps": [],
5712 "headers": [
5713 "third_party/boringssl/crypto/aes/internal.h",
5714 "third_party/boringssl/crypto/asn1/asn1_locl.h",
5715 "third_party/boringssl/crypto/bio/internal.h",
5716 "third_party/boringssl/crypto/bn/internal.h",
5717 "third_party/boringssl/crypto/bn/rsaz_exp.h",
5718 "third_party/boringssl/crypto/bytestring/internal.h",
5719 "third_party/boringssl/crypto/cipher/internal.h",
5720 "third_party/boringssl/crypto/conf/conf_def.h",
5721 "third_party/boringssl/crypto/conf/internal.h",
5722 "third_party/boringssl/crypto/des/internal.h",
5723 "third_party/boringssl/crypto/dh/internal.h",
5724 "third_party/boringssl/crypto/digest/internal.h",
5725 "third_party/boringssl/crypto/digest/md32_common.h",
5726 "third_party/boringssl/crypto/directory.h",
5727 "third_party/boringssl/crypto/dsa/internal.h",
5728 "third_party/boringssl/crypto/ec/internal.h",
5729 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
5730 "third_party/boringssl/crypto/evp/internal.h",
5731 "third_party/boringssl/crypto/internal.h",
5732 "third_party/boringssl/crypto/modes/internal.h",
5733 "third_party/boringssl/crypto/obj/obj_dat.h",
5734 "third_party/boringssl/crypto/obj/obj_xref.h",
5735 "third_party/boringssl/crypto/pkcs8/internal.h",
5736 "third_party/boringssl/crypto/rand/internal.h",
5737 "third_party/boringssl/crypto/rsa/internal.h",
5738 "third_party/boringssl/crypto/test/scoped_types.h",
5739 "third_party/boringssl/crypto/test/test_util.h",
5740 "third_party/boringssl/crypto/x509/charmap.h",
5741 "third_party/boringssl/crypto/x509/vpm_int.h",
5742 "third_party/boringssl/crypto/x509v3/ext_dat.h",
5743 "third_party/boringssl/crypto/x509v3/pcy_int.h",
5744 "third_party/boringssl/include/openssl/aead.h",
5745 "third_party/boringssl/include/openssl/aes.h",
5746 "third_party/boringssl/include/openssl/arm_arch.h",
5747 "third_party/boringssl/include/openssl/asn1.h",
5748 "third_party/boringssl/include/openssl/asn1_mac.h",
5749 "third_party/boringssl/include/openssl/asn1t.h",
5750 "third_party/boringssl/include/openssl/base.h",
5751 "third_party/boringssl/include/openssl/base64.h",
5752 "third_party/boringssl/include/openssl/bio.h",
5753 "third_party/boringssl/include/openssl/blowfish.h",
5754 "third_party/boringssl/include/openssl/bn.h",
5755 "third_party/boringssl/include/openssl/buf.h",
5756 "third_party/boringssl/include/openssl/buffer.h",
5757 "third_party/boringssl/include/openssl/bytestring.h",
5758 "third_party/boringssl/include/openssl/cast.h",
5759 "third_party/boringssl/include/openssl/chacha.h",
5760 "third_party/boringssl/include/openssl/cipher.h",
5761 "third_party/boringssl/include/openssl/cmac.h",
5762 "third_party/boringssl/include/openssl/conf.h",
5763 "third_party/boringssl/include/openssl/cpu.h",
5764 "third_party/boringssl/include/openssl/crypto.h",
5765 "third_party/boringssl/include/openssl/curve25519.h",
5766 "third_party/boringssl/include/openssl/des.h",
5767 "third_party/boringssl/include/openssl/dh.h",
5768 "third_party/boringssl/include/openssl/digest.h",
5769 "third_party/boringssl/include/openssl/dsa.h",
5770 "third_party/boringssl/include/openssl/dtls1.h",
5771 "third_party/boringssl/include/openssl/ec.h",
5772 "third_party/boringssl/include/openssl/ec_key.h",
5773 "third_party/boringssl/include/openssl/ecdh.h",
5774 "third_party/boringssl/include/openssl/ecdsa.h",
5775 "third_party/boringssl/include/openssl/engine.h",
5776 "third_party/boringssl/include/openssl/err.h",
5777 "third_party/boringssl/include/openssl/evp.h",
5778 "third_party/boringssl/include/openssl/ex_data.h",
5779 "third_party/boringssl/include/openssl/hkdf.h",
5780 "third_party/boringssl/include/openssl/hmac.h",
5781 "third_party/boringssl/include/openssl/lhash.h",
5782 "third_party/boringssl/include/openssl/lhash_macros.h",
5783 "third_party/boringssl/include/openssl/md4.h",
5784 "third_party/boringssl/include/openssl/md5.h",
5785 "third_party/boringssl/include/openssl/mem.h",
5786 "third_party/boringssl/include/openssl/obj.h",
5787 "third_party/boringssl/include/openssl/obj_mac.h",
5788 "third_party/boringssl/include/openssl/objects.h",
5789 "third_party/boringssl/include/openssl/opensslfeatures.h",
5790 "third_party/boringssl/include/openssl/opensslv.h",
5791 "third_party/boringssl/include/openssl/ossl_typ.h",
5792 "third_party/boringssl/include/openssl/pem.h",
5793 "third_party/boringssl/include/openssl/pkcs12.h",
5794 "third_party/boringssl/include/openssl/pkcs7.h",
5795 "third_party/boringssl/include/openssl/pkcs8.h",
5796 "third_party/boringssl/include/openssl/poly1305.h",
5797 "third_party/boringssl/include/openssl/pqueue.h",
5798 "third_party/boringssl/include/openssl/rand.h",
5799 "third_party/boringssl/include/openssl/rc4.h",
5800 "third_party/boringssl/include/openssl/rsa.h",
5801 "third_party/boringssl/include/openssl/safestack.h",
5802 "third_party/boringssl/include/openssl/sha.h",
5803 "third_party/boringssl/include/openssl/srtp.h",
5804 "third_party/boringssl/include/openssl/ssl.h",
5805 "third_party/boringssl/include/openssl/ssl3.h",
5806 "third_party/boringssl/include/openssl/stack.h",
5807 "third_party/boringssl/include/openssl/stack_macros.h",
5808 "third_party/boringssl/include/openssl/thread.h",
5809 "third_party/boringssl/include/openssl/time_support.h",
5810 "third_party/boringssl/include/openssl/tls1.h",
5811 "third_party/boringssl/include/openssl/type_check.h",
5812 "third_party/boringssl/include/openssl/x509.h",
5813 "third_party/boringssl/include/openssl/x509_vfy.h",
5814 "third_party/boringssl/include/openssl/x509v3.h",
5815 "third_party/boringssl/ssl/internal.h",
5816 "third_party/boringssl/ssl/test/async_bio.h",
5817 "third_party/boringssl/ssl/test/packeted_bio.h",
5818 "third_party/boringssl/ssl/test/scoped_types.h",
5819 "third_party/boringssl/ssl/test/test_config.h"
5820 ],
5821 "language": "c",
5822 "name": "boringssl",
5823 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08005824 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005825 ],
5826 "third_party": true,
5827 "type": "lib"
5828 },
5829 {
5830 "deps": [],
5831 "headers": [],
5832 "language": "c++",
5833 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08005834 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005835 "third_party": true,
5836 "type": "lib"
5837 },
5838 {
5839 "deps": [
5840 "boringssl",
5841 "boringssl_test_util"
5842 ],
5843 "headers": [],
5844 "language": "c++",
5845 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005846 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005847 "third_party": true,
5848 "type": "lib"
5849 },
5850 {
5851 "deps": [
5852 "boringssl",
5853 "boringssl_test_util"
5854 ],
5855 "headers": [],
5856 "language": "c++",
5857 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005858 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005859 "third_party": true,
5860 "type": "lib"
5861 },
5862 {
5863 "deps": [
5864 "boringssl",
5865 "boringssl_test_util"
5866 ],
5867 "headers": [],
5868 "language": "c++",
5869 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005870 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005871 "third_party": true,
5872 "type": "lib"
5873 },
5874 {
5875 "deps": [
5876 "boringssl",
5877 "boringssl_test_util"
5878 ],
5879 "headers": [],
5880 "language": "c++",
5881 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005882 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005883 "third_party": true,
5884 "type": "lib"
5885 },
5886 {
5887 "deps": [
5888 "boringssl",
5889 "boringssl_test_util"
5890 ],
5891 "headers": [],
5892 "language": "c++",
5893 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005894 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005895 "third_party": true,
5896 "type": "lib"
5897 },
5898 {
5899 "deps": [
5900 "boringssl",
5901 "boringssl_test_util"
5902 ],
5903 "headers": [],
5904 "language": "c++",
5905 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005906 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005907 "third_party": true,
5908 "type": "lib"
5909 },
5910 {
5911 "deps": [
5912 "boringssl",
5913 "boringssl_test_util"
5914 ],
5915 "headers": [],
5916 "language": "c++",
5917 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005918 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005919 "third_party": true,
5920 "type": "lib"
5921 },
5922 {
5923 "deps": [
5924 "boringssl",
5925 "boringssl_test_util"
5926 ],
5927 "headers": [],
5928 "language": "c++",
5929 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005930 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005931 "third_party": true,
5932 "type": "lib"
5933 },
5934 {
5935 "deps": [
5936 "boringssl",
5937 "boringssl_test_util"
5938 ],
5939 "headers": [],
5940 "language": "c",
5941 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005942 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005943 "third_party": true,
5944 "type": "lib"
5945 },
5946 {
5947 "deps": [
5948 "boringssl",
5949 "boringssl_test_util"
5950 ],
5951 "headers": [],
5952 "language": "c++",
5953 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005954 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005955 "third_party": true,
5956 "type": "lib"
5957 },
5958 {
5959 "deps": [
5960 "boringssl",
5961 "boringssl_test_util"
5962 ],
5963 "headers": [],
5964 "language": "c++",
5965 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005966 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005967 "third_party": true,
5968 "type": "lib"
5969 },
5970 {
5971 "deps": [
5972 "boringssl",
5973 "boringssl_test_util"
5974 ],
5975 "headers": [],
5976 "language": "c++",
5977 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005978 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005979 "third_party": true,
5980 "type": "lib"
5981 },
5982 {
5983 "deps": [
5984 "boringssl",
5985 "boringssl_test_util"
5986 ],
5987 "headers": [],
5988 "language": "c++",
5989 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005990 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005991 "third_party": true,
5992 "type": "lib"
5993 },
5994 {
5995 "deps": [
5996 "boringssl",
5997 "boringssl_test_util"
5998 ],
5999 "headers": [],
6000 "language": "c",
6001 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006002 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006003 "third_party": true,
6004 "type": "lib"
6005 },
6006 {
6007 "deps": [
6008 "boringssl",
6009 "boringssl_test_util"
6010 ],
6011 "headers": [],
6012 "language": "c++",
6013 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006014 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006015 "third_party": true,
6016 "type": "lib"
6017 },
6018 {
6019 "deps": [
6020 "boringssl",
6021 "boringssl_test_util"
6022 ],
6023 "headers": [],
6024 "language": "c",
6025 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006026 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006027 "third_party": true,
6028 "type": "lib"
6029 },
6030 {
6031 "deps": [
6032 "boringssl",
6033 "boringssl_test_util"
6034 ],
6035 "headers": [],
6036 "language": "c++",
6037 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006038 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006039 "third_party": true,
6040 "type": "lib"
6041 },
6042 {
6043 "deps": [
6044 "boringssl",
6045 "boringssl_test_util"
6046 ],
6047 "headers": [],
6048 "language": "c++",
6049 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006050 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006051 "third_party": true,
6052 "type": "lib"
6053 },
6054 {
6055 "deps": [
6056 "boringssl",
6057 "boringssl_test_util"
6058 ],
6059 "headers": [],
6060 "language": "c++",
6061 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006062 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006063 "third_party": true,
6064 "type": "lib"
6065 },
6066 {
6067 "deps": [
6068 "boringssl",
6069 "boringssl_test_util"
6070 ],
6071 "headers": [],
6072 "language": "c++",
6073 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006074 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006075 "third_party": true,
6076 "type": "lib"
6077 },
6078 {
6079 "deps": [
6080 "boringssl",
6081 "boringssl_test_util"
6082 ],
6083 "headers": [],
6084 "language": "c++",
6085 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006086 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006087 "third_party": true,
6088 "type": "lib"
6089 },
6090 {
6091 "deps": [
6092 "boringssl",
6093 "boringssl_test_util"
6094 ],
6095 "headers": [],
6096 "language": "c",
6097 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006098 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006099 "third_party": true,
6100 "type": "lib"
6101 },
6102 {
6103 "deps": [
6104 "boringssl",
6105 "boringssl_test_util"
6106 ],
6107 "headers": [],
6108 "language": "c++",
6109 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006110 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006111 "third_party": true,
6112 "type": "lib"
6113 },
6114 {
6115 "deps": [
6116 "boringssl",
6117 "boringssl_test_util"
6118 ],
6119 "headers": [],
6120 "language": "c",
6121 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006122 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006123 "third_party": true,
6124 "type": "lib"
6125 },
6126 {
6127 "deps": [
6128 "boringssl",
6129 "boringssl_test_util"
6130 ],
6131 "headers": [],
6132 "language": "c",
6133 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006134 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006135 "third_party": true,
6136 "type": "lib"
6137 },
6138 {
6139 "deps": [
6140 "boringssl",
6141 "boringssl_test_util"
6142 ],
6143 "headers": [],
6144 "language": "c++",
6145 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006146 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006147 "third_party": true,
6148 "type": "lib"
6149 },
6150 {
6151 "deps": [
6152 "boringssl",
6153 "boringssl_test_util"
6154 ],
6155 "headers": [],
6156 "language": "c++",
6157 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006158 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006159 "third_party": true,
6160 "type": "lib"
6161 },
6162 {
6163 "deps": [
6164 "boringssl",
6165 "boringssl_test_util"
6166 ],
6167 "headers": [],
6168 "language": "c++",
6169 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006170 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006171 "third_party": true,
6172 "type": "lib"
6173 },
6174 {
6175 "deps": [
6176 "boringssl",
6177 "boringssl_test_util"
6178 ],
6179 "headers": [],
6180 "language": "c",
6181 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006182 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006183 "third_party": true,
6184 "type": "lib"
6185 },
6186 {
6187 "deps": [
6188 "boringssl",
6189 "boringssl_test_util"
6190 ],
6191 "headers": [],
6192 "language": "c++",
6193 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006194 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006195 "third_party": true,
6196 "type": "lib"
6197 },
6198 {
6199 "deps": [
6200 "boringssl",
6201 "boringssl_test_util"
6202 ],
6203 "headers": [],
6204 "language": "c",
6205 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006206 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006207 "third_party": true,
6208 "type": "lib"
6209 },
6210 {
6211 "deps": [
6212 "boringssl",
6213 "boringssl_test_util"
6214 ],
6215 "headers": [],
6216 "language": "c",
6217 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006218 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006219 "third_party": true,
6220 "type": "lib"
6221 },
6222 {
6223 "deps": [
6224 "boringssl",
6225 "boringssl_test_util"
6226 ],
6227 "headers": [],
6228 "language": "c",
6229 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006230 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006231 "third_party": true,
6232 "type": "lib"
6233 },
6234 {
6235 "deps": [
6236 "boringssl",
6237 "boringssl_test_util"
6238 ],
6239 "headers": [],
6240 "language": "c",
6241 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006242 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006243 "third_party": true,
6244 "type": "lib"
6245 },
6246 {
6247 "deps": [
6248 "boringssl",
6249 "boringssl_test_util"
6250 ],
6251 "headers": [],
6252 "language": "c",
6253 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006254 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006255 "third_party": true,
6256 "type": "lib"
6257 },
6258 {
6259 "deps": [
6260 "boringssl",
6261 "boringssl_test_util"
6262 ],
6263 "headers": [],
6264 "language": "c++",
6265 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006266 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006267 "third_party": true,
6268 "type": "lib"
6269 },
6270 {
6271 "deps": [],
6272 "headers": [
6273 "third_party/zlib/crc32.h",
6274 "third_party/zlib/deflate.h",
6275 "third_party/zlib/gzguts.h",
6276 "third_party/zlib/inffast.h",
6277 "third_party/zlib/inffixed.h",
6278 "third_party/zlib/inflate.h",
6279 "third_party/zlib/inftrees.h",
6280 "third_party/zlib/trees.h",
6281 "third_party/zlib/zconf.h",
6282 "third_party/zlib/zlib.h",
6283 "third_party/zlib/zutil.h"
6284 ],
6285 "language": "c",
6286 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08006287 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006288 "third_party": true,
6289 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006290 },
6291 {
6292 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006293 "gpr",
6294 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006295 "grpc_test_util_unsecure",
6296 "grpc_unsecure"
6297 ],
6298 "headers": [
6299 "test/core/bad_client/bad_client.h"
6300 ],
6301 "language": "c",
6302 "name": "bad_client_test",
6303 "src": [
6304 "test/core/bad_client/bad_client.c",
6305 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08006306 ],
6307 "third_party": false,
6308 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006309 },
6310 {
6311 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006312 "gpr",
6313 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006314 "grpc",
6315 "grpc_test_util"
6316 ],
6317 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08006318 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006319 ],
6320 "language": "c",
6321 "name": "bad_ssl_test_server",
6322 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08006323 "test/core/bad_ssl/server_common.c",
6324 "test/core/bad_ssl/server_common.h"
6325 ],
6326 "third_party": false,
6327 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006328 },
6329 {
Craig Tillerf75fc122015-06-25 06:58:00 -07006330 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08006331 "end2end_certs",
Craig Tillerda179ce2016-02-09 12:01:53 -08006332 "gpr",
6333 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08006334 "grpc",
6335 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07006336 ],
6337 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07006338 "test/core/end2end/end2end_tests.h",
6339 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07006340 ],
6341 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006342 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07006343 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006344 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006345 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07006346 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006347 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006348 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006349 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006350 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006351 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006352 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006353 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006354 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006355 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006356 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006357 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006358 "test/core/end2end/tests/default_host.c",
6359 "test/core/end2end/tests/disappearing_server.c",
6360 "test/core/end2end/tests/empty_batch.c",
6361 "test/core/end2end/tests/graceful_server_shutdown.c",
6362 "test/core/end2end/tests/high_initial_seqno.c",
6363 "test/core/end2end/tests/hpack_size.c",
6364 "test/core/end2end/tests/invoke_large_request.c",
6365 "test/core/end2end/tests/large_metadata.c",
6366 "test/core/end2end/tests/max_concurrent_streams.c",
6367 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006368 "test/core/end2end/tests/negative_deadline.c",
6369 "test/core/end2end/tests/no_op.c",
6370 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006371 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006372 "test/core/end2end/tests/ping_pong_streaming.c",
6373 "test/core/end2end/tests/registered_call.c",
6374 "test/core/end2end/tests/request_with_flags.c",
6375 "test/core/end2end/tests/request_with_payload.c",
6376 "test/core/end2end/tests/server_finishes_request.c",
6377 "test/core/end2end/tests/shutdown_finishes_calls.c",
6378 "test/core/end2end/tests/shutdown_finishes_tags.c",
6379 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006380 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006381 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006382 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006383 ],
6384 "third_party": false,
6385 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08006386 },
6387 {
6388 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006389 "gpr",
6390 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006391 "grpc_test_util_unsecure",
6392 "grpc_unsecure"
6393 ],
6394 "headers": [
6395 "test/core/end2end/end2end_tests.h",
6396 "test/core/end2end/tests/cancel_test_helpers.h"
6397 ],
6398 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006399 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08006400 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006401 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006402 "test/core/end2end/end2end_tests.h",
6403 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006404 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006405 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006406 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006407 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006408 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006409 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08006410 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006411 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006412 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006413 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006414 "test/core/end2end/tests/default_host.c",
6415 "test/core/end2end/tests/disappearing_server.c",
6416 "test/core/end2end/tests/empty_batch.c",
6417 "test/core/end2end/tests/graceful_server_shutdown.c",
6418 "test/core/end2end/tests/high_initial_seqno.c",
6419 "test/core/end2end/tests/hpack_size.c",
6420 "test/core/end2end/tests/invoke_large_request.c",
6421 "test/core/end2end/tests/large_metadata.c",
6422 "test/core/end2end/tests/max_concurrent_streams.c",
6423 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006424 "test/core/end2end/tests/negative_deadline.c",
6425 "test/core/end2end/tests/no_op.c",
6426 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006427 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006428 "test/core/end2end/tests/ping_pong_streaming.c",
6429 "test/core/end2end/tests/registered_call.c",
6430 "test/core/end2end/tests/request_with_flags.c",
6431 "test/core/end2end/tests/request_with_payload.c",
6432 "test/core/end2end/tests/server_finishes_request.c",
6433 "test/core/end2end/tests/shutdown_finishes_calls.c",
6434 "test/core/end2end/tests/shutdown_finishes_tags.c",
6435 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006436 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006437 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006438 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006439 ],
6440 "third_party": false,
6441 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006442 },
6443 {
6444 "deps": [],
6445 "headers": [],
6446 "language": "c",
6447 "name": "end2end_certs",
6448 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07006449 "test/core/end2end/data/server1_cert.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006450 "test/core/end2end/data/server1_key.c",
6451 "test/core/end2end/data/test_root_cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006452 ],
6453 "third_party": false,
6454 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006455 }
6456]