blob: 85973d3eeaf101947b04be8a03743f39f46961a4 [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",
David Klempner8bfbc882015-01-26 17:23:33 -080050 "src/core/iomgr/pollset_kick_posix.h",
51 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080052 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080053 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080054 "src/core/iomgr/resolve_address.h",
55 "src/core/iomgr/sockaddr.h",
56 "src/core/iomgr/sockaddr_posix.h",
57 "src/core/iomgr/sockaddr_utils.h",
58 "src/core/iomgr/sockaddr_win32.h",
59 "src/core/iomgr/socket_utils_posix.h",
60 "src/core/iomgr/tcp_client.h",
61 "src/core/iomgr/tcp_posix.h",
62 "src/core/iomgr/tcp_server.h",
63 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080064 "src/core/iomgr/wakeup_fd_posix.h",
65 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080066 "src/core/statistics/census_interface.h",
67 "src/core/statistics/census_log.h",
68 "src/core/statistics/census_rpc_stats.h",
69 "src/core/statistics/census_tracing.h",
70 "src/core/statistics/hash_table.h",
71 "src/core/statistics/window_stats.h",
72 "src/core/surface/call.h",
73 "src/core/surface/channel.h",
74 "src/core/surface/client.h",
75 "src/core/surface/completion_queue.h",
76 "src/core/surface/event_string.h",
77 "src/core/surface/lame_client.h",
78 "src/core/surface/server.h",
79 "src/core/surface/surface_trace.h",
80 "src/core/transport/chttp2/bin_encoder.h",
81 "src/core/transport/chttp2/frame.h",
82 "src/core/transport/chttp2/frame_data.h",
83 "src/core/transport/chttp2/frame_goaway.h",
84 "src/core/transport/chttp2/frame_ping.h",
85 "src/core/transport/chttp2/frame_rst_stream.h",
86 "src/core/transport/chttp2/frame_settings.h",
87 "src/core/transport/chttp2/frame_window_update.h",
88 "src/core/transport/chttp2/hpack_parser.h",
89 "src/core/transport/chttp2/hpack_table.h",
90 "src/core/transport/chttp2/http2_errors.h",
91 "src/core/transport/chttp2/huffsyms.h",
92 "src/core/transport/chttp2/status_conversion.h",
93 "src/core/transport/chttp2/stream_encoder.h",
94 "src/core/transport/chttp2/stream_map.h",
95 "src/core/transport/chttp2/timeout_encoding.h",
96 "src/core/transport/chttp2/varint.h",
97 "src/core/transport/chttp2_transport.h",
98 "src/core/transport/metadata.h",
99 "src/core/transport/stream_op.h",
100 "src/core/transport/transport.h",
101 "src/core/transport/transport_impl.h"
102 ],
nnoblec87b1c52015-01-05 17:15:18 -0800103 "src": [
104 "src/core/channel/call_op_string.c",
105 "src/core/channel/census_filter.c",
106 "src/core/channel/channel_args.c",
107 "src/core/channel/channel_stack.c",
108 "src/core/channel/child_channel.c",
109 "src/core/channel/client_channel.c",
110 "src/core/channel/client_setup.c",
111 "src/core/channel/connected_channel.c",
112 "src/core/channel/http_client_filter.c",
113 "src/core/channel/http_filter.c",
114 "src/core/channel/http_server_filter.c",
115 "src/core/channel/metadata_buffer.c",
116 "src/core/channel/noop_filter.c",
117 "src/core/compression/algorithm.c",
118 "src/core/compression/message_compress.c",
119 "src/core/httpcli/format_request.c",
120 "src/core/httpcli/httpcli.c",
121 "src/core/httpcli/httpcli_security_context.c",
122 "src/core/httpcli/parser.c",
123 "src/core/iomgr/alarm.c",
124 "src/core/iomgr/alarm_heap.c",
125 "src/core/iomgr/endpoint.c",
126 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800127 "src/core/iomgr/fd_posix.c",
128 "src/core/iomgr/iomgr.c",
129 "src/core/iomgr/iomgr_posix.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800130 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800131 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
132 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800133 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800134 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800135 "src/core/iomgr/sockaddr_utils.c",
136 "src/core/iomgr/socket_utils_common_posix.c",
137 "src/core/iomgr/socket_utils_linux.c",
138 "src/core/iomgr/socket_utils_posix.c",
139 "src/core/iomgr/tcp_client_posix.c",
140 "src/core/iomgr/tcp_posix.c",
141 "src/core/iomgr/tcp_server_posix.c",
142 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800143 "src/core/iomgr/wakeup_fd_eventfd.c",
144 "src/core/iomgr/wakeup_fd_nospecial.c",
145 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800146 "src/core/iomgr/wakeup_fd_posix.c",
nnoblec87b1c52015-01-05 17:15:18 -0800147 "src/core/statistics/census_init.c",
148 "src/core/statistics/census_log.c",
149 "src/core/statistics/census_rpc_stats.c",
150 "src/core/statistics/census_tracing.c",
151 "src/core/statistics/hash_table.c",
152 "src/core/statistics/window_stats.c",
153 "src/core/surface/byte_buffer.c",
154 "src/core/surface/byte_buffer_reader.c",
155 "src/core/surface/call.c",
156 "src/core/surface/channel.c",
157 "src/core/surface/channel_create.c",
158 "src/core/surface/client.c",
159 "src/core/surface/completion_queue.c",
160 "src/core/surface/event_string.c",
161 "src/core/surface/init.c",
162 "src/core/surface/lame_client.c",
163 "src/core/surface/secure_channel_create.c",
164 "src/core/surface/secure_server_create.c",
165 "src/core/surface/server.c",
166 "src/core/surface/server_chttp2.c",
167 "src/core/surface/server_create.c",
168 "src/core/transport/chttp2/alpn.c",
169 "src/core/transport/chttp2/bin_encoder.c",
170 "src/core/transport/chttp2/frame_data.c",
171 "src/core/transport/chttp2/frame_goaway.c",
172 "src/core/transport/chttp2/frame_ping.c",
173 "src/core/transport/chttp2/frame_rst_stream.c",
174 "src/core/transport/chttp2/frame_settings.c",
175 "src/core/transport/chttp2/frame_window_update.c",
176 "src/core/transport/chttp2/hpack_parser.c",
177 "src/core/transport/chttp2/hpack_table.c",
178 "src/core/transport/chttp2/huffsyms.c",
179 "src/core/transport/chttp2/status_conversion.c",
180 "src/core/transport/chttp2/stream_encoder.c",
181 "src/core/transport/chttp2/stream_map.c",
182 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800183 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800184 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800185 "src/core/transport/metadata.c",
186 "src/core/transport/stream_op.c",
187 "src/core/transport/transport.c",
188 "third_party/cJSON/cJSON.c"
nnoblec87b1c52015-01-05 17:15:18 -0800189 ]
190 }
191 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800192 "libs": [
193 {
194 "name": "gpr",
195 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800196 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800197 "public_headers": [
198 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800199 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800200 "include/grpc/support/atm_gcc_atomic.h",
201 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800202 "include/grpc/support/atm_win32.h",
203 "include/grpc/support/cancellable_platform.h",
204 "include/grpc/support/cmdline.h",
205 "include/grpc/support/histogram.h",
206 "include/grpc/support/host_port.h",
207 "include/grpc/support/log.h",
208 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800209 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800210 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800211 "include/grpc/support/string.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800212 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800213 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800214 "include/grpc/support/sync_posix.h",
215 "include/grpc/support/sync_win32.h",
216 "include/grpc/support/thd.h",
217 "include/grpc/support/thd_posix.h",
218 "include/grpc/support/thd_win32.h",
219 "include/grpc/support/time.h",
220 "include/grpc/support/time_posix.h",
221 "include/grpc/support/time_win32.h",
222 "include/grpc/support/useful.h"
223 ],
224 "headers": [
225 "src/core/support/cpu.h",
226 "src/core/support/murmur_hash.h",
227 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800228 ],
229 "src": [
230 "src/core/support/alloc.c",
231 "src/core/support/cancellable.c",
232 "src/core/support/cmdline.c",
233 "src/core/support/cpu_linux.c",
234 "src/core/support/cpu_posix.c",
235 "src/core/support/histogram.c",
236 "src/core/support/host_port.c",
237 "src/core/support/log.c",
238 "src/core/support/log_android.c",
239 "src/core/support/log_linux.c",
240 "src/core/support/log_posix.c",
241 "src/core/support/log_win32.c",
242 "src/core/support/murmur_hash.c",
243 "src/core/support/slice.c",
244 "src/core/support/slice_buffer.c",
245 "src/core/support/string.c",
246 "src/core/support/string_posix.c",
247 "src/core/support/string_win32.c",
248 "src/core/support/sync.c",
249 "src/core/support/sync_posix.c",
250 "src/core/support/sync_win32.c",
251 "src/core/support/thd_posix.c",
252 "src/core/support/thd_win32.c",
253 "src/core/support/time.c",
254 "src/core/support/time_posix.c",
255 "src/core/support/time_win32.c"
256 ],
257 "secure": false,
258 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
259 },
260 {
261 "name": "gpr_test_util",
262 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800263 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800264 "src": [
265 "test/core/util/test_config.c"
266 ],
267 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800268 },
269 {
270 "name": "grpc",
271 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800272 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800273 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800274 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800275 ],
276 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800277 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800278 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800279 "src/core/security/credentials.h",
280 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800281 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 "src/core/security/secure_transport_setup.h",
283 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800284 "src/core/tsi/fake_transport_security.h",
285 "src/core/tsi/ssl_transport_security.h",
286 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800287 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800288 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800289 "src": [
290 "src/core/security/auth.c",
291 "src/core/security/base64.c",
292 "src/core/security/credentials.c",
293 "src/core/security/factories.c",
294 "src/core/security/google_root_certs.c",
295 "src/core/security/json_token.c",
296 "src/core/security/secure_endpoint.c",
297 "src/core/security/secure_transport_setup.c",
298 "src/core/security/security_context.c",
299 "src/core/security/server_secure_chttp2.c",
300 "src/core/tsi/fake_transport_security.c",
301 "src/core/tsi/ssl_transport_security.c",
302 "src/core/tsi/transport_security.c"
303 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800304 "deps": [
305 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800306 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800307 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800308 "filegroups": [
309 "grpc_base"
310 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800311 "secure": true,
312 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800313 },
314 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800315 "name": "grpc_test_util",
316 "build": "private",
317 "language": "c",
318 "src": [
319 "test/core/end2end/cq_verifier.c",
320 "test/core/end2end/data/prod_roots_certs.c",
321 "test/core/end2end/data/server1_cert.c",
322 "test/core/end2end/data/server1_key.c",
323 "test/core/end2end/data/test_root_cert.c",
324 "test/core/iomgr/endpoint_tests.c",
325 "test/core/statistics/census_log_tests.c",
326 "test/core/transport/transport_end2end_tests.c",
327 "test/core/util/grpc_profiler.c",
328 "test/core/util/parse_hexstring.c",
329 "test/core/util/port_posix.c",
330 "test/core/util/slice_splitter.c"
331 ],
332 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
333 },
334 {
335 "name": "grpc_unsecure",
336 "build": "all",
337 "language": "c",
338 "deps": [
339 "gpr"
340 ],
341 "baselib": true,
342 "filegroups": [
343 "grpc_base"
344 ],
345 "secure": false,
346 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
347 },
348 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800349 "name": "grpc++",
350 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800351 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800352 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800353 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800354 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800355 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800356 "include/grpc++/channel_interface.h",
357 "include/grpc++/client_context.h",
358 "include/grpc++/completion_queue.h",
359 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800360 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800361 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800362 "include/grpc++/impl/internal_stub.h",
363 "include/grpc++/impl/rpc_method.h",
364 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800365 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800366 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800367 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800368 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800369 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800370 "include/grpc++/stream.h",
371 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800372 ],
373 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800374 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800375 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800376 "src/cpp/server/server_rpc_handler.h",
377 "src/cpp/server/thread_pool.h",
378 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800379 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800380 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800381 "src": [
382 "src/cpp/client/channel.cc",
383 "src/cpp/client/channel_arguments.cc",
384 "src/cpp/client/client_context.cc",
385 "src/cpp/client/create_channel.cc",
386 "src/cpp/client/credentials.cc",
387 "src/cpp/client/internal_stub.cc",
388 "src/cpp/common/rpc_method.cc",
389 "src/cpp/proto/proto_utils.cc",
390 "src/cpp/server/async_server.cc",
391 "src/cpp/server/async_server_context.cc",
392 "src/cpp/server/completion_queue.cc",
393 "src/cpp/server/server.cc",
394 "src/cpp/server/server_builder.cc",
395 "src/cpp/server/server_context_impl.cc",
396 "src/cpp/server/server_credentials.cc",
397 "src/cpp/server/server_rpc_handler.cc",
398 "src/cpp/server/thread_pool.cc",
399 "src/cpp/stream/stream_context.cc",
400 "src/cpp/util/status.cc",
401 "src/cpp/util/time.cc"
402 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800403 "deps": [
404 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800405 ],
406 "secure": true,
407 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800408 },
409 {
410 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800411 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800412 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800413 "src": [
Yang Gao1de8ddb2015-01-23 16:07:48 -0800414 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800415 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800416 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800417 "test/cpp/end2end/async_test_server.cc",
418 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800419 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800420 },
421 {
422 "name": "tips_client_lib",
423 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800424 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800425 "src": [
426 "examples/tips/label.proto",
427 "examples/tips/empty.proto",
428 "examples/tips/pubsub.proto",
429 "examples/tips/client.cc"
430 ],
431 "deps": [
432 "grpc++",
433 "grpc",
434 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800435 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800436 }
437 ],
438 "targets": [
439 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800440 "name": "alarm_heap_test",
441 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800442 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800443 "src": [
444 "test/core/iomgr/alarm_heap_test.c"
445 ],
446 "deps": [
447 "grpc_test_util",
448 "grpc",
449 "gpr_test_util",
450 "gpr"
451 ]
452 },
453 {
454 "name": "alarm_list_test",
455 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800456 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800457 "src": [
458 "test/core/iomgr/alarm_list_test.c"
459 ],
460 "deps": [
461 "grpc_test_util",
462 "grpc",
463 "gpr_test_util",
464 "gpr"
465 ]
466 },
467 {
468 "name": "alarm_test",
469 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800470 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800471 "src": [
472 "test/core/iomgr/alarm_test.c"
473 ],
474 "deps": [
475 "grpc_test_util",
476 "grpc",
477 "gpr_test_util",
478 "gpr"
479 ]
480 },
481 {
482 "name": "alpn_test",
483 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800484 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800485 "src": [
486 "test/core/transport/chttp2/alpn_test.c"
487 ],
488 "deps": [
489 "grpc_test_util",
490 "grpc",
491 "gpr_test_util",
492 "gpr"
493 ]
494 },
495 {
496 "name": "bin_encoder_test",
497 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800498 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800499 "src": [
500 "test/core/transport/chttp2/bin_encoder_test.c"
501 ],
502 "deps": [
503 "grpc_test_util",
504 "grpc",
505 "gpr_test_util",
506 "gpr"
507 ]
508 },
509 {
510 "name": "census_hash_table_test",
511 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800512 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800513 "src": [
514 "test/core/statistics/hash_table_test.c"
515 ],
516 "deps": [
517 "grpc_test_util",
518 "grpc",
519 "gpr_test_util",
520 "gpr"
521 ]
522 },
523 {
524 "name": "census_statistics_multiple_writers_circular_buffer_test",
525 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800526 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800527 "src": [
528 "test/core/statistics/multiple_writers_circular_buffer_test.c"
529 ],
530 "deps": [
531 "grpc_test_util",
532 "grpc",
533 "gpr_test_util",
534 "gpr"
535 ]
536 },
537 {
538 "name": "census_statistics_multiple_writers_test",
539 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800540 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800541 "src": [
542 "test/core/statistics/multiple_writers_test.c"
543 ],
544 "deps": [
545 "grpc_test_util",
546 "grpc",
547 "gpr_test_util",
548 "gpr"
549 ]
550 },
551 {
552 "name": "census_statistics_performance_test",
553 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800554 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800555 "src": [
556 "test/core/statistics/performance_test.c"
557 ],
558 "deps": [
559 "grpc_test_util",
560 "grpc",
561 "gpr_test_util",
562 "gpr"
563 ]
564 },
565 {
566 "name": "census_statistics_quick_test",
567 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800568 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800569 "src": [
570 "test/core/statistics/quick_test.c"
571 ],
572 "deps": [
573 "grpc_test_util",
574 "grpc",
575 "gpr_test_util",
576 "gpr"
577 ]
578 },
579 {
580 "name": "census_statistics_small_log_test",
581 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800582 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800583 "src": [
584 "test/core/statistics/small_log_test.c"
585 ],
586 "deps": [
587 "grpc_test_util",
588 "grpc",
589 "gpr_test_util",
590 "gpr"
591 ]
592 },
593 {
594 "name": "census_stats_store_test",
595 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800596 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800597 "src": [
598 "test/core/statistics/rpc_stats_test.c"
599 ],
600 "deps": [
601 "grpc_test_util",
602 "grpc",
603 "gpr_test_util",
604 "gpr"
605 ]
606 },
607 {
608 "name": "census_stub_test",
609 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800610 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800611 "src": [
612 "test/core/statistics/census_stub_test.c"
613 ],
614 "deps": [
615 "grpc_test_util",
616 "grpc",
617 "gpr_test_util",
618 "gpr"
619 ]
620 },
621 {
622 "name": "census_trace_store_test",
623 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800624 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800625 "src": [
626 "test/core/statistics/trace_test.c"
627 ],
628 "deps": [
629 "grpc_test_util",
630 "grpc",
631 "gpr_test_util",
632 "gpr"
633 ]
634 },
635 {
636 "name": "census_window_stats_test",
637 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800638 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800639 "src": [
640 "test/core/statistics/window_stats_test.c"
641 ],
642 "deps": [
643 "grpc_test_util",
644 "grpc",
645 "gpr_test_util",
646 "gpr"
647 ]
648 },
649 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800650 "name": "chttp2_status_conversion_test",
651 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800652 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800653 "src": [
654 "test/core/transport/chttp2/status_conversion_test.c"
655 ],
656 "deps": [
657 "grpc_test_util",
658 "grpc",
659 "gpr_test_util",
660 "gpr"
661 ]
662 },
663 {
664 "name": "chttp2_stream_encoder_test",
665 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800666 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800667 "src": [
668 "test/core/transport/chttp2/stream_encoder_test.c"
669 ],
670 "deps": [
671 "grpc_test_util",
672 "grpc",
673 "gpr_test_util",
674 "gpr"
675 ]
676 },
677 {
678 "name": "chttp2_stream_map_test",
679 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800680 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800681 "src": [
682 "test/core/transport/chttp2/stream_map_test.c"
683 ],
684 "deps": [
685 "grpc_test_util",
686 "grpc",
687 "gpr_test_util",
688 "gpr"
689 ]
690 },
691 {
692 "name": "chttp2_transport_end2end_test",
693 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800694 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800695 "src": [
696 "test/core/transport/chttp2_transport_end2end_test.c"
697 ],
698 "deps": [
699 "grpc_test_util",
700 "grpc",
701 "gpr_test_util",
702 "gpr"
703 ]
704 },
705 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800706 "name": "dualstack_socket_test",
707 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800708 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800709 "src": [
710 "test/core/end2end/dualstack_socket_test.c"
711 ],
712 "deps": [
713 "grpc_test_util",
714 "grpc",
715 "gpr_test_util",
716 "gpr"
717 ]
718 },
719 {
720 "name": "echo_client",
721 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800722 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800723 "src": [
724 "test/core/echo/client.c"
725 ],
726 "deps": [
727 "grpc_test_util",
728 "grpc",
729 "gpr_test_util",
730 "gpr"
731 ],
732 "run": false
733 },
734 {
735 "name": "echo_server",
736 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800737 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800738 "src": [
739 "test/core/echo/server.c"
740 ],
741 "deps": [
742 "grpc_test_util",
743 "grpc",
744 "gpr_test_util",
745 "gpr"
746 ],
747 "run": false
748 },
749 {
750 "name": "echo_test",
751 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800752 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800753 "src": [
754 "test/core/echo/echo_test.c"
755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
759 "gpr_test_util",
760 "gpr"
761 ]
762 },
763 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800764 "name": "fd_posix_test",
765 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800766 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800767 "src": [
768 "test/core/iomgr/fd_posix_test.c"
769 ],
770 "deps": [
771 "grpc_test_util",
772 "grpc",
773 "gpr_test_util",
774 "gpr"
775 ]
776 },
777 {
778 "name": "fling_client",
779 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800780 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800781 "src": [
782 "test/core/fling/client.c"
783 ],
784 "deps": [
785 "grpc_test_util",
786 "grpc",
787 "gpr_test_util",
788 "gpr"
789 ],
790 "run": false
791 },
792 {
793 "name": "fling_server",
794 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800795 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800796 "src": [
797 "test/core/fling/server.c"
798 ],
799 "deps": [
800 "grpc_test_util",
801 "grpc",
802 "gpr_test_util",
803 "gpr"
804 ],
805 "run": false
806 },
807 {
808 "name": "fling_stream_test",
809 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800810 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800811 "src": [
812 "test/core/fling/fling_stream_test.c"
813 ],
814 "deps": [
815 "grpc_test_util",
816 "grpc",
817 "gpr_test_util",
818 "gpr"
819 ]
820 },
821 {
822 "name": "fling_test",
823 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800824 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800825 "src": [
826 "test/core/fling/fling_test.c"
827 ],
828 "deps": [
829 "grpc_test_util",
830 "grpc",
831 "gpr_test_util",
832 "gpr"
833 ]
834 },
835 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800836 "name": "gen_hpack_tables",
837 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800838 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800839 "src": [
840 "src/core/transport/chttp2/gen_hpack_tables.c"
841 ],
842 "deps": [
843 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800844 "gpr",
845 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800846 ]
847 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800848 {
849 "name": "gpr_cancellable_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/cancellable_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 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800861 "name": "gpr_cmdline_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/cmdline_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 {
873 "name": "gpr_histogram_test",
874 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800875 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800876 "src": [
877 "test/core/support/histogram_test.c"
878 ],
879 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800880 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800881 "gpr"
882 ]
883 },
884 {
885 "name": "gpr_host_port_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/host_port_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 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800897 "name": "gpr_log_test",
898 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800899 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800900 "src": [
901 "test/core/support/log_test.c"
902 ],
903 "deps": [
904 "gpr_test_util",
905 "gpr"
906 ]
907 },
908 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800909 "name": "gpr_slice_buffer_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/slice_buffer_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_slice_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/slice_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_string_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/string_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_sync_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/sync_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 {
957 "name": "gpr_thd_test",
958 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800959 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800960 "src": [
961 "test/core/support/thd_test.c"
962 ],
963 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800964 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800965 "gpr"
966 ]
967 },
968 {
969 "name": "gpr_time_test",
970 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800971 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800972 "src": [
973 "test/core/support/time_test.c"
974 ],
975 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800976 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800977 "gpr"
978 ]
979 },
980 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800981 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800982 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800983 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800984 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800985 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800986 ],
987 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800988 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800989 "gpr"
990 ]
991 },
992 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800993 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800994 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800995 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800996 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800997 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800998 ],
999 "deps": [
1000 "grpc_test_util",
1001 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001002 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001003 "gpr"
1004 ]
1005 },
1006 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001007 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001008 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001009 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001010 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001011 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001012 ],
1013 "deps": [
1014 "grpc_test_util",
1015 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001016 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001017 "gpr"
1018 ]
1019 },
1020 {
1021 "name": "grpc_channel_stack_test",
1022 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001023 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001024 "src": [
1025 "test/core/channel/channel_stack_test.c"
1026 ],
1027 "deps": [
1028 "grpc_test_util",
1029 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001030 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "gpr"
1032 ]
1033 },
1034 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001035 "name": "grpc_completion_queue_benchmark",
1036 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001037 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001038 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001039 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 ],
1041 "deps": [
1042 "grpc_test_util",
1043 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001044 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001045 "gpr"
1046 ]
1047 },
1048 {
1049 "name": "grpc_completion_queue_test",
1050 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001051 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 "src": [
1053 "test/core/surface/completion_queue_test.c"
1054 ],
1055 "deps": [
1056 "grpc_test_util",
1057 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001058 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001059 "gpr"
1060 ]
1061 },
1062 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001063 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001065 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001066 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001067 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001068 ],
1069 "deps": [
1070 "grpc_test_util",
1071 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001072 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001073 "gpr"
1074 ]
1075 },
1076 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001077 "name": "grpc_fetch_oauth2",
1078 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001079 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001080 "src": [
1081 "test/core/security/fetch_oauth2.c"
1082 ],
1083 "deps": [
1084 "grpc_test_util",
1085 "grpc",
1086 "gpr_test_util",
1087 "gpr"
1088 ]
1089 },
1090 {
1091 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001093 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001094 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001095 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001096 ],
1097 "deps": [
1098 "grpc_test_util",
1099 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001100 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001101 "gpr"
1102 ]
1103 },
1104 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001105 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001106 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001107 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001108 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001109 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001110 ],
1111 "deps": [
1112 "grpc_test_util",
1113 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001114 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001115 "gpr"
1116 ]
1117 },
1118 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001119 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001120 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001121 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001122 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001123 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001124 ],
1125 "deps": [
1126 "grpc_test_util",
1127 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001128 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001129 "gpr"
1130 ]
1131 },
1132 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001133 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001134 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001135 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001136 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001137 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001138 ],
1139 "deps": [
1140 "grpc_test_util",
1141 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001142 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001143 "gpr"
1144 ]
1145 },
1146 {
1147 "name": "httpcli_format_request_test",
1148 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001149 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001150 "src": [
1151 "test/core/httpcli/format_request_test.c"
1152 ],
1153 "deps": [
1154 "grpc_test_util",
1155 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001156 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001157 "gpr"
1158 ]
1159 },
1160 {
1161 "name": "httpcli_parser_test",
1162 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001163 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001164 "src": [
1165 "test/core/httpcli/parser_test.c"
1166 ],
1167 "deps": [
1168 "grpc_test_util",
1169 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001170 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001171 "gpr"
1172 ]
1173 },
1174 {
1175 "name": "httpcli_test",
1176 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001177 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 "src": [
1179 "test/core/httpcli/httpcli_test.c"
1180 ],
1181 "deps": [
1182 "grpc_test_util",
1183 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001184 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001185 "gpr"
1186 ]
1187 },
1188 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001189 "name": "lame_client_test",
1190 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001191 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001192 "src": [
1193 "test/core/surface/lame_client_test.c"
1194 ],
1195 "deps": [
1196 "grpc_test_util",
1197 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001198 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001199 "gpr"
1200 ]
1201 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001203 "name": "low_level_ping_pong_benchmark",
1204 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001205 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001207 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001208 ],
1209 "deps": [
1210 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001211 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001212 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001213 "gpr"
1214 ]
1215 },
1216 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001217 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001219 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001220 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001221 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001222 ],
1223 "deps": [
1224 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001225 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001226 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001227 "gpr"
1228 ]
ctiller8919f602014-12-10 10:19:42 -08001229 },
1230 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001231 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001232 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001233 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001234 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001235 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001236 ],
1237 "deps": [
1238 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001239 "grpc",
1240 "gpr_test_util",
1241 "gpr"
1242 ]
1243 },
1244 {
1245 "name": "murmur_hash_test",
1246 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001247 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001248 "src": [
1249 "test/core/support/murmur_hash_test.c"
1250 ],
1251 "deps": [
1252 "gpr_test_util",
1253 "gpr"
1254 ]
1255 },
1256 {
1257 "name": "no_server_test",
1258 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001259 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001260 "src": [
1261 "test/core/end2end/no_server_test.c"
1262 ],
1263 "deps": [
1264 "grpc_test_util",
1265 "grpc",
1266 "gpr_test_util",
1267 "gpr"
1268 ]
1269 },
1270 {
1271 "name": "poll_kick_test",
1272 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001273 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001274 "src": [
1275 "test/core/iomgr/poll_kick_test.c"
1276 ],
1277 "deps": [
1278 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001279 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001280 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001281 "gpr"
1282 ]
1283 },
1284 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001285 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001286 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001287 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001288 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001289 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001290 ],
1291 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001292 "grpc_test_util",
1293 "grpc",
1294 "gpr_test_util",
1295 "gpr"
1296 ]
1297 },
1298 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001299 "name": "secure_endpoint_test",
1300 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001301 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001302 "src": [
1303 "test/core/security/secure_endpoint_test.c"
1304 ],
1305 "deps": [
1306 "grpc_test_util",
1307 "grpc",
1308 "gpr_test_util",
1309 "gpr"
1310 ]
1311 },
1312 {
1313 "name": "sockaddr_utils_test",
1314 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001315 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001316 "src": [
1317 "test/core/iomgr/sockaddr_utils_test.c"
1318 ],
1319 "deps": [
1320 "grpc_test_util",
1321 "grpc",
1322 "gpr_test_util",
1323 "gpr"
1324 ]
1325 },
1326 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001327 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001328 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001329 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001330 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001331 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001332 ],
1333 "deps": [
1334 "grpc_test_util",
1335 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001336 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001337 "gpr"
1338 ]
1339 },
1340 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001341 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001342 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001343 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001344 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001345 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001346 ],
1347 "deps": [
1348 "grpc_test_util",
1349 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001350 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001351 "gpr"
1352 ]
1353 },
1354 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001355 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001356 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001357 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001358 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001359 "test/core/iomgr/tcp_server_posix_test.c"
1360 ],
1361 "deps": [
1362 "grpc_test_util",
1363 "grpc",
1364 "gpr_test_util",
1365 "gpr"
1366 ]
1367 },
1368 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001369 "name": "time_averaged_stats_test",
1370 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001371 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001372 "src": [
1373 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001374 ],
1375 "deps": [
1376 "grpc_test_util",
1377 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001378 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001379 "gpr"
1380 ]
1381 },
1382 {
ctiller8919f602014-12-10 10:19:42 -08001383 "name": "time_test",
1384 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001385 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001386 "src": [
1387 "test/core/support/time_test.c"
1388 ],
1389 "deps": [
1390 "grpc_test_util",
1391 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001392 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001393 "gpr"
1394 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001395 },
1396 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001397 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001398 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001399 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001400 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001401 "test/core/transport/chttp2/timeout_encoding_test.c"
1402 ],
1403 "deps": [
1404 "grpc_test_util",
1405 "grpc",
1406 "gpr_test_util",
1407 "gpr"
1408 ]
1409 },
1410 {
1411 "name": "transport_metadata_test",
1412 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001413 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001414 "src": [
1415 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001416 ],
1417 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001418 "grpc_test_util",
1419 "grpc",
1420 "gpr_test_util",
1421 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001422 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001423 },
1424 {
1425 "name": "channel_arguments_test",
1426 "build": "test",
1427 "language": "c++",
1428 "src": [
1429 "test/cpp/client/channel_arguments_test.cc"
1430 ],
1431 "deps": [
1432 "grpc++",
1433 "grpc",
1434 "gpr"
1435 ]
1436 },
1437 {
1438 "name": "cpp_plugin",
1439 "build": "protoc",
1440 "language": "c++",
1441 "headers": [
1442 "src/compiler/cpp_generator.h",
1443 "src/compiler/cpp_generator_helpers.h"
1444 ],
1445 "src": [
1446 "src/compiler/cpp_generator.cc",
1447 "src/compiler/cpp_plugin.cc"
1448 ],
1449 "deps": [],
1450 "secure": false
1451 },
1452 {
1453 "name": "credentials_test",
1454 "build": "test",
1455 "language": "c++",
1456 "src": [
1457 "test/cpp/client/credentials_test.cc"
1458 ],
1459 "deps": [
1460 "grpc++",
1461 "grpc",
1462 "gpr"
1463 ]
1464 },
1465 {
1466 "name": "end2end_test",
1467 "build": "test",
1468 "language": "c++",
1469 "src": [
1470 "test/cpp/end2end/end2end_test.cc"
1471 ],
1472 "deps": [
1473 "grpc++_test_util",
1474 "grpc_test_util",
1475 "grpc++",
1476 "grpc",
1477 "gpr_test_util",
1478 "gpr"
1479 ]
1480 },
1481 {
1482 "name": "interop_client",
1483 "build": "test",
1484 "language": "c++",
1485 "src": [
1486 "test/cpp/interop/empty.proto",
1487 "test/cpp/interop/messages.proto",
1488 "test/cpp/interop/test.proto",
1489 "test/cpp/interop/client.cc"
1490 ],
1491 "deps": [
1492 "grpc++_test_util",
1493 "grpc_test_util",
1494 "grpc++",
1495 "grpc",
1496 "gpr_test_util",
1497 "gpr"
1498 ],
1499 "run": false
1500 },
1501 {
1502 "name": "interop_server",
1503 "build": "test",
1504 "language": "c++",
1505 "src": [
1506 "test/cpp/interop/empty.proto",
1507 "test/cpp/interop/messages.proto",
1508 "test/cpp/interop/test.proto",
1509 "test/cpp/interop/server.cc"
1510 ],
1511 "deps": [
1512 "grpc++_test_util",
1513 "grpc_test_util",
1514 "grpc++",
1515 "grpc",
1516 "gpr_test_util",
1517 "gpr"
1518 ],
1519 "run": false
1520 },
1521 {
Chen Wang86af8cf2015-01-21 18:05:40 -08001522 "name": "tips_client",
1523 "build": "test",
1524 "run": false,
Chen Wang69330752015-01-21 18:57:46 -08001525 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -08001526 "src": [
1527 "examples/tips/client_main.cc"
1528 ],
1529 "deps": [
1530 "tips_client_lib",
1531 "grpc++_test_util",
1532 "grpc_test_util",
1533 "grpc++",
1534 "grpc",
1535 "gpr_test_util",
1536 "gpr"
1537 ]
1538 },
1539 {
1540 "name": "tips_client_test",
1541 "build": "test",
Chen Wang69330752015-01-21 18:57:46 -08001542 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -08001543 "src": [
1544 "examples/tips/client_test.cc"
1545 ],
1546 "deps": [
1547 "tips_client_lib",
1548 "grpc++_test_util",
1549 "grpc_test_util",
1550 "grpc++",
1551 "grpc",
1552 "gpr_test_util",
1553 "gpr"
1554 ]
1555 },
1556 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001557 "name": "qps_client",
1558 "build": "test",
1559 "language": "c++",
1560 "src": [
1561 "test/cpp/qps/qpstest.proto",
1562 "test/cpp/qps/client.cc"
1563 ],
1564 "deps": [
1565 "grpc++_test_util",
1566 "grpc_test_util",
1567 "grpc++",
1568 "grpc",
1569 "gpr_test_util",
1570 "gpr"
1571 ]
1572 },
1573 {
1574 "name": "qps_server",
1575 "build": "test",
1576 "language": "c++",
1577 "src": [
1578 "test/cpp/qps/qpstest.proto",
1579 "test/cpp/qps/server.cc"
1580 ],
1581 "deps": [
1582 "grpc++_test_util",
1583 "grpc_test_util",
1584 "grpc++",
1585 "grpc",
1586 "gpr_test_util",
1587 "gpr"
1588 ]
1589 },
1590 {
1591 "name": "ruby_plugin",
1592 "build": "protoc",
1593 "language": "c++",
1594 "headers": [
1595 "src/compiler/cpp_generator.h",
1596 "src/compiler/cpp_generator_helpers-inl.h",
1597 "src/compiler/cpp_generator_map-inl.h",
1598 "src/compiler/cpp_generator_string-inl.h"
1599 ],
1600 "src": [
1601 "src/compiler/ruby_generator.cc",
1602 "src/compiler/ruby_plugin.cc"
1603 ],
1604 "deps": [],
1605 "secure": false
1606 },
1607 {
1608 "name": "status_test",
1609 "build": "test",
1610 "language": "c++",
1611 "src": [
1612 "test/cpp/util/status_test.cc"
1613 ],
1614 "deps": [
1615 "grpc_test_util",
1616 "grpc++",
1617 "grpc",
1618 "gpr_test_util",
1619 "gpr"
1620 ]
1621 },
1622 {
1623 "name": "sync_client_async_server_test",
1624 "build": "test",
1625 "language": "c++",
1626 "src": [
1627 "test/cpp/end2end/sync_client_async_server_test.cc"
1628 ],
1629 "deps": [
1630 "grpc++_test_util",
1631 "grpc_test_util",
1632 "grpc++",
1633 "grpc",
1634 "gpr_test_util",
1635 "gpr"
1636 ]
1637 },
1638 {
1639 "name": "thread_pool_test",
1640 "build": "test",
1641 "language": "c++",
1642 "src": [
1643 "test/cpp/server/thread_pool_test.cc"
1644 ],
1645 "deps": [
1646 "grpc_test_util",
1647 "grpc++",
1648 "grpc",
1649 "gpr_test_util",
1650 "gpr"
1651 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001652 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001653 ]
1654}