blob: 6b70f091ebec69594ed2cdf5a180e690b7f94308 [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 Tillereb841e22016-02-11 15:49:16 -08001921 },
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 Tiller0fe5ee72015-12-22 12:50:36 -08003255 "name": "h2_oauth2_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003256 "src": [
3257 "test/core/end2end/fixtures/h2_oauth2.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003258 ],
3259 "third_party": false,
3260 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003261 },
3262 {
3263 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003264 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003265 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003266 "gpr",
3267 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003268 "grpc",
3269 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003270 ],
3271 "headers": [],
3272 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003273 "name": "h2_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003274 "src": [
3275 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003276 ],
3277 "third_party": false,
3278 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003279 },
3280 {
3281 "deps": [
3282 "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 Tiller1ebb7c82015-08-31 15:53:36 -07003286 "grpc",
3287 "grpc_test_util"
3288 ],
3289 "headers": [],
3290 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003291 "name": "h2_sockpair_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003292 "src": [
3293 "test/core/end2end/fixtures/h2_sockpair.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 Tiller0fe5ee72015-12-22 12:50:36 -08003309 "name": "h2_sockpair+trace_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003310 "src": [
3311 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003312 ],
3313 "third_party": false,
3314 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003315 },
3316 {
3317 "deps": [
3318 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003319 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 "gpr",
3321 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003322 "grpc",
3323 "grpc_test_util"
3324 ],
3325 "headers": [],
3326 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003327 "name": "h2_sockpair_1byte_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003328 "src": [
3329 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003330 ],
3331 "third_party": false,
3332 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003333 },
3334 {
3335 "deps": [
3336 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003337 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003338 "gpr",
3339 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003340 "grpc",
3341 "grpc_test_util"
3342 ],
3343 "headers": [],
3344 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003345 "name": "h2_ssl_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003346 "src": [
3347 "test/core/end2end/fixtures/h2_ssl.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003348 ],
3349 "third_party": false,
3350 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003351 },
3352 {
3353 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003354 "end2end_certs",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003355 "end2end_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003356 "gpr",
3357 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003358 "grpc",
3359 "grpc_test_util"
3360 ],
3361 "headers": [],
3362 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003363 "name": "h2_ssl+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003364 "src": [
3365 "test/core/end2end/fixtures/h2_ssl+poll.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 Tiller224b04f2015-06-25 07:11:18 -07003376 "grpc",
3377 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003378 ],
3379 "headers": [],
3380 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003381 "name": "h2_ssl_proxy_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003382 "src": [
3383 "test/core/end2end/fixtures/h2_ssl_proxy.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",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003394 "grpc",
3395 "grpc_test_util"
3396 ],
3397 "headers": [],
3398 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003399 "name": "h2_uchannel_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003400 "src": [
3401 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003402 ],
3403 "third_party": false,
3404 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003405 },
3406 {
3407 "deps": [
3408 "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",
Craig Tiller224b04f2015-06-25 07:11:18 -07003412 "grpc",
3413 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07003414 ],
3415 "headers": [],
3416 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003417 "name": "h2_uds_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003418 "src": [
3419 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003420 ],
3421 "third_party": false,
3422 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003423 },
3424 {
3425 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003426 "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+poll_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003436 "src": [
3437 "test/core/end2end/fixtures/h2_uds+poll.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 Tiller0fe5ee72015-12-22 12:50:36 -08003444 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003445 "gpr",
3446 "gpr_test_util",
Craig Tillerc586f4e2015-12-10 10:26:05 -08003447 "grpc_test_util_unsecure",
3448 "grpc_unsecure"
3449 ],
3450 "headers": [],
3451 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003452 "name": "h2_census_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003453 "src": [
3454 "test/core/end2end/fixtures/h2_census.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003455 ],
3456 "third_party": false,
3457 "type": "target"
Craig Tillerc586f4e2015-12-10 10:26:05 -08003458 },
3459 {
3460 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003461 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003462 "gpr",
3463 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003464 "grpc_test_util_unsecure",
3465 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003466 ],
3467 "headers": [],
3468 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003469 "name": "h2_compress_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003470 "src": [
3471 "test/core/end2end/fixtures/h2_compress.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003472 ],
3473 "third_party": false,
3474 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003475 },
3476 {
3477 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003478 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003479 "gpr",
3480 "gpr_test_util",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003481 "grpc_test_util_unsecure",
3482 "grpc_unsecure"
3483 ],
3484 "headers": [],
3485 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003486 "name": "h2_full_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003487 "src": [
3488 "test/core/end2end/fixtures/h2_full.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003489 ],
3490 "third_party": false,
3491 "type": "target"
David Garcia Quintas8a187092015-07-01 14:52:44 -07003492 },
3493 {
3494 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003495 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003496 "gpr",
3497 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003498 "grpc_test_util_unsecure",
3499 "grpc_unsecure"
3500 ],
3501 "headers": [],
3502 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003503 "name": "h2_full+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003504 "src": [
3505 "test/core/end2end/fixtures/h2_full+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003506 ],
3507 "third_party": false,
3508 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003509 },
3510 {
3511 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003512 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 "gpr",
3514 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003515 "grpc_test_util_unsecure",
3516 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003517 ],
3518 "headers": [],
3519 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003520 "name": "h2_full+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003521 "src": [
3522 "test/core/end2end/fixtures/h2_full+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003523 ],
3524 "third_party": false,
3525 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003526 },
3527 {
3528 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003529 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003530 "gpr",
3531 "gpr_test_util",
Craig Tillerf218c8b2015-12-10 14:57:56 -08003532 "grpc_test_util_unsecure",
3533 "grpc_unsecure"
3534 ],
3535 "headers": [],
3536 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003537 "name": "h2_full+poll+pipe_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003538 "src": [
3539 "test/core/end2end/fixtures/h2_full+poll+pipe.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003540 ],
3541 "third_party": false,
3542 "type": "target"
Craig Tillerf218c8b2015-12-10 14:57:56 -08003543 },
3544 {
3545 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003546 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003547 "gpr",
3548 "gpr_test_util",
Craig Tiller17effab2015-08-04 08:19:36 -07003549 "grpc_test_util_unsecure",
3550 "grpc_unsecure"
3551 ],
3552 "headers": [],
3553 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003554 "name": "h2_proxy_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003555 "src": [
3556 "test/core/end2end/fixtures/h2_proxy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003557 ],
3558 "third_party": false,
3559 "type": "target"
Craig Tiller17effab2015-08-04 08:19:36 -07003560 },
3561 {
3562 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003563 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003564 "gpr",
3565 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003566 "grpc_test_util_unsecure",
3567 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003568 ],
3569 "headers": [],
3570 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003571 "name": "h2_sockpair_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003572 "src": [
3573 "test/core/end2end/fixtures/h2_sockpair.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003574 ],
3575 "third_party": false,
3576 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003577 },
3578 {
3579 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003580 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003581 "gpr",
3582 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003583 "grpc_test_util_unsecure",
3584 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003585 ],
3586 "headers": [],
3587 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003588 "name": "h2_sockpair+trace_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003589 "src": [
3590 "test/core/end2end/fixtures/h2_sockpair+trace.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003591 ],
3592 "third_party": false,
3593 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003594 },
3595 {
3596 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003597 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003598 "gpr",
3599 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07003600 "grpc_test_util_unsecure",
3601 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07003602 ],
3603 "headers": [],
3604 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003605 "name": "h2_sockpair_1byte_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003606 "src": [
3607 "test/core/end2end/fixtures/h2_sockpair_1byte.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003608 ],
3609 "third_party": false,
3610 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003611 },
3612 {
3613 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003614 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003615 "gpr",
3616 "gpr_test_util",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003617 "grpc_test_util_unsecure",
3618 "grpc_unsecure"
3619 ],
3620 "headers": [],
3621 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003622 "name": "h2_uchannel_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003623 "src": [
3624 "test/core/end2end/fixtures/h2_uchannel.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003625 ],
3626 "third_party": false,
3627 "type": "target"
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003628 },
3629 {
3630 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003631 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003632 "gpr",
3633 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003634 "grpc_test_util_unsecure",
3635 "grpc_unsecure"
3636 ],
3637 "headers": [],
3638 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003639 "name": "h2_uds_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003640 "src": [
3641 "test/core/end2end/fixtures/h2_uds.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003642 ],
3643 "third_party": false,
3644 "type": "target"
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003645 },
3646 {
3647 "deps": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003648 "end2end_nosec_tests",
Craig Tillerda179ce2016-02-09 12:01:53 -08003649 "gpr",
3650 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07003651 "grpc_test_util_unsecure",
3652 "grpc_unsecure"
3653 ],
3654 "headers": [],
3655 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003656 "name": "h2_uds+poll_nosec_test",
Craig Tiller769567e2015-12-22 15:36:52 -08003657 "src": [
3658 "test/core/end2end/fixtures/h2_uds+poll.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003659 ],
3660 "third_party": false,
3661 "type": "target"
Craig Tillerf75fc122015-06-25 06:58:00 -07003662 },
3663 {
Craig Tillerf75fc122015-06-25 06:58:00 -07003664 "deps": [],
3665 "headers": [
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003666 "include/grpc/impl/codegen/alloc.h",
3667 "include/grpc/impl/codegen/atm.h",
3668 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3669 "include/grpc/impl/codegen/atm_gcc_sync.h",
3670 "include/grpc/impl/codegen/atm_win32.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003671 "include/grpc/impl/codegen/log.h",
3672 "include/grpc/impl/codegen/port_platform.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003673 "include/grpc/impl/codegen/slice.h",
3674 "include/grpc/impl/codegen/slice_buffer.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003675 "include/grpc/impl/codegen/sync.h",
3676 "include/grpc/impl/codegen/sync_generic.h",
3677 "include/grpc/impl/codegen/sync_posix.h",
3678 "include/grpc/impl/codegen/sync_win32.h",
3679 "include/grpc/impl/codegen/time.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01003680 "include/grpc/support/alloc.h",
3681 "include/grpc/support/atm.h",
3682 "include/grpc/support/atm_gcc_atomic.h",
3683 "include/grpc/support/atm_gcc_sync.h",
3684 "include/grpc/support/atm_win32.h",
3685 "include/grpc/support/avl.h",
3686 "include/grpc/support/cmdline.h",
3687 "include/grpc/support/cpu.h",
3688 "include/grpc/support/histogram.h",
3689 "include/grpc/support/host_port.h",
3690 "include/grpc/support/log.h",
3691 "include/grpc/support/log_win32.h",
3692 "include/grpc/support/port_platform.h",
3693 "include/grpc/support/slice.h",
3694 "include/grpc/support/slice_buffer.h",
3695 "include/grpc/support/string_util.h",
3696 "include/grpc/support/subprocess.h",
3697 "include/grpc/support/sync.h",
3698 "include/grpc/support/sync_generic.h",
3699 "include/grpc/support/sync_posix.h",
3700 "include/grpc/support/sync_win32.h",
3701 "include/grpc/support/thd.h",
3702 "include/grpc/support/time.h",
3703 "include/grpc/support/tls.h",
3704 "include/grpc/support/tls_gcc.h",
3705 "include/grpc/support/tls_msvc.h",
3706 "include/grpc/support/tls_pthread.h",
3707 "include/grpc/support/useful.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003708 "src/core/profiling/timers.h",
3709 "src/core/support/block_annotate.h",
3710 "src/core/support/env.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003711 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003712 "src/core/support/murmur_hash.h",
3713 "src/core/support/stack_lockfree.h",
3714 "src/core/support/string.h",
3715 "src/core/support/string_win32.h",
3716 "src/core/support/thd_internal.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003717 "src/core/support/time_precise.h",
3718 "src/core/support/tmpfile.h"
Craig Tillerda179ce2016-02-09 12:01:53 -08003719 ],
3720 "language": "c",
3721 "name": "gpr",
3722 "src": [
3723 "include/grpc/impl/codegen/alloc.h",
3724 "include/grpc/impl/codegen/atm.h",
3725 "include/grpc/impl/codegen/atm_gcc_atomic.h",
3726 "include/grpc/impl/codegen/atm_gcc_sync.h",
3727 "include/grpc/impl/codegen/atm_win32.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003728 "include/grpc/impl/codegen/log.h",
3729 "include/grpc/impl/codegen/port_platform.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003730 "include/grpc/impl/codegen/slice.h",
3731 "include/grpc/impl/codegen/slice_buffer.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003732 "include/grpc/impl/codegen/sync.h",
3733 "include/grpc/impl/codegen/sync_generic.h",
3734 "include/grpc/impl/codegen/sync_posix.h",
3735 "include/grpc/impl/codegen/sync_win32.h",
3736 "include/grpc/impl/codegen/time.h",
3737 "include/grpc/support/alloc.h",
3738 "include/grpc/support/atm.h",
3739 "include/grpc/support/atm_gcc_atomic.h",
3740 "include/grpc/support/atm_gcc_sync.h",
3741 "include/grpc/support/atm_win32.h",
3742 "include/grpc/support/avl.h",
3743 "include/grpc/support/cmdline.h",
3744 "include/grpc/support/cpu.h",
3745 "include/grpc/support/histogram.h",
3746 "include/grpc/support/host_port.h",
3747 "include/grpc/support/log.h",
3748 "include/grpc/support/log_win32.h",
3749 "include/grpc/support/port_platform.h",
3750 "include/grpc/support/slice.h",
3751 "include/grpc/support/slice_buffer.h",
3752 "include/grpc/support/string_util.h",
3753 "include/grpc/support/subprocess.h",
3754 "include/grpc/support/sync.h",
3755 "include/grpc/support/sync_generic.h",
3756 "include/grpc/support/sync_posix.h",
3757 "include/grpc/support/sync_win32.h",
3758 "include/grpc/support/thd.h",
3759 "include/grpc/support/time.h",
3760 "include/grpc/support/tls.h",
3761 "include/grpc/support/tls_gcc.h",
3762 "include/grpc/support/tls_msvc.h",
3763 "include/grpc/support/tls_pthread.h",
3764 "include/grpc/support/useful.h",
3765 "src/core/profiling/basic_timers.c",
3766 "src/core/profiling/stap_timers.c",
3767 "src/core/profiling/timers.h",
3768 "src/core/support/alloc.c",
3769 "src/core/support/avl.c",
3770 "src/core/support/block_annotate.h",
3771 "src/core/support/cmdline.c",
3772 "src/core/support/cpu_iphone.c",
3773 "src/core/support/cpu_linux.c",
3774 "src/core/support/cpu_posix.c",
3775 "src/core/support/cpu_windows.c",
3776 "src/core/support/env.h",
3777 "src/core/support/env_linux.c",
3778 "src/core/support/env_posix.c",
3779 "src/core/support/env_win32.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003780 "src/core/support/histogram.c",
3781 "src/core/support/host_port.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003782 "src/core/support/load_file.c",
3783 "src/core/support/load_file.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003784 "src/core/support/log.c",
3785 "src/core/support/log_android.c",
3786 "src/core/support/log_linux.c",
3787 "src/core/support/log_posix.c",
3788 "src/core/support/log_win32.c",
3789 "src/core/support/murmur_hash.c",
3790 "src/core/support/murmur_hash.h",
3791 "src/core/support/slice.c",
3792 "src/core/support/slice_buffer.c",
3793 "src/core/support/stack_lockfree.c",
3794 "src/core/support/stack_lockfree.h",
3795 "src/core/support/string.c",
3796 "src/core/support/string.h",
3797 "src/core/support/string_posix.c",
3798 "src/core/support/string_win32.c",
3799 "src/core/support/string_win32.h",
3800 "src/core/support/subprocess_posix.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003801 "src/core/support/subprocess_windows.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08003802 "src/core/support/sync.c",
3803 "src/core/support/sync_posix.c",
3804 "src/core/support/sync_win32.c",
3805 "src/core/support/thd.c",
3806 "src/core/support/thd_internal.h",
3807 "src/core/support/thd_posix.c",
3808 "src/core/support/thd_win32.c",
3809 "src/core/support/time.c",
3810 "src/core/support/time_posix.c",
3811 "src/core/support/time_precise.c",
3812 "src/core/support/time_precise.h",
3813 "src/core/support/time_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003814 "src/core/support/tls_pthread.c",
Craig Tiller732a8752016-02-22 15:59:19 -08003815 "src/core/support/tmpfile.h",
3816 "src/core/support/tmpfile_posix.c",
3817 "src/core/support/tmpfile_win32.c",
Craig Tiller1298afd2016-02-09 12:29:17 -08003818 "src/core/support/wrap_memcpy.c"
Craig Tiller732a8752016-02-22 15:59:19 -08003819 ],
3820 "third_party": false,
3821 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003822 },
3823 {
3824 "deps": [
3825 "gpr"
3826 ],
3827 "headers": [
3828 "test/core/util/test_config.h"
3829 ],
3830 "language": "c",
3831 "name": "gpr_test_util",
3832 "src": [
3833 "test/core/util/test_config.c",
3834 "test/core/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08003835 ],
3836 "third_party": false,
3837 "type": "lib"
Craig Tillerda179ce2016-02-09 12:01:53 -08003838 },
3839 {
3840 "deps": [
3841 "gpr"
3842 ],
3843 "headers": [
3844 "include/grpc/byte_buffer.h",
3845 "include/grpc/byte_buffer_reader.h",
3846 "include/grpc/census.h",
3847 "include/grpc/compression.h",
3848 "include/grpc/grpc.h",
3849 "include/grpc/grpc_security.h",
Craig Tiller1298afd2016-02-09 12:29:17 -08003850 "include/grpc/impl/codegen/byte_buffer.h",
3851 "include/grpc/impl/codegen/compression_types.h",
3852 "include/grpc/impl/codegen/connectivity_state.h",
3853 "include/grpc/impl/codegen/grpc_types.h",
3854 "include/grpc/impl/codegen/propagation_bits.h",
3855 "include/grpc/impl/codegen/status.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08003856 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07003857 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07003858 "src/core/census/grpc_filter.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003859 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07003860 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003861 "src/core/channel/channel_args.h",
3862 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003863 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07003864 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07003865 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003866 "src/core/channel/connected_channel.h",
3867 "src/core/channel/context.h",
3868 "src/core/channel/http_client_filter.h",
3869 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003870 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003871 "src/core/client_config/client_config.h",
3872 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08003873 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003874 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003875 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07003876 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003877 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07003878 "src/core/client_config/lb_policy_factory.h",
3879 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003880 "src/core/client_config/resolver.h",
3881 "src/core/client_config/resolver_factory.h",
3882 "src/core/client_config/resolver_registry.h",
3883 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07003884 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003885 "src/core/client_config/subchannel.h",
3886 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08003887 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07003888 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08003889 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003890 "src/core/compression/message_compress.h",
3891 "src/core/debug/trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003892 "src/core/httpcli/format_request.h",
3893 "src/core/httpcli/httpcli.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003894 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003895 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003896 "src/core/iomgr/endpoint.h",
3897 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07003898 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07003899 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003900 "src/core/iomgr/fd_posix.h",
3901 "src/core/iomgr/iocp_windows.h",
3902 "src/core/iomgr/iomgr.h",
3903 "src/core/iomgr/iomgr_internal.h",
3904 "src/core/iomgr/iomgr_posix.h",
3905 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003906 "src/core/iomgr/pollset_posix.h",
3907 "src/core/iomgr/pollset_set.h",
3908 "src/core/iomgr/pollset_set_posix.h",
3909 "src/core/iomgr/pollset_set_windows.h",
3910 "src/core/iomgr/pollset_windows.h",
3911 "src/core/iomgr/resolve_address.h",
3912 "src/core/iomgr/sockaddr.h",
3913 "src/core/iomgr/sockaddr_posix.h",
3914 "src/core/iomgr/sockaddr_utils.h",
3915 "src/core/iomgr/sockaddr_win32.h",
3916 "src/core/iomgr/socket_utils_posix.h",
3917 "src/core/iomgr/socket_windows.h",
3918 "src/core/iomgr/tcp_client.h",
3919 "src/core/iomgr/tcp_posix.h",
3920 "src/core/iomgr/tcp_server.h",
3921 "src/core/iomgr/tcp_windows.h",
3922 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003923 "src/core/iomgr/timer.h",
3924 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04003925 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003926 "src/core/iomgr/wakeup_fd_pipe.h",
3927 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07003928 "src/core/iomgr/workqueue.h",
3929 "src/core/iomgr/workqueue_posix.h",
3930 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003931 "src/core/json/json.h",
3932 "src/core/json/json_common.h",
3933 "src/core/json/json_reader.h",
3934 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003935 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003936 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08003937 "src/core/security/b64.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003938 "src/core/security/credentials.h",
Julien Boeuf87047d72015-08-21 14:30:33 -07003939 "src/core/security/handshake.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003940 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02003941 "src/core/security/jwt_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003942 "src/core/security/secure_endpoint.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003943 "src/core/security/security_connector.h",
3944 "src/core/security/security_context.h",
yang-g31ff8bc2015-08-25 14:09:06 -07003945 "src/core/statistics/census_interface.h",
3946 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07003947 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003948 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07003949 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003950 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003951 "src/core/surface/completion_queue.h",
3952 "src/core/surface/event_string.h",
3953 "src/core/surface/init.h",
3954 "src/core/surface/server.h",
3955 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003956 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003957 "src/core/transport/chttp2/alpn.h",
3958 "src/core/transport/chttp2/bin_encoder.h",
3959 "src/core/transport/chttp2/frame.h",
3960 "src/core/transport/chttp2/frame_data.h",
3961 "src/core/transport/chttp2/frame_goaway.h",
3962 "src/core/transport/chttp2/frame_ping.h",
3963 "src/core/transport/chttp2/frame_rst_stream.h",
3964 "src/core/transport/chttp2/frame_settings.h",
3965 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003966 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003967 "src/core/transport/chttp2/hpack_parser.h",
3968 "src/core/transport/chttp2/hpack_table.h",
3969 "src/core/transport/chttp2/http2_errors.h",
3970 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02003971 "src/core/transport/chttp2/incoming_metadata.h",
3972 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003973 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003974 "src/core/transport/chttp2/stream_map.h",
3975 "src/core/transport/chttp2/timeout_encoding.h",
3976 "src/core/transport/chttp2/varint.h",
3977 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07003978 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003979 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08003980 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08003981 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07003982 "src/core/transport/transport.h",
3983 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003984 "src/core/tsi/fake_transport_security.h",
3985 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08003986 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07003987 "src/core/tsi/transport_security.h",
Craig Tillereb841e22016-02-11 15:49:16 -08003988 "src/core/tsi/transport_security_interface.h",
3989 "third_party/nanopb/pb.h",
3990 "third_party/nanopb/pb_common.h",
3991 "third_party/nanopb/pb_decode.h",
3992 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07003993 ],
3994 "language": "c",
3995 "name": "grpc",
3996 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07003997 "include/grpc/byte_buffer.h",
3998 "include/grpc/byte_buffer_reader.h",
3999 "include/grpc/census.h",
4000 "include/grpc/compression.h",
4001 "include/grpc/grpc.h",
4002 "include/grpc/grpc_security.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004003 "include/grpc/impl/codegen/byte_buffer.h",
4004 "include/grpc/impl/codegen/compression_types.h",
4005 "include/grpc/impl/codegen/connectivity_state.h",
4006 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004007 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004008 "include/grpc/impl/codegen/status.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004009 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004010 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004011 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004012 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004013 "src/core/census/grpc_filter.c",
4014 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004015 "src/core/census/initialize.c",
Craig Tiller732a8752016-02-22 15:59:19 -08004016 "src/core/census/mlog.c",
4017 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004018 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004019 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004020 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004021 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004022 "src/core/channel/channel_args.c",
4023 "src/core/channel/channel_args.h",
4024 "src/core/channel/channel_stack.c",
4025 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004026 "src/core/channel/client_channel.c",
4027 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004028 "src/core/channel/client_uchannel.c",
4029 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004030 "src/core/channel/compress_filter.c",
4031 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004032 "src/core/channel/connected_channel.c",
4033 "src/core/channel/connected_channel.h",
4034 "src/core/channel/context.h",
4035 "src/core/channel/http_client_filter.c",
4036 "src/core/channel/http_client_filter.h",
4037 "src/core/channel/http_server_filter.c",
4038 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004039 "src/core/channel/subchannel_call_holder.c",
4040 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004041 "src/core/client_config/client_config.c",
4042 "src/core/client_config/client_config.h",
4043 "src/core/client_config/connector.c",
4044 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004045 "src/core/client_config/default_initial_connect_string.c",
4046 "src/core/client_config/initial_connect_string.c",
4047 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004048 "src/core/client_config/lb_policies/load_balancer_api.c",
4049 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004050 "src/core/client_config/lb_policies/pick_first.c",
4051 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004052 "src/core/client_config/lb_policies/round_robin.c",
4053 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004054 "src/core/client_config/lb_policy.c",
4055 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004056 "src/core/client_config/lb_policy_factory.c",
4057 "src/core/client_config/lb_policy_factory.h",
4058 "src/core/client_config/lb_policy_registry.c",
4059 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004060 "src/core/client_config/resolver.c",
4061 "src/core/client_config/resolver.h",
4062 "src/core/client_config/resolver_factory.c",
4063 "src/core/client_config/resolver_factory.h",
4064 "src/core/client_config/resolver_registry.c",
4065 "src/core/client_config/resolver_registry.h",
4066 "src/core/client_config/resolvers/dns_resolver.c",
4067 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004068 "src/core/client_config/resolvers/sockaddr_resolver.c",
4069 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004070 "src/core/client_config/subchannel.c",
4071 "src/core/client_config/subchannel.h",
4072 "src/core/client_config/subchannel_factory.c",
4073 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004074 "src/core/client_config/subchannel_index.c",
4075 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004076 "src/core/client_config/uri_parser.c",
4077 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004078 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004079 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004080 "src/core/compression/message_compress.c",
4081 "src/core/compression/message_compress.h",
4082 "src/core/debug/trace.c",
4083 "src/core/debug/trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004084 "src/core/httpcli/format_request.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004085 "src/core/httpcli/format_request.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004086 "src/core/httpcli/httpcli.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004087 "src/core/httpcli/httpcli.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004088 "src/core/httpcli/httpcli_security_connector.c",
4089 "src/core/httpcli/parser.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004090 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004091 "src/core/iomgr/closure.c",
4092 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004093 "src/core/iomgr/endpoint.c",
4094 "src/core/iomgr/endpoint.h",
4095 "src/core/iomgr/endpoint_pair.h",
4096 "src/core/iomgr/endpoint_pair_posix.c",
4097 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004098 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004099 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004100 "src/core/iomgr/executor.c",
4101 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004102 "src/core/iomgr/fd_posix.c",
4103 "src/core/iomgr/fd_posix.h",
4104 "src/core/iomgr/iocp_windows.c",
4105 "src/core/iomgr/iocp_windows.h",
4106 "src/core/iomgr/iomgr.c",
4107 "src/core/iomgr/iomgr.h",
4108 "src/core/iomgr/iomgr_internal.h",
4109 "src/core/iomgr/iomgr_posix.c",
4110 "src/core/iomgr/iomgr_posix.h",
4111 "src/core/iomgr/iomgr_windows.c",
4112 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004113 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4114 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4115 "src/core/iomgr/pollset_posix.c",
4116 "src/core/iomgr/pollset_posix.h",
4117 "src/core/iomgr/pollset_set.h",
4118 "src/core/iomgr/pollset_set_posix.c",
4119 "src/core/iomgr/pollset_set_posix.h",
4120 "src/core/iomgr/pollset_set_windows.c",
4121 "src/core/iomgr/pollset_set_windows.h",
4122 "src/core/iomgr/pollset_windows.c",
4123 "src/core/iomgr/pollset_windows.h",
4124 "src/core/iomgr/resolve_address.h",
4125 "src/core/iomgr/resolve_address_posix.c",
4126 "src/core/iomgr/resolve_address_windows.c",
4127 "src/core/iomgr/sockaddr.h",
4128 "src/core/iomgr/sockaddr_posix.h",
4129 "src/core/iomgr/sockaddr_utils.c",
4130 "src/core/iomgr/sockaddr_utils.h",
4131 "src/core/iomgr/sockaddr_win32.h",
4132 "src/core/iomgr/socket_utils_common_posix.c",
4133 "src/core/iomgr/socket_utils_linux.c",
4134 "src/core/iomgr/socket_utils_posix.c",
4135 "src/core/iomgr/socket_utils_posix.h",
4136 "src/core/iomgr/socket_windows.c",
4137 "src/core/iomgr/socket_windows.h",
4138 "src/core/iomgr/tcp_client.h",
4139 "src/core/iomgr/tcp_client_posix.c",
4140 "src/core/iomgr/tcp_client_windows.c",
4141 "src/core/iomgr/tcp_posix.c",
4142 "src/core/iomgr/tcp_posix.h",
4143 "src/core/iomgr/tcp_server.h",
4144 "src/core/iomgr/tcp_server_posix.c",
4145 "src/core/iomgr/tcp_server_windows.c",
4146 "src/core/iomgr/tcp_windows.c",
4147 "src/core/iomgr/tcp_windows.h",
4148 "src/core/iomgr/time_averaged_stats.c",
4149 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004150 "src/core/iomgr/timer.c",
4151 "src/core/iomgr/timer.h",
4152 "src/core/iomgr/timer_heap.c",
4153 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004154 "src/core/iomgr/udp_server.c",
4155 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004156 "src/core/iomgr/wakeup_fd_eventfd.c",
4157 "src/core/iomgr/wakeup_fd_nospecial.c",
4158 "src/core/iomgr/wakeup_fd_pipe.c",
4159 "src/core/iomgr/wakeup_fd_pipe.h",
4160 "src/core/iomgr/wakeup_fd_posix.c",
4161 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004162 "src/core/iomgr/workqueue.h",
4163 "src/core/iomgr/workqueue_posix.c",
4164 "src/core/iomgr/workqueue_posix.h",
4165 "src/core/iomgr/workqueue_windows.c",
4166 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004167 "src/core/json/json.c",
4168 "src/core/json/json.h",
4169 "src/core/json/json_common.h",
4170 "src/core/json/json_reader.c",
4171 "src/core/json/json_reader.h",
4172 "src/core/json/json_string.c",
4173 "src/core/json/json_writer.c",
4174 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004175 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4176 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004177 "src/core/security/auth_filters.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004178 "src/core/security/b64.c",
4179 "src/core/security/b64.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004180 "src/core/security/client_auth_filter.c",
4181 "src/core/security/credentials.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004182 "src/core/security/credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004183 "src/core/security/credentials_metadata.c",
4184 "src/core/security/credentials_posix.c",
4185 "src/core/security/credentials_win32.c",
4186 "src/core/security/google_default_credentials.c",
Julien Boeuf87047d72015-08-21 14:30:33 -07004187 "src/core/security/handshake.c",
4188 "src/core/security/handshake.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004189 "src/core/security/json_token.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004190 "src/core/security/json_token.h",
Julien Boeuffeca1bf2015-06-22 16:46:20 +02004191 "src/core/security/jwt_verifier.c",
4192 "src/core/security/jwt_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004193 "src/core/security/secure_endpoint.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004194 "src/core/security/secure_endpoint.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004195 "src/core/security/security_connector.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004196 "src/core/security/security_connector.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004197 "src/core/security/security_context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004198 "src/core/security/security_context.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004199 "src/core/security/server_auth_filter.c",
4200 "src/core/security/server_secure_chttp2.c",
yang-g31ff8bc2015-08-25 14:09:06 -07004201 "src/core/statistics/census_interface.h",
4202 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004203 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004204 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004205 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004206 "src/core/surface/byte_buffer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004207 "src/core/surface/byte_buffer_reader.c",
4208 "src/core/surface/call.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004209 "src/core/surface/call.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004210 "src/core/surface/call_details.c",
4211 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004212 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004213 "src/core/surface/channel.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004214 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004215 "src/core/surface/channel_connectivity.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004216 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08004217 "src/core/surface/channel_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004218 "src/core/surface/completion_queue.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004219 "src/core/surface/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004220 "src/core/surface/event_string.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004221 "src/core/surface/event_string.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004222 "src/core/surface/init.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004223 "src/core/surface/init.h",
4224 "src/core/surface/init_secure.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004225 "src/core/surface/lame_client.c",
4226 "src/core/surface/metadata_array.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004227 "src/core/surface/secure_channel_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004228 "src/core/surface/server.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004229 "src/core/surface/server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004230 "src/core/surface/server_chttp2.c",
4231 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004232 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004233 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004234 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004235 "src/core/transport/byte_stream.c",
4236 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004237 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004238 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004239 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004240 "src/core/transport/chttp2/bin_encoder.h",
4241 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004242 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004243 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004244 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004245 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004246 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004247 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004248 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004249 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004250 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004251 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004252 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004253 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004254 "src/core/transport/chttp2/hpack_encoder.c",
4255 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004256 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004257 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004258 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004259 "src/core/transport/chttp2/hpack_table.h",
4260 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004261 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004262 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004263 "src/core/transport/chttp2/incoming_metadata.c",
4264 "src/core/transport/chttp2/incoming_metadata.h",
4265 "src/core/transport/chttp2/internal.h",
4266 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004267 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004268 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004269 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004270 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004271 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004272 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004273 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004274 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004275 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004276 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004277 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004278 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004279 "src/core/transport/connectivity_state.c",
4280 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004281 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004282 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004283 "src/core/transport/metadata_batch.c",
4284 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004285 "src/core/transport/static_metadata.c",
4286 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004287 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004288 "src/core/transport/transport.h",
4289 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004290 "src/core/transport/transport_op_string.c",
4291 "src/core/tsi/fake_transport_security.c",
4292 "src/core/tsi/fake_transport_security.h",
4293 "src/core/tsi/ssl_transport_security.c",
4294 "src/core/tsi/ssl_transport_security.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08004295 "src/core/tsi/ssl_types.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004296 "src/core/tsi/transport_security.c",
4297 "src/core/tsi/transport_security.h",
4298 "src/core/tsi/transport_security_interface.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004299 ],
4300 "third_party": false,
4301 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004302 },
4303 {
4304 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004305 "gpr",
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004306 "grpc"
4307 ],
4308 "headers": [],
4309 "language": "c",
4310 "name": "grpc_dll",
Craig Tiller732a8752016-02-22 15:59:19 -08004311 "src": [],
4312 "third_party": false,
4313 "type": "lib"
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01004314 },
4315 {
4316 "deps": [
4317 "gpr",
Craig Tillerda179ce2016-02-09 12:01:53 -08004318 "gpr_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -07004319 "grpc"
4320 ],
4321 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004322 "test/core/end2end/cq_verifier.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004323 "test/core/end2end/data/ssl_test_data.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004324 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004325 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004326 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004327 "test/core/util/grpc_profiler.h",
4328 "test/core/util/parse_hexstring.h",
4329 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004330 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004331 ],
4332 "language": "c",
4333 "name": "grpc_test_util",
4334 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07004335 "test/core/end2end/cq_verifier.c",
4336 "test/core/end2end/cq_verifier.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004337 "test/core/end2end/data/server1_cert.c",
4338 "test/core/end2end/data/server1_key.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004339 "test/core/end2end/data/ssl_test_data.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004340 "test/core/end2end/data/test_root_cert.c",
Craig Tiller17effab2015-08-04 08:19:36 -07004341 "test/core/end2end/fixtures/proxy.c",
4342 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004343 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004344 "test/core/iomgr/endpoint_tests.h",
yang-gbe5f0592015-07-13 11:11:50 -07004345 "test/core/security/oauth2_utils.c",
4346 "test/core/security/oauth2_utils.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004347 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004348 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004349 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004350 "test/core/util/parse_hexstring.h",
4351 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004352 "test/core/util/port_posix.c",
4353 "test/core/util/port_windows.c",
4354 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004355 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004356 ],
4357 "third_party": false,
4358 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004359 },
4360 {
4361 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004362 "gpr",
4363 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08004364 "grpc_unsecure"
Craig Tillerf75fc122015-06-25 06:58:00 -07004365 ],
4366 "headers": [
4367 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004368 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004369 "test/core/iomgr/endpoint_tests.h",
4370 "test/core/util/grpc_profiler.h",
4371 "test/core/util/parse_hexstring.h",
4372 "test/core/util/port.h",
Craig Tillerda179ce2016-02-09 12:01:53 -08004373 "test/core/util/slice_splitter.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004374 ],
4375 "language": "c",
4376 "name": "grpc_test_util_unsecure",
4377 "src": [
4378 "test/core/end2end/cq_verifier.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004379 "test/core/end2end/cq_verifier.h",
Craig Tiller17effab2015-08-04 08:19:36 -07004380 "test/core/end2end/fixtures/proxy.c",
4381 "test/core/end2end/fixtures/proxy.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004382 "test/core/iomgr/endpoint_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004383 "test/core/iomgr/endpoint_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004384 "test/core/util/grpc_profiler.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004385 "test/core/util/grpc_profiler.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004386 "test/core/util/parse_hexstring.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004387 "test/core/util/parse_hexstring.h",
4388 "test/core/util/port.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004389 "test/core/util/port_posix.c",
4390 "test/core/util/port_windows.c",
4391 "test/core/util/slice_splitter.c",
Craig Tillerda179ce2016-02-09 12:01:53 -08004392 "test/core/util/slice_splitter.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004393 ],
4394 "third_party": false,
4395 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004396 },
4397 {
Craig Tillerda179ce2016-02-09 12:01:53 -08004398 "deps": [
4399 "gpr"
4400 ],
Craig Tillerf75fc122015-06-25 06:58:00 -07004401 "headers": [
4402 "include/grpc/byte_buffer.h",
4403 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004404 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004405 "include/grpc/compression.h",
4406 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004407 "include/grpc/impl/codegen/byte_buffer.h",
4408 "include/grpc/impl/codegen/compression_types.h",
4409 "include/grpc/impl/codegen/connectivity_state.h",
4410 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004411 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004412 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004413 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004414 "src/core/census/aggregation.h",
Hongyu Chene09dc782015-08-21 11:28:33 -07004415 "src/core/census/grpc_filter.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004416 "src/core/census/mlog.h",
Alistair Veitch9a099822015-08-27 13:16:00 -07004417 "src/core/census/rpc_metric_id.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004418 "src/core/channel/channel_args.h",
4419 "src/core/channel/channel_stack.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004420 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004421 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004422 "src/core/channel/compress_filter.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004423 "src/core/channel/connected_channel.h",
4424 "src/core/channel/context.h",
4425 "src/core/channel/http_client_filter.h",
4426 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004427 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004428 "src/core/client_config/client_config.h",
4429 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004430 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004431 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004432 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004433 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004434 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004435 "src/core/client_config/lb_policy_factory.h",
4436 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004437 "src/core/client_config/resolver.h",
4438 "src/core/client_config/resolver_factory.h",
4439 "src/core/client_config/resolver_registry.h",
4440 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004441 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004442 "src/core/client_config/subchannel.h",
4443 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004444 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004445 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004446 "src/core/compression/algorithm_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004447 "src/core/compression/message_compress.h",
4448 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004449 "src/core/httpcli/format_request.h",
4450 "src/core/httpcli/httpcli.h",
4451 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004452 "src/core/iomgr/closure.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004453 "src/core/iomgr/endpoint.h",
4454 "src/core/iomgr/endpoint_pair.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004455 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004456 "src/core/iomgr/executor.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004457 "src/core/iomgr/fd_posix.h",
4458 "src/core/iomgr/iocp_windows.h",
4459 "src/core/iomgr/iomgr.h",
4460 "src/core/iomgr/iomgr_internal.h",
4461 "src/core/iomgr/iomgr_posix.h",
4462 "src/core/iomgr/pollset.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004463 "src/core/iomgr/pollset_posix.h",
4464 "src/core/iomgr/pollset_set.h",
4465 "src/core/iomgr/pollset_set_posix.h",
4466 "src/core/iomgr/pollset_set_windows.h",
4467 "src/core/iomgr/pollset_windows.h",
4468 "src/core/iomgr/resolve_address.h",
4469 "src/core/iomgr/sockaddr.h",
4470 "src/core/iomgr/sockaddr_posix.h",
4471 "src/core/iomgr/sockaddr_utils.h",
4472 "src/core/iomgr/sockaddr_win32.h",
4473 "src/core/iomgr/socket_utils_posix.h",
4474 "src/core/iomgr/socket_windows.h",
4475 "src/core/iomgr/tcp_client.h",
4476 "src/core/iomgr/tcp_posix.h",
4477 "src/core/iomgr/tcp_server.h",
4478 "src/core/iomgr/tcp_windows.h",
4479 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004480 "src/core/iomgr/timer.h",
4481 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004482 "src/core/iomgr/udp_server.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004483 "src/core/iomgr/wakeup_fd_pipe.h",
4484 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004485 "src/core/iomgr/workqueue.h",
4486 "src/core/iomgr/workqueue_posix.h",
4487 "src/core/iomgr/workqueue_windows.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004488 "src/core/json/json.h",
4489 "src/core/json/json_common.h",
4490 "src/core/json/json_reader.h",
4491 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004492 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004493 "src/core/statistics/census_interface.h",
4494 "src/core/statistics/census_rpc_stats.h",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004495 "src/core/surface/api_trace.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004496 "src/core/surface/call.h",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004497 "src/core/surface/call_test_only.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004498 "src/core/surface/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004499 "src/core/surface/completion_queue.h",
4500 "src/core/surface/event_string.h",
4501 "src/core/surface/init.h",
4502 "src/core/surface/server.h",
4503 "src/core/surface/surface_trace.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004504 "src/core/transport/byte_stream.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004505 "src/core/transport/chttp2/alpn.h",
4506 "src/core/transport/chttp2/bin_encoder.h",
4507 "src/core/transport/chttp2/frame.h",
4508 "src/core/transport/chttp2/frame_data.h",
4509 "src/core/transport/chttp2/frame_goaway.h",
4510 "src/core/transport/chttp2/frame_ping.h",
4511 "src/core/transport/chttp2/frame_rst_stream.h",
4512 "src/core/transport/chttp2/frame_settings.h",
4513 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004514 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004515 "src/core/transport/chttp2/hpack_parser.h",
4516 "src/core/transport/chttp2/hpack_table.h",
4517 "src/core/transport/chttp2/http2_errors.h",
4518 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004519 "src/core/transport/chttp2/incoming_metadata.h",
4520 "src/core/transport/chttp2/internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004521 "src/core/transport/chttp2/status_conversion.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004522 "src/core/transport/chttp2/stream_map.h",
4523 "src/core/transport/chttp2/timeout_encoding.h",
4524 "src/core/transport/chttp2/varint.h",
4525 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004526 "src/core/transport/connectivity_state.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004527 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004528 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004529 "src/core/transport/static_metadata.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004530 "src/core/transport/transport.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004531 "src/core/transport/transport_impl.h",
4532 "third_party/nanopb/pb.h",
4533 "third_party/nanopb/pb_common.h",
4534 "third_party/nanopb/pb_decode.h",
4535 "third_party/nanopb/pb_encode.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004536 ],
4537 "language": "c",
4538 "name": "grpc_unsecure",
4539 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004540 "include/grpc/byte_buffer.h",
4541 "include/grpc/byte_buffer_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004542 "include/grpc/census.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004543 "include/grpc/compression.h",
4544 "include/grpc/grpc.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004545 "include/grpc/impl/codegen/byte_buffer.h",
4546 "include/grpc/impl/codegen/compression_types.h",
4547 "include/grpc/impl/codegen/connectivity_state.h",
4548 "include/grpc/impl/codegen/grpc_types.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004549 "include/grpc/impl/codegen/propagation_bits.h",
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01004550 "include/grpc/impl/codegen/status.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004551 "include/grpc/status.h",
Alistair Veitch1c09acc2015-08-31 16:57:32 -07004552 "src/core/census/aggregation.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004553 "src/core/census/context.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004554 "src/core/census/grpc_context.c",
Hongyu Chene09dc782015-08-21 11:28:33 -07004555 "src/core/census/grpc_filter.c",
4556 "src/core/census/grpc_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004557 "src/core/census/initialize.c",
Craig Tiller732a8752016-02-22 15:59:19 -08004558 "src/core/census/mlog.c",
4559 "src/core/census/mlog.h",
Alistair Veitche6d0ad32015-08-13 09:59:48 -07004560 "src/core/census/operation.c",
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +01004561 "src/core/census/placeholders.c",
Alistair Veitch9a099822015-08-27 13:16:00 -07004562 "src/core/census/rpc_metric_id.h",
Alistair Veitch0383d492015-07-26 15:29:00 -07004563 "src/core/census/tracing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004564 "src/core/channel/channel_args.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004565 "src/core/channel/channel_args.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004566 "src/core/channel/channel_stack.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004567 "src/core/channel/channel_stack.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004568 "src/core/channel/client_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004569 "src/core/channel/client_channel.h",
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -07004570 "src/core/channel/client_uchannel.c",
4571 "src/core/channel/client_uchannel.h",
David Garcia Quintas8a187092015-07-01 14:52:44 -07004572 "src/core/channel/compress_filter.c",
4573 "src/core/channel/compress_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004574 "src/core/channel/connected_channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004575 "src/core/channel/connected_channel.h",
4576 "src/core/channel/context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004577 "src/core/channel/http_client_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004578 "src/core/channel/http_client_filter.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004579 "src/core/channel/http_server_filter.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004580 "src/core/channel/http_server_filter.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004581 "src/core/channel/subchannel_call_holder.c",
4582 "src/core/channel/subchannel_call_holder.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004583 "src/core/client_config/client_config.c",
4584 "src/core/client_config/client_config.h",
4585 "src/core/client_config/connector.c",
4586 "src/core/client_config/connector.h",
yang-ga6124122015-11-05 22:36:20 -08004587 "src/core/client_config/default_initial_connect_string.c",
4588 "src/core/client_config/initial_connect_string.c",
4589 "src/core/client_config/initial_connect_string.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004590 "src/core/client_config/lb_policies/load_balancer_api.c",
4591 "src/core/client_config/lb_policies/load_balancer_api.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004592 "src/core/client_config/lb_policies/pick_first.c",
4593 "src/core/client_config/lb_policies/pick_first.h",
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07004594 "src/core/client_config/lb_policies/round_robin.c",
4595 "src/core/client_config/lb_policies/round_robin.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004596 "src/core/client_config/lb_policy.c",
4597 "src/core/client_config/lb_policy.h",
David Garcia Quintas5c4543d2015-09-03 15:49:56 -07004598 "src/core/client_config/lb_policy_factory.c",
4599 "src/core/client_config/lb_policy_factory.h",
4600 "src/core/client_config/lb_policy_registry.c",
4601 "src/core/client_config/lb_policy_registry.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004602 "src/core/client_config/resolver.c",
4603 "src/core/client_config/resolver.h",
4604 "src/core/client_config/resolver_factory.c",
4605 "src/core/client_config/resolver_factory.h",
4606 "src/core/client_config/resolver_registry.c",
4607 "src/core/client_config/resolver_registry.h",
4608 "src/core/client_config/resolvers/dns_resolver.c",
4609 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tiller698d00c2015-07-20 12:32:58 -07004610 "src/core/client_config/resolvers/sockaddr_resolver.c",
4611 "src/core/client_config/resolvers/sockaddr_resolver.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004612 "src/core/client_config/subchannel.c",
4613 "src/core/client_config/subchannel.h",
4614 "src/core/client_config/subchannel_factory.c",
4615 "src/core/client_config/subchannel_factory.h",
Craig Tiller694cf8b2016-01-15 21:13:25 -08004616 "src/core/client_config/subchannel_index.c",
4617 "src/core/client_config/subchannel_index.h",
Craig Tillerc7b5f762015-06-27 11:48:42 -07004618 "src/core/client_config/uri_parser.c",
4619 "src/core/client_config/uri_parser.h",
Craig Tillerebdef9d2015-11-19 17:09:49 -08004620 "src/core/compression/algorithm_metadata.h",
Craig Tiller732a8752016-02-22 15:59:19 -08004621 "src/core/compression/compression_algorithm.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004622 "src/core/compression/message_compress.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004623 "src/core/compression/message_compress.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004624 "src/core/debug/trace.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004625 "src/core/debug/trace.h",
Craig Tillerf53d9c82015-08-04 14:19:43 -07004626 "src/core/httpcli/format_request.c",
4627 "src/core/httpcli/format_request.h",
4628 "src/core/httpcli/httpcli.c",
4629 "src/core/httpcli/httpcli.h",
4630 "src/core/httpcli/parser.c",
4631 "src/core/httpcli/parser.h",
Craig Tiller298751c2015-09-22 09:41:05 -07004632 "src/core/iomgr/closure.c",
4633 "src/core/iomgr/closure.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004634 "src/core/iomgr/endpoint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004635 "src/core/iomgr/endpoint.h",
4636 "src/core/iomgr/endpoint_pair.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004637 "src/core/iomgr/endpoint_pair_posix.c",
4638 "src/core/iomgr/endpoint_pair_windows.c",
Craig Tiller8af4c332015-09-22 12:32:31 -07004639 "src/core/iomgr/exec_ctx.c",
Craig Tiller298751c2015-09-22 09:41:05 -07004640 "src/core/iomgr/exec_ctx.h",
David Garcia Quintas4bc34632015-10-07 16:12:35 -07004641 "src/core/iomgr/executor.c",
4642 "src/core/iomgr/executor.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004643 "src/core/iomgr/fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004644 "src/core/iomgr/fd_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004645 "src/core/iomgr/iocp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004646 "src/core/iomgr/iocp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004647 "src/core/iomgr/iomgr.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004648 "src/core/iomgr/iomgr.h",
4649 "src/core/iomgr/iomgr_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004650 "src/core/iomgr/iomgr_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004651 "src/core/iomgr/iomgr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004652 "src/core/iomgr/iomgr_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004653 "src/core/iomgr/pollset.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004654 "src/core/iomgr/pollset_multipoller_with_epoll.c",
4655 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
4656 "src/core/iomgr/pollset_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004657 "src/core/iomgr/pollset_posix.h",
4658 "src/core/iomgr/pollset_set.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004659 "src/core/iomgr/pollset_set_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004660 "src/core/iomgr/pollset_set_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004661 "src/core/iomgr/pollset_set_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004662 "src/core/iomgr/pollset_set_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004663 "src/core/iomgr/pollset_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004664 "src/core/iomgr/pollset_windows.h",
4665 "src/core/iomgr/resolve_address.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004666 "src/core/iomgr/resolve_address_posix.c",
4667 "src/core/iomgr/resolve_address_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004668 "src/core/iomgr/sockaddr.h",
4669 "src/core/iomgr/sockaddr_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004670 "src/core/iomgr/sockaddr_utils.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004671 "src/core/iomgr/sockaddr_utils.h",
4672 "src/core/iomgr/sockaddr_win32.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004673 "src/core/iomgr/socket_utils_common_posix.c",
4674 "src/core/iomgr/socket_utils_linux.c",
4675 "src/core/iomgr/socket_utils_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004676 "src/core/iomgr/socket_utils_posix.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004677 "src/core/iomgr/socket_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004678 "src/core/iomgr/socket_windows.h",
4679 "src/core/iomgr/tcp_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004680 "src/core/iomgr/tcp_client_posix.c",
4681 "src/core/iomgr/tcp_client_windows.c",
4682 "src/core/iomgr/tcp_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004683 "src/core/iomgr/tcp_posix.h",
4684 "src/core/iomgr/tcp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004685 "src/core/iomgr/tcp_server_posix.c",
4686 "src/core/iomgr/tcp_server_windows.c",
4687 "src/core/iomgr/tcp_windows.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004688 "src/core/iomgr/tcp_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004689 "src/core/iomgr/time_averaged_stats.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004690 "src/core/iomgr/time_averaged_stats.h",
David Garcia Quintasb65e4212015-10-14 12:00:21 -07004691 "src/core/iomgr/timer.c",
4692 "src/core/iomgr/timer.h",
4693 "src/core/iomgr/timer_heap.c",
4694 "src/core/iomgr/timer_heap.h",
Robbie Shade69535292015-07-10 14:27:34 -04004695 "src/core/iomgr/udp_server.c",
4696 "src/core/iomgr/udp_server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004697 "src/core/iomgr/wakeup_fd_eventfd.c",
4698 "src/core/iomgr/wakeup_fd_nospecial.c",
4699 "src/core/iomgr/wakeup_fd_pipe.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004700 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004701 "src/core/iomgr/wakeup_fd_posix.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004702 "src/core/iomgr/wakeup_fd_posix.h",
Craig Tiller73b66062015-09-09 09:34:46 -07004703 "src/core/iomgr/workqueue.h",
4704 "src/core/iomgr/workqueue_posix.c",
4705 "src/core/iomgr/workqueue_posix.h",
4706 "src/core/iomgr/workqueue_windows.c",
4707 "src/core/iomgr/workqueue_windows.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004708 "src/core/json/json.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004709 "src/core/json/json.h",
4710 "src/core/json/json_common.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004711 "src/core/json/json_reader.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004712 "src/core/json/json_reader.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004713 "src/core/json/json_string.c",
4714 "src/core/json/json_writer.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004715 "src/core/json/json_writer.h",
Craig Tillereb841e22016-02-11 15:49:16 -08004716 "src/core/proto/grpc/lb/v0/load_balancer.pb.c",
4717 "src/core/proto/grpc/lb/v0/load_balancer.pb.h",
yang-g31ff8bc2015-08-25 14:09:06 -07004718 "src/core/statistics/census_interface.h",
4719 "src/core/statistics/census_rpc_stats.h",
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01004720 "src/core/surface/alarm.c",
Masood Malekghassemife1093c2015-08-19 19:15:24 -07004721 "src/core/surface/api_trace.c",
Masood Malekghassemi92298102015-08-20 18:50:17 -07004722 "src/core/surface/api_trace.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004723 "src/core/surface/byte_buffer.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004724 "src/core/surface/byte_buffer_reader.c",
4725 "src/core/surface/call.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004726 "src/core/surface/call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004727 "src/core/surface/call_details.c",
4728 "src/core/surface/call_log_batch.c",
David Garcia Quintas0c331882015-10-08 14:51:54 -07004729 "src/core/surface/call_test_only.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004730 "src/core/surface/channel.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004731 "src/core/surface/channel.h",
Craig Tiller48cb07c2015-07-15 16:16:15 -07004732 "src/core/surface/channel_connectivity.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004733 "src/core/surface/channel_create.c",
Craig Tiller26dab312015-12-07 14:43:47 -08004734 "src/core/surface/channel_ping.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004735 "src/core/surface/completion_queue.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004736 "src/core/surface/completion_queue.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004737 "src/core/surface/event_string.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004738 "src/core/surface/event_string.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004739 "src/core/surface/init.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004740 "src/core/surface/init.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004741 "src/core/surface/init_unsecure.c",
4742 "src/core/surface/lame_client.c",
4743 "src/core/surface/metadata_array.c",
4744 "src/core/surface/server.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004745 "src/core/surface/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004746 "src/core/surface/server_chttp2.c",
4747 "src/core/surface/server_create.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004748 "src/core/surface/surface_trace.h",
murgatroid99c3910ca2016-01-06 13:14:23 -08004749 "src/core/surface/validate_metadata.c",
Craig Tiller2e622bc2015-07-10 07:46:03 -07004750 "src/core/surface/version.c",
Craig Tillerca1593a2015-11-02 14:08:33 -08004751 "src/core/transport/byte_stream.c",
4752 "src/core/transport/byte_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004753 "src/core/transport/chttp2/alpn.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004754 "src/core/transport/chttp2/alpn.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004755 "src/core/transport/chttp2/bin_encoder.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004756 "src/core/transport/chttp2/bin_encoder.h",
4757 "src/core/transport/chttp2/frame.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004758 "src/core/transport/chttp2/frame_data.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004759 "src/core/transport/chttp2/frame_data.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004760 "src/core/transport/chttp2/frame_goaway.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004761 "src/core/transport/chttp2/frame_goaway.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004762 "src/core/transport/chttp2/frame_ping.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004763 "src/core/transport/chttp2/frame_ping.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004764 "src/core/transport/chttp2/frame_rst_stream.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004765 "src/core/transport/chttp2/frame_rst_stream.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004766 "src/core/transport/chttp2/frame_settings.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004767 "src/core/transport/chttp2/frame_settings.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004768 "src/core/transport/chttp2/frame_window_update.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004769 "src/core/transport/chttp2/frame_window_update.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004770 "src/core/transport/chttp2/hpack_encoder.c",
4771 "src/core/transport/chttp2/hpack_encoder.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004772 "src/core/transport/chttp2/hpack_parser.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004773 "src/core/transport/chttp2/hpack_parser.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004774 "src/core/transport/chttp2/hpack_table.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004775 "src/core/transport/chttp2/hpack_table.h",
4776 "src/core/transport/chttp2/http2_errors.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004777 "src/core/transport/chttp2/huffsyms.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004778 "src/core/transport/chttp2/huffsyms.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004779 "src/core/transport/chttp2/incoming_metadata.c",
4780 "src/core/transport/chttp2/incoming_metadata.h",
4781 "src/core/transport/chttp2/internal.h",
4782 "src/core/transport/chttp2/parsing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004783 "src/core/transport/chttp2/status_conversion.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004784 "src/core/transport/chttp2/status_conversion.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004785 "src/core/transport/chttp2/stream_lists.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004786 "src/core/transport/chttp2/stream_map.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004787 "src/core/transport/chttp2/stream_map.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004788 "src/core/transport/chttp2/timeout_encoding.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004789 "src/core/transport/chttp2/timeout_encoding.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004790 "src/core/transport/chttp2/varint.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004791 "src/core/transport/chttp2/varint.h",
Nicolas "Pixel" Nobled35f93d2015-06-27 00:57:29 +02004792 "src/core/transport/chttp2/writing.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07004793 "src/core/transport/chttp2_transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004794 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -07004795 "src/core/transport/connectivity_state.c",
4796 "src/core/transport/connectivity_state.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004797 "src/core/transport/metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004798 "src/core/transport/metadata.h",
Craig Tillerca1593a2015-11-02 14:08:33 -08004799 "src/core/transport/metadata_batch.c",
4800 "src/core/transport/metadata_batch.h",
Craig Tiller2e7687c2015-11-18 14:56:46 -08004801 "src/core/transport/static_metadata.c",
4802 "src/core/transport/static_metadata.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004803 "src/core/transport/transport.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07004804 "src/core/transport/transport.h",
4805 "src/core/transport/transport_impl.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07004806 "src/core/transport/transport_op_string.c"
Craig Tiller732a8752016-02-22 15:59:19 -08004807 ],
4808 "third_party": false,
4809 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07004810 },
4811 {
4812 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004813 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07004814 "grpc"
4815 ],
4816 "headers": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004817 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004818 "src/core/client_config/resolvers/zookeeper_resolver.h"
4819 ],
4820 "language": "c",
4821 "name": "grpc_zookeeper",
4822 "src": [
Hongwei Wanga3780a82015-07-17 15:27:18 -07004823 "include/grpc/grpc_zookeeper.h",
Hongwei Wangda8858f2015-07-16 16:18:19 -07004824 "src/core/client_config/resolvers/zookeeper_resolver.c",
4825 "src/core/client_config/resolvers/zookeeper_resolver.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004826 ],
4827 "third_party": false,
4828 "type": "lib"
Hongwei Wangda8858f2015-07-16 16:18:19 -07004829 },
4830 {
4831 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004832 "gpr",
4833 "gpr_test_util",
yang-gc9c69e22015-07-24 14:38:26 -07004834 "grpc",
yang-gc9fca182015-11-06 16:41:33 -08004835 "grpc_test_util",
4836 "test_tcp_server"
yang-gc9c69e22015-07-24 14:38:26 -07004837 ],
4838 "headers": [
4839 "test/core/util/reconnect_server.h"
4840 ],
4841 "language": "c",
4842 "name": "reconnect_server",
4843 "src": [
4844 "test/core/util/reconnect_server.c",
4845 "test/core/util/reconnect_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004846 ],
4847 "third_party": false,
4848 "type": "lib"
yang-gc9c69e22015-07-24 14:38:26 -07004849 },
4850 {
4851 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08004852 "gpr",
4853 "gpr_test_util",
yang-gc9fca182015-11-06 16:41:33 -08004854 "grpc",
4855 "grpc_test_util"
4856 ],
4857 "headers": [
4858 "test/core/util/test_tcp_server.h"
4859 ],
4860 "language": "c",
4861 "name": "test_tcp_server",
4862 "src": [
4863 "test/core/util/test_tcp_server.c",
4864 "test/core/util/test_tcp_server.h"
Craig Tiller732a8752016-02-22 15:59:19 -08004865 ],
4866 "third_party": false,
4867 "type": "lib"
yang-gc9fca182015-11-06 16:41:33 -08004868 },
4869 {
4870 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -07004871 "grpc"
4872 ],
4873 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08004874 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07004875 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004876 "include/grpc++/client_context.h",
4877 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004878 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004879 "include/grpc++/generic/async_generic_service.h",
4880 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07004881 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004882 "include/grpc++/impl/call.h",
4883 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004884 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004885 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004886 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004887 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004888 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004889 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004890 "include/grpc++/impl/codegen/client_unary_call.h",
4891 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004892 "include/grpc++/impl/codegen/completion_queue_tag.h",
4893 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004894 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004895 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004896 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004897 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004898 "include/grpc++/impl/codegen/rpc_method.h",
4899 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004900 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004901 "include/grpc++/impl/codegen/serialization_traits.h",
4902 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004903 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004904 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004905 "include/grpc++/impl/codegen/status.h",
4906 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004907 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004908 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004909 "include/grpc++/impl/codegen/sync.h",
4910 "include/grpc++/impl/codegen/sync_cxx11.h",
4911 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004912 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004913 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004914 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08004915 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004916 "include/grpc++/impl/proto_utils.h",
4917 "include/grpc++/impl/rpc_method.h",
4918 "include/grpc++/impl/rpc_service_method.h",
4919 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08004920 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004921 "include/grpc++/impl/service_type.h",
4922 "include/grpc++/impl/sync.h",
4923 "include/grpc++/impl/sync_cxx11.h",
4924 "include/grpc++/impl/sync_no_cxx11.h",
4925 "include/grpc++/impl/thd.h",
4926 "include/grpc++/impl/thd_cxx11.h",
4927 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07004928 "include/grpc++/security/auth_context.h",
4929 "include/grpc++/security/auth_metadata_processor.h",
4930 "include/grpc++/security/credentials.h",
4931 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004932 "include/grpc++/server.h",
4933 "include/grpc++/server_builder.h",
4934 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07004935 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004936 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004937 "include/grpc++/support/byte_buffer.h",
4938 "include/grpc++/support/channel_arguments.h",
4939 "include/grpc++/support/config.h",
4940 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004941 "include/grpc++/support/slice.h",
4942 "include/grpc++/support/status.h",
4943 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07004944 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004945 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07004946 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004947 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07004948 "src/cpp/client/create_channel_internal.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004949 "src/cpp/client/secure_credentials.h",
yang-g5ea46ab2015-07-06 14:05:54 -07004950 "src/cpp/common/create_auth_context.h",
4951 "src/cpp/common/secure_auth_context.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07004952 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07004953 "src/cpp/server/secure_server_credentials.h",
4954 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07004955 ],
4956 "language": "c++",
4957 "name": "grpc++",
4958 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08004959 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07004960 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004961 "include/grpc++/client_context.h",
4962 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004963 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07004964 "include/grpc++/generic/async_generic_service.h",
4965 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07004966 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004967 "include/grpc++/impl/call.h",
4968 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004969 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004970 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004971 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004972 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004973 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004974 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004975 "include/grpc++/impl/codegen/client_unary_call.h",
4976 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004977 "include/grpc++/impl/codegen/completion_queue_tag.h",
4978 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004979 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004980 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004981 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08004982 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004983 "include/grpc++/impl/codegen/rpc_method.h",
4984 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004985 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004986 "include/grpc++/impl/codegen/serialization_traits.h",
4987 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08004988 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08004989 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004990 "include/grpc++/impl/codegen/status.h",
4991 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004992 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08004993 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08004994 "include/grpc++/impl/codegen/sync.h",
4995 "include/grpc++/impl/codegen/sync_cxx11.h",
4996 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08004997 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08004998 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07004999 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005000 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005001 "include/grpc++/impl/proto_utils.h",
5002 "include/grpc++/impl/rpc_method.h",
5003 "include/grpc++/impl/rpc_service_method.h",
5004 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005005 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005006 "include/grpc++/impl/service_type.h",
5007 "include/grpc++/impl/sync.h",
5008 "include/grpc++/impl/sync_cxx11.h",
5009 "include/grpc++/impl/sync_no_cxx11.h",
5010 "include/grpc++/impl/thd.h",
5011 "include/grpc++/impl/thd_cxx11.h",
5012 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005013 "include/grpc++/security/auth_context.h",
5014 "include/grpc++/security/auth_metadata_processor.h",
5015 "include/grpc++/security/credentials.h",
5016 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005017 "include/grpc++/server.h",
5018 "include/grpc++/server_builder.h",
5019 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005020 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005021 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005022 "include/grpc++/support/byte_buffer.h",
5023 "include/grpc++/support/channel_arguments.h",
5024 "include/grpc++/support/config.h",
5025 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005026 "include/grpc++/support/slice.h",
5027 "include/grpc++/support/status.h",
5028 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005029 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005030 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005031 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005032 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005033 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005034 "src/cpp/client/client_context.cc",
5035 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005036 "src/cpp/client/create_channel_internal.cc",
5037 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005038 "src/cpp/client/credentials.cc",
5039 "src/cpp/client/generic_stub.cc",
5040 "src/cpp/client/insecure_credentials.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005041 "src/cpp/client/secure_credentials.cc",
5042 "src/cpp/client/secure_credentials.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005043 "src/cpp/codegen/grpc_library.cc",
vjpai04e992a2016-02-10 16:58:38 -08005044 "src/cpp/common/alarm.cc",
yang-g7ef72322015-07-16 21:00:51 -07005045 "src/cpp/common/auth_property_iterator.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005046 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005047 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005048 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005049 "src/cpp/common/create_auth_context.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005050 "src/cpp/common/rpc_method.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005051 "src/cpp/common/secure_auth_context.cc",
5052 "src/cpp/common/secure_auth_context.h",
yang-g52705592015-11-25 11:45:33 -08005053 "src/cpp/common/secure_channel_arguments.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005054 "src/cpp/common/secure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005055 "src/cpp/proto/proto_utils.cc",
5056 "src/cpp/server/async_generic_service.cc",
5057 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005058 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005059 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005060 "src/cpp/server/insecure_server_credentials.cc",
5061 "src/cpp/server/secure_server_credentials.cc",
5062 "src/cpp/server/secure_server_credentials.h",
5063 "src/cpp/server/server.cc",
5064 "src/cpp/server/server_builder.cc",
5065 "src/cpp/server/server_context.cc",
5066 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005067 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005068 "src/cpp/util/byte_buffer.cc",
5069 "src/cpp/util/slice.cc",
5070 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005071 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005072 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005073 ],
5074 "third_party": false,
5075 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005076 },
5077 {
5078 "deps": [],
5079 "headers": [
5080 "test/cpp/util/test_config.h"
5081 ],
5082 "language": "c++",
5083 "name": "grpc++_test_config",
5084 "src": [
5085 "test/cpp/util/test_config.cc",
5086 "test/cpp/util/test_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005087 ],
5088 "third_party": false,
5089 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005090 },
5091 {
5092 "deps": [
5093 "grpc++",
5094 "grpc_test_util"
5095 ],
5096 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005097 "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h",
5098 "src/proto/grpc/testing/duplicate/echo_duplicate.pb.h",
5099 "src/proto/grpc/testing/echo.grpc.pb.h",
5100 "src/proto/grpc/testing/echo.pb.h",
5101 "src/proto/grpc/testing/echo_messages.grpc.pb.h",
5102 "src/proto/grpc/testing/echo_messages.pb.h",
yang-gd6f7d992016-01-14 16:04:20 -08005103 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005104 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005105 "test/cpp/util/cli_call.h",
5106 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005107 "test/cpp/util/string_ref_helper.h",
yang-g7d2a3e12016-02-18 15:41:56 -08005108 "test/cpp/util/subprocess.h",
5109 "test/cpp/util/test_credentials_provider.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005110 ],
5111 "language": "c++",
5112 "name": "grpc++_test_util",
5113 "src": [
yang-gd6f7d992016-01-14 16:04:20 -08005114 "test/cpp/end2end/test_service_impl.cc",
5115 "test/cpp/end2end/test_service_impl.h",
yang-g9f173142016-01-15 12:46:40 -08005116 "test/cpp/util/byte_buffer_proto_helper.cc",
5117 "test/cpp/util/byte_buffer_proto_helper.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005118 "test/cpp/util/cli_call.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005119 "test/cpp/util/cli_call.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005120 "test/cpp/util/create_test_channel.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005121 "test/cpp/util/create_test_channel.h",
yang-ge21908f2015-08-25 13:47:51 -07005122 "test/cpp/util/string_ref_helper.cc",
5123 "test/cpp/util/string_ref_helper.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005124 "test/cpp/util/subprocess.cc",
yang-g7d2a3e12016-02-18 15:41:56 -08005125 "test/cpp/util/subprocess.h",
5126 "test/cpp/util/test_credentials_provider.cc",
5127 "test/cpp/util/test_credentials_provider.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005128 ],
5129 "third_party": false,
5130 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005131 },
5132 {
5133 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005134 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005135 "grpc_unsecure"
5136 ],
5137 "headers": [
vjpaif9f61cf2016-02-10 20:51:53 -08005138 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005139 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005140 "include/grpc++/client_context.h",
5141 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005142 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005143 "include/grpc++/generic/async_generic_service.h",
5144 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005145 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005146 "include/grpc++/impl/call.h",
5147 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005148 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005149 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005150 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005151 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005152 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005153 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005154 "include/grpc++/impl/codegen/client_unary_call.h",
5155 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005156 "include/grpc++/impl/codegen/completion_queue_tag.h",
5157 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005158 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005159 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005160 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005161 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005162 "include/grpc++/impl/codegen/rpc_method.h",
5163 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005164 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005165 "include/grpc++/impl/codegen/serialization_traits.h",
5166 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005167 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005168 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005169 "include/grpc++/impl/codegen/status.h",
5170 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005171 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005172 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005173 "include/grpc++/impl/codegen/sync.h",
5174 "include/grpc++/impl/codegen/sync_cxx11.h",
5175 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005176 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005177 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005178 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005179 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005180 "include/grpc++/impl/proto_utils.h",
5181 "include/grpc++/impl/rpc_method.h",
5182 "include/grpc++/impl/rpc_service_method.h",
5183 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005184 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005185 "include/grpc++/impl/service_type.h",
5186 "include/grpc++/impl/sync.h",
5187 "include/grpc++/impl/sync_cxx11.h",
5188 "include/grpc++/impl/sync_no_cxx11.h",
5189 "include/grpc++/impl/thd.h",
5190 "include/grpc++/impl/thd_cxx11.h",
5191 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005192 "include/grpc++/security/auth_context.h",
5193 "include/grpc++/security/auth_metadata_processor.h",
5194 "include/grpc++/security/credentials.h",
5195 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005196 "include/grpc++/server.h",
5197 "include/grpc++/server_builder.h",
5198 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005199 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005200 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005201 "include/grpc++/support/byte_buffer.h",
5202 "include/grpc++/support/channel_arguments.h",
5203 "include/grpc++/support/config.h",
5204 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005205 "include/grpc++/support/slice.h",
5206 "include/grpc++/support/status.h",
5207 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005208 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005209 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005210 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005211 "include/grpc++/support/time.h",
yang-gc317f072015-08-20 12:18:08 -07005212 "src/cpp/client/create_channel_internal.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005213 "src/cpp/common/create_auth_context.h",
5214 "src/cpp/server/dynamic_thread_pool.h",
Vijay Paie8a7e302015-08-24 10:52:33 -07005215 "src/cpp/server/thread_pool_interface.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005216 ],
5217 "language": "c++",
5218 "name": "grpc++_unsecure",
5219 "src": [
vjpaif9f61cf2016-02-10 20:51:53 -08005220 "include/grpc++/alarm.h",
yang-g8c2be9f2015-08-19 16:28:09 -07005221 "include/grpc++/channel.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005222 "include/grpc++/client_context.h",
5223 "include/grpc++/completion_queue.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005224 "include/grpc++/create_channel.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005225 "include/grpc++/generic/async_generic_service.h",
5226 "include/grpc++/generic/generic_stub.h",
Craig Tillerd136a5c2015-09-11 12:23:32 -07005227 "include/grpc++/grpc++.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005228 "include/grpc++/impl/call.h",
5229 "include/grpc++/impl/client_unary_call.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005230 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005231 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005232 "include/grpc++/impl/codegen/call.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005233 "include/grpc++/impl/codegen/call_hook.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005234 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005235 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005236 "include/grpc++/impl/codegen/client_unary_call.h",
5237 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005238 "include/grpc++/impl/codegen/completion_queue_tag.h",
5239 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005240 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005241 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005242 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005243 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005244 "include/grpc++/impl/codegen/rpc_method.h",
5245 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005246 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005247 "include/grpc++/impl/codegen/serialization_traits.h",
5248 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasa3962762016-01-20 14:27:56 -08005249 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005250 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005251 "include/grpc++/impl/codegen/status.h",
5252 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005253 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005254 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005255 "include/grpc++/impl/codegen/sync.h",
5256 "include/grpc++/impl/codegen/sync_cxx11.h",
5257 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005258 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintas08a0a332016-01-21 01:04:36 -08005259 "include/grpc++/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005260 "include/grpc++/impl/grpc_library.h",
yang-g77c63332016-01-14 16:09:04 -08005261 "include/grpc++/impl/method_handler_impl.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005262 "include/grpc++/impl/proto_utils.h",
5263 "include/grpc++/impl/rpc_method.h",
5264 "include/grpc++/impl/rpc_service_method.h",
5265 "include/grpc++/impl/serialization_traits.h",
yang-ga23f17b2015-11-25 10:21:05 -08005266 "include/grpc++/impl/server_builder_option.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005267 "include/grpc++/impl/service_type.h",
5268 "include/grpc++/impl/sync.h",
5269 "include/grpc++/impl/sync_cxx11.h",
5270 "include/grpc++/impl/sync_no_cxx11.h",
5271 "include/grpc++/impl/thd.h",
5272 "include/grpc++/impl/thd_cxx11.h",
5273 "include/grpc++/impl/thd_no_cxx11.h",
Julien Boeuf0d471922015-08-30 22:18:50 -07005274 "include/grpc++/security/auth_context.h",
5275 "include/grpc++/security/auth_metadata_processor.h",
5276 "include/grpc++/security/credentials.h",
5277 "include/grpc++/security/server_credentials.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005278 "include/grpc++/server.h",
5279 "include/grpc++/server_builder.h",
5280 "include/grpc++/server_context.h",
yang-g9fb35a52015-08-21 15:49:35 -07005281 "include/grpc++/support/async_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005282 "include/grpc++/support/async_unary_call.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005283 "include/grpc++/support/byte_buffer.h",
5284 "include/grpc++/support/channel_arguments.h",
5285 "include/grpc++/support/config.h",
5286 "include/grpc++/support/config_protobuf.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005287 "include/grpc++/support/slice.h",
5288 "include/grpc++/support/status.h",
5289 "include/grpc++/support/status_code_enum.h",
Julien Boeuf0382bfa2015-08-24 23:55:43 -07005290 "include/grpc++/support/string_ref.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005291 "include/grpc++/support/stub_options.h",
yang-g9fb35a52015-08-21 15:49:35 -07005292 "include/grpc++/support/sync_stream.h",
yang-g9e2f90c2015-08-21 15:35:03 -07005293 "include/grpc++/support/time.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005294 "src/cpp/client/channel.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005295 "src/cpp/client/client_context.cc",
5296 "src/cpp/client/create_channel.cc",
yang-gc317f072015-08-20 12:18:08 -07005297 "src/cpp/client/create_channel_internal.cc",
5298 "src/cpp/client/create_channel_internal.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005299 "src/cpp/client/credentials.cc",
5300 "src/cpp/client/generic_stub.cc",
5301 "src/cpp/client/insecure_credentials.cc",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005302 "src/cpp/codegen/grpc_library.cc",
vjpai04e992a2016-02-10 16:58:38 -08005303 "src/cpp/common/alarm.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005304 "src/cpp/common/call.cc",
yang-g52705592015-11-25 11:45:33 -08005305 "src/cpp/common/channel_arguments.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005306 "src/cpp/common/completion_queue.cc",
yang-g5ea46ab2015-07-06 14:05:54 -07005307 "src/cpp/common/create_auth_context.h",
yang-g5ea46ab2015-07-06 14:05:54 -07005308 "src/cpp/common/insecure_create_auth_context.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005309 "src/cpp/common/rpc_method.cc",
5310 "src/cpp/proto/proto_utils.cc",
5311 "src/cpp/server/async_generic_service.cc",
5312 "src/cpp/server/create_default_thread_pool.cc",
vjpaib28456b2015-07-23 14:17:10 -07005313 "src/cpp/server/dynamic_thread_pool.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005314 "src/cpp/server/dynamic_thread_pool.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005315 "src/cpp/server/insecure_server_credentials.cc",
5316 "src/cpp/server/server.cc",
5317 "src/cpp/server/server_builder.cc",
5318 "src/cpp/server/server_context.cc",
5319 "src/cpp/server/server_credentials.cc",
Vijay Paie8a7e302015-08-24 10:52:33 -07005320 "src/cpp/server/thread_pool_interface.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005321 "src/cpp/util/byte_buffer.cc",
5322 "src/cpp/util/slice.cc",
5323 "src/cpp/util/status.cc",
Julien Boeuf8fd915a2015-08-19 21:18:14 -07005324 "src/cpp/util/string_ref.cc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005325 "src/cpp/util/time.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005326 ],
5327 "third_party": false,
5328 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005329 },
5330 {
5331 "deps": [],
5332 "headers": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005333 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005334 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005335 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005336 "include/grpc++/impl/codegen/call_hook.h",
5337 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005338 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005339 "include/grpc++/impl/codegen/client_unary_call.h",
5340 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005341 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005342 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005343 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005344 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005345 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005346 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005347 "include/grpc++/impl/codegen/rpc_method.h",
5348 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005349 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005350 "include/grpc++/impl/codegen/serialization_traits.h",
5351 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005352 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005353 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005354 "include/grpc++/impl/codegen/status.h",
5355 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005356 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005357 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005358 "include/grpc++/impl/codegen/sync.h",
5359 "include/grpc++/impl/codegen/sync_cxx11.h",
5360 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005361 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005362 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005363 "include/grpc++/support/config.h",
5364 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005365 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005366 "include/grpc/impl/codegen/atm.h",
5367 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5368 "include/grpc/impl/codegen/atm_gcc_sync.h",
5369 "include/grpc/impl/codegen/atm_win32.h",
5370 "include/grpc/impl/codegen/byte_buffer.h",
5371 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005372 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005373 "include/grpc/impl/codegen/grpc_types.h",
5374 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005375 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005376 "include/grpc/impl/codegen/propagation_bits.h",
5377 "include/grpc/impl/codegen/slice.h",
5378 "include/grpc/impl/codegen/slice_buffer.h",
5379 "include/grpc/impl/codegen/status.h",
5380 "include/grpc/impl/codegen/sync.h",
5381 "include/grpc/impl/codegen/sync_generic.h",
5382 "include/grpc/impl/codegen/sync_posix.h",
5383 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005384 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005385 "src/compiler/config.h",
5386 "src/compiler/cpp_generator.h",
5387 "src/compiler/cpp_generator_helpers.h",
5388 "src/compiler/csharp_generator.h",
5389 "src/compiler/csharp_generator_helpers.h",
5390 "src/compiler/generator_helpers.h",
5391 "src/compiler/objective_c_generator.h",
5392 "src/compiler/objective_c_generator_helpers.h",
5393 "src/compiler/python_generator.h",
5394 "src/compiler/ruby_generator.h",
5395 "src/compiler/ruby_generator_helpers-inl.h",
5396 "src/compiler/ruby_generator_map-inl.h",
5397 "src/compiler/ruby_generator_string-inl.h"
5398 ],
5399 "language": "c++",
5400 "name": "grpc_plugin_support",
5401 "src": [
David Garcia Quintas6a484052016-01-25 19:12:37 -08005402 "include/grpc++/impl/codegen/async_stream.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005403 "include/grpc++/impl/codegen/async_unary_call.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005404 "include/grpc++/impl/codegen/call.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005405 "include/grpc++/impl/codegen/call_hook.h",
5406 "include/grpc++/impl/codegen/channel_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005407 "include/grpc++/impl/codegen/client_context.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005408 "include/grpc++/impl/codegen/client_unary_call.h",
5409 "include/grpc++/impl/codegen/completion_queue.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005410 "include/grpc++/impl/codegen/completion_queue_tag.h",
David Garcia Quintasedc87ec2016-01-21 13:30:13 -08005411 "include/grpc++/impl/codegen/config.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005412 "include/grpc++/impl/codegen/config_protobuf.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005413 "include/grpc++/impl/codegen/grpc_library.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005414 "include/grpc++/impl/codegen/method_handler_impl.h",
David Garcia Quintas6a484052016-01-25 19:12:37 -08005415 "include/grpc++/impl/codegen/proto_utils.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005416 "include/grpc++/impl/codegen/rpc_method.h",
5417 "include/grpc++/impl/codegen/rpc_service_method.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005418 "include/grpc++/impl/codegen/security/auth_context.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005419 "include/grpc++/impl/codegen/serialization_traits.h",
5420 "include/grpc++/impl/codegen/server_context.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005421 "include/grpc++/impl/codegen/server_interface.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005422 "include/grpc++/impl/codegen/service_type.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005423 "include/grpc++/impl/codegen/status.h",
5424 "include/grpc++/impl/codegen/status_code_enum.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005425 "include/grpc++/impl/codegen/string_ref.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005426 "include/grpc++/impl/codegen/stub_options.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005427 "include/grpc++/impl/codegen/sync.h",
5428 "include/grpc++/impl/codegen/sync_cxx11.h",
5429 "include/grpc++/impl/codegen/sync_no_cxx11.h",
David Garcia Quintas6bd7b972016-01-27 19:21:12 -08005430 "include/grpc++/impl/codegen/sync_stream.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005431 "include/grpc++/impl/codegen/time.h",
yang-g9d1f0c42015-08-24 16:08:36 -07005432 "include/grpc++/support/config.h",
5433 "include/grpc++/support/config_protobuf.h",
David Garcia Quintasb523c732016-01-25 18:22:28 -08005434 "include/grpc/impl/codegen/alloc.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005435 "include/grpc/impl/codegen/atm.h",
5436 "include/grpc/impl/codegen/atm_gcc_atomic.h",
5437 "include/grpc/impl/codegen/atm_gcc_sync.h",
5438 "include/grpc/impl/codegen/atm_win32.h",
5439 "include/grpc/impl/codegen/byte_buffer.h",
5440 "include/grpc/impl/codegen/compression_types.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005441 "include/grpc/impl/codegen/connectivity_state.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005442 "include/grpc/impl/codegen/grpc_types.h",
5443 "include/grpc/impl/codegen/log.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005444 "include/grpc/impl/codegen/port_platform.h",
David Garcia Quintas2425bbb2016-01-25 17:32:48 -08005445 "include/grpc/impl/codegen/propagation_bits.h",
5446 "include/grpc/impl/codegen/slice.h",
5447 "include/grpc/impl/codegen/slice_buffer.h",
5448 "include/grpc/impl/codegen/status.h",
5449 "include/grpc/impl/codegen/sync.h",
5450 "include/grpc/impl/codegen/sync_generic.h",
5451 "include/grpc/impl/codegen/sync_posix.h",
5452 "include/grpc/impl/codegen/sync_win32.h",
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08005453 "include/grpc/impl/codegen/time.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005454 "src/compiler/config.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005455 "src/compiler/cpp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005456 "src/compiler/cpp_generator.h",
5457 "src/compiler/cpp_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005458 "src/compiler/csharp_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005459 "src/compiler/csharp_generator.h",
5460 "src/compiler/csharp_generator_helpers.h",
5461 "src/compiler/generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005462 "src/compiler/objective_c_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005463 "src/compiler/objective_c_generator.h",
5464 "src/compiler/objective_c_generator_helpers.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005465 "src/compiler/python_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005466 "src/compiler/python_generator.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005467 "src/compiler/ruby_generator.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005468 "src/compiler/ruby_generator.h",
5469 "src/compiler/ruby_generator_helpers-inl.h",
5470 "src/compiler/ruby_generator_map-inl.h",
David Garcia Quintase1300de2016-01-27 18:41:26 -08005471 "src/compiler/ruby_generator_string-inl.h",
5472 "src/cpp/codegen/grpc_library.cc"
Craig Tiller732a8752016-02-22 15:59:19 -08005473 ],
5474 "third_party": false,
5475 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005476 },
5477 {
5478 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005479 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005480 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005481 "grpc++",
5482 "grpc++_test_util",
5483 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005484 ],
5485 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005486 "src/proto/grpc/testing/messages.grpc.pb.h",
5487 "src/proto/grpc/testing/messages.pb.h",
5488 "test/cpp/interop/client_helper.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005489 ],
5490 "language": "c++",
5491 "name": "interop_client_helper",
5492 "src": [
5493 "test/cpp/interop/client_helper.cc",
5494 "test/cpp/interop/client_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005495 ],
5496 "third_party": false,
5497 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005498 },
5499 {
5500 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005501 "gpr",
5502 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005503 "grpc",
5504 "grpc++",
5505 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005506 "grpc++_test_util",
5507 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005508 "interop_client_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005509 ],
5510 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005511 "src/proto/grpc/testing/empty.grpc.pb.h",
5512 "src/proto/grpc/testing/empty.pb.h",
5513 "src/proto/grpc/testing/messages.grpc.pb.h",
5514 "src/proto/grpc/testing/messages.pb.h",
5515 "src/proto/grpc/testing/test.grpc.pb.h",
5516 "src/proto/grpc/testing/test.pb.h",
5517 "test/cpp/interop/interop_client.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005518 ],
5519 "language": "c++",
5520 "name": "interop_client_main",
5521 "src": [
5522 "test/cpp/interop/client.cc",
5523 "test/cpp/interop/interop_client.cc",
5524 "test/cpp/interop/interop_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005525 ],
5526 "third_party": false,
5527 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005528 },
5529 {
5530 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005531 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005532 "grpc",
Craig Tiller224b04f2015-06-25 07:11:18 -07005533 "grpc++",
5534 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005535 ],
5536 "headers": [
5537 "test/cpp/interop/server_helper.h"
5538 ],
5539 "language": "c++",
5540 "name": "interop_server_helper",
5541 "src": [
5542 "test/cpp/interop/server_helper.cc",
5543 "test/cpp/interop/server_helper.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005544 ],
5545 "third_party": false,
5546 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005547 },
5548 {
5549 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005550 "gpr",
5551 "gpr_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005552 "grpc",
5553 "grpc++",
5554 "grpc++_test_config",
Craig Tillerf75fc122015-06-25 06:58:00 -07005555 "grpc++_test_util",
5556 "grpc_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005557 "interop_server_helper"
Craig Tillerf75fc122015-06-25 06:58:00 -07005558 ],
5559 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005560 "src/proto/grpc/testing/empty.grpc.pb.h",
5561 "src/proto/grpc/testing/empty.pb.h",
5562 "src/proto/grpc/testing/messages.grpc.pb.h",
5563 "src/proto/grpc/testing/messages.pb.h",
5564 "src/proto/grpc/testing/test.grpc.pb.h",
5565 "src/proto/grpc/testing/test.pb.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005566 ],
5567 "language": "c++",
5568 "name": "interop_server_main",
5569 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08005570 "test/cpp/interop/server_main.cc"
5571 ],
5572 "third_party": false,
5573 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005574 },
5575 {
5576 "deps": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005577 "grpc++",
Craig Tillerf75fc122015-06-25 06:58:00 -07005578 "grpc++_test_util",
Craig Tiller224b04f2015-06-25 07:11:18 -07005579 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07005580 ],
5581 "headers": [
Craig Tiller1b4e3302015-12-17 16:35:00 -08005582 "src/proto/grpc/testing/control.grpc.pb.h",
5583 "src/proto/grpc/testing/control.pb.h",
5584 "src/proto/grpc/testing/messages.grpc.pb.h",
5585 "src/proto/grpc/testing/messages.pb.h",
5586 "src/proto/grpc/testing/payloads.grpc.pb.h",
5587 "src/proto/grpc/testing/payloads.pb.h",
5588 "src/proto/grpc/testing/perf_db.grpc.pb.h",
5589 "src/proto/grpc/testing/perf_db.pb.h",
5590 "src/proto/grpc/testing/services.grpc.pb.h",
5591 "src/proto/grpc/testing/services.pb.h",
5592 "src/proto/grpc/testing/stats.grpc.pb.h",
5593 "src/proto/grpc/testing/stats.pb.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005594 "test/cpp/qps/client.h",
5595 "test/cpp/qps/driver.h",
5596 "test/cpp/qps/histogram.h",
5597 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005598 "test/cpp/qps/limit_cores.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005599 "test/cpp/qps/perf_db_client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005600 "test/cpp/qps/qps_worker.h",
5601 "test/cpp/qps/report.h",
5602 "test/cpp/qps/server.h",
5603 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005604 "test/cpp/qps/usage_timer.h",
Craig Tiller1b4e3302015-12-17 16:35:00 -08005605 "test/cpp/util/benchmark_config.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07005606 ],
5607 "language": "c++",
5608 "name": "qps",
5609 "src": [
Craig Tiller224b04f2015-06-25 07:11:18 -07005610 "test/cpp/qps/client.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07005611 "test/cpp/qps/client_async.cc",
5612 "test/cpp/qps/client_sync.cc",
5613 "test/cpp/qps/driver.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005614 "test/cpp/qps/driver.h",
5615 "test/cpp/qps/histogram.h",
5616 "test/cpp/qps/interarrival.h",
vjpaic8034422016-01-19 15:32:42 -08005617 "test/cpp/qps/limit_cores.cc",
5618 "test/cpp/qps/limit_cores.h",
Siddharth Rakesh25481f72015-06-29 13:27:23 -07005619 "test/cpp/qps/perf_db_client.cc",
Siddharth Rakeshb7135462015-06-29 14:14:37 -07005620 "test/cpp/qps/perf_db_client.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005621 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005622 "test/cpp/qps/qps_worker.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005623 "test/cpp/qps/report.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005624 "test/cpp/qps/report.h",
5625 "test/cpp/qps/server.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005626 "test/cpp/qps/server_async.cc",
5627 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005628 "test/cpp/qps/stats.h",
Craig Tiller732a8752016-02-22 15:59:19 -08005629 "test/cpp/qps/usage_timer.cc",
5630 "test/cpp/qps/usage_timer.h",
Craig Tiller224b04f2015-06-25 07:11:18 -07005631 "test/cpp/util/benchmark_config.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -07005632 "test/cpp/util/benchmark_config.h"
Craig Tiller732a8752016-02-22 15:59:19 -08005633 ],
5634 "third_party": false,
5635 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07005636 },
5637 {
5638 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08005639 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07005640 "grpc"
5641 ],
5642 "headers": [],
5643 "language": "csharp",
5644 "name": "grpc_csharp_ext",
5645 "src": [
5646 "src/csharp/ext/grpc_csharp_ext.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005647 ],
5648 "third_party": false,
5649 "type": "lib"
5650 },
5651 {
5652 "deps": [],
5653 "headers": [
5654 "third_party/boringssl/crypto/aes/internal.h",
5655 "third_party/boringssl/crypto/asn1/asn1_locl.h",
5656 "third_party/boringssl/crypto/bio/internal.h",
5657 "third_party/boringssl/crypto/bn/internal.h",
5658 "third_party/boringssl/crypto/bn/rsaz_exp.h",
5659 "third_party/boringssl/crypto/bytestring/internal.h",
5660 "third_party/boringssl/crypto/cipher/internal.h",
5661 "third_party/boringssl/crypto/conf/conf_def.h",
5662 "third_party/boringssl/crypto/conf/internal.h",
5663 "third_party/boringssl/crypto/des/internal.h",
5664 "third_party/boringssl/crypto/dh/internal.h",
5665 "third_party/boringssl/crypto/digest/internal.h",
5666 "third_party/boringssl/crypto/digest/md32_common.h",
5667 "third_party/boringssl/crypto/directory.h",
5668 "third_party/boringssl/crypto/dsa/internal.h",
5669 "third_party/boringssl/crypto/ec/internal.h",
5670 "third_party/boringssl/crypto/ec/p256-x86_64-table.h",
5671 "third_party/boringssl/crypto/evp/internal.h",
5672 "third_party/boringssl/crypto/internal.h",
5673 "third_party/boringssl/crypto/modes/internal.h",
5674 "third_party/boringssl/crypto/obj/obj_dat.h",
5675 "third_party/boringssl/crypto/obj/obj_xref.h",
5676 "third_party/boringssl/crypto/pkcs8/internal.h",
5677 "third_party/boringssl/crypto/rand/internal.h",
5678 "third_party/boringssl/crypto/rsa/internal.h",
5679 "third_party/boringssl/crypto/test/scoped_types.h",
5680 "third_party/boringssl/crypto/test/test_util.h",
5681 "third_party/boringssl/crypto/x509/charmap.h",
5682 "third_party/boringssl/crypto/x509/vpm_int.h",
5683 "third_party/boringssl/crypto/x509v3/ext_dat.h",
5684 "third_party/boringssl/crypto/x509v3/pcy_int.h",
5685 "third_party/boringssl/include/openssl/aead.h",
5686 "third_party/boringssl/include/openssl/aes.h",
5687 "third_party/boringssl/include/openssl/arm_arch.h",
5688 "third_party/boringssl/include/openssl/asn1.h",
5689 "third_party/boringssl/include/openssl/asn1_mac.h",
5690 "third_party/boringssl/include/openssl/asn1t.h",
5691 "third_party/boringssl/include/openssl/base.h",
5692 "third_party/boringssl/include/openssl/base64.h",
5693 "third_party/boringssl/include/openssl/bio.h",
5694 "third_party/boringssl/include/openssl/blowfish.h",
5695 "third_party/boringssl/include/openssl/bn.h",
5696 "third_party/boringssl/include/openssl/buf.h",
5697 "third_party/boringssl/include/openssl/buffer.h",
5698 "third_party/boringssl/include/openssl/bytestring.h",
5699 "third_party/boringssl/include/openssl/cast.h",
5700 "third_party/boringssl/include/openssl/chacha.h",
5701 "third_party/boringssl/include/openssl/cipher.h",
5702 "third_party/boringssl/include/openssl/cmac.h",
5703 "third_party/boringssl/include/openssl/conf.h",
5704 "third_party/boringssl/include/openssl/cpu.h",
5705 "third_party/boringssl/include/openssl/crypto.h",
5706 "third_party/boringssl/include/openssl/curve25519.h",
5707 "third_party/boringssl/include/openssl/des.h",
5708 "third_party/boringssl/include/openssl/dh.h",
5709 "third_party/boringssl/include/openssl/digest.h",
5710 "third_party/boringssl/include/openssl/dsa.h",
5711 "third_party/boringssl/include/openssl/dtls1.h",
5712 "third_party/boringssl/include/openssl/ec.h",
5713 "third_party/boringssl/include/openssl/ec_key.h",
5714 "third_party/boringssl/include/openssl/ecdh.h",
5715 "third_party/boringssl/include/openssl/ecdsa.h",
5716 "third_party/boringssl/include/openssl/engine.h",
5717 "third_party/boringssl/include/openssl/err.h",
5718 "third_party/boringssl/include/openssl/evp.h",
5719 "third_party/boringssl/include/openssl/ex_data.h",
5720 "third_party/boringssl/include/openssl/hkdf.h",
5721 "third_party/boringssl/include/openssl/hmac.h",
5722 "third_party/boringssl/include/openssl/lhash.h",
5723 "third_party/boringssl/include/openssl/lhash_macros.h",
5724 "third_party/boringssl/include/openssl/md4.h",
5725 "third_party/boringssl/include/openssl/md5.h",
5726 "third_party/boringssl/include/openssl/mem.h",
5727 "third_party/boringssl/include/openssl/obj.h",
5728 "third_party/boringssl/include/openssl/obj_mac.h",
5729 "third_party/boringssl/include/openssl/objects.h",
5730 "third_party/boringssl/include/openssl/opensslfeatures.h",
5731 "third_party/boringssl/include/openssl/opensslv.h",
5732 "third_party/boringssl/include/openssl/ossl_typ.h",
5733 "third_party/boringssl/include/openssl/pem.h",
5734 "third_party/boringssl/include/openssl/pkcs12.h",
5735 "third_party/boringssl/include/openssl/pkcs7.h",
5736 "third_party/boringssl/include/openssl/pkcs8.h",
5737 "third_party/boringssl/include/openssl/poly1305.h",
5738 "third_party/boringssl/include/openssl/pqueue.h",
5739 "third_party/boringssl/include/openssl/rand.h",
5740 "third_party/boringssl/include/openssl/rc4.h",
5741 "third_party/boringssl/include/openssl/rsa.h",
5742 "third_party/boringssl/include/openssl/safestack.h",
5743 "third_party/boringssl/include/openssl/sha.h",
5744 "third_party/boringssl/include/openssl/srtp.h",
5745 "third_party/boringssl/include/openssl/ssl.h",
5746 "third_party/boringssl/include/openssl/ssl3.h",
5747 "third_party/boringssl/include/openssl/stack.h",
5748 "third_party/boringssl/include/openssl/stack_macros.h",
5749 "third_party/boringssl/include/openssl/thread.h",
5750 "third_party/boringssl/include/openssl/time_support.h",
5751 "third_party/boringssl/include/openssl/tls1.h",
5752 "third_party/boringssl/include/openssl/type_check.h",
5753 "third_party/boringssl/include/openssl/x509.h",
5754 "third_party/boringssl/include/openssl/x509_vfy.h",
5755 "third_party/boringssl/include/openssl/x509v3.h",
5756 "third_party/boringssl/ssl/internal.h",
5757 "third_party/boringssl/ssl/test/async_bio.h",
5758 "third_party/boringssl/ssl/test/packeted_bio.h",
5759 "third_party/boringssl/ssl/test/scoped_types.h",
5760 "third_party/boringssl/ssl/test/test_config.h"
5761 ],
5762 "language": "c",
5763 "name": "boringssl",
5764 "src": [
Craig Tiller4ea45992016-02-23 17:13:38 -08005765 "src/boringssl/err_data.c"
Craig Tiller732a8752016-02-22 15:59:19 -08005766 ],
5767 "third_party": true,
5768 "type": "lib"
5769 },
5770 {
5771 "deps": [],
5772 "headers": [],
5773 "language": "c++",
5774 "name": "boringssl_test_util",
Craig Tiller4ea45992016-02-23 17:13:38 -08005775 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005776 "third_party": true,
5777 "type": "lib"
5778 },
5779 {
5780 "deps": [
5781 "boringssl",
5782 "boringssl_test_util"
5783 ],
5784 "headers": [],
5785 "language": "c++",
5786 "name": "boringssl_aes_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005787 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005788 "third_party": true,
5789 "type": "lib"
5790 },
5791 {
5792 "deps": [
5793 "boringssl",
5794 "boringssl_test_util"
5795 ],
5796 "headers": [],
5797 "language": "c++",
5798 "name": "boringssl_base64_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005799 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005800 "third_party": true,
5801 "type": "lib"
5802 },
5803 {
5804 "deps": [
5805 "boringssl",
5806 "boringssl_test_util"
5807 ],
5808 "headers": [],
5809 "language": "c++",
5810 "name": "boringssl_bio_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005811 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005812 "third_party": true,
5813 "type": "lib"
5814 },
5815 {
5816 "deps": [
5817 "boringssl",
5818 "boringssl_test_util"
5819 ],
5820 "headers": [],
5821 "language": "c++",
5822 "name": "boringssl_bn_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005823 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005824 "third_party": true,
5825 "type": "lib"
5826 },
5827 {
5828 "deps": [
5829 "boringssl",
5830 "boringssl_test_util"
5831 ],
5832 "headers": [],
5833 "language": "c++",
5834 "name": "boringssl_bytestring_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005835 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005836 "third_party": true,
5837 "type": "lib"
5838 },
5839 {
5840 "deps": [
5841 "boringssl",
5842 "boringssl_test_util"
5843 ],
5844 "headers": [],
5845 "language": "c++",
5846 "name": "boringssl_aead_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005847 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005848 "third_party": true,
5849 "type": "lib"
5850 },
5851 {
5852 "deps": [
5853 "boringssl",
5854 "boringssl_test_util"
5855 ],
5856 "headers": [],
5857 "language": "c++",
5858 "name": "boringssl_cipher_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005859 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005860 "third_party": true,
5861 "type": "lib"
5862 },
5863 {
5864 "deps": [
5865 "boringssl",
5866 "boringssl_test_util"
5867 ],
5868 "headers": [],
5869 "language": "c++",
5870 "name": "boringssl_cmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005871 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005872 "third_party": true,
5873 "type": "lib"
5874 },
5875 {
5876 "deps": [
5877 "boringssl",
5878 "boringssl_test_util"
5879 ],
5880 "headers": [],
5881 "language": "c",
5882 "name": "boringssl_constant_time_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005883 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005884 "third_party": true,
5885 "type": "lib"
5886 },
5887 {
5888 "deps": [
5889 "boringssl",
5890 "boringssl_test_util"
5891 ],
5892 "headers": [],
5893 "language": "c++",
5894 "name": "boringssl_ed25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005895 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005896 "third_party": true,
5897 "type": "lib"
5898 },
5899 {
5900 "deps": [
5901 "boringssl",
5902 "boringssl_test_util"
5903 ],
5904 "headers": [],
5905 "language": "c++",
5906 "name": "boringssl_x25519_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005907 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005908 "third_party": true,
5909 "type": "lib"
5910 },
5911 {
5912 "deps": [
5913 "boringssl",
5914 "boringssl_test_util"
5915 ],
5916 "headers": [],
5917 "language": "c++",
5918 "name": "boringssl_dh_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005919 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005920 "third_party": true,
5921 "type": "lib"
5922 },
5923 {
5924 "deps": [
5925 "boringssl",
5926 "boringssl_test_util"
5927 ],
5928 "headers": [],
5929 "language": "c++",
5930 "name": "boringssl_digest_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005931 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005932 "third_party": true,
5933 "type": "lib"
5934 },
5935 {
5936 "deps": [
5937 "boringssl",
5938 "boringssl_test_util"
5939 ],
5940 "headers": [],
5941 "language": "c",
5942 "name": "boringssl_dsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005943 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005944 "third_party": true,
5945 "type": "lib"
5946 },
5947 {
5948 "deps": [
5949 "boringssl",
5950 "boringssl_test_util"
5951 ],
5952 "headers": [],
5953 "language": "c++",
5954 "name": "boringssl_ec_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005955 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005956 "third_party": true,
5957 "type": "lib"
5958 },
5959 {
5960 "deps": [
5961 "boringssl",
5962 "boringssl_test_util"
5963 ],
5964 "headers": [],
5965 "language": "c",
5966 "name": "boringssl_example_mul_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005967 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005968 "third_party": true,
5969 "type": "lib"
5970 },
5971 {
5972 "deps": [
5973 "boringssl",
5974 "boringssl_test_util"
5975 ],
5976 "headers": [],
5977 "language": "c++",
5978 "name": "boringssl_ecdsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005979 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005980 "third_party": true,
5981 "type": "lib"
5982 },
5983 {
5984 "deps": [
5985 "boringssl",
5986 "boringssl_test_util"
5987 ],
5988 "headers": [],
5989 "language": "c++",
5990 "name": "boringssl_err_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08005991 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08005992 "third_party": true,
5993 "type": "lib"
5994 },
5995 {
5996 "deps": [
5997 "boringssl",
5998 "boringssl_test_util"
5999 ],
6000 "headers": [],
6001 "language": "c++",
6002 "name": "boringssl_evp_extra_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006003 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006004 "third_party": true,
6005 "type": "lib"
6006 },
6007 {
6008 "deps": [
6009 "boringssl",
6010 "boringssl_test_util"
6011 ],
6012 "headers": [],
6013 "language": "c++",
6014 "name": "boringssl_evp_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006015 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006016 "third_party": true,
6017 "type": "lib"
6018 },
6019 {
6020 "deps": [
6021 "boringssl",
6022 "boringssl_test_util"
6023 ],
6024 "headers": [],
6025 "language": "c++",
6026 "name": "boringssl_pbkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006027 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006028 "third_party": true,
6029 "type": "lib"
6030 },
6031 {
6032 "deps": [
6033 "boringssl",
6034 "boringssl_test_util"
6035 ],
6036 "headers": [],
6037 "language": "c",
6038 "name": "boringssl_hkdf_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006039 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006040 "third_party": true,
6041 "type": "lib"
6042 },
6043 {
6044 "deps": [
6045 "boringssl",
6046 "boringssl_test_util"
6047 ],
6048 "headers": [],
6049 "language": "c++",
6050 "name": "boringssl_hmac_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006051 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006052 "third_party": true,
6053 "type": "lib"
6054 },
6055 {
6056 "deps": [
6057 "boringssl",
6058 "boringssl_test_util"
6059 ],
6060 "headers": [],
6061 "language": "c",
6062 "name": "boringssl_lhash_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006063 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006064 "third_party": true,
6065 "type": "lib"
6066 },
6067 {
6068 "deps": [
6069 "boringssl",
6070 "boringssl_test_util"
6071 ],
6072 "headers": [],
6073 "language": "c",
6074 "name": "boringssl_gcm_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006075 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006076 "third_party": true,
6077 "type": "lib"
6078 },
6079 {
6080 "deps": [
6081 "boringssl",
6082 "boringssl_test_util"
6083 ],
6084 "headers": [],
6085 "language": "c++",
6086 "name": "boringssl_pkcs12_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006087 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006088 "third_party": true,
6089 "type": "lib"
6090 },
6091 {
6092 "deps": [
6093 "boringssl",
6094 "boringssl_test_util"
6095 ],
6096 "headers": [],
6097 "language": "c++",
6098 "name": "boringssl_pkcs8_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006099 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006100 "third_party": true,
6101 "type": "lib"
6102 },
6103 {
6104 "deps": [
6105 "boringssl",
6106 "boringssl_test_util"
6107 ],
6108 "headers": [],
6109 "language": "c++",
6110 "name": "boringssl_poly1305_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006111 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006112 "third_party": true,
6113 "type": "lib"
6114 },
6115 {
6116 "deps": [
6117 "boringssl",
6118 "boringssl_test_util"
6119 ],
6120 "headers": [],
6121 "language": "c",
6122 "name": "boringssl_refcount_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006123 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006124 "third_party": true,
6125 "type": "lib"
6126 },
6127 {
6128 "deps": [
6129 "boringssl",
6130 "boringssl_test_util"
6131 ],
6132 "headers": [],
6133 "language": "c++",
6134 "name": "boringssl_rsa_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006135 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006136 "third_party": true,
6137 "type": "lib"
6138 },
6139 {
6140 "deps": [
6141 "boringssl",
6142 "boringssl_test_util"
6143 ],
6144 "headers": [],
6145 "language": "c",
6146 "name": "boringssl_thread_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006147 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006148 "third_party": true,
6149 "type": "lib"
6150 },
6151 {
6152 "deps": [
6153 "boringssl",
6154 "boringssl_test_util"
6155 ],
6156 "headers": [],
6157 "language": "c",
6158 "name": "boringssl_pkcs7_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006159 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006160 "third_party": true,
6161 "type": "lib"
6162 },
6163 {
6164 "deps": [
6165 "boringssl",
6166 "boringssl_test_util"
6167 ],
6168 "headers": [],
6169 "language": "c",
6170 "name": "boringssl_tab_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006171 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006172 "third_party": true,
6173 "type": "lib"
6174 },
6175 {
6176 "deps": [
6177 "boringssl",
6178 "boringssl_test_util"
6179 ],
6180 "headers": [],
6181 "language": "c",
6182 "name": "boringssl_v3name_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006183 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006184 "third_party": true,
6185 "type": "lib"
6186 },
6187 {
6188 "deps": [
6189 "boringssl",
6190 "boringssl_test_util"
6191 ],
6192 "headers": [],
6193 "language": "c",
6194 "name": "boringssl_pqueue_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006195 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006196 "third_party": true,
6197 "type": "lib"
6198 },
6199 {
6200 "deps": [
6201 "boringssl",
6202 "boringssl_test_util"
6203 ],
6204 "headers": [],
6205 "language": "c++",
6206 "name": "boringssl_ssl_test_lib",
Craig Tiller4ea45992016-02-23 17:13:38 -08006207 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006208 "third_party": true,
6209 "type": "lib"
6210 },
6211 {
6212 "deps": [],
6213 "headers": [
6214 "third_party/zlib/crc32.h",
6215 "third_party/zlib/deflate.h",
6216 "third_party/zlib/gzguts.h",
6217 "third_party/zlib/inffast.h",
6218 "third_party/zlib/inffixed.h",
6219 "third_party/zlib/inflate.h",
6220 "third_party/zlib/inftrees.h",
6221 "third_party/zlib/trees.h",
6222 "third_party/zlib/zconf.h",
6223 "third_party/zlib/zlib.h",
6224 "third_party/zlib/zutil.h"
6225 ],
6226 "language": "c",
6227 "name": "z",
Craig Tiller4ea45992016-02-23 17:13:38 -08006228 "src": [],
Craig Tiller732a8752016-02-22 15:59:19 -08006229 "third_party": true,
6230 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006231 },
6232 {
6233 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006234 "gpr",
6235 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006236 "grpc_test_util_unsecure",
6237 "grpc_unsecure"
6238 ],
6239 "headers": [
6240 "test/core/bad_client/bad_client.h"
6241 ],
6242 "language": "c",
6243 "name": "bad_client_test",
6244 "src": [
6245 "test/core/bad_client/bad_client.c",
6246 "test/core/bad_client/bad_client.h"
Craig Tiller732a8752016-02-22 15:59:19 -08006247 ],
6248 "third_party": false,
6249 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006250 },
6251 {
6252 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006253 "gpr",
6254 "gpr_test_util",
Craig Tiller3dca23a2016-01-21 11:44:55 -08006255 "grpc",
6256 "grpc_test_util"
6257 ],
6258 "headers": [
Craig Tiller732a8752016-02-22 15:59:19 -08006259 "test/core/bad_ssl/server_common.h"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006260 ],
6261 "language": "c",
6262 "name": "bad_ssl_test_server",
6263 "src": [
Craig Tiller732a8752016-02-22 15:59:19 -08006264 "test/core/bad_ssl/server_common.c",
6265 "test/core/bad_ssl/server_common.h"
6266 ],
6267 "third_party": false,
6268 "type": "lib"
Craig Tiller3dca23a2016-01-21 11:44:55 -08006269 },
6270 {
Craig Tillerf75fc122015-06-25 06:58:00 -07006271 "deps": [
Craig Tiller917c29e2015-12-02 11:03:19 -08006272 "end2end_certs",
Craig Tillerda179ce2016-02-09 12:01:53 -08006273 "gpr",
6274 "gpr_test_util",
Craig Tiller917c29e2015-12-02 11:03:19 -08006275 "grpc",
6276 "grpc_test_util"
Craig Tillerf75fc122015-06-25 06:58:00 -07006277 ],
6278 "headers": [
Craig Tiller224b04f2015-06-25 07:11:18 -07006279 "test/core/end2end/end2end_tests.h",
6280 "test/core/end2end/tests/cancel_test_helpers.h"
Craig Tillerf75fc122015-06-25 06:58:00 -07006281 ],
6282 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006283 "name": "end2end_tests",
Craig Tillerf75fc122015-06-25 06:58:00 -07006284 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006285 "test/core/end2end/end2end_tests.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006286 "test/core/end2end/end2end_tests.h",
Craig Tillerf75fc122015-06-25 06:58:00 -07006287 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006288 "test/core/end2end/tests/binary_metadata.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006289 "test/core/end2end/tests/call_creds.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006290 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006291 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006292 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006293 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006294 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006295 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006296 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006297 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006298 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006299 "test/core/end2end/tests/default_host.c",
6300 "test/core/end2end/tests/disappearing_server.c",
6301 "test/core/end2end/tests/empty_batch.c",
6302 "test/core/end2end/tests/graceful_server_shutdown.c",
6303 "test/core/end2end/tests/high_initial_seqno.c",
6304 "test/core/end2end/tests/hpack_size.c",
6305 "test/core/end2end/tests/invoke_large_request.c",
6306 "test/core/end2end/tests/large_metadata.c",
6307 "test/core/end2end/tests/max_concurrent_streams.c",
6308 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006309 "test/core/end2end/tests/negative_deadline.c",
6310 "test/core/end2end/tests/no_op.c",
6311 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006312 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006313 "test/core/end2end/tests/ping_pong_streaming.c",
6314 "test/core/end2end/tests/registered_call.c",
6315 "test/core/end2end/tests/request_with_flags.c",
6316 "test/core/end2end/tests/request_with_payload.c",
6317 "test/core/end2end/tests/server_finishes_request.c",
6318 "test/core/end2end/tests/shutdown_finishes_calls.c",
6319 "test/core/end2end/tests/shutdown_finishes_tags.c",
6320 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006321 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006322 "test/core/end2end/tests/simple_request.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006323 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006324 ],
6325 "third_party": false,
6326 "type": "lib"
Craig Tiller917c29e2015-12-02 11:03:19 -08006327 },
6328 {
6329 "deps": [
Craig Tillerda179ce2016-02-09 12:01:53 -08006330 "gpr",
6331 "gpr_test_util",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006332 "grpc_test_util_unsecure",
6333 "grpc_unsecure"
6334 ],
6335 "headers": [
6336 "test/core/end2end/end2end_tests.h",
6337 "test/core/end2end/tests/cancel_test_helpers.h"
6338 ],
6339 "language": "c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006340 "name": "end2end_nosec_tests",
Craig Tiller917c29e2015-12-02 11:03:19 -08006341 "src": [
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006342 "test/core/end2end/end2end_nosec_tests.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006343 "test/core/end2end/end2end_tests.h",
6344 "test/core/end2end/tests/bad_hostname.c",
Craig Tiller917c29e2015-12-02 11:03:19 -08006345 "test/core/end2end/tests/binary_metadata.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006346 "test/core/end2end/tests/cancel_after_accept.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006347 "test/core/end2end/tests/cancel_after_client_done.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006348 "test/core/end2end/tests/cancel_after_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006349 "test/core/end2end/tests/cancel_before_invoke.c",
Craig Tillerf75fc122015-06-25 06:58:00 -07006350 "test/core/end2end/tests/cancel_in_a_vacuum.c",
Craig Tiller32bd81d2015-11-03 13:02:07 -08006351 "test/core/end2end/tests/cancel_test_helpers.h",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006352 "test/core/end2end/tests/cancel_with_status.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006353 "test/core/end2end/tests/compressed_payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006354 "test/core/end2end/tests/connectivity.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006355 "test/core/end2end/tests/default_host.c",
6356 "test/core/end2end/tests/disappearing_server.c",
6357 "test/core/end2end/tests/empty_batch.c",
6358 "test/core/end2end/tests/graceful_server_shutdown.c",
6359 "test/core/end2end/tests/high_initial_seqno.c",
6360 "test/core/end2end/tests/hpack_size.c",
6361 "test/core/end2end/tests/invoke_large_request.c",
6362 "test/core/end2end/tests/large_metadata.c",
6363 "test/core/end2end/tests/max_concurrent_streams.c",
6364 "test/core/end2end/tests/max_message_length.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006365 "test/core/end2end/tests/negative_deadline.c",
6366 "test/core/end2end/tests/no_op.c",
6367 "test/core/end2end/tests/payload.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006368 "test/core/end2end/tests/ping.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006369 "test/core/end2end/tests/ping_pong_streaming.c",
6370 "test/core/end2end/tests/registered_call.c",
6371 "test/core/end2end/tests/request_with_flags.c",
6372 "test/core/end2end/tests/request_with_payload.c",
6373 "test/core/end2end/tests/server_finishes_request.c",
6374 "test/core/end2end/tests/shutdown_finishes_calls.c",
6375 "test/core/end2end/tests/shutdown_finishes_tags.c",
6376 "test/core/end2end/tests/simple_delayed_request.c",
Craig Tiller732a8752016-02-22 15:59:19 -08006377 "test/core/end2end/tests/simple_metadata.c",
Craig Tiller0fe5ee72015-12-22 12:50:36 -08006378 "test/core/end2end/tests/simple_request.c",
Craig Tiller1ebb7c82015-08-31 15:53:36 -07006379 "test/core/end2end/tests/trailing_metadata.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006380 ],
6381 "third_party": false,
6382 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006383 },
6384 {
6385 "deps": [],
6386 "headers": [],
6387 "language": "c",
6388 "name": "end2end_certs",
6389 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -07006390 "test/core/end2end/data/server1_cert.c",
Craig Tiller224b04f2015-06-25 07:11:18 -07006391 "test/core/end2end/data/server1_key.c",
6392 "test/core/end2end/data/test_root_cert.c"
Craig Tiller732a8752016-02-22 15:59:19 -08006393 ],
6394 "third_party": false,
6395 "type": "lib"
Craig Tillerf75fc122015-06-25 06:58:00 -07006396 }
6397]