blob: 15d73852467f3c422561b638a663bdf8eb36e62c [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",
jboeufbefd2652014-12-12 15:39:47 -0800131 "src/core/security/base64.c",
ctiller18b49ab2014-12-09 14:39:16 -0800132 "src/core/security/credentials.c",
133 "src/core/security/google_root_certs.c",
jboeufbefd2652014-12-12 15:39:47 -0800134 "src/core/security/json_token.c",
ctiller18b49ab2014-12-09 14:39:16 -0800135 "src/core/security/secure_transport_setup.c",
136 "src/core/security/security_context.c",
137 "src/core/security/server_secure_chttp2.c",
138 "src/core/statistics/census_init.c",
139 "src/core/statistics/census_rpc_stats.c",
140 "src/core/statistics/census_tracing.c",
141 "src/core/statistics/hash_table.c",
nnoble8a67b5c2014-12-12 10:48:34 -0800142 "src/core/statistics/census_log.c",
ctiller18b49ab2014-12-09 14:39:16 -0800143 "src/core/statistics/window_stats.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800144 "src/core/surface/byte_buffer.c",
145 "src/core/surface/byte_buffer_reader.c",
146 "src/core/surface/call.c",
147 "src/core/surface/channel.c",
148 "src/core/surface/channel_create.c",
149 "src/core/surface/client.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800150 "src/core/surface/completion_queue.c",
151 "src/core/surface/event_string.c",
152 "src/core/surface/init.c",
ctiller18b49ab2014-12-09 14:39:16 -0800153 "src/core/surface/lame_client.c",
154 "src/core/surface/secure_channel_create.c",
155 "src/core/surface/secure_server_create.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800156 "src/core/surface/server.c",
157 "src/core/surface/server_chttp2.c",
158 "src/core/surface/server_create.c",
nnoble0c475f02014-12-05 15:37:39 -0800159 "src/core/transport/chttp2/alpn.c",
160 "src/core/transport/chttp2/bin_encoder.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800161 "src/core/transport/chttp2/frame_data.c",
nnoble0c475f02014-12-05 15:37:39 -0800162 "src/core/transport/chttp2/frame_goaway.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800163 "src/core/transport/chttp2/frame_ping.c",
164 "src/core/transport/chttp2/frame_rst_stream.c",
165 "src/core/transport/chttp2/frame_settings.c",
166 "src/core/transport/chttp2/frame_window_update.c",
167 "src/core/transport/chttp2/hpack_parser.c",
168 "src/core/transport/chttp2/hpack_table.c",
nnoble0c475f02014-12-05 15:37:39 -0800169 "src/core/transport/chttp2/huffsyms.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800170 "src/core/transport/chttp2/status_conversion.c",
171 "src/core/transport/chttp2/stream_encoder.c",
172 "src/core/transport/chttp2/stream_map.c",
173 "src/core/transport/chttp2/timeout_encoding.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800174 "src/core/transport/chttp2_transport.c",
ctiller18b49ab2014-12-09 14:39:16 -0800175 "src/core/transport/chttp2/varint.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800176 "src/core/transport/metadata.c",
177 "src/core/transport/stream_op.c",
178 "src/core/transport/transport.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800179 "src/core/tsi/fake_transport_security.c",
180 "src/core/tsi/ssl_transport_security.c",
ctiller18b49ab2014-12-09 14:39:16 -0800181 "src/core/tsi/transport_security.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800182 "third_party/cJSON/cJSON.c"
183 ],
184 "public_headers": [
185 "include/grpc/byte_buffer.h",
186 "include/grpc/byte_buffer_reader.h",
187 "include/grpc/grpc.h",
188 "include/grpc/grpc_security.h",
189 "include/grpc/status.h"
190 ],
191 "headers": [
192 "src/core/channel/census_filter.h",
193 "src/core/channel/channel_args.h",
194 "src/core/channel/channel_stack.h",
ctiller82e275f2014-12-12 08:43:28 -0800195 "src/core/channel/child_channel.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800196 "src/core/channel/client_channel.h",
197 "src/core/channel/client_setup.h",
198 "src/core/channel/connected_channel.h",
199 "src/core/channel/http_client_filter.h",
200 "src/core/channel/http_filter.h",
201 "src/core/channel/http_server_filter.h",
202 "src/core/channel/metadata_buffer.h",
203 "src/core/channel/noop_filter.h",
204 "src/core/compression/algorithm.h",
205 "src/core/compression/message_compress.h",
206 "src/core/endpoint/endpoint.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800207 "src/core/httpcli/format_request.h",
208 "src/core/httpcli/httpcli.h",
209 "src/core/httpcli/httpcli_security_context.h",
210 "src/core/httpcli/parser.h",
ctiller18b49ab2014-12-09 14:39:16 -0800211 "src/core/iomgr/alarm.h",
212 "src/core/iomgr/endpoint_pair.h",
213 "src/core/iomgr/iomgr_completion_queue_interface.h",
214 "src/core/iomgr/iomgr.h",
215 "src/core/iomgr/iomgr_libevent.h",
216 "src/core/iomgr/resolve_address.h",
217 "src/core/iomgr/sockaddr.h",
218 "src/core/iomgr/sockaddr_posix.h",
219 "src/core/iomgr/sockaddr_utils.h",
220 "src/core/iomgr/sockaddr_win32.h",
221 "src/core/iomgr/socket_utils_posix.h",
222 "src/core/iomgr/tcp_client.h",
223 "src/core/iomgr/tcp_posix.h",
224 "src/core/iomgr/tcp_server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800225 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800226 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800227 "src/core/security/credentials.h",
228 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800229 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800230 "src/core/security/secure_transport_setup.h",
231 "src/core/security/security_context.h",
232 "src/core/statistics/census_interface.h",
233 "src/core/statistics/census_rpc_stats.h",
234 "src/core/statistics/hash_table.h",
nnoble8a67b5c2014-12-12 10:48:34 -0800235 "src/core/statistics/census_log.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800236 "src/core/statistics/window_stats.h",
237 "src/core/surface/call.h",
238 "src/core/surface/channel.h",
239 "src/core/surface/client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800240 "src/core/surface/completion_queue.h",
241 "src/core/surface/event_string.h",
ctiller18b49ab2014-12-09 14:39:16 -0800242 "src/core/surface/lame_client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800243 "src/core/surface/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800244 "src/core/surface/surface_trace.h",
nnoble0c475f02014-12-05 15:37:39 -0800245 "src/core/transport/chttp2/bin_encoder.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800246 "src/core/transport/chttp2/frame_data.h",
nnoble0c475f02014-12-05 15:37:39 -0800247 "src/core/transport/chttp2/frame_goaway.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800248 "src/core/transport/chttp2/frame.h",
249 "src/core/transport/chttp2/frame_ping.h",
250 "src/core/transport/chttp2/frame_rst_stream.h",
251 "src/core/transport/chttp2/frame_settings.h",
252 "src/core/transport/chttp2/frame_window_update.h",
253 "src/core/transport/chttp2/hpack_parser.h",
254 "src/core/transport/chttp2/hpack_table.h",
255 "src/core/transport/chttp2/http2_errors.h",
ctiller18b49ab2014-12-09 14:39:16 -0800256 "src/core/transport/chttp2/huffsyms.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800257 "src/core/transport/chttp2/status_conversion.h",
258 "src/core/transport/chttp2/stream_encoder.h",
259 "src/core/transport/chttp2/stream_map.h",
260 "src/core/transport/chttp2/timeout_encoding.h",
261 "src/core/transport/chttp2_transport.h",
262 "src/core/transport/chttp2/varint.h",
263 "src/core/transport/metadata.h",
264 "src/core/transport/stream_op.h",
265 "src/core/transport/transport.h",
266 "src/core/transport/transport_impl.h",
267 "src/core/tsi/fake_transport_security.h",
268 "src/core/tsi/ssl_transport_security.h",
269 "src/core/tsi/transport_security.h",
270 "src/core/tsi/transport_security_interface.h",
271 "src/core/tsi/transport_security_test_lib.h"
272 ]
273 },
274 {
275 "name": "grpc_test_util",
276 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800277 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800278 "src": [
279 "test/core/util/grpc_profiler.c",
jtattermusch94204dd2014-12-11 14:18:58 -0800280 "test/core/util/ipv6_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800281 "test/core/util/parse_hexstring.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800282 "test/core/util/port_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800283 "test/core/util/slice_splitter.c",
284 "test/core/util/test_config.c",
285 "test/core/end2end/end2end_tests.c",
chenwa8fd44a2014-12-10 15:13:55 -0800286 "test/core/end2end/data/server1_cert.c",
287 "test/core/end2end/data/server1_key.c",
288 "test/core/end2end/data/ca_cert.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800289 "test/core/end2end/cq_verifier.c",
290 "test/core/endpoint/endpoint_tests.c",
291 "test/core/transport/transport_end2end_tests.c",
292 "test/core/statistics/log_tests.c"
293 ]
294 },
295 {
296 "name": "grpc++",
297 "build": "all",
298 "c++": true,
299 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800300 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800301 "src": [
302 "src/cpp/server/server.cc",
303 "src/cpp/server/server_rpc_handler.cc",
304 "src/cpp/server/thread_pool.cc",
305 "src/cpp/server/async_server_context.cc",
306 "src/cpp/server/async_server.cc",
307 "src/cpp/server/completion_queue.cc",
308 "src/cpp/server/server_builder.cc",
309 "src/cpp/stream/stream_context.cc",
310 "src/cpp/client/create_channel.cc",
311 "src/cpp/client/channel.cc",
312 "src/cpp/client/client_context.cc",
313 "src/cpp/client/internal_stub.cc",
314 "src/cpp/util/time.cc",
315 "src/cpp/util/status.cc",
316 "src/cpp/proto/proto_utils.cc",
317 "src/cpp/rpc_method.cc"
318 ],
319 "public_headers": [
320 "include/grpc++/channel_interface.h",
321 "include/grpc++/async_server.h",
322 "include/grpc++/create_channel.h",
323 "include/grpc++/server_builder.h",
324 "include/grpc++/thread_pool_interface.h",
325 "include/grpc++/stream_context_interface.h",
326 "include/grpc++/status.h",
327 "include/grpc++/config.h",
328 "include/grpc++/completion_queue.h",
329 "include/grpc++/stream.h",
330 "include/grpc++/async_server_context.h",
331 "include/grpc++/server.h",
332 "include/grpc++/client_context.h"
333 ],
334 "headers": [
335 "src/cpp/server/rpc_service_method.h",
336 "src/cpp/server/server_rpc_handler.h",
337 "src/cpp/server/thread_pool.h",
338 "src/cpp/stream/stream_context.h",
339 "src/cpp/client/channel.h",
340 "src/cpp/client/internal_stub.h",
341 "src/cpp/util/time.h",
342 "src/cpp/rpc_method.h",
343 "src/cpp/proto/proto_utils.h"
344 ]
345 },
346 {
347 "name": "grpc++_test_util",
348 "build": "test",
349 "src": [
chenwa8fd44a2014-12-10 15:13:55 -0800350 "test/cpp/util/test_ssl_channel.cc",
nnoble72309c62014-12-12 11:42:26 -0800351 "test/cpp/util/echo.proto",
352 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800353 ],
354 "c++": true
355 }
356 ],
357 "targets": [
358 {
359 "name": "gen_hpack_tables",
360 "build": "tool",
361 "src": [
362 "src/core/transport/chttp2/gen_hpack_tables.c"
363 ],
364 "deps": [
365 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800366 "gpr",
367 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800368 ]
369 },
nnobleebebb7e2014-12-10 16:31:01 -0800370
371 {
372 "name": "cpp_plugin",
373 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800374 "c++": true,
nnobleebebb7e2014-12-10 16:31:01 -0800375 "src": [
376 "src/compiler/cpp_plugin.cpp",
377 "src/compiler/cpp_generator.cpp"
378 ],
379 "headers": [
380 "src/compiler/cpp_generator.h",
381 "src/compiler/cpp_generator_helpers.h"
382 ],
383 "deps": []
384 },
385 {
386 "name": "ruby_plugin",
387 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800388 "c++": true,
nnobleebebb7e2014-12-10 16:31:01 -0800389 "src": [
390 "src/compiler/ruby_plugin.cpp",
391 "src/compiler/ruby_generator.cpp"
392 ],
393 "headers": [
394 "src/compiler/cpp_generator.h",
395 "src/compiler/cpp_generator_helpers-inl.h",
396 "src/compiler/cpp_generator_map-inl.h",
397 "src/compiler/cpp_generator_string-inl.h"
398 ],
399 "deps": []
400 },
401
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800402 {
403 "name": "grpc_byte_buffer_reader_test",
404 "build": "test",
405 "src": [
406 "test/core/surface/byte_buffer_reader_test.c"
407 ],
408 "deps": [
409 "grpc_test_util",
410 "grpc",
411 "gpr"
412 ]
413 },
414 {
415 "name": "gpr_cancellable_test",
416 "build": "test",
417 "src": [
418 "test/core/support/cancellable_test.c"
419 ],
420 "deps": [
421 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800422 "gpr"
423 ]
424 },
425 {
426 "name": "gpr_log_test",
427 "build": "test",
428 "src": [
429 "test/core/support/log_test.c"
430 ],
431 "deps": [
432 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800433 "gpr"
434 ]
435 },
436 {
437 "name": "gpr_cmdline_test",
438 "build": "test",
439 "src": [
440 "test/core/support/cmdline_test.c"
441 ],
442 "deps": [
443 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800444 "gpr"
445 ]
446 },
447 {
448 "name": "gpr_histogram_test",
449 "build": "test",
450 "src": [
451 "test/core/support/histogram_test.c"
452 ],
453 "deps": [
454 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800455 "gpr"
456 ]
457 },
458 {
459 "name": "gpr_host_port_test",
460 "build": "test",
461 "src": [
462 "test/core/support/host_port_test.c"
463 ],
464 "deps": [
465 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800466 "gpr"
467 ]
468 },
469 {
470 "name": "gpr_slice_buffer_test",
471 "build": "test",
472 "src": [
473 "test/core/support/slice_buffer_test.c"
474 ],
475 "deps": [
476 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800477 "gpr"
478 ]
479 },
480 {
481 "name": "gpr_slice_test",
482 "build": "test",
483 "src": [
484 "test/core/support/slice_test.c"
485 ],
486 "deps": [
487 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800488 "gpr"
489 ]
490 },
491 {
492 "name": "gpr_string_test",
493 "build": "test",
494 "src": [
495 "test/core/support/string_test.c"
496 ],
497 "deps": [
498 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800499 "gpr"
500 ]
501 },
502 {
503 "name": "gpr_sync_test",
504 "build": "test",
505 "src": [
506 "test/core/support/sync_test.c"
507 ],
508 "deps": [
509 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800510 "gpr"
511 ]
512 },
513 {
514 "name": "gpr_thd_test",
515 "build": "test",
516 "src": [
517 "test/core/support/thd_test.c"
518 ],
519 "deps": [
520 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800521 "gpr"
522 ]
523 },
524 {
525 "name": "gpr_time_test",
526 "build": "test",
527 "src": [
528 "test/core/support/time_test.c"
529 ],
530 "deps": [
531 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800532 "gpr"
533 ]
534 },
535 {
536 "name": "murmur_hash_test",
537 "build": "test",
538 "src": [
539 "test/core/support/murmur_hash_test.c"
540 ],
541 "deps": [
542 "grpc_test_util",
543 "grpc",
544 "gpr"
545 ]
546 },
547 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800548 "name": "grpc_stream_op_test",
549 "build": "test",
550 "src": [
551 "test/core/transport/stream_op_test.c"
552 ],
553 "deps": [
554 "grpc_test_util",
555 "grpc",
556 "gpr"
557 ]
558 },
559 {
nnoble0c475f02014-12-05 15:37:39 -0800560 "name": "alpn_test",
561 "build": "test",
562 "src": [
563 "test/core/transport/chttp2/alpn_test.c"
564 ],
565 "deps": [
566 "grpc_test_util",
567 "grpc",
568 "gpr"
569 ]
570 },
571 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800572 "name": "chttp2_stream_encoder_test",
573 "build": "test",
574 "src": [
575 "test/core/transport/chttp2/stream_encoder_test.c"
576 ],
577 "deps": [
578 "grpc_test_util",
579 "grpc",
580 "gpr"
581 ]
582 },
583 {
584 "name": "hpack_table_test",
585 "build": "test",
586 "src": [
587 "test/core/transport/chttp2/hpack_table_test.c"
588 ],
589 "deps": [
590 "grpc_test_util",
591 "grpc",
592 "gpr"
593 ]
594 },
595 {
596 "name": "chttp2_stream_map_test",
597 "build": "test",
598 "src": [
599 "test/core/transport/chttp2/stream_map_test.c"
600 ],
601 "deps": [
602 "grpc_test_util",
603 "grpc",
604 "gpr"
605 ]
606 },
607 {
608 "name": "hpack_parser_test",
609 "build": "test",
610 "src": [
611 "test/core/transport/chttp2/hpack_parser_test.c"
612 ],
613 "deps": [
614 "grpc_test_util",
615 "grpc",
616 "gpr"
617 ]
618 },
619 {
620 "name": "transport_metadata_test",
621 "build": "test",
622 "src": [
623 "test/core/transport/metadata_test.c"
624 ],
625 "deps": [
626 "grpc_test_util",
627 "grpc",
628 "gpr"
629 ]
630 },
631 {
632 "name": "chttp2_status_conversion_test",
633 "build": "test",
634 "src": [
635 "test/core/transport/chttp2/status_conversion_test.c"
636 ],
637 "deps": [
638 "grpc_test_util",
639 "grpc",
640 "gpr"
641 ]
642 },
643 {
644 "name": "chttp2_transport_end2end_test",
645 "build": "test",
646 "src": [
647 "test/core/transport/chttp2_transport_end2end_test.c"
648 ],
649 "deps": [
650 "grpc_test_util",
651 "grpc",
652 "gpr"
653 ]
654 },
655 {
ctiller18b49ab2014-12-09 14:39:16 -0800656 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800657 "build": "test",
658 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800659 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800660 ],
661 "deps": [
662 "grpc_test_util",
663 "grpc",
664 "gpr"
665 ]
666 },
667 {
nnoble0c475f02014-12-05 15:37:39 -0800668 "name": "dualstack_socket_test",
669 "build": "test",
670 "src": [
671 "test/core/end2end/dualstack_socket_test.c"
672 ],
673 "deps": [
674 "grpc_test_util",
675 "grpc",
676 "gpr"
677 ]
678 },
679 {
680 "name": "no_server_test",
681 "build": "test",
682 "src": [
683 "test/core/end2end/no_server_test.c"
684 ],
685 "deps": [
686 "grpc_test_util",
687 "grpc",
688 "gpr"
689 ]
690 },
691 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800692 "name": "resolve_address_test",
693 "build": "test",
694 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800695 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800696 ],
697 "deps": [
698 "grpc_test_util",
699 "grpc",
700 "gpr"
701 ]
702 },
703 {
ctiller18b49ab2014-12-09 14:39:16 -0800704 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800705 "build": "test",
706 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800707 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800708 ],
709 "deps": [
710 "grpc_test_util",
711 "grpc",
712 "gpr"
713 ]
714 },
715 {
ctiller18b49ab2014-12-09 14:39:16 -0800716 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800717 "build": "test",
718 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800719 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800720 ],
721 "deps": [
722 "grpc_test_util",
723 "grpc",
724 "gpr"
725 ]
726 },
727 {
ctiller18b49ab2014-12-09 14:39:16 -0800728 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800729 "build": "test",
730 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800731 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800732 ],
733 "deps": [
734 "grpc_test_util",
735 "grpc",
736 "gpr"
737 ]
738 },
739 {
740 "name": "grpc_channel_stack_test",
741 "build": "test",
742 "src": [
743 "test/core/channel/channel_stack_test.c"
744 ],
745 "deps": [
746 "grpc_test_util",
747 "grpc",
748 "gpr"
749 ]
750 },
751 {
752 "name": "metadata_buffer_test",
753 "build": "test",
754 "src": [
755 "test/core/channel/metadata_buffer_test.c"
756 ],
757 "deps": [
758 "grpc_test_util",
759 "grpc",
760 "gpr"
761 ]
762 },
763 {
764 "name": "grpc_completion_queue_test",
765 "build": "test",
766 "src": [
767 "test/core/surface/completion_queue_test.c"
768 ],
769 "deps": [
770 "grpc_test_util",
771 "grpc",
772 "gpr"
773 ]
774 },
775 {
776 "name": "grpc_completion_queue_benchmark",
777 "build": "benchmark",
778 "src": [
779 "test/core/surface/completion_queue_benchmark.c"
780 ],
781 "deps": [
782 "grpc_test_util",
783 "grpc",
784 "gpr"
785 ]
786 },
787 {
788 "name": "census_window_stats_test",
789 "build": "test",
790 "src": [
791 "test/core/statistics/window_stats_test.c"
792 ],
793 "deps": [
794 "grpc_test_util",
795 "grpc",
796 "gpr"
797 ]
798 },
799 {
800 "name": "census_statistics_quick_test",
801 "build": "test",
802 "src": [
803 "test/core/statistics/quick_test.c"
804 ],
805 "deps": [
806 "grpc_test_util",
807 "grpc",
808 "gpr"
809 ]
810 },
811 {
812 "name": "census_statistics_performance_test",
813 "build": "test",
814 "src": [
815 "test/core/statistics/performance_test.c"
816 ],
817 "deps": [
818 "grpc_test_util",
819 "grpc",
820 "gpr"
821 ]
822 },
823 {
824 "name": "census_statistics_multiple_writers_test",
825 "build": "test",
826 "src": [
827 "test/core/statistics/multiple_writers_test.c"
828 ],
829 "deps": [
830 "grpc_test_util",
831 "grpc",
832 "gpr"
833 ]
834 },
835 {
836 "name": "census_statistics_multiple_writers_circular_buffer_test",
837 "build": "test",
838 "src": [
839 "test/core/statistics/multiple_writers_circular_buffer_test.c"
840 ],
841 "deps": [
842 "grpc_test_util",
843 "grpc",
844 "gpr"
845 ]
846 },
847 {
848 "name": "census_stub_test",
849 "build": "test",
850 "src": [
851 "test/core/statistics/census_stub_test.c"
852 ],
853 "deps": [
854 "grpc_test_util",
855 "grpc",
856 "gpr"
857 ]
858 },
859 {
860 "name": "census_hash_table_test",
861 "build": "test",
862 "src": [
863 "test/core/statistics/hash_table_test.c"
864 ],
865 "deps": [
866 "grpc_test_util",
867 "grpc",
868 "gpr"
869 ]
870 },
871 {
872 "name": "fling_server",
873 "build": "test",
874 "run": false,
875 "src": [
876 "test/core/fling/server.c"
877 ],
878 "deps": [
879 "grpc_test_util",
880 "grpc",
881 "gpr"
882 ]
883 },
884 {
885 "name": "fling_client",
886 "build": "test",
887 "run": false,
888 "src": [
889 "test/core/fling/client.c"
890 ],
891 "deps": [
892 "grpc_test_util",
893 "grpc",
894 "gpr"
895 ]
896 },
897 {
898 "name": "fling_test",
899 "build": "test",
900 "src": [
901 "test/core/fling/fling_test.c"
902 ],
903 "deps": [
904 "grpc_test_util",
905 "grpc",
906 "gpr"
907 ]
908 },
909 {
910 "name": "echo_server",
911 "build": "test",
912 "run": false,
913 "src": [
914 "test/core/echo/server.c"
915 ],
916 "deps": [
917 "grpc_test_util",
918 "grpc",
919 "gpr"
920 ]
921 },
922 {
923 "name": "echo_client",
924 "build": "test",
925 "run": false,
926 "src": [
927 "test/core/echo/client.c"
928 ],
929 "deps": [
930 "grpc_test_util",
931 "grpc",
932 "gpr"
933 ]
934 },
935 {
936 "name": "echo_test",
937 "build": "test",
938 "src": [
939 "test/core/echo/echo_test.c"
940 ],
941 "deps": [
942 "grpc_test_util",
943 "grpc",
944 "gpr"
945 ]
946 },
947 {
948 "name": "low_level_ping_pong_benchmark",
949 "build": "benchmark",
950 "src": [
951 "test/core/network_benchmarks/low_level_ping_pong.c"
952 ],
953 "deps": [
954 "grpc_test_util",
955 "grpc",
956 "gpr"
957 ]
958 },
959 {
960 "name": "message_compress_test",
961 "build": "test",
962 "src": [
963 "test/core/compression/message_compress_test.c"
964 ],
965 "deps": [
966 "grpc_test_util",
967 "grpc",
968 "gpr"
969 ]
970 },
nnoble0c475f02014-12-05 15:37:39 -0800971 {
972 "name": "bin_encoder_test",
973 "build": "test",
974 "src": [
975 "test/core/transport/chttp2/bin_encoder_test.c"
976 ],
977 "deps": [
978 "grpc_test_util",
979 "grpc",
980 "gpr"
981 ]
982 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800983 {
984 "name": "secure_endpoint_test",
985 "build": "test",
986 "src": [
987 "test/core/endpoint/secure_endpoint_test.c"
988 ],
989 "deps": [
990 "grpc_test_util",
991 "grpc",
992 "gpr"
993 ]
994 },
995 {
996 "name": "httpcli_format_request_test",
997 "build": "test",
998 "src": [
999 "test/core/httpcli/format_request_test.c"
1000 ],
1001 "deps": [
1002 "grpc_test_util",
1003 "grpc",
1004 "gpr"
1005 ]
1006 },
1007 {
1008 "name": "httpcli_parser_test",
1009 "build": "test",
1010 "src": [
1011 "test/core/httpcli/parser_test.c"
1012 ],
1013 "deps": [
1014 "grpc_test_util",
1015 "grpc",
1016 "gpr"
1017 ]
1018 },
1019 {
1020 "name": "httpcli_test",
1021 "build": "test",
1022 "src": [
1023 "test/core/httpcli/httpcli_test.c"
1024 ],
1025 "deps": [
1026 "grpc_test_util",
1027 "grpc",
1028 "gpr"
1029 ]
1030 },
1031 {
1032 "name": "grpc_credentials_test",
1033 "build": "test",
1034 "src": [
1035 "test/core/security/credentials_test.c"
1036 ],
1037 "deps": [
1038 "grpc_test_util",
1039 "grpc",
1040 "gpr"
1041 ]
1042 },
1043 {
jboeufbefd2652014-12-12 15:39:47 -08001044 "name": "grpc_base64_test",
1045 "build": "test",
1046 "src": [
1047 "test/core/security/base64_test.c"
1048 ],
1049 "deps": [
1050 "grpc_test_util",
1051 "grpc",
1052 "gpr"
1053 ]
1054 },
1055 {
1056 "name": "grpc_json_token_test",
1057 "build": "test",
1058 "src": [
1059 "test/core/security/json_token_test.c"
1060 ],
1061 "deps": [
1062 "grpc_test_util",
1063 "grpc",
1064 "gpr"
1065 ]
1066 },
1067 {
ctiller8919f602014-12-10 10:19:42 -08001068 "name": "timeout_encoding_test",
1069 "build": "test",
1070 "src": [
1071 "test/core/transport/chttp2/timeout_encoding_test.c"
1072 ],
1073 "deps": [
1074 "grpc_test_util",
1075 "grpc",
1076 "gpr"
1077 ]
1078 },
1079 {
1080 "name": "fd_posix_test",
1081 "build": "test",
1082 "src": [
1083 "test/core/iomgr/fd_posix_test.c"
1084 ],
1085 "deps": [
1086 "grpc_test_util",
1087 "grpc",
1088 "gpr"
1089 ]
1090 },
1091 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "name": "fling_stream_test",
1093 "build": "test",
1094 "src": [
1095 "test/core/fling/fling_stream_test.c"
1096 ],
1097 "deps": [
1098 "grpc_test_util",
1099 "grpc",
1100 "gpr"
1101 ]
1102 },
1103 {
1104 "name": "lame_client_test",
1105 "build": "test",
1106 "src": [
1107 "test/core/surface/lame_client_test.c"
1108 ],
1109 "deps": [
1110 "grpc_test_util",
1111 "grpc",
1112 "gpr"
1113 ]
1114 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001115 {
1116 "name": "thread_pool_test",
1117 "build": "test",
1118 "c++": true,
1119 "src": [
1120 "test/cpp/server/thread_pool_test.cc"
1121 ],
1122 "deps": [
1123 "grpc_test_util",
1124 "grpc++",
1125 "grpc",
1126 "gpr"
1127 ]
1128 },
1129 {
1130 "name": "status_test",
1131 "build": "test",
1132 "c++": true,
1133 "src": [
1134 "test/cpp/util/status_test.cc"
1135 ],
1136 "deps": [
1137 "grpc_test_util",
1138 "grpc++",
1139 "grpc",
1140 "gpr"
1141 ]
ctiller8919f602014-12-10 10:19:42 -08001142 },
1143 {
1144 "name": "sync_client_async_server_test",
1145 "build": "test",
1146 "c++": true,
1147 "src": [
1148 "test/cpp/end2end/sync_client_async_server_test.cc"
1149 ],
1150 "deps": [
1151 "grpc_test_util",
1152 "grpc++",
1153 "grpc",
1154 "gpr"
1155 ]
1156 },
1157 {
1158 "name": "qps_client",
1159 "build": "test",
1160 "c++": true,
1161 "src": [
1162 "test/cpp/qps/qps_client.cc"
1163 ],
1164 "deps": [
1165 "grpc_test_util",
1166 "grpc++",
1167 "grpc",
1168 "gpr"
1169 ]
1170 },
1171 {
1172 "name": "qps_server",
1173 "build": "test",
1174 "c++": true,
1175 "src": [
1176 "test/cpp/end2end/qps_server.cc"
1177 ],
1178 "deps": [
1179 "grpc_test_util",
1180 "grpc++",
1181 "grpc",
1182 "gpr"
1183 ]
1184 },
1185 {
1186 "name": "interop_server",
1187 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001188 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001189 "c++": true,
1190 "src": [
nnoble72309c62014-12-12 11:42:26 -08001191 "test/cpp/interop/empty.proto",
1192 "test/cpp/interop/messages.proto",
1193 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001194 "test/cpp/interop/server.cc"
1195 ],
1196 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001197 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001198 "grpc_test_util",
1199 "grpc++",
1200 "grpc",
1201 "gpr"
1202 ]
1203 },
1204 {
1205 "name": "interop_client",
1206 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001207 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001208 "c++": true,
1209 "src": [
nnoble72309c62014-12-12 11:42:26 -08001210 "test/cpp/interop/empty.proto",
1211 "test/cpp/interop/messages.proto",
1212 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001213 "test/cpp/interop/client.cc"
1214 ],
1215 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001216 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001217 "grpc_test_util",
1218 "grpc++",
1219 "grpc",
1220 "gpr"
1221 ]
1222 },
1223 {
1224 "name": "end2end_test",
1225 "build": "test",
1226 "c++": true,
1227 "src": [
1228 "test/cpp/end2end/end2end_test.cc"
1229 ],
1230 "deps": [
1231 "grpc_test_util",
1232 "grpc++",
1233 "grpc",
1234 "gpr"
1235 ]
1236 },
1237 {
1238 "name": "alarm_test",
1239 "build": "test",
1240 "src": [
1241 "test/core/iomgr/alarm_test.c"
1242 ],
1243 "deps": [
1244 "grpc_test_util",
1245 "grpc",
1246 "gpr"
1247 ]
1248 },
1249 {
1250 "name": "time_test",
1251 "build": "test",
1252 "src": [
1253 "test/core/support/time_test.c"
1254 ],
1255 "deps": [
1256 "grpc_test_util",
1257 "grpc",
1258 "gpr"
1259 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001260 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001261 ]
1262}