blob: 4e4e10307e76c9890d70d60337ecd9e8fe633c7e [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 },
nnoblec87b1c52015-01-05 17:15:18 -080011 "filegroups": [
12 {
13 "name": "grpc_base",
Craig Tiller0b2a3722015-01-18 11:30:07 -080014 "public_headers": [
15 "include/grpc/byte_buffer.h",
16 "include/grpc/byte_buffer_reader.h",
17 "include/grpc/grpc.h",
18 "include/grpc/status.h"
19 ],
20 "headers": [
21 "src/core/channel/census_filter.h",
22 "src/core/channel/channel_args.h",
23 "src/core/channel/channel_stack.h",
24 "src/core/channel/child_channel.h",
25 "src/core/channel/client_channel.h",
26 "src/core/channel/client_setup.h",
27 "src/core/channel/connected_channel.h",
28 "src/core/channel/http_client_filter.h",
29 "src/core/channel/http_filter.h",
30 "src/core/channel/http_server_filter.h",
31 "src/core/channel/metadata_buffer.h",
32 "src/core/channel/noop_filter.h",
33 "src/core/compression/algorithm.h",
34 "src/core/compression/message_compress.h",
35 "src/core/httpcli/format_request.h",
36 "src/core/httpcli/httpcli.h",
37 "src/core/httpcli/httpcli_security_context.h",
38 "src/core/httpcli/parser.h",
39 "src/core/iomgr/alarm.h",
40 "src/core/iomgr/alarm_heap.h",
41 "src/core/iomgr/alarm_internal.h",
42 "src/core/iomgr/endpoint.h",
43 "src/core/iomgr/endpoint_pair.h",
44 "src/core/iomgr/fd_posix.h",
45 "src/core/iomgr/iomgr.h",
46 "src/core/iomgr/iomgr_internal.h",
47 "src/core/iomgr/iomgr_posix.h",
48 "src/core/iomgr/pollset.h",
49 "src/core/iomgr/pollset_kick.h",
50 "src/core/iomgr/pollset_kick_posix.h",
51 "src/core/iomgr/pollset_posix.h",
52 "src/core/iomgr/resolve_address.h",
53 "src/core/iomgr/sockaddr.h",
54 "src/core/iomgr/sockaddr_posix.h",
55 "src/core/iomgr/sockaddr_utils.h",
56 "src/core/iomgr/sockaddr_win32.h",
57 "src/core/iomgr/socket_utils_posix.h",
58 "src/core/iomgr/tcp_client.h",
59 "src/core/iomgr/tcp_posix.h",
60 "src/core/iomgr/tcp_server.h",
61 "src/core/iomgr/time_averaged_stats.h",
62 "src/core/statistics/census_interface.h",
63 "src/core/statistics/census_log.h",
64 "src/core/statistics/census_rpc_stats.h",
65 "src/core/statistics/census_tracing.h",
66 "src/core/statistics/hash_table.h",
67 "src/core/statistics/window_stats.h",
68 "src/core/surface/call.h",
69 "src/core/surface/channel.h",
70 "src/core/surface/client.h",
71 "src/core/surface/completion_queue.h",
72 "src/core/surface/event_string.h",
73 "src/core/surface/lame_client.h",
74 "src/core/surface/server.h",
75 "src/core/surface/surface_trace.h",
76 "src/core/transport/chttp2/bin_encoder.h",
77 "src/core/transport/chttp2/frame.h",
78 "src/core/transport/chttp2/frame_data.h",
79 "src/core/transport/chttp2/frame_goaway.h",
80 "src/core/transport/chttp2/frame_ping.h",
81 "src/core/transport/chttp2/frame_rst_stream.h",
82 "src/core/transport/chttp2/frame_settings.h",
83 "src/core/transport/chttp2/frame_window_update.h",
84 "src/core/transport/chttp2/hpack_parser.h",
85 "src/core/transport/chttp2/hpack_table.h",
86 "src/core/transport/chttp2/http2_errors.h",
87 "src/core/transport/chttp2/huffsyms.h",
88 "src/core/transport/chttp2/status_conversion.h",
89 "src/core/transport/chttp2/stream_encoder.h",
90 "src/core/transport/chttp2/stream_map.h",
91 "src/core/transport/chttp2/timeout_encoding.h",
92 "src/core/transport/chttp2/varint.h",
93 "src/core/transport/chttp2_transport.h",
94 "src/core/transport/metadata.h",
95 "src/core/transport/stream_op.h",
96 "src/core/transport/transport.h",
97 "src/core/transport/transport_impl.h"
98 ],
nnoblec87b1c52015-01-05 17:15:18 -080099 "src": [
100 "src/core/channel/call_op_string.c",
101 "src/core/channel/census_filter.c",
102 "src/core/channel/channel_args.c",
103 "src/core/channel/channel_stack.c",
104 "src/core/channel/child_channel.c",
105 "src/core/channel/client_channel.c",
106 "src/core/channel/client_setup.c",
107 "src/core/channel/connected_channel.c",
108 "src/core/channel/http_client_filter.c",
109 "src/core/channel/http_filter.c",
110 "src/core/channel/http_server_filter.c",
111 "src/core/channel/metadata_buffer.c",
112 "src/core/channel/noop_filter.c",
113 "src/core/compression/algorithm.c",
114 "src/core/compression/message_compress.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/alarm.c",
120 "src/core/iomgr/alarm_heap.c",
121 "src/core/iomgr/endpoint.c",
122 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800123 "src/core/iomgr/fd_posix.c",
124 "src/core/iomgr/iomgr.c",
125 "src/core/iomgr/iomgr_posix.c",
Nicolas Noble19e0aa92015-01-16 17:29:34 -0800126 "src/core/iomgr/pollset_kick_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800127 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
128 "src/core/iomgr/pollset_posix.c",
nnoblec87b1c52015-01-05 17:15:18 -0800129 "src/core/iomgr/resolve_address_posix.c",
130 "src/core/iomgr/sockaddr_utils.c",
131 "src/core/iomgr/socket_utils_common_posix.c",
132 "src/core/iomgr/socket_utils_linux.c",
133 "src/core/iomgr/socket_utils_posix.c",
134 "src/core/iomgr/tcp_client_posix.c",
135 "src/core/iomgr/tcp_posix.c",
136 "src/core/iomgr/tcp_server_posix.c",
137 "src/core/iomgr/time_averaged_stats.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800138 "src/core/json/json.c",
139 "src/core/json/json-string.c",
nnoblec87b1c52015-01-05 17:15:18 -0800140 "src/core/statistics/census_init.c",
141 "src/core/statistics/census_log.c",
142 "src/core/statistics/census_rpc_stats.c",
143 "src/core/statistics/census_tracing.c",
144 "src/core/statistics/hash_table.c",
145 "src/core/statistics/window_stats.c",
146 "src/core/surface/byte_buffer.c",
147 "src/core/surface/byte_buffer_reader.c",
148 "src/core/surface/call.c",
149 "src/core/surface/channel.c",
150 "src/core/surface/channel_create.c",
151 "src/core/surface/client.c",
152 "src/core/surface/completion_queue.c",
153 "src/core/surface/event_string.c",
154 "src/core/surface/init.c",
155 "src/core/surface/lame_client.c",
156 "src/core/surface/secure_channel_create.c",
157 "src/core/surface/secure_server_create.c",
158 "src/core/surface/server.c",
159 "src/core/surface/server_chttp2.c",
160 "src/core/surface/server_create.c",
161 "src/core/transport/chttp2/alpn.c",
162 "src/core/transport/chttp2/bin_encoder.c",
163 "src/core/transport/chttp2/frame_data.c",
164 "src/core/transport/chttp2/frame_goaway.c",
165 "src/core/transport/chttp2/frame_ping.c",
166 "src/core/transport/chttp2/frame_rst_stream.c",
167 "src/core/transport/chttp2/frame_settings.c",
168 "src/core/transport/chttp2/frame_window_update.c",
169 "src/core/transport/chttp2/hpack_parser.c",
170 "src/core/transport/chttp2/hpack_table.c",
171 "src/core/transport/chttp2/huffsyms.c",
172 "src/core/transport/chttp2/status_conversion.c",
173 "src/core/transport/chttp2/stream_encoder.c",
174 "src/core/transport/chttp2/stream_map.c",
175 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800176 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800177 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800178 "src/core/transport/metadata.c",
179 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800180 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800181 ]
182 }
183 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800184 "libs": [
185 {
186 "name": "gpr",
187 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800188 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800189 "public_headers": [
190 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800191 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800192 "include/grpc/support/atm_gcc_atomic.h",
193 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800194 "include/grpc/support/atm_win32.h",
195 "include/grpc/support/cancellable_platform.h",
196 "include/grpc/support/cmdline.h",
197 "include/grpc/support/histogram.h",
198 "include/grpc/support/host_port.h",
199 "include/grpc/support/log.h",
200 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800201 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800202 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800203 "include/grpc/support/string.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800204 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800205 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800206 "include/grpc/support/sync_posix.h",
207 "include/grpc/support/sync_win32.h",
208 "include/grpc/support/thd.h",
209 "include/grpc/support/thd_posix.h",
210 "include/grpc/support/thd_win32.h",
211 "include/grpc/support/time.h",
212 "include/grpc/support/time_posix.h",
213 "include/grpc/support/time_win32.h",
214 "include/grpc/support/useful.h"
215 ],
216 "headers": [
217 "src/core/support/cpu.h",
218 "src/core/support/murmur_hash.h",
219 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800220 ],
221 "src": [
222 "src/core/support/alloc.c",
223 "src/core/support/cancellable.c",
224 "src/core/support/cmdline.c",
225 "src/core/support/cpu_linux.c",
226 "src/core/support/cpu_posix.c",
227 "src/core/support/histogram.c",
228 "src/core/support/host_port.c",
229 "src/core/support/log.c",
230 "src/core/support/log_android.c",
231 "src/core/support/log_linux.c",
232 "src/core/support/log_posix.c",
233 "src/core/support/log_win32.c",
234 "src/core/support/murmur_hash.c",
235 "src/core/support/slice.c",
236 "src/core/support/slice_buffer.c",
237 "src/core/support/string.c",
238 "src/core/support/string_posix.c",
239 "src/core/support/string_win32.c",
240 "src/core/support/sync.c",
241 "src/core/support/sync_posix.c",
242 "src/core/support/sync_win32.c",
243 "src/core/support/thd_posix.c",
244 "src/core/support/thd_win32.c",
245 "src/core/support/time.c",
246 "src/core/support/time_posix.c",
247 "src/core/support/time_win32.c"
248 ],
249 "secure": false,
250 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
251 },
252 {
253 "name": "gpr_test_util",
254 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800255 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800256 "src": [
257 "test/core/util/test_config.c"
258 ],
259 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800260 },
261 {
262 "name": "grpc",
263 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800264 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800265 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800266 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800267 ],
268 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800269 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800270 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800271 "src/core/security/credentials.h",
272 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800273 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800274 "src/core/security/secure_transport_setup.h",
275 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800276 "src/core/tsi/fake_transport_security.h",
277 "src/core/tsi/ssl_transport_security.h",
278 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800279 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800280 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800281 "src": [
282 "src/core/security/auth.c",
283 "src/core/security/base64.c",
284 "src/core/security/credentials.c",
285 "src/core/security/factories.c",
286 "src/core/security/google_root_certs.c",
287 "src/core/security/json_token.c",
288 "src/core/security/secure_endpoint.c",
289 "src/core/security/secure_transport_setup.c",
290 "src/core/security/security_context.c",
291 "src/core/security/server_secure_chttp2.c",
292 "src/core/tsi/fake_transport_security.c",
293 "src/core/tsi/ssl_transport_security.c",
294 "src/core/tsi/transport_security.c"
295 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800296 "deps": [
297 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800298 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800299 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800300 "filegroups": [
301 "grpc_base"
302 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800303 "secure": true,
304 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 },
306 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800307 "name": "grpc_test_util",
308 "build": "private",
309 "language": "c",
310 "src": [
311 "test/core/end2end/cq_verifier.c",
312 "test/core/end2end/data/prod_roots_certs.c",
313 "test/core/end2end/data/server1_cert.c",
314 "test/core/end2end/data/server1_key.c",
315 "test/core/end2end/data/test_root_cert.c",
316 "test/core/iomgr/endpoint_tests.c",
317 "test/core/statistics/census_log_tests.c",
318 "test/core/transport/transport_end2end_tests.c",
319 "test/core/util/grpc_profiler.c",
320 "test/core/util/parse_hexstring.c",
321 "test/core/util/port_posix.c",
322 "test/core/util/slice_splitter.c"
323 ],
324 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
325 },
326 {
327 "name": "grpc_unsecure",
328 "build": "all",
329 "language": "c",
330 "deps": [
331 "gpr"
332 ],
333 "baselib": true,
334 "filegroups": [
335 "grpc_base"
336 ],
337 "secure": false,
338 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
339 },
340 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800341 "name": "grpc++",
342 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800343 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800344 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800345 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800346 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800347 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800348 "include/grpc++/channel_interface.h",
349 "include/grpc++/client_context.h",
350 "include/grpc++/completion_queue.h",
351 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800352 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800353 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800354 "include/grpc++/impl/internal_stub.h",
355 "include/grpc++/impl/rpc_method.h",
356 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800357 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800358 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800359 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800360 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800361 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800362 "include/grpc++/stream.h",
363 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800364 ],
365 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800366 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800367 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800368 "src/cpp/server/server_rpc_handler.h",
369 "src/cpp/server/thread_pool.h",
370 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800371 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800372 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800373 "src": [
374 "src/cpp/client/channel.cc",
375 "src/cpp/client/channel_arguments.cc",
376 "src/cpp/client/client_context.cc",
377 "src/cpp/client/create_channel.cc",
378 "src/cpp/client/credentials.cc",
379 "src/cpp/client/internal_stub.cc",
380 "src/cpp/common/rpc_method.cc",
381 "src/cpp/proto/proto_utils.cc",
382 "src/cpp/server/async_server.cc",
383 "src/cpp/server/async_server_context.cc",
384 "src/cpp/server/completion_queue.cc",
385 "src/cpp/server/server.cc",
386 "src/cpp/server/server_builder.cc",
387 "src/cpp/server/server_context_impl.cc",
388 "src/cpp/server/server_credentials.cc",
389 "src/cpp/server/server_rpc_handler.cc",
390 "src/cpp/server/thread_pool.cc",
391 "src/cpp/stream/stream_context.cc",
392 "src/cpp/util/status.cc",
393 "src/cpp/util/time.cc"
394 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800395 "deps": [
396 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800397 ],
398 "secure": true,
399 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800400 },
401 {
402 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800403 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800404 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800405 "src": [
nnoble72309c62014-12-12 11:42:26 -0800406 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800407 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800408 "test/cpp/util/messages.proto",
409 "test/cpp/end2end/async_test_server.cc",
410 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800411 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800412 }
413 ],
414 "targets": [
415 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800416 "name": "alarm_heap_test",
417 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800418 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800419 "src": [
420 "test/core/iomgr/alarm_heap_test.c"
421 ],
422 "deps": [
423 "grpc_test_util",
424 "grpc",
425 "gpr_test_util",
426 "gpr"
427 ]
428 },
429 {
430 "name": "alarm_list_test",
431 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800432 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800433 "src": [
434 "test/core/iomgr/alarm_list_test.c"
435 ],
436 "deps": [
437 "grpc_test_util",
438 "grpc",
439 "gpr_test_util",
440 "gpr"
441 ]
442 },
443 {
444 "name": "alarm_test",
445 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800446 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800447 "src": [
448 "test/core/iomgr/alarm_test.c"
449 ],
450 "deps": [
451 "grpc_test_util",
452 "grpc",
453 "gpr_test_util",
454 "gpr"
455 ]
456 },
457 {
458 "name": "alpn_test",
459 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800460 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800461 "src": [
462 "test/core/transport/chttp2/alpn_test.c"
463 ],
464 "deps": [
465 "grpc_test_util",
466 "grpc",
467 "gpr_test_util",
468 "gpr"
469 ]
470 },
471 {
472 "name": "bin_encoder_test",
473 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800474 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800475 "src": [
476 "test/core/transport/chttp2/bin_encoder_test.c"
477 ],
478 "deps": [
479 "grpc_test_util",
480 "grpc",
481 "gpr_test_util",
482 "gpr"
483 ]
484 },
485 {
486 "name": "census_hash_table_test",
487 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800488 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800489 "src": [
490 "test/core/statistics/hash_table_test.c"
491 ],
492 "deps": [
493 "grpc_test_util",
494 "grpc",
495 "gpr_test_util",
496 "gpr"
497 ]
498 },
499 {
500 "name": "census_statistics_multiple_writers_circular_buffer_test",
501 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800502 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800503 "src": [
504 "test/core/statistics/multiple_writers_circular_buffer_test.c"
505 ],
506 "deps": [
507 "grpc_test_util",
508 "grpc",
509 "gpr_test_util",
510 "gpr"
511 ]
512 },
513 {
514 "name": "census_statistics_multiple_writers_test",
515 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800516 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800517 "src": [
518 "test/core/statistics/multiple_writers_test.c"
519 ],
520 "deps": [
521 "grpc_test_util",
522 "grpc",
523 "gpr_test_util",
524 "gpr"
525 ]
526 },
527 {
528 "name": "census_statistics_performance_test",
529 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800530 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800531 "src": [
532 "test/core/statistics/performance_test.c"
533 ],
534 "deps": [
535 "grpc_test_util",
536 "grpc",
537 "gpr_test_util",
538 "gpr"
539 ]
540 },
541 {
542 "name": "census_statistics_quick_test",
543 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800544 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800545 "src": [
546 "test/core/statistics/quick_test.c"
547 ],
548 "deps": [
549 "grpc_test_util",
550 "grpc",
551 "gpr_test_util",
552 "gpr"
553 ]
554 },
555 {
556 "name": "census_statistics_small_log_test",
557 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800558 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800559 "src": [
560 "test/core/statistics/small_log_test.c"
561 ],
562 "deps": [
563 "grpc_test_util",
564 "grpc",
565 "gpr_test_util",
566 "gpr"
567 ]
568 },
569 {
570 "name": "census_stats_store_test",
571 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800572 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800573 "src": [
574 "test/core/statistics/rpc_stats_test.c"
575 ],
576 "deps": [
577 "grpc_test_util",
578 "grpc",
579 "gpr_test_util",
580 "gpr"
581 ]
582 },
583 {
584 "name": "census_stub_test",
585 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800586 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800587 "src": [
588 "test/core/statistics/census_stub_test.c"
589 ],
590 "deps": [
591 "grpc_test_util",
592 "grpc",
593 "gpr_test_util",
594 "gpr"
595 ]
596 },
597 {
598 "name": "census_trace_store_test",
599 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800600 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800601 "src": [
602 "test/core/statistics/trace_test.c"
603 ],
604 "deps": [
605 "grpc_test_util",
606 "grpc",
607 "gpr_test_util",
608 "gpr"
609 ]
610 },
611 {
612 "name": "census_window_stats_test",
613 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800614 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800615 "src": [
616 "test/core/statistics/window_stats_test.c"
617 ],
618 "deps": [
619 "grpc_test_util",
620 "grpc",
621 "gpr_test_util",
622 "gpr"
623 ]
624 },
625 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800626 "name": "chttp2_status_conversion_test",
627 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800628 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800629 "src": [
630 "test/core/transport/chttp2/status_conversion_test.c"
631 ],
632 "deps": [
633 "grpc_test_util",
634 "grpc",
635 "gpr_test_util",
636 "gpr"
637 ]
638 },
639 {
640 "name": "chttp2_stream_encoder_test",
641 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800642 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800643 "src": [
644 "test/core/transport/chttp2/stream_encoder_test.c"
645 ],
646 "deps": [
647 "grpc_test_util",
648 "grpc",
649 "gpr_test_util",
650 "gpr"
651 ]
652 },
653 {
654 "name": "chttp2_stream_map_test",
655 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800656 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800657 "src": [
658 "test/core/transport/chttp2/stream_map_test.c"
659 ],
660 "deps": [
661 "grpc_test_util",
662 "grpc",
663 "gpr_test_util",
664 "gpr"
665 ]
666 },
667 {
668 "name": "chttp2_transport_end2end_test",
669 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800670 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800671 "src": [
672 "test/core/transport/chttp2_transport_end2end_test.c"
673 ],
674 "deps": [
675 "grpc_test_util",
676 "grpc",
677 "gpr_test_util",
678 "gpr"
679 ]
680 },
681 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800682 "name": "dualstack_socket_test",
683 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800684 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800685 "src": [
686 "test/core/end2end/dualstack_socket_test.c"
687 ],
688 "deps": [
689 "grpc_test_util",
690 "grpc",
691 "gpr_test_util",
692 "gpr"
693 ]
694 },
695 {
696 "name": "echo_client",
697 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800698 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800699 "src": [
700 "test/core/echo/client.c"
701 ],
702 "deps": [
703 "grpc_test_util",
704 "grpc",
705 "gpr_test_util",
706 "gpr"
707 ],
708 "run": false
709 },
710 {
711 "name": "echo_server",
712 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800713 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800714 "src": [
715 "test/core/echo/server.c"
716 ],
717 "deps": [
718 "grpc_test_util",
719 "grpc",
720 "gpr_test_util",
721 "gpr"
722 ],
723 "run": false
724 },
725 {
726 "name": "echo_test",
727 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800728 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800729 "src": [
730 "test/core/echo/echo_test.c"
731 ],
732 "deps": [
733 "grpc_test_util",
734 "grpc",
735 "gpr_test_util",
736 "gpr"
737 ]
738 },
739 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800740 "name": "fd_posix_test",
741 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800742 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800743 "src": [
744 "test/core/iomgr/fd_posix_test.c"
745 ],
746 "deps": [
747 "grpc_test_util",
748 "grpc",
749 "gpr_test_util",
750 "gpr"
751 ]
752 },
753 {
754 "name": "fling_client",
755 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800756 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800757 "src": [
758 "test/core/fling/client.c"
759 ],
760 "deps": [
761 "grpc_test_util",
762 "grpc",
763 "gpr_test_util",
764 "gpr"
765 ],
766 "run": false
767 },
768 {
769 "name": "fling_server",
770 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800771 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800772 "src": [
773 "test/core/fling/server.c"
774 ],
775 "deps": [
776 "grpc_test_util",
777 "grpc",
778 "gpr_test_util",
779 "gpr"
780 ],
781 "run": false
782 },
783 {
784 "name": "fling_stream_test",
785 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800786 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800787 "src": [
788 "test/core/fling/fling_stream_test.c"
789 ],
790 "deps": [
791 "grpc_test_util",
792 "grpc",
793 "gpr_test_util",
794 "gpr"
795 ]
796 },
797 {
798 "name": "fling_test",
799 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800800 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800801 "src": [
802 "test/core/fling/fling_test.c"
803 ],
804 "deps": [
805 "grpc_test_util",
806 "grpc",
807 "gpr_test_util",
808 "gpr"
809 ]
810 },
811 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800812 "name": "gen_hpack_tables",
813 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800814 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800815 "src": [
816 "src/core/transport/chttp2/gen_hpack_tables.c"
817 ],
818 "deps": [
819 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800820 "gpr",
821 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800822 ]
823 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800824 {
825 "name": "gpr_cancellable_test",
826 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800827 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800828 "src": [
829 "test/core/support/cancellable_test.c"
830 ],
831 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800832 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800833 "gpr"
834 ]
835 },
836 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800837 "name": "gpr_cmdline_test",
838 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800839 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800840 "src": [
841 "test/core/support/cmdline_test.c"
842 ],
843 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800844 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800845 "gpr"
846 ]
847 },
848 {
849 "name": "gpr_histogram_test",
850 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800851 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800852 "src": [
853 "test/core/support/histogram_test.c"
854 ],
855 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800856 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800857 "gpr"
858 ]
859 },
860 {
861 "name": "gpr_host_port_test",
862 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800863 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800864 "src": [
865 "test/core/support/host_port_test.c"
866 ],
867 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800868 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800869 "gpr"
870 ]
871 },
872 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800873 "name": "gpr_log_test",
874 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800875 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800876 "src": [
877 "test/core/support/log_test.c"
878 ],
879 "deps": [
880 "gpr_test_util",
881 "gpr"
882 ]
883 },
884 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800885 "name": "gpr_slice_buffer_test",
886 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800887 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800888 "src": [
889 "test/core/support/slice_buffer_test.c"
890 ],
891 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800892 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800893 "gpr"
894 ]
895 },
896 {
897 "name": "gpr_slice_test",
898 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800899 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800900 "src": [
901 "test/core/support/slice_test.c"
902 ],
903 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800904 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800905 "gpr"
906 ]
907 },
908 {
909 "name": "gpr_string_test",
910 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800911 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800912 "src": [
913 "test/core/support/string_test.c"
914 ],
915 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800916 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800917 "gpr"
918 ]
919 },
920 {
921 "name": "gpr_sync_test",
922 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800923 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800924 "src": [
925 "test/core/support/sync_test.c"
926 ],
927 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800928 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800929 "gpr"
930 ]
931 },
932 {
933 "name": "gpr_thd_test",
934 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800935 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800936 "src": [
937 "test/core/support/thd_test.c"
938 ],
939 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800940 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800941 "gpr"
942 ]
943 },
944 {
945 "name": "gpr_time_test",
946 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800947 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800948 "src": [
949 "test/core/support/time_test.c"
950 ],
951 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800952 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800953 "gpr"
954 ]
955 },
956 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800957 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800958 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800959 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800960 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800961 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800962 ],
963 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800964 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800965 "gpr"
966 ]
967 },
968 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800969 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800970 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800971 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800972 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800973 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800974 ],
975 "deps": [
976 "grpc_test_util",
977 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800978 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800979 "gpr"
980 ]
981 },
982 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800983 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -0800984 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800985 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -0800986 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800987 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800988 ],
989 "deps": [
990 "grpc_test_util",
991 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800992 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800993 "gpr"
994 ]
995 },
996 {
997 "name": "grpc_channel_stack_test",
998 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800999 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001000 "src": [
1001 "test/core/channel/channel_stack_test.c"
1002 ],
1003 "deps": [
1004 "grpc_test_util",
1005 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001006 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "gpr"
1008 ]
1009 },
1010 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001011 "name": "grpc_completion_queue_benchmark",
1012 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001013 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001014 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001015 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001016 ],
1017 "deps": [
1018 "grpc_test_util",
1019 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001020 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001021 "gpr"
1022 ]
1023 },
1024 {
1025 "name": "grpc_completion_queue_test",
1026 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001027 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001028 "src": [
1029 "test/core/surface/completion_queue_test.c"
1030 ],
1031 "deps": [
1032 "grpc_test_util",
1033 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001034 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001035 "gpr"
1036 ]
1037 },
1038 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001039 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001041 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001042 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001043 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001044 ],
1045 "deps": [
1046 "grpc_test_util",
1047 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001048 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001049 "gpr"
1050 ]
1051 },
1052 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001053 "name": "grpc_fetch_oauth2",
1054 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001055 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001056 "src": [
1057 "test/core/security/fetch_oauth2.c"
1058 ],
1059 "deps": [
1060 "grpc_test_util",
1061 "grpc",
1062 "gpr_test_util",
1063 "gpr"
1064 ]
1065 },
1066 {
1067 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001068 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001069 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001070 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001071 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001072 ],
1073 "deps": [
1074 "grpc_test_util",
1075 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001076 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001077 "gpr"
1078 ]
1079 },
1080 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001081 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001082 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001083 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001084 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001085 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001086 ],
1087 "deps": [
1088 "grpc_test_util",
1089 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001090 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001091 "gpr"
1092 ]
1093 },
1094 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001095 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001096 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001097 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001098 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001099 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001100 ],
1101 "deps": [
1102 "grpc_test_util",
1103 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001104 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001105 "gpr"
1106 ]
1107 },
1108 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001109 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001110 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001111 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001112 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001113 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001114 ],
1115 "deps": [
1116 "grpc_test_util",
1117 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001118 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001119 "gpr"
1120 ]
1121 },
1122 {
1123 "name": "httpcli_format_request_test",
1124 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001125 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001126 "src": [
1127 "test/core/httpcli/format_request_test.c"
1128 ],
1129 "deps": [
1130 "grpc_test_util",
1131 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001132 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001133 "gpr"
1134 ]
1135 },
1136 {
1137 "name": "httpcli_parser_test",
1138 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001139 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001140 "src": [
1141 "test/core/httpcli/parser_test.c"
1142 ],
1143 "deps": [
1144 "grpc_test_util",
1145 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001146 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001147 "gpr"
1148 ]
1149 },
1150 {
1151 "name": "httpcli_test",
1152 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001153 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001154 "src": [
1155 "test/core/httpcli/httpcli_test.c"
1156 ],
1157 "deps": [
1158 "grpc_test_util",
1159 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001160 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001161 "gpr"
1162 ]
1163 },
1164 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 "name": "lame_client_test",
1166 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001167 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001168 "src": [
1169 "test/core/surface/lame_client_test.c"
1170 ],
1171 "deps": [
1172 "grpc_test_util",
1173 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001174 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001175 "gpr"
1176 ]
1177 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001179 "name": "low_level_ping_pong_benchmark",
1180 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001181 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001182 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001183 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001184 ],
1185 "deps": [
1186 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001187 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001188 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001189 "gpr"
1190 ]
1191 },
1192 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001193 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001194 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001195 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001196 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001197 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001198 ],
1199 "deps": [
1200 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001201 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001202 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001203 "gpr"
1204 ]
ctiller8919f602014-12-10 10:19:42 -08001205 },
1206 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001207 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001208 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001209 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001210 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001211 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001212 ],
1213 "deps": [
1214 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001215 "grpc",
1216 "gpr_test_util",
1217 "gpr"
1218 ]
1219 },
1220 {
1221 "name": "murmur_hash_test",
1222 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001223 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001224 "src": [
1225 "test/core/support/murmur_hash_test.c"
1226 ],
1227 "deps": [
1228 "gpr_test_util",
1229 "gpr"
1230 ]
1231 },
1232 {
1233 "name": "no_server_test",
1234 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001235 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001236 "src": [
1237 "test/core/end2end/no_server_test.c"
1238 ],
1239 "deps": [
1240 "grpc_test_util",
1241 "grpc",
1242 "gpr_test_util",
1243 "gpr"
1244 ]
1245 },
1246 {
1247 "name": "poll_kick_test",
1248 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001249 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001250 "src": [
1251 "test/core/iomgr/poll_kick_test.c"
1252 ],
1253 "deps": [
1254 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001255 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001256 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001257 "gpr"
1258 ]
1259 },
1260 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001261 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001262 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001263 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001264 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001265 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001266 ],
1267 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001268 "grpc_test_util",
1269 "grpc",
1270 "gpr_test_util",
1271 "gpr"
1272 ]
1273 },
1274 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001275 "name": "secure_endpoint_test",
1276 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001277 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001278 "src": [
1279 "test/core/security/secure_endpoint_test.c"
1280 ],
1281 "deps": [
1282 "grpc_test_util",
1283 "grpc",
1284 "gpr_test_util",
1285 "gpr"
1286 ]
1287 },
1288 {
1289 "name": "sockaddr_utils_test",
1290 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001291 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001292 "src": [
1293 "test/core/iomgr/sockaddr_utils_test.c"
1294 ],
1295 "deps": [
1296 "grpc_test_util",
1297 "grpc",
1298 "gpr_test_util",
1299 "gpr"
1300 ]
1301 },
1302 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001303 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001304 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001305 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001306 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001307 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001308 ],
1309 "deps": [
1310 "grpc_test_util",
1311 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001312 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001313 "gpr"
1314 ]
1315 },
1316 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001317 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001318 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001319 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001320 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001321 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001322 ],
1323 "deps": [
1324 "grpc_test_util",
1325 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001326 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001327 "gpr"
1328 ]
1329 },
1330 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001331 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001332 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001333 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001334 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001335 "test/core/iomgr/tcp_server_posix_test.c"
1336 ],
1337 "deps": [
1338 "grpc_test_util",
1339 "grpc",
1340 "gpr_test_util",
1341 "gpr"
1342 ]
1343 },
1344 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001345 "name": "time_averaged_stats_test",
1346 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001347 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001348 "src": [
1349 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001350 ],
1351 "deps": [
1352 "grpc_test_util",
1353 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001354 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001355 "gpr"
1356 ]
1357 },
1358 {
ctiller8919f602014-12-10 10:19:42 -08001359 "name": "time_test",
1360 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001361 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001362 "src": [
1363 "test/core/support/time_test.c"
1364 ],
1365 "deps": [
1366 "grpc_test_util",
1367 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001368 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001369 "gpr"
1370 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001371 },
1372 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001373 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001374 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001375 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001376 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001377 "test/core/transport/chttp2/timeout_encoding_test.c"
1378 ],
1379 "deps": [
1380 "grpc_test_util",
1381 "grpc",
1382 "gpr_test_util",
1383 "gpr"
1384 ]
1385 },
1386 {
1387 "name": "transport_metadata_test",
1388 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001389 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001390 "src": [
1391 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001392 ],
1393 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001394 "grpc_test_util",
1395 "grpc",
1396 "gpr_test_util",
1397 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001398 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001399 },
1400 {
1401 "name": "channel_arguments_test",
1402 "build": "test",
1403 "language": "c++",
1404 "src": [
1405 "test/cpp/client/channel_arguments_test.cc"
1406 ],
1407 "deps": [
1408 "grpc++",
1409 "grpc",
1410 "gpr"
1411 ]
1412 },
1413 {
1414 "name": "cpp_plugin",
1415 "build": "protoc",
1416 "language": "c++",
1417 "headers": [
1418 "src/compiler/cpp_generator.h",
1419 "src/compiler/cpp_generator_helpers.h"
1420 ],
1421 "src": [
1422 "src/compiler/cpp_generator.cc",
1423 "src/compiler/cpp_plugin.cc"
1424 ],
1425 "deps": [],
1426 "secure": false
1427 },
1428 {
1429 "name": "credentials_test",
1430 "build": "test",
1431 "language": "c++",
1432 "src": [
1433 "test/cpp/client/credentials_test.cc"
1434 ],
1435 "deps": [
1436 "grpc++",
1437 "grpc",
1438 "gpr"
1439 ]
1440 },
1441 {
1442 "name": "end2end_test",
1443 "build": "test",
1444 "language": "c++",
1445 "src": [
1446 "test/cpp/end2end/end2end_test.cc"
1447 ],
1448 "deps": [
1449 "grpc++_test_util",
1450 "grpc_test_util",
1451 "grpc++",
1452 "grpc",
1453 "gpr_test_util",
1454 "gpr"
1455 ]
1456 },
1457 {
1458 "name": "interop_client",
1459 "build": "test",
1460 "language": "c++",
1461 "src": [
1462 "test/cpp/interop/empty.proto",
1463 "test/cpp/interop/messages.proto",
1464 "test/cpp/interop/test.proto",
1465 "test/cpp/interop/client.cc"
1466 ],
1467 "deps": [
1468 "grpc++_test_util",
1469 "grpc_test_util",
1470 "grpc++",
1471 "grpc",
1472 "gpr_test_util",
1473 "gpr"
1474 ],
1475 "run": false
1476 },
1477 {
1478 "name": "interop_server",
1479 "build": "test",
1480 "language": "c++",
1481 "src": [
1482 "test/cpp/interop/empty.proto",
1483 "test/cpp/interop/messages.proto",
1484 "test/cpp/interop/test.proto",
1485 "test/cpp/interop/server.cc"
1486 ],
1487 "deps": [
1488 "grpc++_test_util",
1489 "grpc_test_util",
1490 "grpc++",
1491 "grpc",
1492 "gpr_test_util",
1493 "gpr"
1494 ],
1495 "run": false
1496 },
1497 {
1498 "name": "qps_client",
1499 "build": "test",
1500 "language": "c++",
1501 "src": [
1502 "test/cpp/qps/qpstest.proto",
1503 "test/cpp/qps/client.cc"
1504 ],
1505 "deps": [
1506 "grpc++_test_util",
1507 "grpc_test_util",
1508 "grpc++",
1509 "grpc",
1510 "gpr_test_util",
1511 "gpr"
1512 ]
1513 },
1514 {
1515 "name": "qps_server",
1516 "build": "test",
1517 "language": "c++",
1518 "src": [
1519 "test/cpp/qps/qpstest.proto",
1520 "test/cpp/qps/server.cc"
1521 ],
1522 "deps": [
1523 "grpc++_test_util",
1524 "grpc_test_util",
1525 "grpc++",
1526 "grpc",
1527 "gpr_test_util",
1528 "gpr"
1529 ]
1530 },
1531 {
1532 "name": "ruby_plugin",
1533 "build": "protoc",
1534 "language": "c++",
1535 "headers": [
1536 "src/compiler/cpp_generator.h",
1537 "src/compiler/cpp_generator_helpers-inl.h",
1538 "src/compiler/cpp_generator_map-inl.h",
1539 "src/compiler/cpp_generator_string-inl.h"
1540 ],
1541 "src": [
1542 "src/compiler/ruby_generator.cc",
1543 "src/compiler/ruby_plugin.cc"
1544 ],
1545 "deps": [],
1546 "secure": false
1547 },
1548 {
1549 "name": "status_test",
1550 "build": "test",
1551 "language": "c++",
1552 "src": [
1553 "test/cpp/util/status_test.cc"
1554 ],
1555 "deps": [
1556 "grpc_test_util",
1557 "grpc++",
1558 "grpc",
1559 "gpr_test_util",
1560 "gpr"
1561 ]
1562 },
1563 {
1564 "name": "sync_client_async_server_test",
1565 "build": "test",
1566 "language": "c++",
1567 "src": [
1568 "test/cpp/end2end/sync_client_async_server_test.cc"
1569 ],
1570 "deps": [
1571 "grpc++_test_util",
1572 "grpc_test_util",
1573 "grpc++",
1574 "grpc",
1575 "gpr_test_util",
1576 "gpr"
1577 ]
1578 },
1579 {
1580 "name": "thread_pool_test",
1581 "build": "test",
1582 "language": "c++",
1583 "src": [
1584 "test/cpp/server/thread_pool_test.cc"
1585 ],
1586 "deps": [
1587 "grpc_test_util",
1588 "grpc++",
1589 "grpc",
1590 "gpr_test_util",
1591 "gpr"
1592 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001593 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001594 ]
1595}