blob: dbac180c1fb57bf033f92c7247147bcddc2743bc [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
2 "settings": {
3 "#": "The public version number of the library.",
4 "version": {
5 "major": 0,
6 "minor": 8,
7 "micro": 0,
8 "build": 0
9 }
10 },
11 "libs": [
12 {
13 "name": "gpr",
14 "build": "all",
15 "secure": false,
jtattermusch97fb3f62014-12-08 15:13:41 -080016 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080017 "src": [
18 "src/core/support/alloc.c",
19 "src/core/support/cancellable.c",
20 "src/core/support/cmdline.c",
21 "src/core/support/cpu_posix.c",
22 "src/core/support/histogram.c",
23 "src/core/support/host_port.c",
24 "src/core/support/log.c",
25 "src/core/support/log_posix.c",
26 "src/core/support/log_linux.c",
27 "src/core/support/log_android.c",
28 "src/core/support/log_win32.c",
29 "src/core/support/murmur_hash.c",
30 "src/core/support/slice.c",
31 "src/core/support/slice_buffer.c",
32 "src/core/support/string.c",
33 "src/core/support/string_posix.c",
nnoble0c475f02014-12-05 15:37:39 -080034 "src/core/support/string_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080035 "src/core/support/sync.c",
36 "src/core/support/sync_posix.c",
jtattermusch98bffb72014-12-09 12:47:19 -080037 "src/core/support/sync_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080038 "src/core/support/thd_posix.c",
39 "src/core/support/thd_win32.c",
40 "src/core/support/time.c",
41 "src/core/support/time_posix.c",
42 "src/core/support/time_win32.c"
43 ],
44 "public_headers": [
45 "include/grpc/support/alloc.h",
46 "include/grpc/support/atm_gcc_atomic.h",
47 "include/grpc/support/atm_gcc_sync.h",
48 "include/grpc/support/atm.h",
49 "include/grpc/support/atm_win32.h",
50 "include/grpc/support/cancellable_platform.h",
51 "include/grpc/support/cmdline.h",
52 "include/grpc/support/histogram.h",
53 "include/grpc/support/host_port.h",
54 "include/grpc/support/log.h",
55 "include/grpc/support/port_platform.h",
56 "include/grpc/support/slice_buffer.h",
57 "include/grpc/support/slice.h",
58 "include/grpc/support/string.h",
59 "include/grpc/support/sync_generic.h",
60 "include/grpc/support/sync.h",
61 "include/grpc/support/sync_posix.h",
62 "include/grpc/support/sync_win32.h",
63 "include/grpc/support/thd.h",
64 "include/grpc/support/thd_posix.h",
65 "include/grpc/support/thd_win32.h",
66 "include/grpc/support/time.h",
67 "include/grpc/support/time_posix.h",
68 "include/grpc/support/time_win32.h",
69 "include/grpc/support/useful.h"
70 ],
71 "headers": [
72 "src/core/support/cpu.h",
73 "src/core/support/murmur_hash.h",
74 "src/core/support/thd_internal.h"
75 ]
76 },
77 {
78 "name": "grpc",
79 "build": "all",
80 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -080081 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080082 "alternates": [
83 {
84 "name": "grpc_unsecure",
85 "properties": [
86 {
87 "name": "secure",
88 "value": false
89 }
90 ],
91 "exclude_res": [
92 "^src/core/security/",
93 "^src/core/tsi/"
94 ]
95 }
96 ],
97 "src": [
98 "src/core/channel/call_op_string.c",
99 "src/core/channel/census_filter.c",
100 "src/core/channel/channel_args.c",
101 "src/core/channel/channel_stack.c",
102 "src/core/channel/client_channel.c",
103 "src/core/channel/client_setup.c",
104 "src/core/channel/connected_channel.c",
105 "src/core/channel/http_client_filter.c",
106 "src/core/channel/http_filter.c",
107 "src/core/channel/http_server_filter.c",
108 "src/core/channel/metadata_buffer.c",
109 "src/core/channel/noop_filter.c",
110 "src/core/compression/algorithm.c",
111 "src/core/compression/message_compress.c",
112 "src/core/endpoint/endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800113 "src/core/endpoint/secure_endpoint.c",
114 "src/core/httpcli/format_request.c",
115 "src/core/httpcli/httpcli.c",
116 "src/core/httpcli/httpcli_security_context.c",
117 "src/core/httpcli/parser.c",
118 "src/core/iomgr/endpoint_pair_posix.c",
119 "src/core/iomgr/iomgr_libevent.c",
120 "src/core/iomgr/iomgr_libevent_use_threads.c",
121 "src/core/iomgr/resolve_address_posix.c",
122 "src/core/iomgr/sockaddr_utils.c",
123 "src/core/iomgr/socket_utils_common_posix.c",
124 "src/core/iomgr/socket_utils_linux.c",
125 "src/core/iomgr/socket_utils_posix.c",
126 "src/core/iomgr/tcp_client_posix.c",
127 "src/core/iomgr/tcp_posix.c",
128 "src/core/iomgr/tcp_server_posix.c",
129 "src/core/security/auth.c",
130 "src/core/security/credentials.c",
131 "src/core/security/google_root_certs.c",
132 "src/core/security/secure_transport_setup.c",
133 "src/core/security/security_context.c",
134 "src/core/security/server_secure_chttp2.c",
135 "src/core/statistics/census_init.c",
136 "src/core/statistics/census_rpc_stats.c",
137 "src/core/statistics/census_tracing.c",
138 "src/core/statistics/hash_table.c",
139 "src/core/statistics/log.c",
140 "src/core/statistics/window_stats.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800141 "src/core/surface/byte_buffer.c",
142 "src/core/surface/byte_buffer_reader.c",
143 "src/core/surface/call.c",
144 "src/core/surface/channel.c",
145 "src/core/surface/channel_create.c",
146 "src/core/surface/client.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800147 "src/core/surface/completion_queue.c",
148 "src/core/surface/event_string.c",
149 "src/core/surface/init.c",
ctiller18b49ab2014-12-09 14:39:16 -0800150 "src/core/surface/lame_client.c",
151 "src/core/surface/secure_channel_create.c",
152 "src/core/surface/secure_server_create.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800153 "src/core/surface/server.c",
154 "src/core/surface/server_chttp2.c",
155 "src/core/surface/server_create.c",
nnoble0c475f02014-12-05 15:37:39 -0800156 "src/core/transport/chttp2/alpn.c",
157 "src/core/transport/chttp2/bin_encoder.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800158 "src/core/transport/chttp2/frame_data.c",
nnoble0c475f02014-12-05 15:37:39 -0800159 "src/core/transport/chttp2/frame_goaway.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800160 "src/core/transport/chttp2/frame_ping.c",
161 "src/core/transport/chttp2/frame_rst_stream.c",
162 "src/core/transport/chttp2/frame_settings.c",
163 "src/core/transport/chttp2/frame_window_update.c",
164 "src/core/transport/chttp2/hpack_parser.c",
165 "src/core/transport/chttp2/hpack_table.c",
nnoble0c475f02014-12-05 15:37:39 -0800166 "src/core/transport/chttp2/huffsyms.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800167 "src/core/transport/chttp2/status_conversion.c",
168 "src/core/transport/chttp2/stream_encoder.c",
169 "src/core/transport/chttp2/stream_map.c",
170 "src/core/transport/chttp2/timeout_encoding.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800171 "src/core/transport/chttp2_transport.c",
ctiller18b49ab2014-12-09 14:39:16 -0800172 "src/core/transport/chttp2/varint.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800173 "src/core/transport/metadata.c",
174 "src/core/transport/stream_op.c",
175 "src/core/transport/transport.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800176 "src/core/tsi/fake_transport_security.c",
177 "src/core/tsi/ssl_transport_security.c",
ctiller18b49ab2014-12-09 14:39:16 -0800178 "src/core/tsi/transport_security.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800179 "third_party/cJSON/cJSON.c"
180 ],
181 "public_headers": [
182 "include/grpc/byte_buffer.h",
183 "include/grpc/byte_buffer_reader.h",
184 "include/grpc/grpc.h",
185 "include/grpc/grpc_security.h",
186 "include/grpc/status.h"
187 ],
188 "headers": [
189 "src/core/channel/census_filter.h",
190 "src/core/channel/channel_args.h",
191 "src/core/channel/channel_stack.h",
192 "src/core/channel/client_channel.h",
193 "src/core/channel/client_setup.h",
194 "src/core/channel/connected_channel.h",
195 "src/core/channel/http_client_filter.h",
196 "src/core/channel/http_filter.h",
197 "src/core/channel/http_server_filter.h",
198 "src/core/channel/metadata_buffer.h",
199 "src/core/channel/noop_filter.h",
200 "src/core/compression/algorithm.h",
201 "src/core/compression/message_compress.h",
202 "src/core/endpoint/endpoint.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800203 "src/core/httpcli/format_request.h",
204 "src/core/httpcli/httpcli.h",
205 "src/core/httpcli/httpcli_security_context.h",
206 "src/core/httpcli/parser.h",
ctiller18b49ab2014-12-09 14:39:16 -0800207 "src/core/iomgr/alarm.h",
208 "src/core/iomgr/endpoint_pair.h",
209 "src/core/iomgr/iomgr_completion_queue_interface.h",
210 "src/core/iomgr/iomgr.h",
211 "src/core/iomgr/iomgr_libevent.h",
212 "src/core/iomgr/resolve_address.h",
213 "src/core/iomgr/sockaddr.h",
214 "src/core/iomgr/sockaddr_posix.h",
215 "src/core/iomgr/sockaddr_utils.h",
216 "src/core/iomgr/sockaddr_win32.h",
217 "src/core/iomgr/socket_utils_posix.h",
218 "src/core/iomgr/tcp_client.h",
219 "src/core/iomgr/tcp_posix.h",
220 "src/core/iomgr/tcp_server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800221 "src/core/security/auth.h",
222 "src/core/security/credentials.h",
223 "src/core/security/google_root_certs.h",
224 "src/core/security/secure_transport_setup.h",
225 "src/core/security/security_context.h",
226 "src/core/statistics/census_interface.h",
227 "src/core/statistics/census_rpc_stats.h",
228 "src/core/statistics/hash_table.h",
229 "src/core/statistics/log.h",
230 "src/core/statistics/window_stats.h",
231 "src/core/surface/call.h",
232 "src/core/surface/channel.h",
233 "src/core/surface/client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800234 "src/core/surface/completion_queue.h",
235 "src/core/surface/event_string.h",
ctiller18b49ab2014-12-09 14:39:16 -0800236 "src/core/surface/lame_client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "src/core/surface/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800238 "src/core/surface/surface_trace.h",
nnoble0c475f02014-12-05 15:37:39 -0800239 "src/core/transport/chttp2/bin_encoder.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800240 "src/core/transport/chttp2/frame_data.h",
nnoble0c475f02014-12-05 15:37:39 -0800241 "src/core/transport/chttp2/frame_goaway.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800242 "src/core/transport/chttp2/frame.h",
243 "src/core/transport/chttp2/frame_ping.h",
244 "src/core/transport/chttp2/frame_rst_stream.h",
245 "src/core/transport/chttp2/frame_settings.h",
246 "src/core/transport/chttp2/frame_window_update.h",
247 "src/core/transport/chttp2/hpack_parser.h",
248 "src/core/transport/chttp2/hpack_table.h",
249 "src/core/transport/chttp2/http2_errors.h",
ctiller18b49ab2014-12-09 14:39:16 -0800250 "src/core/transport/chttp2/huffsyms.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800251 "src/core/transport/chttp2/status_conversion.h",
252 "src/core/transport/chttp2/stream_encoder.h",
253 "src/core/transport/chttp2/stream_map.h",
254 "src/core/transport/chttp2/timeout_encoding.h",
255 "src/core/transport/chttp2_transport.h",
256 "src/core/transport/chttp2/varint.h",
257 "src/core/transport/metadata.h",
258 "src/core/transport/stream_op.h",
259 "src/core/transport/transport.h",
260 "src/core/transport/transport_impl.h",
261 "src/core/tsi/fake_transport_security.h",
262 "src/core/tsi/ssl_transport_security.h",
263 "src/core/tsi/transport_security.h",
264 "src/core/tsi/transport_security_interface.h",
265 "src/core/tsi/transport_security_test_lib.h"
266 ]
267 },
268 {
269 "name": "grpc_test_util",
270 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800271 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800272 "src": [
273 "test/core/util/grpc_profiler.c",
274 "test/core/util/parse_hexstring.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800275 "test/core/util/port_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800276 "test/core/util/slice_splitter.c",
277 "test/core/util/test_config.c",
278 "test/core/end2end/end2end_tests.c",
chenwa8fd44a2014-12-10 15:13:55 -0800279 "test/core/end2end/data/server1_cert.c",
280 "test/core/end2end/data/server1_key.c",
281 "test/core/end2end/data/ca_cert.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 "test/core/end2end/cq_verifier.c",
283 "test/core/endpoint/endpoint_tests.c",
284 "test/core/transport/transport_end2end_tests.c",
285 "test/core/statistics/log_tests.c"
286 ]
287 },
288 {
289 "name": "grpc++",
290 "build": "all",
291 "c++": true,
292 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800293 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800294 "src": [
295 "src/cpp/server/server.cc",
296 "src/cpp/server/server_rpc_handler.cc",
297 "src/cpp/server/thread_pool.cc",
298 "src/cpp/server/async_server_context.cc",
299 "src/cpp/server/async_server.cc",
300 "src/cpp/server/completion_queue.cc",
301 "src/cpp/server/server_builder.cc",
302 "src/cpp/stream/stream_context.cc",
303 "src/cpp/client/create_channel.cc",
304 "src/cpp/client/channel.cc",
305 "src/cpp/client/client_context.cc",
306 "src/cpp/client/internal_stub.cc",
307 "src/cpp/util/time.cc",
308 "src/cpp/util/status.cc",
309 "src/cpp/proto/proto_utils.cc",
310 "src/cpp/rpc_method.cc"
311 ],
312 "public_headers": [
313 "include/grpc++/channel_interface.h",
314 "include/grpc++/async_server.h",
315 "include/grpc++/create_channel.h",
316 "include/grpc++/server_builder.h",
317 "include/grpc++/thread_pool_interface.h",
318 "include/grpc++/stream_context_interface.h",
319 "include/grpc++/status.h",
320 "include/grpc++/config.h",
321 "include/grpc++/completion_queue.h",
322 "include/grpc++/stream.h",
323 "include/grpc++/async_server_context.h",
324 "include/grpc++/server.h",
325 "include/grpc++/client_context.h"
326 ],
327 "headers": [
328 "src/cpp/server/rpc_service_method.h",
329 "src/cpp/server/server_rpc_handler.h",
330 "src/cpp/server/thread_pool.h",
331 "src/cpp/stream/stream_context.h",
332 "src/cpp/client/channel.h",
333 "src/cpp/client/internal_stub.h",
334 "src/cpp/util/time.h",
335 "src/cpp/rpc_method.h",
336 "src/cpp/proto/proto_utils.h"
337 ]
338 },
339 {
340 "name": "grpc++_test_util",
341 "build": "test",
342 "src": [
343 "test/cpp/end2end/async_test_server.cc",
chenwa8fd44a2014-12-10 15:13:55 -0800344 "test/cpp/util/test_ssl_channel.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800345 "test/cpp/util/echo.proto"
346 ],
347 "c++": true
348 }
349 ],
350 "targets": [
351 {
352 "name": "gen_hpack_tables",
353 "build": "tool",
354 "src": [
355 "src/core/transport/chttp2/gen_hpack_tables.c"
356 ],
357 "deps": [
358 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800359 "gpr",
360 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800361 ]
362 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800363 {
364 "name": "grpc_byte_buffer_reader_test",
365 "build": "test",
366 "src": [
367 "test/core/surface/byte_buffer_reader_test.c"
368 ],
369 "deps": [
370 "grpc_test_util",
371 "grpc",
372 "gpr"
373 ]
374 },
375 {
376 "name": "gpr_cancellable_test",
377 "build": "test",
jtattermusch97fb3f62014-12-08 15:13:41 -0800378 "vs_project_guid": "{19730BF6-7F8C-44EF-ACDC-2CA50C0403E7}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800379 "src": [
380 "test/core/support/cancellable_test.c"
381 ],
382 "deps": [
383 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800384 "gpr"
385 ]
386 },
387 {
388 "name": "gpr_log_test",
389 "build": "test",
jtattermusch97fb3f62014-12-08 15:13:41 -0800390 "vs_project_guid": "{42B70122-188F-4535-AB74-F061C77068B4}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800391 "src": [
392 "test/core/support/log_test.c"
393 ],
394 "deps": [
395 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800396 "gpr"
397 ]
398 },
399 {
400 "name": "gpr_cmdline_test",
401 "build": "test",
jtattermusch97fb3f62014-12-08 15:13:41 -0800402 "vs_project_guid": "{8F260F48-3C22-48A8-9928-A152ABB2EDF2}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800403 "src": [
404 "test/core/support/cmdline_test.c"
405 ],
406 "deps": [
407 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800408 "gpr"
409 ]
410 },
411 {
412 "name": "gpr_histogram_test",
413 "build": "test",
414 "src": [
415 "test/core/support/histogram_test.c"
416 ],
417 "deps": [
418 "grpc_test_util",
419 "grpc",
420 "gpr"
421 ]
422 },
423 {
424 "name": "gpr_host_port_test",
425 "build": "test",
426 "src": [
427 "test/core/support/host_port_test.c"
428 ],
429 "deps": [
430 "grpc_test_util",
431 "grpc",
432 "gpr"
433 ]
434 },
435 {
436 "name": "gpr_slice_buffer_test",
437 "build": "test",
438 "src": [
439 "test/core/support/slice_buffer_test.c"
440 ],
441 "deps": [
442 "grpc_test_util",
443 "grpc",
444 "gpr"
445 ]
446 },
447 {
448 "name": "gpr_slice_test",
449 "build": "test",
450 "src": [
451 "test/core/support/slice_test.c"
452 ],
453 "deps": [
454 "grpc_test_util",
455 "grpc",
456 "gpr"
457 ]
458 },
459 {
460 "name": "gpr_string_test",
461 "build": "test",
462 "src": [
463 "test/core/support/string_test.c"
464 ],
465 "deps": [
466 "grpc_test_util",
467 "grpc",
468 "gpr"
469 ]
470 },
471 {
472 "name": "gpr_sync_test",
473 "build": "test",
474 "src": [
475 "test/core/support/sync_test.c"
476 ],
477 "deps": [
478 "grpc_test_util",
479 "grpc",
480 "gpr"
481 ]
482 },
483 {
484 "name": "gpr_thd_test",
485 "build": "test",
486 "src": [
487 "test/core/support/thd_test.c"
488 ],
489 "deps": [
490 "grpc_test_util",
491 "grpc",
492 "gpr"
493 ]
494 },
495 {
496 "name": "gpr_time_test",
497 "build": "test",
498 "src": [
499 "test/core/support/time_test.c"
500 ],
501 "deps": [
502 "grpc_test_util",
503 "grpc",
504 "gpr"
505 ]
506 },
507 {
508 "name": "murmur_hash_test",
509 "build": "test",
510 "src": [
511 "test/core/support/murmur_hash_test.c"
512 ],
513 "deps": [
514 "grpc_test_util",
515 "grpc",
516 "gpr"
517 ]
518 },
519 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800520 "name": "grpc_stream_op_test",
521 "build": "test",
522 "src": [
523 "test/core/transport/stream_op_test.c"
524 ],
525 "deps": [
526 "grpc_test_util",
527 "grpc",
528 "gpr"
529 ]
530 },
531 {
nnoble0c475f02014-12-05 15:37:39 -0800532 "name": "alpn_test",
533 "build": "test",
534 "src": [
535 "test/core/transport/chttp2/alpn_test.c"
536 ],
537 "deps": [
538 "grpc_test_util",
539 "grpc",
540 "gpr"
541 ]
542 },
543 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800544 "name": "chttp2_stream_encoder_test",
545 "build": "test",
546 "src": [
547 "test/core/transport/chttp2/stream_encoder_test.c"
548 ],
549 "deps": [
550 "grpc_test_util",
551 "grpc",
552 "gpr"
553 ]
554 },
555 {
556 "name": "hpack_table_test",
557 "build": "test",
558 "src": [
559 "test/core/transport/chttp2/hpack_table_test.c"
560 ],
561 "deps": [
562 "grpc_test_util",
563 "grpc",
564 "gpr"
565 ]
566 },
567 {
568 "name": "chttp2_stream_map_test",
569 "build": "test",
570 "src": [
571 "test/core/transport/chttp2/stream_map_test.c"
572 ],
573 "deps": [
574 "grpc_test_util",
575 "grpc",
576 "gpr"
577 ]
578 },
579 {
580 "name": "hpack_parser_test",
581 "build": "test",
582 "src": [
583 "test/core/transport/chttp2/hpack_parser_test.c"
584 ],
585 "deps": [
586 "grpc_test_util",
587 "grpc",
588 "gpr"
589 ]
590 },
591 {
592 "name": "transport_metadata_test",
593 "build": "test",
594 "src": [
595 "test/core/transport/metadata_test.c"
596 ],
597 "deps": [
598 "grpc_test_util",
599 "grpc",
600 "gpr"
601 ]
602 },
603 {
604 "name": "chttp2_status_conversion_test",
605 "build": "test",
606 "src": [
607 "test/core/transport/chttp2/status_conversion_test.c"
608 ],
609 "deps": [
610 "grpc_test_util",
611 "grpc",
612 "gpr"
613 ]
614 },
615 {
616 "name": "chttp2_transport_end2end_test",
617 "build": "test",
618 "src": [
619 "test/core/transport/chttp2_transport_end2end_test.c"
620 ],
621 "deps": [
622 "grpc_test_util",
623 "grpc",
624 "gpr"
625 ]
626 },
627 {
ctiller18b49ab2014-12-09 14:39:16 -0800628 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800629 "build": "test",
630 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800631 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800632 ],
633 "deps": [
634 "grpc_test_util",
635 "grpc",
636 "gpr"
637 ]
638 },
639 {
nnoble0c475f02014-12-05 15:37:39 -0800640 "name": "dualstack_socket_test",
641 "build": "test",
642 "src": [
643 "test/core/end2end/dualstack_socket_test.c"
644 ],
645 "deps": [
646 "grpc_test_util",
647 "grpc",
648 "gpr"
649 ]
650 },
651 {
652 "name": "no_server_test",
653 "build": "test",
654 "src": [
655 "test/core/end2end/no_server_test.c"
656 ],
657 "deps": [
658 "grpc_test_util",
659 "grpc",
660 "gpr"
661 ]
662 },
663 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800664 "name": "resolve_address_test",
665 "build": "test",
666 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800667 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800668 ],
669 "deps": [
670 "grpc_test_util",
671 "grpc",
672 "gpr"
673 ]
674 },
675 {
ctiller18b49ab2014-12-09 14:39:16 -0800676 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800677 "build": "test",
678 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800679 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800680 ],
681 "deps": [
682 "grpc_test_util",
683 "grpc",
684 "gpr"
685 ]
686 },
687 {
ctiller18b49ab2014-12-09 14:39:16 -0800688 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800689 "build": "test",
690 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800691 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800692 ],
693 "deps": [
694 "grpc_test_util",
695 "grpc",
696 "gpr"
697 ]
698 },
699 {
ctiller18b49ab2014-12-09 14:39:16 -0800700 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800701 "build": "test",
702 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800703 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800704 ],
705 "deps": [
706 "grpc_test_util",
707 "grpc",
708 "gpr"
709 ]
710 },
711 {
712 "name": "grpc_channel_stack_test",
713 "build": "test",
714 "src": [
715 "test/core/channel/channel_stack_test.c"
716 ],
717 "deps": [
718 "grpc_test_util",
719 "grpc",
720 "gpr"
721 ]
722 },
723 {
724 "name": "metadata_buffer_test",
725 "build": "test",
726 "src": [
727 "test/core/channel/metadata_buffer_test.c"
728 ],
729 "deps": [
730 "grpc_test_util",
731 "grpc",
732 "gpr"
733 ]
734 },
735 {
736 "name": "grpc_completion_queue_test",
737 "build": "test",
738 "src": [
739 "test/core/surface/completion_queue_test.c"
740 ],
741 "deps": [
742 "grpc_test_util",
743 "grpc",
744 "gpr"
745 ]
746 },
747 {
748 "name": "grpc_completion_queue_benchmark",
749 "build": "benchmark",
750 "src": [
751 "test/core/surface/completion_queue_benchmark.c"
752 ],
753 "deps": [
754 "grpc_test_util",
755 "grpc",
756 "gpr"
757 ]
758 },
759 {
760 "name": "census_window_stats_test",
761 "build": "test",
762 "src": [
763 "test/core/statistics/window_stats_test.c"
764 ],
765 "deps": [
766 "grpc_test_util",
767 "grpc",
768 "gpr"
769 ]
770 },
771 {
772 "name": "census_statistics_quick_test",
773 "build": "test",
774 "src": [
775 "test/core/statistics/quick_test.c"
776 ],
777 "deps": [
778 "grpc_test_util",
779 "grpc",
780 "gpr"
781 ]
782 },
783 {
784 "name": "census_statistics_performance_test",
785 "build": "test",
786 "src": [
787 "test/core/statistics/performance_test.c"
788 ],
789 "deps": [
790 "grpc_test_util",
791 "grpc",
792 "gpr"
793 ]
794 },
795 {
796 "name": "census_statistics_multiple_writers_test",
797 "build": "test",
798 "src": [
799 "test/core/statistics/multiple_writers_test.c"
800 ],
801 "deps": [
802 "grpc_test_util",
803 "grpc",
804 "gpr"
805 ]
806 },
807 {
808 "name": "census_statistics_multiple_writers_circular_buffer_test",
809 "build": "test",
810 "src": [
811 "test/core/statistics/multiple_writers_circular_buffer_test.c"
812 ],
813 "deps": [
814 "grpc_test_util",
815 "grpc",
816 "gpr"
817 ]
818 },
819 {
820 "name": "census_stub_test",
821 "build": "test",
822 "src": [
823 "test/core/statistics/census_stub_test.c"
824 ],
825 "deps": [
826 "grpc_test_util",
827 "grpc",
828 "gpr"
829 ]
830 },
831 {
832 "name": "census_hash_table_test",
833 "build": "test",
834 "src": [
835 "test/core/statistics/hash_table_test.c"
836 ],
837 "deps": [
838 "grpc_test_util",
839 "grpc",
840 "gpr"
841 ]
842 },
843 {
844 "name": "fling_server",
845 "build": "test",
846 "run": false,
847 "src": [
848 "test/core/fling/server.c"
849 ],
850 "deps": [
851 "grpc_test_util",
852 "grpc",
853 "gpr"
854 ]
855 },
856 {
857 "name": "fling_client",
858 "build": "test",
859 "run": false,
860 "src": [
861 "test/core/fling/client.c"
862 ],
863 "deps": [
864 "grpc_test_util",
865 "grpc",
866 "gpr"
867 ]
868 },
869 {
870 "name": "fling_test",
871 "build": "test",
872 "src": [
873 "test/core/fling/fling_test.c"
874 ],
875 "deps": [
876 "grpc_test_util",
877 "grpc",
878 "gpr"
879 ]
880 },
881 {
882 "name": "echo_server",
883 "build": "test",
884 "run": false,
885 "src": [
886 "test/core/echo/server.c"
887 ],
888 "deps": [
889 "grpc_test_util",
890 "grpc",
891 "gpr"
892 ]
893 },
894 {
895 "name": "echo_client",
896 "build": "test",
897 "run": false,
898 "src": [
899 "test/core/echo/client.c"
900 ],
901 "deps": [
902 "grpc_test_util",
903 "grpc",
904 "gpr"
905 ]
906 },
907 {
908 "name": "echo_test",
909 "build": "test",
910 "src": [
911 "test/core/echo/echo_test.c"
912 ],
913 "deps": [
914 "grpc_test_util",
915 "grpc",
916 "gpr"
917 ]
918 },
919 {
920 "name": "low_level_ping_pong_benchmark",
921 "build": "benchmark",
922 "src": [
923 "test/core/network_benchmarks/low_level_ping_pong.c"
924 ],
925 "deps": [
926 "grpc_test_util",
927 "grpc",
928 "gpr"
929 ]
930 },
931 {
932 "name": "message_compress_test",
933 "build": "test",
934 "src": [
935 "test/core/compression/message_compress_test.c"
936 ],
937 "deps": [
938 "grpc_test_util",
939 "grpc",
940 "gpr"
941 ]
942 },
nnoble0c475f02014-12-05 15:37:39 -0800943 {
944 "name": "bin_encoder_test",
945 "build": "test",
946 "src": [
947 "test/core/transport/chttp2/bin_encoder_test.c"
948 ],
949 "deps": [
950 "grpc_test_util",
951 "grpc",
952 "gpr"
953 ]
954 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800955 {
956 "name": "secure_endpoint_test",
957 "build": "test",
958 "src": [
959 "test/core/endpoint/secure_endpoint_test.c"
960 ],
961 "deps": [
962 "grpc_test_util",
963 "grpc",
964 "gpr"
965 ]
966 },
967 {
968 "name": "httpcli_format_request_test",
969 "build": "test",
970 "src": [
971 "test/core/httpcli/format_request_test.c"
972 ],
973 "deps": [
974 "grpc_test_util",
975 "grpc",
976 "gpr"
977 ]
978 },
979 {
980 "name": "httpcli_parser_test",
981 "build": "test",
982 "src": [
983 "test/core/httpcli/parser_test.c"
984 ],
985 "deps": [
986 "grpc_test_util",
987 "grpc",
988 "gpr"
989 ]
990 },
991 {
992 "name": "httpcli_test",
993 "build": "test",
994 "src": [
995 "test/core/httpcli/httpcli_test.c"
996 ],
997 "deps": [
998 "grpc_test_util",
999 "grpc",
1000 "gpr"
1001 ]
1002 },
1003 {
1004 "name": "grpc_credentials_test",
1005 "build": "test",
1006 "src": [
1007 "test/core/security/credentials_test.c"
1008 ],
1009 "deps": [
1010 "grpc_test_util",
1011 "grpc",
1012 "gpr"
1013 ]
1014 },
1015 {
ctiller8919f602014-12-10 10:19:42 -08001016 "name": "timeout_encoding_test",
1017 "build": "test",
1018 "src": [
1019 "test/core/transport/chttp2/timeout_encoding_test.c"
1020 ],
1021 "deps": [
1022 "grpc_test_util",
1023 "grpc",
1024 "gpr"
1025 ]
1026 },
1027 {
1028 "name": "fd_posix_test",
1029 "build": "test",
1030 "src": [
1031 "test/core/iomgr/fd_posix_test.c"
1032 ],
1033 "deps": [
1034 "grpc_test_util",
1035 "grpc",
1036 "gpr"
1037 ]
1038 },
1039 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 "name": "fling_stream_test",
1041 "build": "test",
1042 "src": [
1043 "test/core/fling/fling_stream_test.c"
1044 ],
1045 "deps": [
1046 "grpc_test_util",
1047 "grpc",
1048 "gpr"
1049 ]
1050 },
1051 {
1052 "name": "lame_client_test",
1053 "build": "test",
1054 "src": [
1055 "test/core/surface/lame_client_test.c"
1056 ],
1057 "deps": [
1058 "grpc_test_util",
1059 "grpc",
1060 "gpr"
1061 ]
1062 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001063 {
1064 "name": "thread_pool_test",
1065 "build": "test",
1066 "c++": true,
1067 "src": [
1068 "test/cpp/server/thread_pool_test.cc"
1069 ],
1070 "deps": [
1071 "grpc_test_util",
1072 "grpc++",
1073 "grpc",
1074 "gpr"
1075 ]
1076 },
1077 {
1078 "name": "status_test",
1079 "build": "test",
1080 "c++": true,
1081 "src": [
1082 "test/cpp/util/status_test.cc"
1083 ],
1084 "deps": [
1085 "grpc_test_util",
1086 "grpc++",
1087 "grpc",
1088 "gpr"
1089 ]
ctiller8919f602014-12-10 10:19:42 -08001090 },
1091 {
1092 "name": "sync_client_async_server_test",
1093 "build": "test",
1094 "c++": true,
1095 "src": [
1096 "test/cpp/end2end/sync_client_async_server_test.cc"
1097 ],
1098 "deps": [
1099 "grpc_test_util",
1100 "grpc++",
1101 "grpc",
1102 "gpr"
1103 ]
1104 },
1105 {
1106 "name": "qps_client",
1107 "build": "test",
1108 "c++": true,
1109 "src": [
1110 "test/cpp/qps/qps_client.cc"
1111 ],
1112 "deps": [
1113 "grpc_test_util",
1114 "grpc++",
1115 "grpc",
1116 "gpr"
1117 ]
1118 },
1119 {
1120 "name": "qps_server",
1121 "build": "test",
1122 "c++": true,
1123 "src": [
1124 "test/cpp/end2end/qps_server.cc"
1125 ],
1126 "deps": [
1127 "grpc_test_util",
1128 "grpc++",
1129 "grpc",
1130 "gpr"
1131 ]
1132 },
1133 {
1134 "name": "interop_server",
1135 "build": "test",
1136 "c++": true,
1137 "src": [
1138 "test/cpp/interop/server.cc"
1139 ],
1140 "deps": [
1141 "grpc_test_util",
1142 "grpc++",
1143 "grpc",
1144 "gpr"
1145 ]
1146 },
1147 {
1148 "name": "interop_client",
1149 "build": "test",
1150 "c++": true,
1151 "src": [
1152 "test/cpp/interop/client.cc"
1153 ],
1154 "deps": [
1155 "grpc_test_util",
1156 "grpc++",
1157 "grpc",
1158 "gpr"
1159 ]
1160 },
1161 {
1162 "name": "end2end_test",
1163 "build": "test",
1164 "c++": true,
1165 "src": [
1166 "test/cpp/end2end/end2end_test.cc"
1167 ],
1168 "deps": [
1169 "grpc_test_util",
1170 "grpc++",
1171 "grpc",
1172 "gpr"
1173 ]
1174 },
1175 {
1176 "name": "alarm_test",
1177 "build": "test",
1178 "src": [
1179 "test/core/iomgr/alarm_test.c"
1180 ],
1181 "deps": [
1182 "grpc_test_util",
1183 "grpc",
1184 "gpr"
1185 ]
1186 },
1187 {
1188 "name": "time_test",
1189 "build": "test",
1190 "src": [
1191 "test/core/support/time_test.c"
1192 ],
1193 "deps": [
1194 "grpc_test_util",
1195 "grpc",
1196 "gpr"
1197 ]
chenwa8fd44a2014-12-10 15:13:55 -08001198 },
1199 {
1200 "name": "interop_client",
1201 "build": "test",
1202 "run": false,
1203 "c++": true,
1204 "src": [
1205 "test/cpp/interop/client.cc",
1206 "test/cpp/interop/empty.pb.cc",
1207 "test/cpp/interop/messages.pb.cc",
1208 "test/cpp/interop/test.pb.cc"
1209 ],
1210 "deps": [
1211 "grpc++_test_util",
1212 "grpc_test_util",
1213 "grpc++",
1214 "grpc",
1215 "gpr"
1216 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001217 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 ]
1219}