blob: 9a5134ecd6aa9eec133db8e0d7afc447d1c82fff [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",
138 "src/core/statistics/census_init.c",
139 "src/core/statistics/census_log.c",
140 "src/core/statistics/census_rpc_stats.c",
141 "src/core/statistics/census_tracing.c",
142 "src/core/statistics/hash_table.c",
143 "src/core/statistics/window_stats.c",
144 "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",
150 "src/core/surface/completion_queue.c",
151 "src/core/surface/event_string.c",
152 "src/core/surface/init.c",
153 "src/core/surface/lame_client.c",
154 "src/core/surface/secure_channel_create.c",
155 "src/core/surface/secure_server_create.c",
156 "src/core/surface/server.c",
157 "src/core/surface/server_chttp2.c",
158 "src/core/surface/server_create.c",
159 "src/core/transport/chttp2/alpn.c",
160 "src/core/transport/chttp2/bin_encoder.c",
161 "src/core/transport/chttp2/frame_data.c",
162 "src/core/transport/chttp2/frame_goaway.c",
163 "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",
169 "src/core/transport/chttp2/huffsyms.c",
170 "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",
ctillere4b40932015-01-07 12:13:17 -0800174 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800175 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800176 "src/core/transport/metadata.c",
177 "src/core/transport/stream_op.c",
178 "src/core/transport/transport.c",
179 "third_party/cJSON/cJSON.c"
nnoblec87b1c52015-01-05 17:15:18 -0800180 ]
181 }
182 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800183 "libs": [
184 {
185 "name": "gpr",
186 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800187 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800188 "public_headers": [
189 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800190 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800191 "include/grpc/support/atm_gcc_atomic.h",
192 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800193 "include/grpc/support/atm_win32.h",
194 "include/grpc/support/cancellable_platform.h",
195 "include/grpc/support/cmdline.h",
196 "include/grpc/support/histogram.h",
197 "include/grpc/support/host_port.h",
198 "include/grpc/support/log.h",
199 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800200 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800201 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800202 "include/grpc/support/string.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800203 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800204 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800205 "include/grpc/support/sync_posix.h",
206 "include/grpc/support/sync_win32.h",
207 "include/grpc/support/thd.h",
208 "include/grpc/support/thd_posix.h",
209 "include/grpc/support/thd_win32.h",
210 "include/grpc/support/time.h",
211 "include/grpc/support/time_posix.h",
212 "include/grpc/support/time_win32.h",
213 "include/grpc/support/useful.h"
214 ],
215 "headers": [
216 "src/core/support/cpu.h",
217 "src/core/support/murmur_hash.h",
218 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800219 ],
220 "src": [
221 "src/core/support/alloc.c",
222 "src/core/support/cancellable.c",
223 "src/core/support/cmdline.c",
224 "src/core/support/cpu_linux.c",
225 "src/core/support/cpu_posix.c",
226 "src/core/support/histogram.c",
227 "src/core/support/host_port.c",
228 "src/core/support/log.c",
229 "src/core/support/log_android.c",
230 "src/core/support/log_linux.c",
231 "src/core/support/log_posix.c",
232 "src/core/support/log_win32.c",
233 "src/core/support/murmur_hash.c",
234 "src/core/support/slice.c",
235 "src/core/support/slice_buffer.c",
236 "src/core/support/string.c",
237 "src/core/support/string_posix.c",
238 "src/core/support/string_win32.c",
239 "src/core/support/sync.c",
240 "src/core/support/sync_posix.c",
241 "src/core/support/sync_win32.c",
242 "src/core/support/thd_posix.c",
243 "src/core/support/thd_win32.c",
244 "src/core/support/time.c",
245 "src/core/support/time_posix.c",
246 "src/core/support/time_win32.c"
247 ],
248 "secure": false,
249 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
250 },
251 {
252 "name": "gpr_test_util",
253 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800254 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800255 "src": [
256 "test/core/util/test_config.c"
257 ],
258 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800259 },
260 {
261 "name": "grpc",
262 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800263 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800264 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800265 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800266 ],
267 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800268 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800269 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800270 "src/core/security/credentials.h",
271 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800272 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800273 "src/core/security/secure_transport_setup.h",
274 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800275 "src/core/tsi/fake_transport_security.h",
276 "src/core/tsi/ssl_transport_security.h",
277 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800278 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800279 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800280 "src": [
281 "src/core/security/auth.c",
282 "src/core/security/base64.c",
283 "src/core/security/credentials.c",
284 "src/core/security/factories.c",
285 "src/core/security/google_root_certs.c",
286 "src/core/security/json_token.c",
287 "src/core/security/secure_endpoint.c",
288 "src/core/security/secure_transport_setup.c",
289 "src/core/security/security_context.c",
290 "src/core/security/server_secure_chttp2.c",
291 "src/core/tsi/fake_transport_security.c",
292 "src/core/tsi/ssl_transport_security.c",
293 "src/core/tsi/transport_security.c"
294 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800295 "deps": [
296 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800297 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800298 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800299 "filegroups": [
300 "grpc_base"
301 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800302 "secure": true,
303 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800304 },
305 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800306 "name": "grpc_test_util",
307 "build": "private",
308 "language": "c",
309 "src": [
310 "test/core/end2end/cq_verifier.c",
311 "test/core/end2end/data/prod_roots_certs.c",
312 "test/core/end2end/data/server1_cert.c",
313 "test/core/end2end/data/server1_key.c",
314 "test/core/end2end/data/test_root_cert.c",
315 "test/core/iomgr/endpoint_tests.c",
316 "test/core/statistics/census_log_tests.c",
317 "test/core/transport/transport_end2end_tests.c",
318 "test/core/util/grpc_profiler.c",
319 "test/core/util/parse_hexstring.c",
320 "test/core/util/port_posix.c",
321 "test/core/util/slice_splitter.c"
322 ],
323 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
324 },
325 {
326 "name": "grpc_unsecure",
327 "build": "all",
328 "language": "c",
329 "deps": [
330 "gpr"
331 ],
332 "baselib": true,
333 "filegroups": [
334 "grpc_base"
335 ],
336 "secure": false,
337 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
338 },
339 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800340 "name": "grpc++",
341 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800342 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800343 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800344 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800345 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800346 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800347 "include/grpc++/channel_interface.h",
348 "include/grpc++/client_context.h",
349 "include/grpc++/completion_queue.h",
350 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800351 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800352 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800353 "include/grpc++/impl/internal_stub.h",
354 "include/grpc++/impl/rpc_method.h",
355 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800356 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800357 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800358 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800359 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800360 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800361 "include/grpc++/stream.h",
362 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800363 ],
364 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800365 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800366 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800367 "src/cpp/server/server_rpc_handler.h",
368 "src/cpp/server/thread_pool.h",
369 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800370 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800371 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800372 "src": [
373 "src/cpp/client/channel.cc",
374 "src/cpp/client/channel_arguments.cc",
375 "src/cpp/client/client_context.cc",
376 "src/cpp/client/create_channel.cc",
377 "src/cpp/client/credentials.cc",
378 "src/cpp/client/internal_stub.cc",
379 "src/cpp/common/rpc_method.cc",
380 "src/cpp/proto/proto_utils.cc",
381 "src/cpp/server/async_server.cc",
382 "src/cpp/server/async_server_context.cc",
383 "src/cpp/server/completion_queue.cc",
384 "src/cpp/server/server.cc",
385 "src/cpp/server/server_builder.cc",
386 "src/cpp/server/server_context_impl.cc",
387 "src/cpp/server/server_credentials.cc",
388 "src/cpp/server/server_rpc_handler.cc",
389 "src/cpp/server/thread_pool.cc",
390 "src/cpp/stream/stream_context.cc",
391 "src/cpp/util/status.cc",
392 "src/cpp/util/time.cc"
393 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800394 "deps": [
395 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800396 ],
397 "secure": true,
398 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800399 },
400 {
401 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800402 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800403 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800404 "src": [
nnoble72309c62014-12-12 11:42:26 -0800405 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800406 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800407 "test/cpp/util/messages.proto",
408 "test/cpp/end2end/async_test_server.cc",
409 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800410 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800411 }
412 ],
413 "targets": [
414 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800415 "name": "alarm_heap_test",
416 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800417 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800418 "src": [
419 "test/core/iomgr/alarm_heap_test.c"
420 ],
421 "deps": [
422 "grpc_test_util",
423 "grpc",
424 "gpr_test_util",
425 "gpr"
426 ]
427 },
428 {
429 "name": "alarm_list_test",
430 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800431 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src": [
433 "test/core/iomgr/alarm_list_test.c"
434 ],
435 "deps": [
436 "grpc_test_util",
437 "grpc",
438 "gpr_test_util",
439 "gpr"
440 ]
441 },
442 {
443 "name": "alarm_test",
444 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800445 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800446 "src": [
447 "test/core/iomgr/alarm_test.c"
448 ],
449 "deps": [
450 "grpc_test_util",
451 "grpc",
452 "gpr_test_util",
453 "gpr"
454 ]
455 },
456 {
457 "name": "alpn_test",
458 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800459 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800460 "src": [
461 "test/core/transport/chttp2/alpn_test.c"
462 ],
463 "deps": [
464 "grpc_test_util",
465 "grpc",
466 "gpr_test_util",
467 "gpr"
468 ]
469 },
470 {
471 "name": "bin_encoder_test",
472 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800473 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800474 "src": [
475 "test/core/transport/chttp2/bin_encoder_test.c"
476 ],
477 "deps": [
478 "grpc_test_util",
479 "grpc",
480 "gpr_test_util",
481 "gpr"
482 ]
483 },
484 {
485 "name": "census_hash_table_test",
486 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800487 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800488 "src": [
489 "test/core/statistics/hash_table_test.c"
490 ],
491 "deps": [
492 "grpc_test_util",
493 "grpc",
494 "gpr_test_util",
495 "gpr"
496 ]
497 },
498 {
499 "name": "census_statistics_multiple_writers_circular_buffer_test",
500 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800501 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800502 "src": [
503 "test/core/statistics/multiple_writers_circular_buffer_test.c"
504 ],
505 "deps": [
506 "grpc_test_util",
507 "grpc",
508 "gpr_test_util",
509 "gpr"
510 ]
511 },
512 {
513 "name": "census_statistics_multiple_writers_test",
514 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800515 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800516 "src": [
517 "test/core/statistics/multiple_writers_test.c"
518 ],
519 "deps": [
520 "grpc_test_util",
521 "grpc",
522 "gpr_test_util",
523 "gpr"
524 ]
525 },
526 {
527 "name": "census_statistics_performance_test",
528 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800529 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800530 "src": [
531 "test/core/statistics/performance_test.c"
532 ],
533 "deps": [
534 "grpc_test_util",
535 "grpc",
536 "gpr_test_util",
537 "gpr"
538 ]
539 },
540 {
541 "name": "census_statistics_quick_test",
542 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800543 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800544 "src": [
545 "test/core/statistics/quick_test.c"
546 ],
547 "deps": [
548 "grpc_test_util",
549 "grpc",
550 "gpr_test_util",
551 "gpr"
552 ]
553 },
554 {
555 "name": "census_statistics_small_log_test",
556 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800557 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800558 "src": [
559 "test/core/statistics/small_log_test.c"
560 ],
561 "deps": [
562 "grpc_test_util",
563 "grpc",
564 "gpr_test_util",
565 "gpr"
566 ]
567 },
568 {
569 "name": "census_stats_store_test",
570 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800571 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800572 "src": [
573 "test/core/statistics/rpc_stats_test.c"
574 ],
575 "deps": [
576 "grpc_test_util",
577 "grpc",
578 "gpr_test_util",
579 "gpr"
580 ]
581 },
582 {
583 "name": "census_stub_test",
584 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800585 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800586 "src": [
587 "test/core/statistics/census_stub_test.c"
588 ],
589 "deps": [
590 "grpc_test_util",
591 "grpc",
592 "gpr_test_util",
593 "gpr"
594 ]
595 },
596 {
597 "name": "census_trace_store_test",
598 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800599 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800600 "src": [
601 "test/core/statistics/trace_test.c"
602 ],
603 "deps": [
604 "grpc_test_util",
605 "grpc",
606 "gpr_test_util",
607 "gpr"
608 ]
609 },
610 {
611 "name": "census_window_stats_test",
612 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800613 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800614 "src": [
615 "test/core/statistics/window_stats_test.c"
616 ],
617 "deps": [
618 "grpc_test_util",
619 "grpc",
620 "gpr_test_util",
621 "gpr"
622 ]
623 },
624 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800625 "name": "chttp2_status_conversion_test",
626 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800627 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800628 "src": [
629 "test/core/transport/chttp2/status_conversion_test.c"
630 ],
631 "deps": [
632 "grpc_test_util",
633 "grpc",
634 "gpr_test_util",
635 "gpr"
636 ]
637 },
638 {
639 "name": "chttp2_stream_encoder_test",
640 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800641 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800642 "src": [
643 "test/core/transport/chttp2/stream_encoder_test.c"
644 ],
645 "deps": [
646 "grpc_test_util",
647 "grpc",
648 "gpr_test_util",
649 "gpr"
650 ]
651 },
652 {
653 "name": "chttp2_stream_map_test",
654 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800655 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800656 "src": [
657 "test/core/transport/chttp2/stream_map_test.c"
658 ],
659 "deps": [
660 "grpc_test_util",
661 "grpc",
662 "gpr_test_util",
663 "gpr"
664 ]
665 },
666 {
667 "name": "chttp2_transport_end2end_test",
668 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800669 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800670 "src": [
671 "test/core/transport/chttp2_transport_end2end_test.c"
672 ],
673 "deps": [
674 "grpc_test_util",
675 "grpc",
676 "gpr_test_util",
677 "gpr"
678 ]
679 },
680 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800681 "name": "dualstack_socket_test",
682 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800683 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800684 "src": [
685 "test/core/end2end/dualstack_socket_test.c"
686 ],
687 "deps": [
688 "grpc_test_util",
689 "grpc",
690 "gpr_test_util",
691 "gpr"
692 ]
693 },
694 {
695 "name": "echo_client",
696 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800697 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800698 "src": [
699 "test/core/echo/client.c"
700 ],
701 "deps": [
702 "grpc_test_util",
703 "grpc",
704 "gpr_test_util",
705 "gpr"
706 ],
707 "run": false
708 },
709 {
710 "name": "echo_server",
711 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800712 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800713 "src": [
714 "test/core/echo/server.c"
715 ],
716 "deps": [
717 "grpc_test_util",
718 "grpc",
719 "gpr_test_util",
720 "gpr"
721 ],
722 "run": false
723 },
724 {
725 "name": "echo_test",
726 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800727 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800728 "src": [
729 "test/core/echo/echo_test.c"
730 ],
731 "deps": [
732 "grpc_test_util",
733 "grpc",
734 "gpr_test_util",
735 "gpr"
736 ]
737 },
738 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800739 "name": "fd_posix_test",
740 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800741 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800742 "src": [
743 "test/core/iomgr/fd_posix_test.c"
744 ],
745 "deps": [
746 "grpc_test_util",
747 "grpc",
748 "gpr_test_util",
749 "gpr"
750 ]
751 },
752 {
753 "name": "fling_client",
754 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800755 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800756 "src": [
757 "test/core/fling/client.c"
758 ],
759 "deps": [
760 "grpc_test_util",
761 "grpc",
762 "gpr_test_util",
763 "gpr"
764 ],
765 "run": false
766 },
767 {
768 "name": "fling_server",
769 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800770 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800771 "src": [
772 "test/core/fling/server.c"
773 ],
774 "deps": [
775 "grpc_test_util",
776 "grpc",
777 "gpr_test_util",
778 "gpr"
779 ],
780 "run": false
781 },
782 {
783 "name": "fling_stream_test",
784 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800785 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800786 "src": [
787 "test/core/fling/fling_stream_test.c"
788 ],
789 "deps": [
790 "grpc_test_util",
791 "grpc",
792 "gpr_test_util",
793 "gpr"
794 ]
795 },
796 {
797 "name": "fling_test",
798 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800799 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800800 "src": [
801 "test/core/fling/fling_test.c"
802 ],
803 "deps": [
804 "grpc_test_util",
805 "grpc",
806 "gpr_test_util",
807 "gpr"
808 ]
809 },
810 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800811 "name": "gen_hpack_tables",
812 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800813 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800814 "src": [
815 "src/core/transport/chttp2/gen_hpack_tables.c"
816 ],
817 "deps": [
818 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800819 "gpr",
820 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800821 ]
822 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800823 {
824 "name": "gpr_cancellable_test",
825 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800826 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800827 "src": [
828 "test/core/support/cancellable_test.c"
829 ],
830 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800831 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800832 "gpr"
833 ]
834 },
835 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800836 "name": "gpr_cmdline_test",
837 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800838 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800839 "src": [
840 "test/core/support/cmdline_test.c"
841 ],
842 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800843 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800844 "gpr"
845 ]
846 },
847 {
848 "name": "gpr_histogram_test",
849 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800850 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800851 "src": [
852 "test/core/support/histogram_test.c"
853 ],
854 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800855 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800856 "gpr"
857 ]
858 },
859 {
860 "name": "gpr_host_port_test",
861 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800862 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800863 "src": [
864 "test/core/support/host_port_test.c"
865 ],
866 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800867 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800868 "gpr"
869 ]
870 },
871 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800872 "name": "gpr_log_test",
873 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800874 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800875 "src": [
876 "test/core/support/log_test.c"
877 ],
878 "deps": [
879 "gpr_test_util",
880 "gpr"
881 ]
882 },
883 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800884 "name": "gpr_slice_buffer_test",
885 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800886 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800887 "src": [
888 "test/core/support/slice_buffer_test.c"
889 ],
890 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800891 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800892 "gpr"
893 ]
894 },
895 {
896 "name": "gpr_slice_test",
897 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800898 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800899 "src": [
900 "test/core/support/slice_test.c"
901 ],
902 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800903 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800904 "gpr"
905 ]
906 },
907 {
908 "name": "gpr_string_test",
909 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800910 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800911 "src": [
912 "test/core/support/string_test.c"
913 ],
914 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800915 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800916 "gpr"
917 ]
918 },
919 {
920 "name": "gpr_sync_test",
921 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800922 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800923 "src": [
924 "test/core/support/sync_test.c"
925 ],
926 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800927 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800928 "gpr"
929 ]
930 },
931 {
932 "name": "gpr_thd_test",
933 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800934 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800935 "src": [
936 "test/core/support/thd_test.c"
937 ],
938 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800939 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800940 "gpr"
941 ]
942 },
943 {
944 "name": "gpr_time_test",
945 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800946 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800947 "src": [
948 "test/core/support/time_test.c"
949 ],
950 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800951 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800952 "gpr"
953 ]
954 },
955 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800956 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800957 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800958 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800959 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800960 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800961 ],
962 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800963 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800964 "gpr"
965 ]
966 },
967 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800968 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800969 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800970 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800971 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800972 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800973 ],
974 "deps": [
975 "grpc_test_util",
976 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800977 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800978 "gpr"
979 ]
980 },
981 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800982 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -0800983 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800984 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -0800985 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800986 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800987 ],
988 "deps": [
989 "grpc_test_util",
990 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800991 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800992 "gpr"
993 ]
994 },
995 {
996 "name": "grpc_channel_stack_test",
997 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800998 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800999 "src": [
1000 "test/core/channel/channel_stack_test.c"
1001 ],
1002 "deps": [
1003 "grpc_test_util",
1004 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001005 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001006 "gpr"
1007 ]
1008 },
1009 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001010 "name": "grpc_completion_queue_benchmark",
1011 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001012 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001013 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001014 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001015 ],
1016 "deps": [
1017 "grpc_test_util",
1018 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001019 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001020 "gpr"
1021 ]
1022 },
1023 {
1024 "name": "grpc_completion_queue_test",
1025 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001026 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001027 "src": [
1028 "test/core/surface/completion_queue_test.c"
1029 ],
1030 "deps": [
1031 "grpc_test_util",
1032 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001033 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001034 "gpr"
1035 ]
1036 },
1037 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001038 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001039 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001040 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001041 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001042 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 ],
1044 "deps": [
1045 "grpc_test_util",
1046 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001047 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "gpr"
1049 ]
1050 },
1051 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001052 "name": "grpc_fetch_oauth2",
1053 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001054 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001055 "src": [
1056 "test/core/security/fetch_oauth2.c"
1057 ],
1058 "deps": [
1059 "grpc_test_util",
1060 "grpc",
1061 "gpr_test_util",
1062 "gpr"
1063 ]
1064 },
1065 {
1066 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001068 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001070 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001071 ],
1072 "deps": [
1073 "grpc_test_util",
1074 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001075 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001076 "gpr"
1077 ]
1078 },
1079 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001080 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001081 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001082 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001083 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001084 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001085 ],
1086 "deps": [
1087 "grpc_test_util",
1088 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001089 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001090 "gpr"
1091 ]
1092 },
1093 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001094 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001095 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001096 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001097 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001098 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 ],
1100 "deps": [
1101 "grpc_test_util",
1102 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001103 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001104 "gpr"
1105 ]
1106 },
1107 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001108 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001110 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001111 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001112 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 ],
1114 "deps": [
1115 "grpc_test_util",
1116 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001117 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001118 "gpr"
1119 ]
1120 },
1121 {
1122 "name": "httpcli_format_request_test",
1123 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001124 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001125 "src": [
1126 "test/core/httpcli/format_request_test.c"
1127 ],
1128 "deps": [
1129 "grpc_test_util",
1130 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001131 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001132 "gpr"
1133 ]
1134 },
1135 {
1136 "name": "httpcli_parser_test",
1137 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001138 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001139 "src": [
1140 "test/core/httpcli/parser_test.c"
1141 ],
1142 "deps": [
1143 "grpc_test_util",
1144 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001145 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001146 "gpr"
1147 ]
1148 },
1149 {
1150 "name": "httpcli_test",
1151 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001152 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001153 "src": [
1154 "test/core/httpcli/httpcli_test.c"
1155 ],
1156 "deps": [
1157 "grpc_test_util",
1158 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001159 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001160 "gpr"
1161 ]
1162 },
1163 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001164 "name": "lame_client_test",
1165 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001166 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001167 "src": [
1168 "test/core/surface/lame_client_test.c"
1169 ],
1170 "deps": [
1171 "grpc_test_util",
1172 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001173 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 "gpr"
1175 ]
1176 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001177 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001178 "name": "low_level_ping_pong_benchmark",
1179 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001180 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001181 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001182 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001183 ],
1184 "deps": [
1185 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001187 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 "gpr"
1189 ]
1190 },
1191 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001192 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001194 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001195 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001196 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001197 ],
1198 "deps": [
1199 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001200 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001201 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 "gpr"
1203 ]
ctiller8919f602014-12-10 10:19:42 -08001204 },
1205 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001206 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001207 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001208 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001209 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001210 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001211 ],
1212 "deps": [
1213 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001214 "grpc",
1215 "gpr_test_util",
1216 "gpr"
1217 ]
1218 },
1219 {
1220 "name": "murmur_hash_test",
1221 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001222 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001223 "src": [
1224 "test/core/support/murmur_hash_test.c"
1225 ],
1226 "deps": [
1227 "gpr_test_util",
1228 "gpr"
1229 ]
1230 },
1231 {
1232 "name": "no_server_test",
1233 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001234 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001235 "src": [
1236 "test/core/end2end/no_server_test.c"
1237 ],
1238 "deps": [
1239 "grpc_test_util",
1240 "grpc",
1241 "gpr_test_util",
1242 "gpr"
1243 ]
1244 },
1245 {
1246 "name": "poll_kick_test",
1247 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001248 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001249 "src": [
1250 "test/core/iomgr/poll_kick_test.c"
1251 ],
1252 "deps": [
1253 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001254 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001255 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001256 "gpr"
1257 ]
1258 },
1259 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001260 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001261 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001262 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001263 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001264 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001265 ],
1266 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001267 "grpc_test_util",
1268 "grpc",
1269 "gpr_test_util",
1270 "gpr"
1271 ]
1272 },
1273 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001274 "name": "secure_endpoint_test",
1275 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001276 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001277 "src": [
1278 "test/core/security/secure_endpoint_test.c"
1279 ],
1280 "deps": [
1281 "grpc_test_util",
1282 "grpc",
1283 "gpr_test_util",
1284 "gpr"
1285 ]
1286 },
1287 {
1288 "name": "sockaddr_utils_test",
1289 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001290 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001291 "src": [
1292 "test/core/iomgr/sockaddr_utils_test.c"
1293 ],
1294 "deps": [
1295 "grpc_test_util",
1296 "grpc",
1297 "gpr_test_util",
1298 "gpr"
1299 ]
1300 },
1301 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001302 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001303 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001304 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001305 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001306 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001307 ],
1308 "deps": [
1309 "grpc_test_util",
1310 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001311 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001312 "gpr"
1313 ]
1314 },
1315 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001316 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001317 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001318 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001319 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001320 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001321 ],
1322 "deps": [
1323 "grpc_test_util",
1324 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001325 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001326 "gpr"
1327 ]
1328 },
1329 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001330 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001331 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001332 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001333 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001334 "test/core/iomgr/tcp_server_posix_test.c"
1335 ],
1336 "deps": [
1337 "grpc_test_util",
1338 "grpc",
1339 "gpr_test_util",
1340 "gpr"
1341 ]
1342 },
1343 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001344 "name": "time_averaged_stats_test",
1345 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001346 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001347 "src": [
1348 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001349 ],
1350 "deps": [
1351 "grpc_test_util",
1352 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001353 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001354 "gpr"
1355 ]
1356 },
1357 {
ctiller8919f602014-12-10 10:19:42 -08001358 "name": "time_test",
1359 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001360 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001361 "src": [
1362 "test/core/support/time_test.c"
1363 ],
1364 "deps": [
1365 "grpc_test_util",
1366 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001367 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001368 "gpr"
1369 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001370 },
1371 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001372 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001373 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001374 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001375 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001376 "test/core/transport/chttp2/timeout_encoding_test.c"
1377 ],
1378 "deps": [
1379 "grpc_test_util",
1380 "grpc",
1381 "gpr_test_util",
1382 "gpr"
1383 ]
1384 },
1385 {
1386 "name": "transport_metadata_test",
1387 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001388 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001389 "src": [
1390 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001391 ],
1392 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001393 "grpc_test_util",
1394 "grpc",
1395 "gpr_test_util",
1396 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001397 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001398 },
1399 {
1400 "name": "channel_arguments_test",
1401 "build": "test",
1402 "language": "c++",
1403 "src": [
1404 "test/cpp/client/channel_arguments_test.cc"
1405 ],
1406 "deps": [
1407 "grpc++",
1408 "grpc",
1409 "gpr"
1410 ]
1411 },
1412 {
1413 "name": "cpp_plugin",
1414 "build": "protoc",
1415 "language": "c++",
1416 "headers": [
1417 "src/compiler/cpp_generator.h",
1418 "src/compiler/cpp_generator_helpers.h"
1419 ],
1420 "src": [
1421 "src/compiler/cpp_generator.cc",
1422 "src/compiler/cpp_plugin.cc"
1423 ],
1424 "deps": [],
1425 "secure": false
1426 },
1427 {
1428 "name": "credentials_test",
1429 "build": "test",
1430 "language": "c++",
1431 "src": [
1432 "test/cpp/client/credentials_test.cc"
1433 ],
1434 "deps": [
1435 "grpc++",
1436 "grpc",
1437 "gpr"
1438 ]
1439 },
1440 {
1441 "name": "end2end_test",
1442 "build": "test",
1443 "language": "c++",
1444 "src": [
1445 "test/cpp/end2end/end2end_test.cc"
1446 ],
1447 "deps": [
1448 "grpc++_test_util",
1449 "grpc_test_util",
1450 "grpc++",
1451 "grpc",
1452 "gpr_test_util",
1453 "gpr"
1454 ]
1455 },
1456 {
1457 "name": "interop_client",
1458 "build": "test",
1459 "language": "c++",
1460 "src": [
1461 "test/cpp/interop/empty.proto",
1462 "test/cpp/interop/messages.proto",
1463 "test/cpp/interop/test.proto",
1464 "test/cpp/interop/client.cc"
1465 ],
1466 "deps": [
1467 "grpc++_test_util",
1468 "grpc_test_util",
1469 "grpc++",
1470 "grpc",
1471 "gpr_test_util",
1472 "gpr"
1473 ],
1474 "run": false
1475 },
1476 {
1477 "name": "interop_server",
1478 "build": "test",
1479 "language": "c++",
1480 "src": [
1481 "test/cpp/interop/empty.proto",
1482 "test/cpp/interop/messages.proto",
1483 "test/cpp/interop/test.proto",
1484 "test/cpp/interop/server.cc"
1485 ],
1486 "deps": [
1487 "grpc++_test_util",
1488 "grpc_test_util",
1489 "grpc++",
1490 "grpc",
1491 "gpr_test_util",
1492 "gpr"
1493 ],
1494 "run": false
1495 },
1496 {
1497 "name": "qps_client",
1498 "build": "test",
1499 "language": "c++",
1500 "src": [
1501 "test/cpp/qps/qpstest.proto",
1502 "test/cpp/qps/client.cc"
1503 ],
1504 "deps": [
1505 "grpc++_test_util",
1506 "grpc_test_util",
1507 "grpc++",
1508 "grpc",
1509 "gpr_test_util",
1510 "gpr"
1511 ]
1512 },
1513 {
1514 "name": "qps_server",
1515 "build": "test",
1516 "language": "c++",
1517 "src": [
1518 "test/cpp/qps/qpstest.proto",
1519 "test/cpp/qps/server.cc"
1520 ],
1521 "deps": [
1522 "grpc++_test_util",
1523 "grpc_test_util",
1524 "grpc++",
1525 "grpc",
1526 "gpr_test_util",
1527 "gpr"
1528 ]
1529 },
1530 {
1531 "name": "ruby_plugin",
1532 "build": "protoc",
1533 "language": "c++",
1534 "headers": [
1535 "src/compiler/cpp_generator.h",
1536 "src/compiler/cpp_generator_helpers-inl.h",
1537 "src/compiler/cpp_generator_map-inl.h",
1538 "src/compiler/cpp_generator_string-inl.h"
1539 ],
1540 "src": [
1541 "src/compiler/ruby_generator.cc",
1542 "src/compiler/ruby_plugin.cc"
1543 ],
1544 "deps": [],
1545 "secure": false
1546 },
1547 {
1548 "name": "status_test",
1549 "build": "test",
1550 "language": "c++",
1551 "src": [
1552 "test/cpp/util/status_test.cc"
1553 ],
1554 "deps": [
1555 "grpc_test_util",
1556 "grpc++",
1557 "grpc",
1558 "gpr_test_util",
1559 "gpr"
1560 ]
1561 },
1562 {
1563 "name": "sync_client_async_server_test",
1564 "build": "test",
1565 "language": "c++",
1566 "src": [
1567 "test/cpp/end2end/sync_client_async_server_test.cc"
1568 ],
1569 "deps": [
1570 "grpc++_test_util",
1571 "grpc_test_util",
1572 "grpc++",
1573 "grpc",
1574 "gpr_test_util",
1575 "gpr"
1576 ]
1577 },
1578 {
1579 "name": "thread_pool_test",
1580 "build": "test",
1581 "language": "c++",
1582 "src": [
1583 "test/cpp/server/thread_pool_test.cc"
1584 ],
1585 "deps": [
1586 "grpc_test_util",
1587 "grpc++",
1588 "grpc",
1589 "gpr_test_util",
1590 "gpr"
1591 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001592 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001593 ]
1594}