blob: 9ab59f93795ccdfff02ca8257bf09536e06f2881 [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 {
Craig Tiller47c83fd2015-02-21 22:45:35 -080013 "name": "grpc++_base",
14 "public_headers": [
15 "include/grpc++/async_unary_call.h",
16 "include/grpc++/channel_arguments.h",
17 "include/grpc++/channel_interface.h",
18 "include/grpc++/client_context.h",
19 "include/grpc++/completion_queue.h",
20 "include/grpc++/config.h",
21 "include/grpc++/create_channel.h",
22 "include/grpc++/credentials.h",
23 "include/grpc++/impl/call.h",
24 "include/grpc++/impl/client_unary_call.h",
25 "include/grpc++/impl/internal_stub.h",
26 "include/grpc++/impl/rpc_method.h",
27 "include/grpc++/impl/rpc_service_method.h",
28 "include/grpc++/impl/service_type.h",
29 "include/grpc++/server.h",
30 "include/grpc++/server_builder.h",
31 "include/grpc++/server_context.h",
32 "include/grpc++/server_credentials.h",
33 "include/grpc++/status.h",
34 "include/grpc++/status_code_enum.h",
35 "include/grpc++/stream.h",
36 "include/grpc++/thread_pool_interface.h"
37 ],
38 "headers": [
39 "src/cpp/client/channel.h",
40 "src/cpp/proto/proto_utils.h",
41 "src/cpp/server/thread_pool.h",
42 "src/cpp/util/time.h"
43 ],
44 "src": [
45 "src/cpp/client/channel.cc",
46 "src/cpp/client/channel_arguments.cc",
47 "src/cpp/client/client_context.cc",
48 "src/cpp/client/client_unary_call.cc",
49 "src/cpp/client/create_channel.cc",
50 "src/cpp/client/credentials.cc",
51 "src/cpp/client/insecure_credentials.cc",
52 "src/cpp/client/internal_stub.cc",
53 "src/cpp/common/call.cc",
54 "src/cpp/common/completion_queue.cc",
55 "src/cpp/common/rpc_method.cc",
56 "src/cpp/proto/proto_utils.cc",
57 "src/cpp/server/server.cc",
58 "src/cpp/server/server_builder.cc",
59 "src/cpp/server/server_context.cc",
60 "src/cpp/server/server_credentials.cc",
61 "src/cpp/server/thread_pool.cc",
62 "src/cpp/util/status.cc",
63 "src/cpp/util/time.cc"
64 ]
65 },
66 {
nnoblec87b1c52015-01-05 17:15:18 -080067 "name": "grpc_base",
Craig Tiller0b2a3722015-01-18 11:30:07 -080068 "public_headers": [
69 "include/grpc/byte_buffer.h",
70 "include/grpc/byte_buffer_reader.h",
71 "include/grpc/grpc.h",
72 "include/grpc/status.h"
73 ],
74 "headers": [
75 "src/core/channel/census_filter.h",
76 "src/core/channel/channel_args.h",
77 "src/core/channel/channel_stack.h",
78 "src/core/channel/child_channel.h",
79 "src/core/channel/client_channel.h",
80 "src/core/channel/client_setup.h",
81 "src/core/channel/connected_channel.h",
82 "src/core/channel/http_client_filter.h",
83 "src/core/channel/http_filter.h",
84 "src/core/channel/http_server_filter.h",
85 "src/core/channel/metadata_buffer.h",
86 "src/core/channel/noop_filter.h",
87 "src/core/compression/algorithm.h",
88 "src/core/compression/message_compress.h",
Craig Tiller6e7c6222015-02-20 15:31:21 -080089 "src/core/debug/trace.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080090 "src/core/iomgr/alarm.h",
91 "src/core/iomgr/alarm_heap.h",
92 "src/core/iomgr/alarm_internal.h",
93 "src/core/iomgr/endpoint.h",
94 "src/core/iomgr/endpoint_pair.h",
95 "src/core/iomgr/fd_posix.h",
Nicolas Noble45e67a32015-02-09 16:20:49 -080096 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080097 "src/core/iomgr/iomgr.h",
98 "src/core/iomgr/iomgr_internal.h",
99 "src/core/iomgr/iomgr_posix.h",
100 "src/core/iomgr/pollset.h",
101 "src/core/iomgr/pollset_kick.h",
102 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -0800103 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800104 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800105 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800106 "src/core/iomgr/resolve_address.h",
107 "src/core/iomgr/sockaddr.h",
108 "src/core/iomgr/sockaddr_posix.h",
109 "src/core/iomgr/sockaddr_utils.h",
110 "src/core/iomgr/sockaddr_win32.h",
111 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100112 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800113 "src/core/iomgr/tcp_client.h",
114 "src/core/iomgr/tcp_posix.h",
115 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100116 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800117 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -0800118 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -0800119 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800120 "src/core/json/json.h",
121 "src/core/json/json_common.h",
122 "src/core/json/json_reader.h",
123 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800124 "src/core/statistics/census_interface.h",
125 "src/core/statistics/census_log.h",
126 "src/core/statistics/census_rpc_stats.h",
127 "src/core/statistics/census_tracing.h",
128 "src/core/statistics/hash_table.h",
129 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -0800130 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800131 "src/core/surface/call.h",
132 "src/core/surface/channel.h",
133 "src/core/surface/client.h",
134 "src/core/surface/completion_queue.h",
135 "src/core/surface/event_string.h",
136 "src/core/surface/lame_client.h",
137 "src/core/surface/server.h",
138 "src/core/surface/surface_trace.h",
139 "src/core/transport/chttp2/bin_encoder.h",
140 "src/core/transport/chttp2/frame.h",
141 "src/core/transport/chttp2/frame_data.h",
142 "src/core/transport/chttp2/frame_goaway.h",
143 "src/core/transport/chttp2/frame_ping.h",
144 "src/core/transport/chttp2/frame_rst_stream.h",
145 "src/core/transport/chttp2/frame_settings.h",
146 "src/core/transport/chttp2/frame_window_update.h",
147 "src/core/transport/chttp2/hpack_parser.h",
148 "src/core/transport/chttp2/hpack_table.h",
149 "src/core/transport/chttp2/http2_errors.h",
150 "src/core/transport/chttp2/huffsyms.h",
151 "src/core/transport/chttp2/status_conversion.h",
152 "src/core/transport/chttp2/stream_encoder.h",
153 "src/core/transport/chttp2/stream_map.h",
154 "src/core/transport/chttp2/timeout_encoding.h",
155 "src/core/transport/chttp2/varint.h",
156 "src/core/transport/chttp2_transport.h",
157 "src/core/transport/metadata.h",
158 "src/core/transport/stream_op.h",
159 "src/core/transport/transport.h",
160 "src/core/transport/transport_impl.h"
161 ],
nnoblec87b1c52015-01-05 17:15:18 -0800162 "src": [
163 "src/core/channel/call_op_string.c",
164 "src/core/channel/census_filter.c",
165 "src/core/channel/channel_args.c",
166 "src/core/channel/channel_stack.c",
167 "src/core/channel/child_channel.c",
168 "src/core/channel/client_channel.c",
169 "src/core/channel/client_setup.c",
170 "src/core/channel/connected_channel.c",
171 "src/core/channel/http_client_filter.c",
172 "src/core/channel/http_filter.c",
173 "src/core/channel/http_server_filter.c",
174 "src/core/channel/metadata_buffer.c",
175 "src/core/channel/noop_filter.c",
176 "src/core/compression/algorithm.c",
177 "src/core/compression/message_compress.c",
Craig Tiller6e7c6222015-02-20 15:31:21 -0800178 "src/core/debug/trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800179 "src/core/iomgr/alarm.c",
180 "src/core/iomgr/alarm_heap.c",
181 "src/core/iomgr/endpoint.c",
182 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800183 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800184 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800185 "src/core/iomgr/iomgr.c",
186 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100187 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800188 "src/core/iomgr/pollset_kick.c",
David Klempnerbaced4d2015-02-10 17:10:15 -0800189 "src/core/iomgr/pollset_multipoller_with_epoll.c",
Craig Tiller24c06ea2015-02-11 21:26:45 -0800190 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800191 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800192 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Noble94964fd2015-02-21 07:19:19 +0100193 "src/core/iomgr/resolve_address_posix.c",
194 "src/core/iomgr/resolve_address_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800195 "src/core/iomgr/sockaddr_utils.c",
196 "src/core/iomgr/socket_utils_common_posix.c",
197 "src/core/iomgr/socket_utils_linux.c",
198 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100199 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800200 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100201 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800202 "src/core/iomgr/tcp_posix.c",
203 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100204 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100205 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800206 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800207 "src/core/iomgr/wakeup_fd_eventfd.c",
208 "src/core/iomgr/wakeup_fd_nospecial.c",
209 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800210 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800211 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800212 "src/core/json/json_reader.c",
213 "src/core/json/json_string.c",
214 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800215 "src/core/statistics/census_init.c",
216 "src/core/statistics/census_log.c",
217 "src/core/statistics/census_rpc_stats.c",
218 "src/core/statistics/census_tracing.c",
219 "src/core/statistics/hash_table.c",
220 "src/core/statistics/window_stats.c",
221 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800222 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800223 "src/core/surface/byte_buffer_reader.c",
224 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800225 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800226 "src/core/surface/channel.c",
227 "src/core/surface/channel_create.c",
228 "src/core/surface/client.c",
229 "src/core/surface/completion_queue.c",
230 "src/core/surface/event_string.c",
231 "src/core/surface/init.c",
232 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800233 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800234 "src/core/surface/server.c",
235 "src/core/surface/server_chttp2.c",
236 "src/core/surface/server_create.c",
237 "src/core/transport/chttp2/alpn.c",
238 "src/core/transport/chttp2/bin_encoder.c",
239 "src/core/transport/chttp2/frame_data.c",
240 "src/core/transport/chttp2/frame_goaway.c",
241 "src/core/transport/chttp2/frame_ping.c",
242 "src/core/transport/chttp2/frame_rst_stream.c",
243 "src/core/transport/chttp2/frame_settings.c",
244 "src/core/transport/chttp2/frame_window_update.c",
245 "src/core/transport/chttp2/hpack_parser.c",
246 "src/core/transport/chttp2/hpack_table.c",
247 "src/core/transport/chttp2/huffsyms.c",
248 "src/core/transport/chttp2/status_conversion.c",
249 "src/core/transport/chttp2/stream_encoder.c",
250 "src/core/transport/chttp2/stream_map.c",
251 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800252 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800253 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800254 "src/core/transport/metadata.c",
255 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800256 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800257 ]
258 }
259 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800260 "libs": [
261 {
262 "name": "gpr",
263 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800264 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800265 "public_headers": [
266 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800267 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800268 "include/grpc/support/atm_gcc_atomic.h",
269 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800270 "include/grpc/support/atm_win32.h",
271 "include/grpc/support/cancellable_platform.h",
272 "include/grpc/support/cmdline.h",
273 "include/grpc/support/histogram.h",
274 "include/grpc/support/host_port.h",
275 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100276 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800277 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800278 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800279 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800280 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800281 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 "include/grpc/support/sync_posix.h",
283 "include/grpc/support/sync_win32.h",
284 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800285 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800286 "include/grpc/support/useful.h"
287 ],
288 "headers": [
Julien Boeuf026a4172015-02-02 18:36:37 -0800289 "src/core/support/env.h",
290 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800292 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800293 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800294 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800295 ],
296 "src": [
297 "src/core/support/alloc.c",
298 "src/core/support/cancellable.c",
299 "src/core/support/cmdline.c",
300 "src/core/support/cpu_linux.c",
301 "src/core/support/cpu_posix.c",
Jan Tattermusch6943fb32015-02-09 17:38:52 -0800302 "src/core/support/cpu_windows.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800303 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800304 "src/core/support/env_posix.c",
305 "src/core/support/env_win32.c",
306 "src/core/support/file.c",
307 "src/core/support/file_posix.c",
308 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800309 "src/core/support/histogram.c",
310 "src/core/support/host_port.c",
311 "src/core/support/log.c",
312 "src/core/support/log_android.c",
313 "src/core/support/log_linux.c",
314 "src/core/support/log_posix.c",
315 "src/core/support/log_win32.c",
316 "src/core/support/murmur_hash.c",
317 "src/core/support/slice.c",
318 "src/core/support/slice_buffer.c",
319 "src/core/support/string.c",
320 "src/core/support/string_posix.c",
321 "src/core/support/string_win32.c",
322 "src/core/support/sync.c",
323 "src/core/support/sync_posix.c",
324 "src/core/support/sync_win32.c",
325 "src/core/support/thd_posix.c",
326 "src/core/support/thd_win32.c",
327 "src/core/support/time.c",
328 "src/core/support/time_posix.c",
329 "src/core/support/time_win32.c"
330 ],
331 "secure": false,
332 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
333 },
334 {
335 "name": "gpr_test_util",
336 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800337 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800338 "src": [
339 "test/core/util/test_config.c"
340 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800341 "deps": [
342 "gpr"
343 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800344 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800345 },
346 {
347 "name": "grpc",
348 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800349 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800350 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800351 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800352 ],
353 "headers": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100354 "src/core/httpcli/format_request.h",
355 "src/core/httpcli/httpcli.h",
356 "src/core/httpcli/httpcli_security_context.h",
357 "src/core/httpcli/parser.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800358 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800359 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800360 "src/core/security/credentials.h",
jboeufbefd2652014-12-12 15:39:47 -0800361 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800362 "src/core/security/secure_transport_setup.h",
363 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800364 "src/core/tsi/fake_transport_security.h",
365 "src/core/tsi/ssl_transport_security.h",
366 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800367 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800368 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800369 "src": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100370 "src/core/httpcli/format_request.c",
371 "src/core/httpcli/httpcli.c",
372 "src/core/httpcli/httpcli_security_context.c",
373 "src/core/httpcli/parser.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800374 "src/core/security/auth.c",
375 "src/core/security/base64.c",
376 "src/core/security/credentials.c",
377 "src/core/security/factories.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800378 "src/core/security/json_token.c",
379 "src/core/security/secure_endpoint.c",
380 "src/core/security/secure_transport_setup.c",
381 "src/core/security/security_context.c",
382 "src/core/security/server_secure_chttp2.c",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100383 "src/core/surface/secure_channel_create.c",
384 "src/core/surface/secure_server_create.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800385 "src/core/tsi/fake_transport_security.c",
386 "src/core/tsi/ssl_transport_security.c",
387 "src/core/tsi/transport_security.c"
388 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800389 "deps": [
390 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800391 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800392 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800393 "filegroups": [
394 "grpc_base"
395 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800396 "secure": true,
397 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800398 },
399 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800400 "name": "grpc_test_util",
401 "build": "private",
402 "language": "c",
403 "src": [
404 "test/core/end2end/cq_verifier.c",
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800405 "test/core/end2end/data/server1_cert.c",
406 "test/core/end2end/data/server1_key.c",
407 "test/core/end2end/data/test_root_cert.c",
408 "test/core/iomgr/endpoint_tests.c",
409 "test/core/statistics/census_log_tests.c",
410 "test/core/transport/transport_end2end_tests.c",
411 "test/core/util/grpc_profiler.c",
412 "test/core/util/parse_hexstring.c",
413 "test/core/util/port_posix.c",
414 "test/core/util/slice_splitter.c"
415 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800416 "deps": [
417 "gpr",
418 "grpc"
419 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800420 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
421 },
422 {
423 "name": "grpc_unsecure",
424 "build": "all",
425 "language": "c",
426 "deps": [
427 "gpr"
428 ],
429 "baselib": true,
430 "filegroups": [
431 "grpc_base"
432 ],
433 "secure": false,
434 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
435 },
436 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800437 "name": "grpc++",
438 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800439 "language": "c++",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800440 "src": [
Craig Tiller47c83fd2015-02-21 22:45:35 -0800441 "src/cpp/client/secure_credentials.cc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800442 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800443 "deps": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100444 "gpr",
nnoble5b7f32a2014-12-22 08:12:44 -0800445 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800446 ],
Craig Tiller47c83fd2015-02-21 22:45:35 -0800447 "baselib": true,
448 "filegroups": [
449 "grpc++_base"
450 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800451 "secure": true,
452 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800453 },
454 {
455 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800456 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800457 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800458 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800459 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800460 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800461 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800462 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800463 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800464 },
465 {
Craig Tiller47c83fd2015-02-21 22:45:35 -0800466 "name": "grpc++_unsecure",
467 "build": "all",
468 "language": "c++",
469 "deps": [
470 "gpr",
471 "grpc_unsecure"
472 ],
473 "baselib": true,
474 "filegroups": [
475 "grpc++_base"
476 ],
477 "secure": false
478 },
479 {
Chen wang84232512015-02-12 17:29:18 -0800480 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800481 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800482 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800483 "src": [
Chen wang84232512015-02-12 17:29:18 -0800484 "examples/pubsub/label.proto",
485 "examples/pubsub/empty.proto",
486 "examples/pubsub/pubsub.proto",
487 "examples/pubsub/publisher.cc",
488 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800489 ],
490 "deps": [
491 "grpc++",
492 "grpc",
493 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800494 ]
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100495 },
496 {
497 "name": "grpc_csharp_ext",
498 "build": "all",
499 "language": "csharp",
500 "src": [
501 "src/csharp/ext/grpc_csharp_ext.c"
502 ],
503 "deps": [
504 "gpr",
505 "grpc"
506 ],
507 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800508 }
509 ],
510 "targets": [
511 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800512 "name": "alarm_heap_test",
513 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800514 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800515 "src": [
516 "test/core/iomgr/alarm_heap_test.c"
517 ],
518 "deps": [
519 "grpc_test_util",
520 "grpc",
521 "gpr_test_util",
522 "gpr"
523 ]
524 },
525 {
526 "name": "alarm_list_test",
527 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800528 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800529 "src": [
530 "test/core/iomgr/alarm_list_test.c"
531 ],
532 "deps": [
533 "grpc_test_util",
534 "grpc",
535 "gpr_test_util",
536 "gpr"
537 ]
538 },
539 {
540 "name": "alarm_test",
541 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800542 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800543 "src": [
544 "test/core/iomgr/alarm_test.c"
545 ],
546 "deps": [
547 "grpc_test_util",
548 "grpc",
549 "gpr_test_util",
550 "gpr"
551 ]
552 },
553 {
554 "name": "alpn_test",
555 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800556 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800557 "src": [
558 "test/core/transport/chttp2/alpn_test.c"
559 ],
560 "deps": [
561 "grpc_test_util",
562 "grpc",
563 "gpr_test_util",
564 "gpr"
565 ]
566 },
567 {
568 "name": "bin_encoder_test",
569 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800570 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800571 "src": [
572 "test/core/transport/chttp2/bin_encoder_test.c"
573 ],
574 "deps": [
575 "grpc_test_util",
576 "grpc",
577 "gpr_test_util",
578 "gpr"
579 ]
580 },
581 {
582 "name": "census_hash_table_test",
583 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800584 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800585 "src": [
586 "test/core/statistics/hash_table_test.c"
587 ],
588 "deps": [
589 "grpc_test_util",
590 "grpc",
591 "gpr_test_util",
592 "gpr"
593 ]
594 },
595 {
596 "name": "census_statistics_multiple_writers_circular_buffer_test",
597 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800598 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800599 "src": [
600 "test/core/statistics/multiple_writers_circular_buffer_test.c"
601 ],
602 "deps": [
603 "grpc_test_util",
604 "grpc",
605 "gpr_test_util",
606 "gpr"
607 ]
608 },
609 {
610 "name": "census_statistics_multiple_writers_test",
611 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800612 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800613 "src": [
614 "test/core/statistics/multiple_writers_test.c"
615 ],
616 "deps": [
617 "grpc_test_util",
618 "grpc",
619 "gpr_test_util",
620 "gpr"
621 ]
622 },
623 {
624 "name": "census_statistics_performance_test",
625 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800626 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800627 "src": [
628 "test/core/statistics/performance_test.c"
629 ],
630 "deps": [
631 "grpc_test_util",
632 "grpc",
633 "gpr_test_util",
634 "gpr"
635 ]
636 },
637 {
638 "name": "census_statistics_quick_test",
639 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800640 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800641 "src": [
642 "test/core/statistics/quick_test.c"
643 ],
644 "deps": [
645 "grpc_test_util",
646 "grpc",
647 "gpr_test_util",
648 "gpr"
649 ]
650 },
651 {
652 "name": "census_statistics_small_log_test",
653 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800654 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800655 "src": [
656 "test/core/statistics/small_log_test.c"
657 ],
658 "deps": [
659 "grpc_test_util",
660 "grpc",
661 "gpr_test_util",
662 "gpr"
663 ]
664 },
665 {
666 "name": "census_stats_store_test",
667 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800668 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800669 "src": [
670 "test/core/statistics/rpc_stats_test.c"
671 ],
672 "deps": [
673 "grpc_test_util",
674 "grpc",
675 "gpr_test_util",
676 "gpr"
677 ]
678 },
679 {
680 "name": "census_stub_test",
681 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800682 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800683 "src": [
684 "test/core/statistics/census_stub_test.c"
685 ],
686 "deps": [
687 "grpc_test_util",
688 "grpc",
689 "gpr_test_util",
690 "gpr"
691 ]
692 },
693 {
694 "name": "census_trace_store_test",
695 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800696 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800697 "src": [
698 "test/core/statistics/trace_test.c"
699 ],
700 "deps": [
701 "grpc_test_util",
702 "grpc",
703 "gpr_test_util",
704 "gpr"
705 ]
706 },
707 {
708 "name": "census_window_stats_test",
709 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800710 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800711 "src": [
712 "test/core/statistics/window_stats_test.c"
713 ],
714 "deps": [
715 "grpc_test_util",
716 "grpc",
717 "gpr_test_util",
718 "gpr"
719 ]
720 },
721 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800722 "name": "chttp2_status_conversion_test",
723 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800724 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800725 "src": [
726 "test/core/transport/chttp2/status_conversion_test.c"
727 ],
728 "deps": [
729 "grpc_test_util",
730 "grpc",
731 "gpr_test_util",
732 "gpr"
733 ]
734 },
735 {
736 "name": "chttp2_stream_encoder_test",
737 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800738 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800739 "src": [
740 "test/core/transport/chttp2/stream_encoder_test.c"
741 ],
742 "deps": [
743 "grpc_test_util",
744 "grpc",
745 "gpr_test_util",
746 "gpr"
747 ]
748 },
749 {
750 "name": "chttp2_stream_map_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/transport/chttp2/stream_map_test.c"
755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
759 "gpr_test_util",
760 "gpr"
761 ]
762 },
763 {
764 "name": "chttp2_transport_end2end_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/transport/chttp2_transport_end2end_test.c"
769 ],
770 "deps": [
771 "grpc_test_util",
772 "grpc",
773 "gpr_test_util",
774 "gpr"
775 ]
776 },
777 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800778 "name": "dualstack_socket_test",
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/end2end/dualstack_socket_test.c"
783 ],
784 "deps": [
785 "grpc_test_util",
786 "grpc",
787 "gpr_test_util",
788 "gpr"
789 ]
790 },
791 {
792 "name": "echo_client",
793 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800794 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800795 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800796 "src": [
797 "test/core/echo/client.c"
798 ],
799 "deps": [
800 "grpc_test_util",
801 "grpc",
802 "gpr_test_util",
803 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800804 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800805 },
806 {
807 "name": "echo_server",
808 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800809 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800810 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800811 "src": [
812 "test/core/echo/server.c"
813 ],
814 "deps": [
815 "grpc_test_util",
816 "grpc",
817 "gpr_test_util",
818 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800819 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800820 },
821 {
822 "name": "echo_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/echo/echo_test.c"
827 ],
828 "deps": [
829 "grpc_test_util",
830 "grpc",
831 "gpr_test_util",
832 "gpr"
833 ]
834 },
835 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800836 "name": "fd_posix_test",
837 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800838 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800839 "src": [
840 "test/core/iomgr/fd_posix_test.c"
841 ],
842 "deps": [
843 "grpc_test_util",
844 "grpc",
845 "gpr_test_util",
846 "gpr"
847 ]
848 },
849 {
850 "name": "fling_client",
851 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800852 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800853 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800854 "src": [
855 "test/core/fling/client.c"
856 ],
857 "deps": [
858 "grpc_test_util",
859 "grpc",
860 "gpr_test_util",
861 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800862 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800863 },
864 {
865 "name": "fling_server",
866 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800867 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800868 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800869 "src": [
870 "test/core/fling/server.c"
871 ],
872 "deps": [
873 "grpc_test_util",
874 "grpc",
875 "gpr_test_util",
876 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800877 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800878 },
879 {
880 "name": "fling_stream_test",
881 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800882 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800883 "src": [
884 "test/core/fling/fling_stream_test.c"
885 ],
886 "deps": [
887 "grpc_test_util",
888 "grpc",
889 "gpr_test_util",
890 "gpr"
891 ]
892 },
893 {
894 "name": "fling_test",
895 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800896 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800897 "src": [
898 "test/core/fling/fling_test.c"
899 ],
900 "deps": [
901 "grpc_test_util",
902 "grpc",
903 "gpr_test_util",
904 "gpr"
905 ]
906 },
907 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800908 "name": "gen_hpack_tables",
909 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800910 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800911 "src": [
912 "src/core/transport/chttp2/gen_hpack_tables.c"
913 ],
914 "deps": [
915 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800916 "gpr",
917 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800918 ]
919 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800920 {
921 "name": "gpr_cancellable_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/cancellable_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 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800933 "name": "gpr_cmdline_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/cmdline_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 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800945 "name": "gpr_env_test",
946 "build": "test",
947 "language": "c",
948 "src": [
949 "test/core/support/env_test.c"
950 ],
951 "deps": [
952 "gpr_test_util",
953 "gpr"
954 ]
955 },
956 {
957 "name": "gpr_file_test",
958 "build": "test",
959 "language": "c",
960 "src": [
961 "test/core/support/file_test.c"
962 ],
963 "deps": [
964 "gpr_test_util",
965 "gpr"
966 ]
967 },
968 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800969 "name": "gpr_histogram_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/histogram_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 {
981 "name": "gpr_host_port_test",
982 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800983 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800984 "src": [
985 "test/core/support/host_port_test.c"
986 ],
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": "gpr_log_test",
994 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800995 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800996 "src": [
997 "test/core/support/log_test.c"
998 ],
999 "deps": [
1000 "gpr_test_util",
1001 "gpr"
1002 ]
1003 },
1004 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 "name": "gpr_slice_buffer_test",
1006 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001007 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001008 "src": [
1009 "test/core/support/slice_buffer_test.c"
1010 ],
1011 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001012 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001013 "gpr"
1014 ]
1015 },
1016 {
1017 "name": "gpr_slice_test",
1018 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001019 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001020 "src": [
1021 "test/core/support/slice_test.c"
1022 ],
1023 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001024 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001025 "gpr"
1026 ]
1027 },
1028 {
1029 "name": "gpr_string_test",
1030 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001031 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001032 "src": [
1033 "test/core/support/string_test.c"
1034 ],
1035 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001036 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001037 "gpr"
1038 ]
1039 },
1040 {
1041 "name": "gpr_sync_test",
1042 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001043 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001044 "src": [
1045 "test/core/support/sync_test.c"
1046 ],
1047 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001048 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001049 "gpr"
1050 ]
1051 },
1052 {
1053 "name": "gpr_thd_test",
1054 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001055 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001056 "src": [
1057 "test/core/support/thd_test.c"
1058 ],
1059 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001060 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001061 "gpr"
1062 ]
1063 },
1064 {
1065 "name": "gpr_time_test",
1066 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001067 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001068 "src": [
1069 "test/core/support/time_test.c"
1070 ],
1071 "deps": [
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": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001078 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001079 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001080 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001081 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001082 ],
1083 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001084 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 "gpr"
1086 ]
1087 },
1088 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001089 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001090 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001091 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001093 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001094 ],
1095 "deps": [
1096 "grpc_test_util",
1097 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001098 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 "gpr"
1100 ]
1101 },
1102 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001103 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001104 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001105 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001106 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001107 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001108 ],
1109 "deps": [
1110 "grpc_test_util",
1111 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001112 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 "gpr"
1114 ]
1115 },
1116 {
1117 "name": "grpc_channel_stack_test",
1118 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001119 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001120 "src": [
1121 "test/core/channel/channel_stack_test.c"
1122 ],
1123 "deps": [
1124 "grpc_test_util",
1125 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001126 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001127 "gpr"
1128 ]
1129 },
1130 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001131 "name": "grpc_completion_queue_benchmark",
1132 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001133 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001134 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001135 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001136 ],
1137 "deps": [
1138 "grpc_test_util",
1139 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001140 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 "gpr"
1142 ]
1143 },
1144 {
1145 "name": "grpc_completion_queue_test",
1146 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001147 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001148 "src": [
1149 "test/core/surface/completion_queue_test.c"
1150 ],
1151 "deps": [
1152 "grpc_test_util",
1153 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001154 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001155 "gpr"
1156 ]
1157 },
1158 {
Nicolas "Pixel" Nobleb8f5f1b2015-02-21 19:03:00 +01001159 "name": "grpc_create_jwt",
1160 "build": "tool",
1161 "language": "c",
1162 "src": [
1163 "test/core/security/create_jwt.c"
1164 ],
1165 "deps": [
1166 "grpc_test_util",
1167 "grpc",
1168 "gpr_test_util",
1169 "gpr"
1170 ]
1171 },
1172 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001173 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001175 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001176 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001177 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 ],
1179 "deps": [
1180 "grpc_test_util",
1181 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001182 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001183 "gpr"
1184 ]
1185 },
1186 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001187 "name": "grpc_fetch_oauth2",
1188 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001189 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001190 "src": [
1191 "test/core/security/fetch_oauth2.c"
1192 ],
1193 "deps": [
1194 "grpc_test_util",
1195 "grpc",
1196 "gpr_test_util",
1197 "gpr"
1198 ]
1199 },
1200 {
1201 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001203 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001205 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 ],
1207 "deps": [
1208 "grpc_test_util",
1209 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001210 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001211 "gpr"
1212 ]
1213 },
1214 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001215 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001216 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001217 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001218 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001219 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001220 ],
1221 "deps": [
1222 "grpc_test_util",
1223 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001224 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001225 "gpr"
1226 ]
1227 },
1228 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001229 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001230 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001231 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001232 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001233 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001234 ],
1235 "deps": [
1236 "grpc_test_util",
1237 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001238 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001239 "gpr"
1240 ]
1241 },
1242 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001243 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001244 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001245 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001246 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001247 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001248 ],
1249 "deps": [
1250 "grpc_test_util",
1251 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001252 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001253 "gpr"
1254 ]
1255 },
1256 {
1257 "name": "httpcli_format_request_test",
1258 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001259 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001260 "src": [
1261 "test/core/httpcli/format_request_test.c"
1262 ],
1263 "deps": [
1264 "grpc_test_util",
1265 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001266 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001267 "gpr"
1268 ]
1269 },
1270 {
1271 "name": "httpcli_parser_test",
1272 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001273 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001274 "src": [
1275 "test/core/httpcli/parser_test.c"
1276 ],
1277 "deps": [
1278 "grpc_test_util",
1279 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001280 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001281 "gpr"
1282 ]
1283 },
1284 {
1285 "name": "httpcli_test",
1286 "build": "test",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001287 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001288 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001289 "src": [
1290 "test/core/httpcli/httpcli_test.c"
1291 ],
1292 "deps": [
1293 "grpc_test_util",
1294 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001295 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001296 "gpr"
1297 ]
1298 },
1299 {
Craig Tiller4450db22015-01-30 16:49:22 -08001300 "name": "json_rewrite",
1301 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001302 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001303 "language": "c",
1304 "src": [
1305 "test/core/json/json_rewrite.c"
1306 ],
1307 "deps": [
1308 "grpc",
1309 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001310 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001311 },
1312 {
1313 "name": "json_rewrite_test",
1314 "build": "test",
1315 "language": "c",
1316 "src": [
1317 "test/core/json/json_rewrite_test.c"
1318 ],
1319 "deps": [
1320 "grpc_test_util",
1321 "grpc",
1322 "gpr_test_util",
1323 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001324 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001325 },
1326 {
1327 "name": "json_test",
1328 "build": "test",
1329 "language": "c",
1330 "src": [
1331 "test/core/json/json_test.c"
1332 ],
1333 "deps": [
1334 "grpc_test_util",
1335 "grpc",
1336 "gpr_test_util",
1337 "gpr"
1338 ]
1339 },
1340 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001341 "name": "lame_client_test",
1342 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001343 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001344 "src": [
1345 "test/core/surface/lame_client_test.c"
1346 ],
1347 "deps": [
1348 "grpc_test_util",
1349 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001350 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001351 "gpr"
1352 ]
1353 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001354 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001355 "name": "low_level_ping_pong_benchmark",
1356 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001357 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001358 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001359 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001360 ],
1361 "deps": [
1362 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001363 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001364 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001365 "gpr"
1366 ]
1367 },
1368 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001369 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001370 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001371 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001372 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001373 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001374 ],
1375 "deps": [
1376 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001377 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001378 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001379 "gpr"
1380 ]
ctiller8919f602014-12-10 10:19:42 -08001381 },
1382 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001383 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001384 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001385 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001386 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001387 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001388 ],
1389 "deps": [
1390 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001391 "grpc",
1392 "gpr_test_util",
1393 "gpr"
1394 ]
1395 },
1396 {
Craig Tiller35108f62015-02-17 11:24:15 -08001397 "name": "multi_init_test",
1398 "build": "test",
1399 "language": "c",
1400 "src": [
1401 "test/core/surface/multi_init_test.c"
1402 ],
1403 "deps": [
1404 "grpc_test_util",
1405 "grpc",
1406 "gpr_test_util",
1407 "gpr"
1408 ]
1409 },
1410 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001411 "name": "murmur_hash_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/support/murmur_hash_test.c"
1416 ],
1417 "deps": [
1418 "gpr_test_util",
1419 "gpr"
1420 ]
1421 },
1422 {
1423 "name": "no_server_test",
1424 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001425 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001426 "src": [
1427 "test/core/end2end/no_server_test.c"
1428 ],
1429 "deps": [
1430 "grpc_test_util",
1431 "grpc",
1432 "gpr_test_util",
1433 "gpr"
1434 ]
1435 },
1436 {
David Klempnere3605682015-01-26 17:27:21 -08001437 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001438 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001439 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001440 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001441 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001442 ],
1443 "deps": [
1444 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001445 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001446 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001447 "gpr"
1448 ]
1449 },
1450 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001451 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001452 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001453 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001454 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001455 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001456 ],
1457 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001458 "grpc_test_util",
1459 "grpc",
1460 "gpr_test_util",
1461 "gpr"
1462 ]
1463 },
1464 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "name": "secure_endpoint_test",
1466 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001467 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001468 "src": [
1469 "test/core/security/secure_endpoint_test.c"
1470 ],
1471 "deps": [
1472 "grpc_test_util",
1473 "grpc",
1474 "gpr_test_util",
1475 "gpr"
1476 ]
1477 },
1478 {
1479 "name": "sockaddr_utils_test",
1480 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001481 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001482 "src": [
1483 "test/core/iomgr/sockaddr_utils_test.c"
1484 ],
1485 "deps": [
1486 "grpc_test_util",
1487 "grpc",
1488 "gpr_test_util",
1489 "gpr"
1490 ]
1491 },
1492 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001493 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001494 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001495 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001496 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001497 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001498 ],
1499 "deps": [
1500 "grpc_test_util",
1501 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001502 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001503 "gpr"
1504 ]
1505 },
1506 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001507 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001508 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001509 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001510 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001511 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001512 ],
1513 "deps": [
1514 "grpc_test_util",
1515 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001516 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001517 "gpr"
1518 ]
1519 },
1520 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001521 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001522 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001523 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001524 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001525 "test/core/iomgr/tcp_server_posix_test.c"
1526 ],
1527 "deps": [
1528 "grpc_test_util",
1529 "grpc",
1530 "gpr_test_util",
1531 "gpr"
1532 ]
1533 },
1534 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001535 "name": "time_averaged_stats_test",
1536 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001537 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001538 "src": [
1539 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001540 ],
1541 "deps": [
1542 "grpc_test_util",
1543 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001544 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001545 "gpr"
1546 ]
1547 },
1548 {
ctiller8919f602014-12-10 10:19:42 -08001549 "name": "time_test",
1550 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001551 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001552 "src": [
1553 "test/core/support/time_test.c"
1554 ],
1555 "deps": [
1556 "grpc_test_util",
1557 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001558 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001559 "gpr"
1560 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001561 },
1562 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001563 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001564 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001565 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001566 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001567 "test/core/transport/chttp2/timeout_encoding_test.c"
1568 ],
1569 "deps": [
1570 "grpc_test_util",
1571 "grpc",
1572 "gpr_test_util",
1573 "gpr"
1574 ]
1575 },
1576 {
1577 "name": "transport_metadata_test",
1578 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001579 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001580 "src": [
1581 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001582 ],
1583 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001584 "grpc_test_util",
1585 "grpc",
1586 "gpr_test_util",
1587 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001588 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001589 },
1590 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001591 "name": "async_end2end_test",
1592 "build": "test",
1593 "language": "c++",
1594 "src": [
1595 "test/cpp/end2end/async_end2end_test.cc"
1596 ],
1597 "deps": [
1598 "grpc++_test_util",
1599 "grpc_test_util",
1600 "grpc++",
1601 "grpc",
1602 "gpr_test_util",
1603 "gpr"
1604 ]
1605 },
1606 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001607 "name": "channel_arguments_test",
1608 "build": "test",
1609 "language": "c++",
1610 "src": [
1611 "test/cpp/client/channel_arguments_test.cc"
1612 ],
1613 "deps": [
1614 "grpc++",
1615 "grpc",
1616 "gpr"
1617 ]
1618 },
1619 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001620 "name": "credentials_test",
1621 "build": "test",
1622 "language": "c++",
1623 "src": [
1624 "test/cpp/client/credentials_test.cc"
1625 ],
1626 "deps": [
1627 "grpc++",
1628 "grpc",
1629 "gpr"
1630 ]
1631 },
1632 {
1633 "name": "end2end_test",
1634 "build": "test",
1635 "language": "c++",
1636 "src": [
1637 "test/cpp/end2end/end2end_test.cc"
1638 ],
1639 "deps": [
1640 "grpc++_test_util",
1641 "grpc_test_util",
1642 "grpc++",
1643 "grpc",
1644 "gpr_test_util",
1645 "gpr"
1646 ]
1647 },
1648 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001649 "name": "grpc_cpp_plugin",
1650 "build": "protoc",
1651 "language": "c++",
1652 "headers": [
1653 "src/compiler/cpp_generator.h",
1654 "src/compiler/cpp_generator_helpers.h"
1655 ],
1656 "src": [
1657 "src/compiler/cpp_generator.cc",
1658 "src/compiler/cpp_plugin.cc"
1659 ],
1660 "deps": [],
1661 "secure": false
1662 },
1663 {
1664 "name": "grpc_python_plugin",
1665 "build": "protoc",
1666 "language": "c++",
1667 "headers": [
1668 "src/compiler/python_generator.h"
1669 ],
1670 "src": [
1671 "src/compiler/python_generator.cc",
1672 "src/compiler/python_plugin.cc"
1673 ],
1674 "deps": [],
1675 "secure": false
1676 },
1677 {
1678 "name": "grpc_ruby_plugin",
1679 "build": "protoc",
1680 "language": "c++",
1681 "src": [
1682 "src/compiler/ruby_generator.cc",
1683 "src/compiler/ruby_plugin.cc"
1684 ],
1685 "deps": [],
1686 "secure": false
1687 },
1688 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001689 "name": "interop_client",
1690 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001691 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001692 "language": "c++",
1693 "src": [
1694 "test/cpp/interop/empty.proto",
1695 "test/cpp/interop/messages.proto",
1696 "test/cpp/interop/test.proto",
1697 "test/cpp/interop/client.cc"
1698 ],
1699 "deps": [
1700 "grpc++_test_util",
1701 "grpc_test_util",
1702 "grpc++",
1703 "grpc",
1704 "gpr_test_util",
1705 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001706 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001707 },
1708 {
1709 "name": "interop_server",
1710 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001711 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001712 "language": "c++",
1713 "src": [
1714 "test/cpp/interop/empty.proto",
1715 "test/cpp/interop/messages.proto",
1716 "test/cpp/interop/test.proto",
1717 "test/cpp/interop/server.cc"
1718 ],
1719 "deps": [
1720 "grpc++_test_util",
1721 "grpc_test_util",
1722 "grpc++",
1723 "grpc",
1724 "gpr_test_util",
1725 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001726 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001727 },
1728 {
Craig Tillerfe8af4e2015-02-21 07:04:49 -08001729 "name": "interop_test",
1730 "build": "test",
1731 "language": "c++",
1732 "src": [
1733 "test/cpp/interop/interop_test.cc"
1734 ],
1735 "deps": [
1736 "grpc_test_util",
1737 "grpc",
1738 "gpr_test_util",
1739 "gpr"
1740 ]
1741 },
1742 {
Craig Tiller73b70182015-02-17 07:36:09 -08001743 "name": "pubsub_client",
1744 "build": "test",
1745 "run": false,
1746 "language": "c++",
1747 "src": [
1748 "examples/pubsub/main.cc"
1749 ],
1750 "deps": [
1751 "pubsub_client_lib",
1752 "grpc++_test_util",
1753 "grpc_test_util",
1754 "grpc++",
1755 "grpc",
1756 "gpr_test_util",
1757 "gpr"
1758 ]
1759 },
1760 {
1761 "name": "pubsub_publisher_test",
1762 "build": "test",
1763 "language": "c++",
1764 "src": [
1765 "examples/pubsub/publisher_test.cc"
1766 ],
1767 "deps": [
1768 "pubsub_client_lib",
1769 "grpc++_test_util",
1770 "grpc_test_util",
1771 "grpc++",
1772 "grpc",
1773 "gpr_test_util",
1774 "gpr"
1775 ]
1776 },
1777 {
1778 "name": "pubsub_subscriber_test",
1779 "build": "test",
1780 "language": "c++",
1781 "src": [
1782 "examples/pubsub/subscriber_test.cc"
1783 ],
1784 "deps": [
1785 "pubsub_client_lib",
1786 "grpc++_test_util",
1787 "grpc_test_util",
1788 "grpc++",
1789 "grpc",
1790 "gpr_test_util",
1791 "gpr"
1792 ]
1793 },
1794 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001795 "name": "qps_client",
1796 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001797 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001798 "language": "c++",
1799 "src": [
1800 "test/cpp/qps/qpstest.proto",
1801 "test/cpp/qps/client.cc"
1802 ],
1803 "deps": [
1804 "grpc++_test_util",
1805 "grpc_test_util",
1806 "grpc++",
1807 "grpc",
1808 "gpr_test_util",
1809 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001810 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001811 },
1812 {
1813 "name": "qps_server",
1814 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001815 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001816 "language": "c++",
1817 "src": [
1818 "test/cpp/qps/qpstest.proto",
1819 "test/cpp/qps/server.cc"
1820 ],
1821 "deps": [
1822 "grpc++_test_util",
1823 "grpc_test_util",
1824 "grpc++",
1825 "grpc",
1826 "gpr_test_util",
1827 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001828 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001829 },
1830 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001831 "name": "status_test",
1832 "build": "test",
1833 "language": "c++",
1834 "src": [
1835 "test/cpp/util/status_test.cc"
1836 ],
1837 "deps": [
1838 "grpc_test_util",
1839 "grpc++",
1840 "grpc",
1841 "gpr_test_util",
1842 "gpr"
1843 ]
1844 },
1845 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001846 "name": "thread_pool_test",
1847 "build": "test",
1848 "language": "c++",
1849 "src": [
1850 "test/cpp/server/thread_pool_test.cc"
1851 ],
1852 "deps": [
1853 "grpc_test_util",
1854 "grpc++",
1855 "grpc",
1856 "gpr_test_util",
1857 "gpr"
1858 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001859 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001860 ]
1861}