blob: e6158262ff0e4b669e445360ead7ba6f98ec2907 [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",
ctiller82e275f2014-12-12 08:43:28 -0800102 "src/core/channel/child_channel.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800103 "src/core/channel/client_channel.c",
104 "src/core/channel/client_setup.c",
105 "src/core/channel/connected_channel.c",
106 "src/core/channel/http_client_filter.c",
107 "src/core/channel/http_filter.c",
108 "src/core/channel/http_server_filter.c",
109 "src/core/channel/metadata_buffer.c",
110 "src/core/channel/noop_filter.c",
111 "src/core/compression/algorithm.c",
112 "src/core/compression/message_compress.c",
113 "src/core/endpoint/endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800114 "src/core/endpoint/secure_endpoint.c",
115 "src/core/httpcli/format_request.c",
116 "src/core/httpcli/httpcli.c",
117 "src/core/httpcli/httpcli_security_context.c",
118 "src/core/httpcli/parser.c",
119 "src/core/iomgr/endpoint_pair_posix.c",
120 "src/core/iomgr/iomgr_libevent.c",
121 "src/core/iomgr/iomgr_libevent_use_threads.c",
122 "src/core/iomgr/resolve_address_posix.c",
123 "src/core/iomgr/sockaddr_utils.c",
124 "src/core/iomgr/socket_utils_common_posix.c",
125 "src/core/iomgr/socket_utils_linux.c",
126 "src/core/iomgr/socket_utils_posix.c",
127 "src/core/iomgr/tcp_client_posix.c",
128 "src/core/iomgr/tcp_posix.c",
129 "src/core/iomgr/tcp_server_posix.c",
130 "src/core/security/auth.c",
131 "src/core/security/credentials.c",
132 "src/core/security/google_root_certs.c",
133 "src/core/security/secure_transport_setup.c",
134 "src/core/security/security_context.c",
135 "src/core/security/server_secure_chttp2.c",
136 "src/core/statistics/census_init.c",
137 "src/core/statistics/census_rpc_stats.c",
138 "src/core/statistics/census_tracing.c",
139 "src/core/statistics/hash_table.c",
140 "src/core/statistics/log.c",
141 "src/core/statistics/window_stats.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800142 "src/core/surface/byte_buffer.c",
143 "src/core/surface/byte_buffer_reader.c",
144 "src/core/surface/call.c",
145 "src/core/surface/channel.c",
146 "src/core/surface/channel_create.c",
147 "src/core/surface/client.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800148 "src/core/surface/completion_queue.c",
149 "src/core/surface/event_string.c",
150 "src/core/surface/init.c",
ctiller18b49ab2014-12-09 14:39:16 -0800151 "src/core/surface/lame_client.c",
152 "src/core/surface/secure_channel_create.c",
153 "src/core/surface/secure_server_create.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800154 "src/core/surface/server.c",
155 "src/core/surface/server_chttp2.c",
156 "src/core/surface/server_create.c",
nnoble0c475f02014-12-05 15:37:39 -0800157 "src/core/transport/chttp2/alpn.c",
158 "src/core/transport/chttp2/bin_encoder.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800159 "src/core/transport/chttp2/frame_data.c",
nnoble0c475f02014-12-05 15:37:39 -0800160 "src/core/transport/chttp2/frame_goaway.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800161 "src/core/transport/chttp2/frame_ping.c",
162 "src/core/transport/chttp2/frame_rst_stream.c",
163 "src/core/transport/chttp2/frame_settings.c",
164 "src/core/transport/chttp2/frame_window_update.c",
165 "src/core/transport/chttp2/hpack_parser.c",
166 "src/core/transport/chttp2/hpack_table.c",
nnoble0c475f02014-12-05 15:37:39 -0800167 "src/core/transport/chttp2/huffsyms.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800168 "src/core/transport/chttp2/status_conversion.c",
169 "src/core/transport/chttp2/stream_encoder.c",
170 "src/core/transport/chttp2/stream_map.c",
171 "src/core/transport/chttp2/timeout_encoding.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800172 "src/core/transport/chttp2_transport.c",
ctiller18b49ab2014-12-09 14:39:16 -0800173 "src/core/transport/chttp2/varint.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800174 "src/core/transport/metadata.c",
175 "src/core/transport/stream_op.c",
176 "src/core/transport/transport.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800177 "src/core/tsi/fake_transport_security.c",
178 "src/core/tsi/ssl_transport_security.c",
ctiller18b49ab2014-12-09 14:39:16 -0800179 "src/core/tsi/transport_security.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800180 "third_party/cJSON/cJSON.c"
181 ],
182 "public_headers": [
183 "include/grpc/byte_buffer.h",
184 "include/grpc/byte_buffer_reader.h",
185 "include/grpc/grpc.h",
186 "include/grpc/grpc_security.h",
187 "include/grpc/status.h"
188 ],
189 "headers": [
190 "src/core/channel/census_filter.h",
191 "src/core/channel/channel_args.h",
192 "src/core/channel/channel_stack.h",
ctiller82e275f2014-12-12 08:43:28 -0800193 "src/core/channel/child_channel.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800194 "src/core/channel/client_channel.h",
195 "src/core/channel/client_setup.h",
196 "src/core/channel/connected_channel.h",
197 "src/core/channel/http_client_filter.h",
198 "src/core/channel/http_filter.h",
199 "src/core/channel/http_server_filter.h",
200 "src/core/channel/metadata_buffer.h",
201 "src/core/channel/noop_filter.h",
202 "src/core/compression/algorithm.h",
203 "src/core/compression/message_compress.h",
204 "src/core/endpoint/endpoint.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800205 "src/core/httpcli/format_request.h",
206 "src/core/httpcli/httpcli.h",
207 "src/core/httpcli/httpcli_security_context.h",
208 "src/core/httpcli/parser.h",
ctiller18b49ab2014-12-09 14:39:16 -0800209 "src/core/iomgr/alarm.h",
210 "src/core/iomgr/endpoint_pair.h",
211 "src/core/iomgr/iomgr_completion_queue_interface.h",
212 "src/core/iomgr/iomgr.h",
213 "src/core/iomgr/iomgr_libevent.h",
214 "src/core/iomgr/resolve_address.h",
215 "src/core/iomgr/sockaddr.h",
216 "src/core/iomgr/sockaddr_posix.h",
217 "src/core/iomgr/sockaddr_utils.h",
218 "src/core/iomgr/sockaddr_win32.h",
219 "src/core/iomgr/socket_utils_posix.h",
220 "src/core/iomgr/tcp_client.h",
221 "src/core/iomgr/tcp_posix.h",
222 "src/core/iomgr/tcp_server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800223 "src/core/security/auth.h",
224 "src/core/security/credentials.h",
225 "src/core/security/google_root_certs.h",
226 "src/core/security/secure_transport_setup.h",
227 "src/core/security/security_context.h",
228 "src/core/statistics/census_interface.h",
229 "src/core/statistics/census_rpc_stats.h",
230 "src/core/statistics/hash_table.h",
231 "src/core/statistics/log.h",
232 "src/core/statistics/window_stats.h",
233 "src/core/surface/call.h",
234 "src/core/surface/channel.h",
235 "src/core/surface/client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800236 "src/core/surface/completion_queue.h",
237 "src/core/surface/event_string.h",
ctiller18b49ab2014-12-09 14:39:16 -0800238 "src/core/surface/lame_client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800239 "src/core/surface/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800240 "src/core/surface/surface_trace.h",
nnoble0c475f02014-12-05 15:37:39 -0800241 "src/core/transport/chttp2/bin_encoder.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800242 "src/core/transport/chttp2/frame_data.h",
nnoble0c475f02014-12-05 15:37:39 -0800243 "src/core/transport/chttp2/frame_goaway.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800244 "src/core/transport/chttp2/frame.h",
245 "src/core/transport/chttp2/frame_ping.h",
246 "src/core/transport/chttp2/frame_rst_stream.h",
247 "src/core/transport/chttp2/frame_settings.h",
248 "src/core/transport/chttp2/frame_window_update.h",
249 "src/core/transport/chttp2/hpack_parser.h",
250 "src/core/transport/chttp2/hpack_table.h",
251 "src/core/transport/chttp2/http2_errors.h",
ctiller18b49ab2014-12-09 14:39:16 -0800252 "src/core/transport/chttp2/huffsyms.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800253 "src/core/transport/chttp2/status_conversion.h",
254 "src/core/transport/chttp2/stream_encoder.h",
255 "src/core/transport/chttp2/stream_map.h",
256 "src/core/transport/chttp2/timeout_encoding.h",
257 "src/core/transport/chttp2_transport.h",
258 "src/core/transport/chttp2/varint.h",
259 "src/core/transport/metadata.h",
260 "src/core/transport/stream_op.h",
261 "src/core/transport/transport.h",
262 "src/core/transport/transport_impl.h",
263 "src/core/tsi/fake_transport_security.h",
264 "src/core/tsi/ssl_transport_security.h",
265 "src/core/tsi/transport_security.h",
266 "src/core/tsi/transport_security_interface.h",
267 "src/core/tsi/transport_security_test_lib.h"
268 ]
269 },
270 {
271 "name": "grpc_test_util",
272 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800273 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800274 "src": [
275 "test/core/util/grpc_profiler.c",
jtattermusch94204dd2014-12-11 14:18:58 -0800276 "test/core/util/ipv6_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800277 "test/core/util/parse_hexstring.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800278 "test/core/util/port_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800279 "test/core/util/slice_splitter.c",
280 "test/core/util/test_config.c",
281 "test/core/end2end/end2end_tests.c",
chenwa8fd44a2014-12-10 15:13:55 -0800282 "test/core/end2end/data/server1_cert.c",
283 "test/core/end2end/data/server1_key.c",
284 "test/core/end2end/data/ca_cert.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800285 "test/core/end2end/cq_verifier.c",
286 "test/core/endpoint/endpoint_tests.c",
287 "test/core/transport/transport_end2end_tests.c",
288 "test/core/statistics/log_tests.c"
289 ]
290 },
291 {
292 "name": "grpc++",
293 "build": "all",
294 "c++": true,
295 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800296 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800297 "src": [
298 "src/cpp/server/server.cc",
299 "src/cpp/server/server_rpc_handler.cc",
300 "src/cpp/server/thread_pool.cc",
301 "src/cpp/server/async_server_context.cc",
302 "src/cpp/server/async_server.cc",
303 "src/cpp/server/completion_queue.cc",
304 "src/cpp/server/server_builder.cc",
305 "src/cpp/stream/stream_context.cc",
306 "src/cpp/client/create_channel.cc",
307 "src/cpp/client/channel.cc",
308 "src/cpp/client/client_context.cc",
309 "src/cpp/client/internal_stub.cc",
310 "src/cpp/util/time.cc",
311 "src/cpp/util/status.cc",
312 "src/cpp/proto/proto_utils.cc",
313 "src/cpp/rpc_method.cc"
314 ],
315 "public_headers": [
316 "include/grpc++/channel_interface.h",
317 "include/grpc++/async_server.h",
318 "include/grpc++/create_channel.h",
319 "include/grpc++/server_builder.h",
320 "include/grpc++/thread_pool_interface.h",
321 "include/grpc++/stream_context_interface.h",
322 "include/grpc++/status.h",
323 "include/grpc++/config.h",
324 "include/grpc++/completion_queue.h",
325 "include/grpc++/stream.h",
326 "include/grpc++/async_server_context.h",
327 "include/grpc++/server.h",
328 "include/grpc++/client_context.h"
329 ],
330 "headers": [
331 "src/cpp/server/rpc_service_method.h",
332 "src/cpp/server/server_rpc_handler.h",
333 "src/cpp/server/thread_pool.h",
334 "src/cpp/stream/stream_context.h",
335 "src/cpp/client/channel.h",
336 "src/cpp/client/internal_stub.h",
337 "src/cpp/util/time.h",
338 "src/cpp/rpc_method.h",
339 "src/cpp/proto/proto_utils.h"
340 ]
341 },
342 {
343 "name": "grpc++_test_util",
344 "build": "test",
345 "src": [
346 "test/cpp/end2end/async_test_server.cc",
chenwa8fd44a2014-12-10 15:13:55 -0800347 "test/cpp/util/test_ssl_channel.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800348 "test/cpp/util/echo.proto"
349 ],
350 "c++": true
351 }
352 ],
353 "targets": [
354 {
355 "name": "gen_hpack_tables",
356 "build": "tool",
357 "src": [
358 "src/core/transport/chttp2/gen_hpack_tables.c"
359 ],
360 "deps": [
361 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800362 "gpr",
363 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800364 ]
365 },
nnobleebebb7e2014-12-10 16:31:01 -0800366
367 {
368 "name": "cpp_plugin",
369 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800370 "c++": true,
nnobleebebb7e2014-12-10 16:31:01 -0800371 "src": [
372 "src/compiler/cpp_plugin.cpp",
373 "src/compiler/cpp_generator.cpp"
374 ],
375 "headers": [
376 "src/compiler/cpp_generator.h",
377 "src/compiler/cpp_generator_helpers.h"
378 ],
379 "deps": []
380 },
381 {
382 "name": "ruby_plugin",
383 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800384 "c++": true,
nnobleebebb7e2014-12-10 16:31:01 -0800385 "src": [
386 "src/compiler/ruby_plugin.cpp",
387 "src/compiler/ruby_generator.cpp"
388 ],
389 "headers": [
390 "src/compiler/cpp_generator.h",
391 "src/compiler/cpp_generator_helpers-inl.h",
392 "src/compiler/cpp_generator_map-inl.h",
393 "src/compiler/cpp_generator_string-inl.h"
394 ],
395 "deps": []
396 },
397
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800398 {
399 "name": "grpc_byte_buffer_reader_test",
400 "build": "test",
401 "src": [
402 "test/core/surface/byte_buffer_reader_test.c"
403 ],
404 "deps": [
405 "grpc_test_util",
406 "grpc",
407 "gpr"
408 ]
409 },
410 {
411 "name": "gpr_cancellable_test",
412 "build": "test",
413 "src": [
414 "test/core/support/cancellable_test.c"
415 ],
416 "deps": [
417 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800418 "gpr"
419 ]
420 },
421 {
422 "name": "gpr_log_test",
423 "build": "test",
424 "src": [
425 "test/core/support/log_test.c"
426 ],
427 "deps": [
428 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800429 "gpr"
430 ]
431 },
432 {
433 "name": "gpr_cmdline_test",
434 "build": "test",
435 "src": [
436 "test/core/support/cmdline_test.c"
437 ],
438 "deps": [
439 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800440 "gpr"
441 ]
442 },
443 {
444 "name": "gpr_histogram_test",
445 "build": "test",
446 "src": [
447 "test/core/support/histogram_test.c"
448 ],
449 "deps": [
450 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800451 "gpr"
452 ]
453 },
454 {
455 "name": "gpr_host_port_test",
456 "build": "test",
457 "src": [
458 "test/core/support/host_port_test.c"
459 ],
460 "deps": [
461 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800462 "gpr"
463 ]
464 },
465 {
466 "name": "gpr_slice_buffer_test",
467 "build": "test",
468 "src": [
469 "test/core/support/slice_buffer_test.c"
470 ],
471 "deps": [
472 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800473 "gpr"
474 ]
475 },
476 {
477 "name": "gpr_slice_test",
478 "build": "test",
479 "src": [
480 "test/core/support/slice_test.c"
481 ],
482 "deps": [
483 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800484 "gpr"
485 ]
486 },
487 {
488 "name": "gpr_string_test",
489 "build": "test",
490 "src": [
491 "test/core/support/string_test.c"
492 ],
493 "deps": [
494 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800495 "gpr"
496 ]
497 },
498 {
499 "name": "gpr_sync_test",
500 "build": "test",
501 "src": [
502 "test/core/support/sync_test.c"
503 ],
504 "deps": [
505 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800506 "gpr"
507 ]
508 },
509 {
510 "name": "gpr_thd_test",
511 "build": "test",
512 "src": [
513 "test/core/support/thd_test.c"
514 ],
515 "deps": [
516 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800517 "gpr"
518 ]
519 },
520 {
521 "name": "gpr_time_test",
522 "build": "test",
523 "src": [
524 "test/core/support/time_test.c"
525 ],
526 "deps": [
527 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800528 "gpr"
529 ]
530 },
531 {
532 "name": "murmur_hash_test",
533 "build": "test",
534 "src": [
535 "test/core/support/murmur_hash_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": "grpc_stream_op_test",
545 "build": "test",
546 "src": [
547 "test/core/transport/stream_op_test.c"
548 ],
549 "deps": [
550 "grpc_test_util",
551 "grpc",
552 "gpr"
553 ]
554 },
555 {
nnoble0c475f02014-12-05 15:37:39 -0800556 "name": "alpn_test",
557 "build": "test",
558 "src": [
559 "test/core/transport/chttp2/alpn_test.c"
560 ],
561 "deps": [
562 "grpc_test_util",
563 "grpc",
564 "gpr"
565 ]
566 },
567 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800568 "name": "chttp2_stream_encoder_test",
569 "build": "test",
570 "src": [
571 "test/core/transport/chttp2/stream_encoder_test.c"
572 ],
573 "deps": [
574 "grpc_test_util",
575 "grpc",
576 "gpr"
577 ]
578 },
579 {
580 "name": "hpack_table_test",
581 "build": "test",
582 "src": [
583 "test/core/transport/chttp2/hpack_table_test.c"
584 ],
585 "deps": [
586 "grpc_test_util",
587 "grpc",
588 "gpr"
589 ]
590 },
591 {
592 "name": "chttp2_stream_map_test",
593 "build": "test",
594 "src": [
595 "test/core/transport/chttp2/stream_map_test.c"
596 ],
597 "deps": [
598 "grpc_test_util",
599 "grpc",
600 "gpr"
601 ]
602 },
603 {
604 "name": "hpack_parser_test",
605 "build": "test",
606 "src": [
607 "test/core/transport/chttp2/hpack_parser_test.c"
608 ],
609 "deps": [
610 "grpc_test_util",
611 "grpc",
612 "gpr"
613 ]
614 },
615 {
616 "name": "transport_metadata_test",
617 "build": "test",
618 "src": [
619 "test/core/transport/metadata_test.c"
620 ],
621 "deps": [
622 "grpc_test_util",
623 "grpc",
624 "gpr"
625 ]
626 },
627 {
628 "name": "chttp2_status_conversion_test",
629 "build": "test",
630 "src": [
631 "test/core/transport/chttp2/status_conversion_test.c"
632 ],
633 "deps": [
634 "grpc_test_util",
635 "grpc",
636 "gpr"
637 ]
638 },
639 {
640 "name": "chttp2_transport_end2end_test",
641 "build": "test",
642 "src": [
643 "test/core/transport/chttp2_transport_end2end_test.c"
644 ],
645 "deps": [
646 "grpc_test_util",
647 "grpc",
648 "gpr"
649 ]
650 },
651 {
ctiller18b49ab2014-12-09 14:39:16 -0800652 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800653 "build": "test",
654 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800655 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800656 ],
657 "deps": [
658 "grpc_test_util",
659 "grpc",
660 "gpr"
661 ]
662 },
663 {
nnoble0c475f02014-12-05 15:37:39 -0800664 "name": "dualstack_socket_test",
665 "build": "test",
666 "src": [
667 "test/core/end2end/dualstack_socket_test.c"
668 ],
669 "deps": [
670 "grpc_test_util",
671 "grpc",
672 "gpr"
673 ]
674 },
675 {
676 "name": "no_server_test",
677 "build": "test",
678 "src": [
679 "test/core/end2end/no_server_test.c"
680 ],
681 "deps": [
682 "grpc_test_util",
683 "grpc",
684 "gpr"
685 ]
686 },
687 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800688 "name": "resolve_address_test",
689 "build": "test",
690 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800691 "test/core/iomgr/resolve_address_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": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800701 "build": "test",
702 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800703 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800704 ],
705 "deps": [
706 "grpc_test_util",
707 "grpc",
708 "gpr"
709 ]
710 },
711 {
ctiller18b49ab2014-12-09 14:39:16 -0800712 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800713 "build": "test",
714 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800715 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800716 ],
717 "deps": [
718 "grpc_test_util",
719 "grpc",
720 "gpr"
721 ]
722 },
723 {
ctiller18b49ab2014-12-09 14:39:16 -0800724 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800725 "build": "test",
726 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800727 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800728 ],
729 "deps": [
730 "grpc_test_util",
731 "grpc",
732 "gpr"
733 ]
734 },
735 {
736 "name": "grpc_channel_stack_test",
737 "build": "test",
738 "src": [
739 "test/core/channel/channel_stack_test.c"
740 ],
741 "deps": [
742 "grpc_test_util",
743 "grpc",
744 "gpr"
745 ]
746 },
747 {
748 "name": "metadata_buffer_test",
749 "build": "test",
750 "src": [
751 "test/core/channel/metadata_buffer_test.c"
752 ],
753 "deps": [
754 "grpc_test_util",
755 "grpc",
756 "gpr"
757 ]
758 },
759 {
760 "name": "grpc_completion_queue_test",
761 "build": "test",
762 "src": [
763 "test/core/surface/completion_queue_test.c"
764 ],
765 "deps": [
766 "grpc_test_util",
767 "grpc",
768 "gpr"
769 ]
770 },
771 {
772 "name": "grpc_completion_queue_benchmark",
773 "build": "benchmark",
774 "src": [
775 "test/core/surface/completion_queue_benchmark.c"
776 ],
777 "deps": [
778 "grpc_test_util",
779 "grpc",
780 "gpr"
781 ]
782 },
783 {
784 "name": "census_window_stats_test",
785 "build": "test",
786 "src": [
787 "test/core/statistics/window_stats_test.c"
788 ],
789 "deps": [
790 "grpc_test_util",
791 "grpc",
792 "gpr"
793 ]
794 },
795 {
796 "name": "census_statistics_quick_test",
797 "build": "test",
798 "src": [
799 "test/core/statistics/quick_test.c"
800 ],
801 "deps": [
802 "grpc_test_util",
803 "grpc",
804 "gpr"
805 ]
806 },
807 {
808 "name": "census_statistics_performance_test",
809 "build": "test",
810 "src": [
811 "test/core/statistics/performance_test.c"
812 ],
813 "deps": [
814 "grpc_test_util",
815 "grpc",
816 "gpr"
817 ]
818 },
819 {
820 "name": "census_statistics_multiple_writers_test",
821 "build": "test",
822 "src": [
823 "test/core/statistics/multiple_writers_test.c"
824 ],
825 "deps": [
826 "grpc_test_util",
827 "grpc",
828 "gpr"
829 ]
830 },
831 {
832 "name": "census_statistics_multiple_writers_circular_buffer_test",
833 "build": "test",
834 "src": [
835 "test/core/statistics/multiple_writers_circular_buffer_test.c"
836 ],
837 "deps": [
838 "grpc_test_util",
839 "grpc",
840 "gpr"
841 ]
842 },
843 {
844 "name": "census_stub_test",
845 "build": "test",
846 "src": [
847 "test/core/statistics/census_stub_test.c"
848 ],
849 "deps": [
850 "grpc_test_util",
851 "grpc",
852 "gpr"
853 ]
854 },
855 {
856 "name": "census_hash_table_test",
857 "build": "test",
858 "src": [
859 "test/core/statistics/hash_table_test.c"
860 ],
861 "deps": [
862 "grpc_test_util",
863 "grpc",
864 "gpr"
865 ]
866 },
867 {
868 "name": "fling_server",
869 "build": "test",
870 "run": false,
871 "src": [
872 "test/core/fling/server.c"
873 ],
874 "deps": [
875 "grpc_test_util",
876 "grpc",
877 "gpr"
878 ]
879 },
880 {
881 "name": "fling_client",
882 "build": "test",
883 "run": false,
884 "src": [
885 "test/core/fling/client.c"
886 ],
887 "deps": [
888 "grpc_test_util",
889 "grpc",
890 "gpr"
891 ]
892 },
893 {
894 "name": "fling_test",
895 "build": "test",
896 "src": [
897 "test/core/fling/fling_test.c"
898 ],
899 "deps": [
900 "grpc_test_util",
901 "grpc",
902 "gpr"
903 ]
904 },
905 {
906 "name": "echo_server",
907 "build": "test",
908 "run": false,
909 "src": [
910 "test/core/echo/server.c"
911 ],
912 "deps": [
913 "grpc_test_util",
914 "grpc",
915 "gpr"
916 ]
917 },
918 {
919 "name": "echo_client",
920 "build": "test",
921 "run": false,
922 "src": [
923 "test/core/echo/client.c"
924 ],
925 "deps": [
926 "grpc_test_util",
927 "grpc",
928 "gpr"
929 ]
930 },
931 {
932 "name": "echo_test",
933 "build": "test",
934 "src": [
935 "test/core/echo/echo_test.c"
936 ],
937 "deps": [
938 "grpc_test_util",
939 "grpc",
940 "gpr"
941 ]
942 },
943 {
944 "name": "low_level_ping_pong_benchmark",
945 "build": "benchmark",
946 "src": [
947 "test/core/network_benchmarks/low_level_ping_pong.c"
948 ],
949 "deps": [
950 "grpc_test_util",
951 "grpc",
952 "gpr"
953 ]
954 },
955 {
956 "name": "message_compress_test",
957 "build": "test",
958 "src": [
959 "test/core/compression/message_compress_test.c"
960 ],
961 "deps": [
962 "grpc_test_util",
963 "grpc",
964 "gpr"
965 ]
966 },
nnoble0c475f02014-12-05 15:37:39 -0800967 {
968 "name": "bin_encoder_test",
969 "build": "test",
970 "src": [
971 "test/core/transport/chttp2/bin_encoder_test.c"
972 ],
973 "deps": [
974 "grpc_test_util",
975 "grpc",
976 "gpr"
977 ]
978 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800979 {
980 "name": "secure_endpoint_test",
981 "build": "test",
982 "src": [
983 "test/core/endpoint/secure_endpoint_test.c"
984 ],
985 "deps": [
986 "grpc_test_util",
987 "grpc",
988 "gpr"
989 ]
990 },
991 {
992 "name": "httpcli_format_request_test",
993 "build": "test",
994 "src": [
995 "test/core/httpcli/format_request_test.c"
996 ],
997 "deps": [
998 "grpc_test_util",
999 "grpc",
1000 "gpr"
1001 ]
1002 },
1003 {
1004 "name": "httpcli_parser_test",
1005 "build": "test",
1006 "src": [
1007 "test/core/httpcli/parser_test.c"
1008 ],
1009 "deps": [
1010 "grpc_test_util",
1011 "grpc",
1012 "gpr"
1013 ]
1014 },
1015 {
1016 "name": "httpcli_test",
1017 "build": "test",
1018 "src": [
1019 "test/core/httpcli/httpcli_test.c"
1020 ],
1021 "deps": [
1022 "grpc_test_util",
1023 "grpc",
1024 "gpr"
1025 ]
1026 },
1027 {
1028 "name": "grpc_credentials_test",
1029 "build": "test",
1030 "src": [
1031 "test/core/security/credentials_test.c"
1032 ],
1033 "deps": [
1034 "grpc_test_util",
1035 "grpc",
1036 "gpr"
1037 ]
1038 },
1039 {
ctiller8919f602014-12-10 10:19:42 -08001040 "name": "timeout_encoding_test",
1041 "build": "test",
1042 "src": [
1043 "test/core/transport/chttp2/timeout_encoding_test.c"
1044 ],
1045 "deps": [
1046 "grpc_test_util",
1047 "grpc",
1048 "gpr"
1049 ]
1050 },
1051 {
1052 "name": "fd_posix_test",
1053 "build": "test",
1054 "src": [
1055 "test/core/iomgr/fd_posix_test.c"
1056 ],
1057 "deps": [
1058 "grpc_test_util",
1059 "grpc",
1060 "gpr"
1061 ]
1062 },
1063 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 "name": "fling_stream_test",
1065 "build": "test",
1066 "src": [
1067 "test/core/fling/fling_stream_test.c"
1068 ],
1069 "deps": [
1070 "grpc_test_util",
1071 "grpc",
1072 "gpr"
1073 ]
1074 },
1075 {
1076 "name": "lame_client_test",
1077 "build": "test",
1078 "src": [
1079 "test/core/surface/lame_client_test.c"
1080 ],
1081 "deps": [
1082 "grpc_test_util",
1083 "grpc",
1084 "gpr"
1085 ]
1086 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001087 {
1088 "name": "thread_pool_test",
1089 "build": "test",
1090 "c++": true,
1091 "src": [
1092 "test/cpp/server/thread_pool_test.cc"
1093 ],
1094 "deps": [
1095 "grpc_test_util",
1096 "grpc++",
1097 "grpc",
1098 "gpr"
1099 ]
1100 },
1101 {
1102 "name": "status_test",
1103 "build": "test",
1104 "c++": true,
1105 "src": [
1106 "test/cpp/util/status_test.cc"
1107 ],
1108 "deps": [
1109 "grpc_test_util",
1110 "grpc++",
1111 "grpc",
1112 "gpr"
1113 ]
ctiller8919f602014-12-10 10:19:42 -08001114 },
1115 {
1116 "name": "sync_client_async_server_test",
1117 "build": "test",
1118 "c++": true,
1119 "src": [
1120 "test/cpp/end2end/sync_client_async_server_test.cc"
1121 ],
1122 "deps": [
1123 "grpc_test_util",
1124 "grpc++",
1125 "grpc",
1126 "gpr"
1127 ]
1128 },
1129 {
1130 "name": "qps_client",
1131 "build": "test",
1132 "c++": true,
1133 "src": [
1134 "test/cpp/qps/qps_client.cc"
1135 ],
1136 "deps": [
1137 "grpc_test_util",
1138 "grpc++",
1139 "grpc",
1140 "gpr"
1141 ]
1142 },
1143 {
1144 "name": "qps_server",
1145 "build": "test",
1146 "c++": true,
1147 "src": [
1148 "test/cpp/end2end/qps_server.cc"
1149 ],
1150 "deps": [
1151 "grpc_test_util",
1152 "grpc++",
1153 "grpc",
1154 "gpr"
1155 ]
1156 },
1157 {
1158 "name": "interop_server",
1159 "build": "test",
1160 "c++": true,
1161 "src": [
1162 "test/cpp/interop/server.cc"
1163 ],
1164 "deps": [
1165 "grpc_test_util",
1166 "grpc++",
1167 "grpc",
1168 "gpr"
1169 ]
1170 },
1171 {
1172 "name": "interop_client",
1173 "build": "test",
1174 "c++": true,
1175 "src": [
1176 "test/cpp/interop/client.cc"
1177 ],
1178 "deps": [
1179 "grpc_test_util",
1180 "grpc++",
1181 "grpc",
1182 "gpr"
1183 ]
1184 },
1185 {
1186 "name": "end2end_test",
1187 "build": "test",
1188 "c++": true,
1189 "src": [
1190 "test/cpp/end2end/end2end_test.cc"
1191 ],
1192 "deps": [
1193 "grpc_test_util",
1194 "grpc++",
1195 "grpc",
1196 "gpr"
1197 ]
1198 },
1199 {
1200 "name": "alarm_test",
1201 "build": "test",
1202 "src": [
1203 "test/core/iomgr/alarm_test.c"
1204 ],
1205 "deps": [
1206 "grpc_test_util",
1207 "grpc",
1208 "gpr"
1209 ]
1210 },
1211 {
1212 "name": "time_test",
1213 "build": "test",
1214 "src": [
1215 "test/core/support/time_test.c"
1216 ],
1217 "deps": [
1218 "grpc_test_util",
1219 "grpc",
1220 "gpr"
1221 ]
chenwa8fd44a2014-12-10 15:13:55 -08001222 },
1223 {
1224 "name": "interop_client",
1225 "build": "test",
1226 "run": false,
1227 "c++": true,
1228 "src": [
1229 "test/cpp/interop/client.cc",
1230 "test/cpp/interop/empty.pb.cc",
1231 "test/cpp/interop/messages.pb.cc",
1232 "test/cpp/interop/test.pb.cc"
1233 ],
1234 "deps": [
1235 "grpc++_test_util",
1236 "grpc_test_util",
1237 "grpc++",
1238 "grpc",
1239 "gpr"
1240 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001241 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001242 ]
1243}