blob: f1f11650c1726ca172f4d1467270a140b16faf9d [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",
Craig Tiller6e7c6222015-02-20 15:31:21 -080035 "src/core/debug/trace.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080036 "src/core/iomgr/alarm.h",
37 "src/core/iomgr/alarm_heap.h",
38 "src/core/iomgr/alarm_internal.h",
39 "src/core/iomgr/endpoint.h",
40 "src/core/iomgr/endpoint_pair.h",
41 "src/core/iomgr/fd_posix.h",
Nicolas Noble45e67a32015-02-09 16:20:49 -080042 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080043 "src/core/iomgr/iomgr.h",
44 "src/core/iomgr/iomgr_internal.h",
45 "src/core/iomgr/iomgr_posix.h",
46 "src/core/iomgr/pollset.h",
47 "src/core/iomgr/pollset_kick.h",
48 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080049 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080050 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080051 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080052 "src/core/iomgr/resolve_address.h",
53 "src/core/iomgr/sockaddr.h",
54 "src/core/iomgr/sockaddr_posix.h",
55 "src/core/iomgr/sockaddr_utils.h",
56 "src/core/iomgr/sockaddr_win32.h",
57 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010058 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080059 "src/core/iomgr/tcp_client.h",
60 "src/core/iomgr/tcp_posix.h",
61 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010062 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080063 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080064 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080065 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080066 "src/core/json/json.h",
67 "src/core/json/json_common.h",
68 "src/core/json/json_reader.h",
69 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080070 "src/core/statistics/census_interface.h",
71 "src/core/statistics/census_log.h",
72 "src/core/statistics/census_rpc_stats.h",
73 "src/core/statistics/census_tracing.h",
74 "src/core/statistics/hash_table.h",
75 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080076 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080077 "src/core/surface/call.h",
78 "src/core/surface/channel.h",
79 "src/core/surface/client.h",
80 "src/core/surface/completion_queue.h",
81 "src/core/surface/event_string.h",
82 "src/core/surface/lame_client.h",
83 "src/core/surface/server.h",
84 "src/core/surface/surface_trace.h",
85 "src/core/transport/chttp2/bin_encoder.h",
86 "src/core/transport/chttp2/frame.h",
87 "src/core/transport/chttp2/frame_data.h",
88 "src/core/transport/chttp2/frame_goaway.h",
89 "src/core/transport/chttp2/frame_ping.h",
90 "src/core/transport/chttp2/frame_rst_stream.h",
91 "src/core/transport/chttp2/frame_settings.h",
92 "src/core/transport/chttp2/frame_window_update.h",
93 "src/core/transport/chttp2/hpack_parser.h",
94 "src/core/transport/chttp2/hpack_table.h",
95 "src/core/transport/chttp2/http2_errors.h",
96 "src/core/transport/chttp2/huffsyms.h",
97 "src/core/transport/chttp2/status_conversion.h",
98 "src/core/transport/chttp2/stream_encoder.h",
99 "src/core/transport/chttp2/stream_map.h",
100 "src/core/transport/chttp2/timeout_encoding.h",
101 "src/core/transport/chttp2/varint.h",
102 "src/core/transport/chttp2_transport.h",
103 "src/core/transport/metadata.h",
104 "src/core/transport/stream_op.h",
105 "src/core/transport/transport.h",
106 "src/core/transport/transport_impl.h"
107 ],
nnoblec87b1c52015-01-05 17:15:18 -0800108 "src": [
109 "src/core/channel/call_op_string.c",
110 "src/core/channel/census_filter.c",
111 "src/core/channel/channel_args.c",
112 "src/core/channel/channel_stack.c",
113 "src/core/channel/child_channel.c",
114 "src/core/channel/client_channel.c",
115 "src/core/channel/client_setup.c",
116 "src/core/channel/connected_channel.c",
117 "src/core/channel/http_client_filter.c",
118 "src/core/channel/http_filter.c",
119 "src/core/channel/http_server_filter.c",
120 "src/core/channel/metadata_buffer.c",
121 "src/core/channel/noop_filter.c",
122 "src/core/compression/algorithm.c",
123 "src/core/compression/message_compress.c",
Craig Tiller6e7c6222015-02-20 15:31:21 -0800124 "src/core/debug/trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800125 "src/core/iomgr/alarm.c",
126 "src/core/iomgr/alarm_heap.c",
127 "src/core/iomgr/endpoint.c",
128 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800129 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800130 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800131 "src/core/iomgr/iomgr.c",
132 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100133 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800134 "src/core/iomgr/pollset_kick.c",
David Klempnerbaced4d2015-02-10 17:10:15 -0800135 "src/core/iomgr/pollset_multipoller_with_epoll.c",
Craig Tiller24c06ea2015-02-11 21:26:45 -0800136 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800137 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800138 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800139 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800140 "src/core/iomgr/sockaddr_utils.c",
141 "src/core/iomgr/socket_utils_common_posix.c",
142 "src/core/iomgr/socket_utils_linux.c",
143 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100144 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800145 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100146 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800147 "src/core/iomgr/tcp_posix.c",
148 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100149 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100150 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800151 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800152 "src/core/iomgr/wakeup_fd_eventfd.c",
153 "src/core/iomgr/wakeup_fd_nospecial.c",
154 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800155 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800156 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800157 "src/core/json/json_reader.c",
158 "src/core/json/json_string.c",
159 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800160 "src/core/statistics/census_init.c",
161 "src/core/statistics/census_log.c",
162 "src/core/statistics/census_rpc_stats.c",
163 "src/core/statistics/census_tracing.c",
164 "src/core/statistics/hash_table.c",
165 "src/core/statistics/window_stats.c",
166 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800167 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800168 "src/core/surface/byte_buffer_reader.c",
169 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800170 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800171 "src/core/surface/channel.c",
172 "src/core/surface/channel_create.c",
173 "src/core/surface/client.c",
174 "src/core/surface/completion_queue.c",
175 "src/core/surface/event_string.c",
176 "src/core/surface/init.c",
177 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800178 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800179 "src/core/surface/server.c",
180 "src/core/surface/server_chttp2.c",
181 "src/core/surface/server_create.c",
182 "src/core/transport/chttp2/alpn.c",
183 "src/core/transport/chttp2/bin_encoder.c",
184 "src/core/transport/chttp2/frame_data.c",
185 "src/core/transport/chttp2/frame_goaway.c",
186 "src/core/transport/chttp2/frame_ping.c",
187 "src/core/transport/chttp2/frame_rst_stream.c",
188 "src/core/transport/chttp2/frame_settings.c",
189 "src/core/transport/chttp2/frame_window_update.c",
190 "src/core/transport/chttp2/hpack_parser.c",
191 "src/core/transport/chttp2/hpack_table.c",
192 "src/core/transport/chttp2/huffsyms.c",
193 "src/core/transport/chttp2/status_conversion.c",
194 "src/core/transport/chttp2/stream_encoder.c",
195 "src/core/transport/chttp2/stream_map.c",
196 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800197 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800198 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800199 "src/core/transport/metadata.c",
200 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800201 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800202 ]
203 }
204 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800205 "libs": [
206 {
207 "name": "gpr",
208 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800209 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800210 "public_headers": [
211 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800212 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800213 "include/grpc/support/atm_gcc_atomic.h",
214 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800215 "include/grpc/support/atm_win32.h",
216 "include/grpc/support/cancellable_platform.h",
217 "include/grpc/support/cmdline.h",
218 "include/grpc/support/histogram.h",
219 "include/grpc/support/host_port.h",
220 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100221 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800222 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800223 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800224 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800225 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800226 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800227 "include/grpc/support/sync_posix.h",
228 "include/grpc/support/sync_win32.h",
229 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800230 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800231 "include/grpc/support/useful.h"
232 ],
233 "headers": [
Julien Boeuf026a4172015-02-02 18:36:37 -0800234 "src/core/support/env.h",
235 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800236 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800237 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800238 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800239 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800240 ],
241 "src": [
242 "src/core/support/alloc.c",
243 "src/core/support/cancellable.c",
244 "src/core/support/cmdline.c",
245 "src/core/support/cpu_linux.c",
246 "src/core/support/cpu_posix.c",
Jan Tattermusch6943fb32015-02-09 17:38:52 -0800247 "src/core/support/cpu_windows.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800248 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800249 "src/core/support/env_posix.c",
250 "src/core/support/env_win32.c",
251 "src/core/support/file.c",
252 "src/core/support/file_posix.c",
253 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800254 "src/core/support/histogram.c",
255 "src/core/support/host_port.c",
256 "src/core/support/log.c",
257 "src/core/support/log_android.c",
258 "src/core/support/log_linux.c",
259 "src/core/support/log_posix.c",
260 "src/core/support/log_win32.c",
261 "src/core/support/murmur_hash.c",
262 "src/core/support/slice.c",
263 "src/core/support/slice_buffer.c",
264 "src/core/support/string.c",
265 "src/core/support/string_posix.c",
266 "src/core/support/string_win32.c",
267 "src/core/support/sync.c",
268 "src/core/support/sync_posix.c",
269 "src/core/support/sync_win32.c",
270 "src/core/support/thd_posix.c",
271 "src/core/support/thd_win32.c",
272 "src/core/support/time.c",
273 "src/core/support/time_posix.c",
274 "src/core/support/time_win32.c"
275 ],
276 "secure": false,
277 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
278 },
279 {
280 "name": "gpr_test_util",
281 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800282 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800283 "src": [
284 "test/core/util/test_config.c"
285 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800286 "deps": [
287 "gpr"
288 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800289 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800290 },
291 {
292 "name": "grpc",
293 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800294 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800295 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800296 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800297 ],
298 "headers": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100299 "src/core/httpcli/format_request.h",
300 "src/core/httpcli/httpcli.h",
301 "src/core/httpcli/httpcli_security_context.h",
302 "src/core/httpcli/parser.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800303 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800304 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 "src/core/security/credentials.h",
jboeufbefd2652014-12-12 15:39:47 -0800306 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800307 "src/core/security/secure_transport_setup.h",
308 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800309 "src/core/tsi/fake_transport_security.h",
310 "src/core/tsi/ssl_transport_security.h",
311 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800312 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800313 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800314 "src": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100315 "src/core/httpcli/format_request.c",
316 "src/core/httpcli/httpcli.c",
317 "src/core/httpcli/httpcli_security_context.c",
318 "src/core/httpcli/parser.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800319 "src/core/security/auth.c",
320 "src/core/security/base64.c",
321 "src/core/security/credentials.c",
322 "src/core/security/factories.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800323 "src/core/security/json_token.c",
324 "src/core/security/secure_endpoint.c",
325 "src/core/security/secure_transport_setup.c",
326 "src/core/security/security_context.c",
327 "src/core/security/server_secure_chttp2.c",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100328 "src/core/surface/secure_channel_create.c",
329 "src/core/surface/secure_server_create.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800330 "src/core/tsi/fake_transport_security.c",
331 "src/core/tsi/ssl_transport_security.c",
332 "src/core/tsi/transport_security.c"
333 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800334 "deps": [
335 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800336 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800337 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800338 "filegroups": [
339 "grpc_base"
340 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800341 "secure": true,
342 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800343 },
344 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800345 "name": "grpc_test_util",
346 "build": "private",
347 "language": "c",
348 "src": [
349 "test/core/end2end/cq_verifier.c",
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800350 "test/core/end2end/data/server1_cert.c",
351 "test/core/end2end/data/server1_key.c",
352 "test/core/end2end/data/test_root_cert.c",
353 "test/core/iomgr/endpoint_tests.c",
354 "test/core/statistics/census_log_tests.c",
355 "test/core/transport/transport_end2end_tests.c",
356 "test/core/util/grpc_profiler.c",
357 "test/core/util/parse_hexstring.c",
358 "test/core/util/port_posix.c",
359 "test/core/util/slice_splitter.c"
360 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800361 "deps": [
362 "gpr",
363 "grpc"
364 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800365 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
366 },
367 {
368 "name": "grpc_unsecure",
369 "build": "all",
370 "language": "c",
371 "deps": [
372 "gpr"
373 ],
374 "baselib": true,
375 "filegroups": [
376 "grpc_base"
377 ],
378 "secure": false,
379 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
380 },
381 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800382 "name": "grpc++",
383 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800384 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800385 "public_headers": [
Yang Gao3a5e5492015-02-18 14:32:38 -0800386 "include/grpc++/async_unary_call.h",
yangg59dfc902014-12-19 14:00:14 -0800387 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800388 "include/grpc++/channel_interface.h",
389 "include/grpc++/client_context.h",
390 "include/grpc++/completion_queue.h",
391 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800392 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800393 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800394 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800395 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800396 "include/grpc++/impl/internal_stub.h",
397 "include/grpc++/impl/rpc_method.h",
398 "include/grpc++/impl/rpc_service_method.h",
Yang Gao1a986962015-02-19 12:40:46 -0800399 "include/grpc++/impl/service_type.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800400 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800401 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800402 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800403 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800404 "include/grpc++/status.h",
Yang Gao50556472015-02-19 12:37:35 -0800405 "include/grpc++/status_code_enum.h",
Yang Gao1a986962015-02-19 12:40:46 -0800406 "include/grpc++/stream.h",
407 "include/grpc++/thread_pool_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800408 ],
409 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800410 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800411 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800412 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800413 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800414 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800415 "src": [
416 "src/cpp/client/channel.cc",
417 "src/cpp/client/channel_arguments.cc",
418 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800419 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800420 "src/cpp/client/create_channel.cc",
421 "src/cpp/client/credentials.cc",
422 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800423 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800424 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800425 "src/cpp/common/rpc_method.cc",
426 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800427 "src/cpp/server/server.cc",
428 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800429 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800430 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800431 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src/cpp/util/status.cc",
433 "src/cpp/util/time.cc"
434 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800435 "deps": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100436 "gpr",
nnoble5b7f32a2014-12-22 08:12:44 -0800437 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800438 ],
439 "secure": true,
440 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800441 },
442 {
443 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800444 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800445 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800446 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800447 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800448 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800449 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800450 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800451 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800452 },
453 {
Chen wang84232512015-02-12 17:29:18 -0800454 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800455 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800456 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800457 "src": [
Chen wang84232512015-02-12 17:29:18 -0800458 "examples/pubsub/label.proto",
459 "examples/pubsub/empty.proto",
460 "examples/pubsub/pubsub.proto",
461 "examples/pubsub/publisher.cc",
462 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800463 ],
464 "deps": [
465 "grpc++",
466 "grpc",
467 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800468 ]
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100469 },
470 {
471 "name": "grpc_csharp_ext",
472 "build": "all",
473 "language": "csharp",
474 "src": [
475 "src/csharp/ext/grpc_csharp_ext.c"
476 ],
477 "deps": [
478 "gpr",
479 "grpc"
480 ],
481 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800482 }
483 ],
484 "targets": [
485 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800486 "name": "alarm_heap_test",
487 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800488 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800489 "src": [
490 "test/core/iomgr/alarm_heap_test.c"
491 ],
492 "deps": [
493 "grpc_test_util",
494 "grpc",
495 "gpr_test_util",
496 "gpr"
497 ]
498 },
499 {
500 "name": "alarm_list_test",
501 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800502 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800503 "src": [
504 "test/core/iomgr/alarm_list_test.c"
505 ],
506 "deps": [
507 "grpc_test_util",
508 "grpc",
509 "gpr_test_util",
510 "gpr"
511 ]
512 },
513 {
514 "name": "alarm_test",
515 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800516 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800517 "src": [
518 "test/core/iomgr/alarm_test.c"
519 ],
520 "deps": [
521 "grpc_test_util",
522 "grpc",
523 "gpr_test_util",
524 "gpr"
525 ]
526 },
527 {
528 "name": "alpn_test",
529 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800530 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800531 "src": [
532 "test/core/transport/chttp2/alpn_test.c"
533 ],
534 "deps": [
535 "grpc_test_util",
536 "grpc",
537 "gpr_test_util",
538 "gpr"
539 ]
540 },
541 {
542 "name": "bin_encoder_test",
543 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800544 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800545 "src": [
546 "test/core/transport/chttp2/bin_encoder_test.c"
547 ],
548 "deps": [
549 "grpc_test_util",
550 "grpc",
551 "gpr_test_util",
552 "gpr"
553 ]
554 },
555 {
556 "name": "census_hash_table_test",
557 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800558 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800559 "src": [
560 "test/core/statistics/hash_table_test.c"
561 ],
562 "deps": [
563 "grpc_test_util",
564 "grpc",
565 "gpr_test_util",
566 "gpr"
567 ]
568 },
569 {
570 "name": "census_statistics_multiple_writers_circular_buffer_test",
571 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800572 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800573 "src": [
574 "test/core/statistics/multiple_writers_circular_buffer_test.c"
575 ],
576 "deps": [
577 "grpc_test_util",
578 "grpc",
579 "gpr_test_util",
580 "gpr"
581 ]
582 },
583 {
584 "name": "census_statistics_multiple_writers_test",
585 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800586 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800587 "src": [
588 "test/core/statistics/multiple_writers_test.c"
589 ],
590 "deps": [
591 "grpc_test_util",
592 "grpc",
593 "gpr_test_util",
594 "gpr"
595 ]
596 },
597 {
598 "name": "census_statistics_performance_test",
599 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800600 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800601 "src": [
602 "test/core/statistics/performance_test.c"
603 ],
604 "deps": [
605 "grpc_test_util",
606 "grpc",
607 "gpr_test_util",
608 "gpr"
609 ]
610 },
611 {
612 "name": "census_statistics_quick_test",
613 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800614 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800615 "src": [
616 "test/core/statistics/quick_test.c"
617 ],
618 "deps": [
619 "grpc_test_util",
620 "grpc",
621 "gpr_test_util",
622 "gpr"
623 ]
624 },
625 {
626 "name": "census_statistics_small_log_test",
627 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800628 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800629 "src": [
630 "test/core/statistics/small_log_test.c"
631 ],
632 "deps": [
633 "grpc_test_util",
634 "grpc",
635 "gpr_test_util",
636 "gpr"
637 ]
638 },
639 {
640 "name": "census_stats_store_test",
641 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800642 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800643 "src": [
644 "test/core/statistics/rpc_stats_test.c"
645 ],
646 "deps": [
647 "grpc_test_util",
648 "grpc",
649 "gpr_test_util",
650 "gpr"
651 ]
652 },
653 {
654 "name": "census_stub_test",
655 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800656 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800657 "src": [
658 "test/core/statistics/census_stub_test.c"
659 ],
660 "deps": [
661 "grpc_test_util",
662 "grpc",
663 "gpr_test_util",
664 "gpr"
665 ]
666 },
667 {
668 "name": "census_trace_store_test",
669 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800670 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800671 "src": [
672 "test/core/statistics/trace_test.c"
673 ],
674 "deps": [
675 "grpc_test_util",
676 "grpc",
677 "gpr_test_util",
678 "gpr"
679 ]
680 },
681 {
682 "name": "census_window_stats_test",
683 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800684 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800685 "src": [
686 "test/core/statistics/window_stats_test.c"
687 ],
688 "deps": [
689 "grpc_test_util",
690 "grpc",
691 "gpr_test_util",
692 "gpr"
693 ]
694 },
695 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800696 "name": "chttp2_status_conversion_test",
697 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800698 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800699 "src": [
700 "test/core/transport/chttp2/status_conversion_test.c"
701 ],
702 "deps": [
703 "grpc_test_util",
704 "grpc",
705 "gpr_test_util",
706 "gpr"
707 ]
708 },
709 {
710 "name": "chttp2_stream_encoder_test",
711 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800712 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800713 "src": [
714 "test/core/transport/chttp2/stream_encoder_test.c"
715 ],
716 "deps": [
717 "grpc_test_util",
718 "grpc",
719 "gpr_test_util",
720 "gpr"
721 ]
722 },
723 {
724 "name": "chttp2_stream_map_test",
725 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800726 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800727 "src": [
728 "test/core/transport/chttp2/stream_map_test.c"
729 ],
730 "deps": [
731 "grpc_test_util",
732 "grpc",
733 "gpr_test_util",
734 "gpr"
735 ]
736 },
737 {
738 "name": "chttp2_transport_end2end_test",
739 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800740 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800741 "src": [
742 "test/core/transport/chttp2_transport_end2end_test.c"
743 ],
744 "deps": [
745 "grpc_test_util",
746 "grpc",
747 "gpr_test_util",
748 "gpr"
749 ]
750 },
751 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800752 "name": "dualstack_socket_test",
753 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800754 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800755 "src": [
756 "test/core/end2end/dualstack_socket_test.c"
757 ],
758 "deps": [
759 "grpc_test_util",
760 "grpc",
761 "gpr_test_util",
762 "gpr"
763 ]
764 },
765 {
766 "name": "echo_client",
767 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800768 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800769 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800770 "src": [
771 "test/core/echo/client.c"
772 ],
773 "deps": [
774 "grpc_test_util",
775 "grpc",
776 "gpr_test_util",
777 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800778 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800779 },
780 {
781 "name": "echo_server",
782 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800783 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800784 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800785 "src": [
786 "test/core/echo/server.c"
787 ],
788 "deps": [
789 "grpc_test_util",
790 "grpc",
791 "gpr_test_util",
792 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800793 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800794 },
795 {
796 "name": "echo_test",
797 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800798 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800799 "src": [
800 "test/core/echo/echo_test.c"
801 ],
802 "deps": [
803 "grpc_test_util",
804 "grpc",
805 "gpr_test_util",
806 "gpr"
807 ]
808 },
809 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800810 "name": "fd_posix_test",
811 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800812 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800813 "src": [
814 "test/core/iomgr/fd_posix_test.c"
815 ],
816 "deps": [
817 "grpc_test_util",
818 "grpc",
819 "gpr_test_util",
820 "gpr"
821 ]
822 },
823 {
824 "name": "fling_client",
825 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800826 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800827 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800828 "src": [
829 "test/core/fling/client.c"
830 ],
831 "deps": [
832 "grpc_test_util",
833 "grpc",
834 "gpr_test_util",
835 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800836 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800837 },
838 {
839 "name": "fling_server",
840 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800841 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800842 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800843 "src": [
844 "test/core/fling/server.c"
845 ],
846 "deps": [
847 "grpc_test_util",
848 "grpc",
849 "gpr_test_util",
850 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800851 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800852 },
853 {
854 "name": "fling_stream_test",
855 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800856 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800857 "src": [
858 "test/core/fling/fling_stream_test.c"
859 ],
860 "deps": [
861 "grpc_test_util",
862 "grpc",
863 "gpr_test_util",
864 "gpr"
865 ]
866 },
867 {
868 "name": "fling_test",
869 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800870 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800871 "src": [
872 "test/core/fling/fling_test.c"
873 ],
874 "deps": [
875 "grpc_test_util",
876 "grpc",
877 "gpr_test_util",
878 "gpr"
879 ]
880 },
881 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800882 "name": "gen_hpack_tables",
883 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800884 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800885 "src": [
886 "src/core/transport/chttp2/gen_hpack_tables.c"
887 ],
888 "deps": [
889 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800890 "gpr",
891 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800892 ]
893 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800894 {
895 "name": "gpr_cancellable_test",
896 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800897 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800898 "src": [
899 "test/core/support/cancellable_test.c"
900 ],
901 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800902 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800903 "gpr"
904 ]
905 },
906 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800907 "name": "gpr_cmdline_test",
908 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800909 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800910 "src": [
911 "test/core/support/cmdline_test.c"
912 ],
913 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800914 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800915 "gpr"
916 ]
917 },
918 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800919 "name": "gpr_env_test",
920 "build": "test",
921 "language": "c",
922 "src": [
923 "test/core/support/env_test.c"
924 ],
925 "deps": [
926 "gpr_test_util",
927 "gpr"
928 ]
929 },
930 {
931 "name": "gpr_file_test",
932 "build": "test",
933 "language": "c",
934 "src": [
935 "test/core/support/file_test.c"
936 ],
937 "deps": [
938 "gpr_test_util",
939 "gpr"
940 ]
941 },
942 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800943 "name": "gpr_histogram_test",
944 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800945 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800946 "src": [
947 "test/core/support/histogram_test.c"
948 ],
949 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800950 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800951 "gpr"
952 ]
953 },
954 {
955 "name": "gpr_host_port_test",
956 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800957 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800958 "src": [
959 "test/core/support/host_port_test.c"
960 ],
961 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800962 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800963 "gpr"
964 ]
965 },
966 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800967 "name": "gpr_log_test",
968 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800969 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800970 "src": [
971 "test/core/support/log_test.c"
972 ],
973 "deps": [
974 "gpr_test_util",
975 "gpr"
976 ]
977 },
978 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800979 "name": "gpr_slice_buffer_test",
980 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800981 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800982 "src": [
983 "test/core/support/slice_buffer_test.c"
984 ],
985 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800986 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800987 "gpr"
988 ]
989 },
990 {
991 "name": "gpr_slice_test",
992 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800993 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800994 "src": [
995 "test/core/support/slice_test.c"
996 ],
997 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800998 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800999 "gpr"
1000 ]
1001 },
1002 {
1003 "name": "gpr_string_test",
1004 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001005 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001006 "src": [
1007 "test/core/support/string_test.c"
1008 ],
1009 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001010 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001011 "gpr"
1012 ]
1013 },
1014 {
1015 "name": "gpr_sync_test",
1016 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001017 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001018 "src": [
1019 "test/core/support/sync_test.c"
1020 ],
1021 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001022 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001023 "gpr"
1024 ]
1025 },
1026 {
1027 "name": "gpr_thd_test",
1028 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001029 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001030 "src": [
1031 "test/core/support/thd_test.c"
1032 ],
1033 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001034 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001035 "gpr"
1036 ]
1037 },
1038 {
1039 "name": "gpr_time_test",
1040 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001041 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001042 "src": [
1043 "test/core/support/time_test.c"
1044 ],
1045 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001046 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 "gpr"
1048 ]
1049 },
1050 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001051 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001053 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001054 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001055 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001056 ],
1057 "deps": [
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_base64_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/base64_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_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001078 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001079 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001080 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001081 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001082 ],
1083 "deps": [
1084 "grpc_test_util",
1085 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001086 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001087 "gpr"
1088 ]
1089 },
1090 {
1091 "name": "grpc_channel_stack_test",
1092 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001093 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001094 "src": [
1095 "test/core/channel/channel_stack_test.c"
1096 ],
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_completion_queue_benchmark",
1106 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001107 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001108 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001109 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001110 ],
1111 "deps": [
1112 "grpc_test_util",
1113 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001114 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001115 "gpr"
1116 ]
1117 },
1118 {
1119 "name": "grpc_completion_queue_test",
1120 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001121 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001122 "src": [
1123 "test/core/surface/completion_queue_test.c"
1124 ],
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 Tillerfe8af4e2015-02-21 07:04:49 -08001133 "name": "grpc_create_jwt",
1134 "build": "tool",
1135 "language": "c",
1136 "src": [
1137 "test/core/security/create_jwt.c"
1138 ],
1139 "deps": [
1140 "grpc_test_util",
1141 "grpc",
1142 "gpr_test_util",
1143 "gpr"
1144 ]
1145 },
1146 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001147 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001148 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001149 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001150 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001151 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001152 ],
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 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001161 "name": "grpc_fetch_oauth2",
1162 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001163 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001164 "src": [
1165 "test/core/security/fetch_oauth2.c"
1166 ],
1167 "deps": [
1168 "grpc_test_util",
1169 "grpc",
1170 "gpr_test_util",
1171 "gpr"
1172 ]
1173 },
1174 {
1175 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001176 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001177 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001179 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001180 ],
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 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001189 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001190 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001191 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001192 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001193 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001194 ],
1195 "deps": [
1196 "grpc_test_util",
1197 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001198 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001199 "gpr"
1200 ]
1201 },
1202 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001203 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001205 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001207 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001208 ],
1209 "deps": [
1210 "grpc_test_util",
1211 "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": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001219 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001220 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001221 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001222 ],
1223 "deps": [
1224 "grpc_test_util",
1225 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001226 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001227 "gpr"
1228 ]
1229 },
1230 {
1231 "name": "httpcli_format_request_test",
1232 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001233 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001234 "src": [
1235 "test/core/httpcli/format_request_test.c"
1236 ],
1237 "deps": [
1238 "grpc_test_util",
1239 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001240 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001241 "gpr"
1242 ]
1243 },
1244 {
1245 "name": "httpcli_parser_test",
1246 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001247 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001248 "src": [
1249 "test/core/httpcli/parser_test.c"
1250 ],
1251 "deps": [
1252 "grpc_test_util",
1253 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001254 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001255 "gpr"
1256 ]
1257 },
1258 {
1259 "name": "httpcli_test",
1260 "build": "test",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001261 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001262 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001263 "src": [
1264 "test/core/httpcli/httpcli_test.c"
1265 ],
1266 "deps": [
1267 "grpc_test_util",
1268 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001269 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001270 "gpr"
1271 ]
1272 },
1273 {
Craig Tiller4450db22015-01-30 16:49:22 -08001274 "name": "json_rewrite",
1275 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001276 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001277 "language": "c",
1278 "src": [
1279 "test/core/json/json_rewrite.c"
1280 ],
1281 "deps": [
1282 "grpc",
1283 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001284 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001285 },
1286 {
1287 "name": "json_rewrite_test",
1288 "build": "test",
1289 "language": "c",
1290 "src": [
1291 "test/core/json/json_rewrite_test.c"
1292 ],
1293 "deps": [
1294 "grpc_test_util",
1295 "grpc",
1296 "gpr_test_util",
1297 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001298 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001299 },
1300 {
1301 "name": "json_test",
1302 "build": "test",
1303 "language": "c",
1304 "src": [
1305 "test/core/json/json_test.c"
1306 ],
1307 "deps": [
1308 "grpc_test_util",
1309 "grpc",
1310 "gpr_test_util",
1311 "gpr"
1312 ]
1313 },
1314 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001315 "name": "lame_client_test",
1316 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001317 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001318 "src": [
1319 "test/core/surface/lame_client_test.c"
1320 ],
1321 "deps": [
1322 "grpc_test_util",
1323 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001324 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001325 "gpr"
1326 ]
1327 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001328 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001329 "name": "low_level_ping_pong_benchmark",
1330 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001331 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001332 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001333 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001334 ],
1335 "deps": [
1336 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001337 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001338 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001339 "gpr"
1340 ]
1341 },
1342 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001343 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001344 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001345 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001346 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001347 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001348 ],
1349 "deps": [
1350 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001351 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001352 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001353 "gpr"
1354 ]
ctiller8919f602014-12-10 10:19:42 -08001355 },
1356 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001357 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001358 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001359 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001360 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001361 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001362 ],
1363 "deps": [
1364 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001365 "grpc",
1366 "gpr_test_util",
1367 "gpr"
1368 ]
1369 },
1370 {
Craig Tiller35108f62015-02-17 11:24:15 -08001371 "name": "multi_init_test",
1372 "build": "test",
1373 "language": "c",
1374 "src": [
1375 "test/core/surface/multi_init_test.c"
1376 ],
1377 "deps": [
1378 "grpc_test_util",
1379 "grpc",
1380 "gpr_test_util",
1381 "gpr"
1382 ]
1383 },
1384 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001385 "name": "murmur_hash_test",
1386 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001387 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001388 "src": [
1389 "test/core/support/murmur_hash_test.c"
1390 ],
1391 "deps": [
1392 "gpr_test_util",
1393 "gpr"
1394 ]
1395 },
1396 {
1397 "name": "no_server_test",
1398 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001399 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001400 "src": [
1401 "test/core/end2end/no_server_test.c"
1402 ],
1403 "deps": [
1404 "grpc_test_util",
1405 "grpc",
1406 "gpr_test_util",
1407 "gpr"
1408 ]
1409 },
1410 {
David Klempnere3605682015-01-26 17:27:21 -08001411 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001412 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001413 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001414 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001415 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001416 ],
1417 "deps": [
1418 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001419 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001420 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001421 "gpr"
1422 ]
1423 },
1424 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001425 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001426 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001427 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001428 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001429 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001430 ],
1431 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001432 "grpc_test_util",
1433 "grpc",
1434 "gpr_test_util",
1435 "gpr"
1436 ]
1437 },
1438 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001439 "name": "secure_endpoint_test",
1440 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001441 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001442 "src": [
1443 "test/core/security/secure_endpoint_test.c"
1444 ],
1445 "deps": [
1446 "grpc_test_util",
1447 "grpc",
1448 "gpr_test_util",
1449 "gpr"
1450 ]
1451 },
1452 {
1453 "name": "sockaddr_utils_test",
1454 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001455 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001456 "src": [
1457 "test/core/iomgr/sockaddr_utils_test.c"
1458 ],
1459 "deps": [
1460 "grpc_test_util",
1461 "grpc",
1462 "gpr_test_util",
1463 "gpr"
1464 ]
1465 },
1466 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001467 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001468 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001469 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001470 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001471 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001472 ],
1473 "deps": [
1474 "grpc_test_util",
1475 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001476 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001477 "gpr"
1478 ]
1479 },
1480 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001481 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001482 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001483 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001484 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001485 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001486 ],
1487 "deps": [
1488 "grpc_test_util",
1489 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001490 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001491 "gpr"
1492 ]
1493 },
1494 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001495 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001496 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001497 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001498 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001499 "test/core/iomgr/tcp_server_posix_test.c"
1500 ],
1501 "deps": [
1502 "grpc_test_util",
1503 "grpc",
1504 "gpr_test_util",
1505 "gpr"
1506 ]
1507 },
1508 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001509 "name": "time_averaged_stats_test",
1510 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001511 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001512 "src": [
1513 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001514 ],
1515 "deps": [
1516 "grpc_test_util",
1517 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001518 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001519 "gpr"
1520 ]
1521 },
1522 {
ctiller8919f602014-12-10 10:19:42 -08001523 "name": "time_test",
1524 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001525 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001526 "src": [
1527 "test/core/support/time_test.c"
1528 ],
1529 "deps": [
1530 "grpc_test_util",
1531 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001532 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001533 "gpr"
1534 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001535 },
1536 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001537 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001538 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001539 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001540 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001541 "test/core/transport/chttp2/timeout_encoding_test.c"
1542 ],
1543 "deps": [
1544 "grpc_test_util",
1545 "grpc",
1546 "gpr_test_util",
1547 "gpr"
1548 ]
1549 },
1550 {
1551 "name": "transport_metadata_test",
1552 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001553 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001554 "src": [
1555 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001556 ],
1557 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001558 "grpc_test_util",
1559 "grpc",
1560 "gpr_test_util",
1561 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001562 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001563 },
1564 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001565 "name": "async_end2end_test",
1566 "build": "test",
1567 "language": "c++",
1568 "src": [
1569 "test/cpp/end2end/async_end2end_test.cc"
1570 ],
1571 "deps": [
1572 "grpc++_test_util",
1573 "grpc_test_util",
1574 "grpc++",
1575 "grpc",
1576 "gpr_test_util",
1577 "gpr"
1578 ]
1579 },
1580 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001581 "name": "channel_arguments_test",
1582 "build": "test",
1583 "language": "c++",
1584 "src": [
1585 "test/cpp/client/channel_arguments_test.cc"
1586 ],
1587 "deps": [
1588 "grpc++",
1589 "grpc",
1590 "gpr"
1591 ]
1592 },
1593 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001594 "name": "credentials_test",
1595 "build": "test",
1596 "language": "c++",
1597 "src": [
1598 "test/cpp/client/credentials_test.cc"
1599 ],
1600 "deps": [
1601 "grpc++",
1602 "grpc",
1603 "gpr"
1604 ]
1605 },
1606 {
1607 "name": "end2end_test",
1608 "build": "test",
1609 "language": "c++",
1610 "src": [
1611 "test/cpp/end2end/end2end_test.cc"
1612 ],
1613 "deps": [
1614 "grpc++_test_util",
1615 "grpc_test_util",
1616 "grpc++",
1617 "grpc",
1618 "gpr_test_util",
1619 "gpr"
1620 ]
1621 },
1622 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001623 "name": "grpc_cpp_plugin",
1624 "build": "protoc",
1625 "language": "c++",
1626 "headers": [
1627 "src/compiler/cpp_generator.h",
1628 "src/compiler/cpp_generator_helpers.h"
1629 ],
1630 "src": [
1631 "src/compiler/cpp_generator.cc",
1632 "src/compiler/cpp_plugin.cc"
1633 ],
1634 "deps": [],
1635 "secure": false
1636 },
1637 {
1638 "name": "grpc_python_plugin",
1639 "build": "protoc",
1640 "language": "c++",
1641 "headers": [
1642 "src/compiler/python_generator.h"
1643 ],
1644 "src": [
1645 "src/compiler/python_generator.cc",
1646 "src/compiler/python_plugin.cc"
1647 ],
1648 "deps": [],
1649 "secure": false
1650 },
1651 {
1652 "name": "grpc_ruby_plugin",
1653 "build": "protoc",
1654 "language": "c++",
1655 "src": [
1656 "src/compiler/ruby_generator.cc",
1657 "src/compiler/ruby_plugin.cc"
1658 ],
1659 "deps": [],
1660 "secure": false
1661 },
1662 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001663 "name": "interop_client",
1664 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001665 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001666 "language": "c++",
1667 "src": [
1668 "test/cpp/interop/empty.proto",
1669 "test/cpp/interop/messages.proto",
1670 "test/cpp/interop/test.proto",
1671 "test/cpp/interop/client.cc"
1672 ],
1673 "deps": [
1674 "grpc++_test_util",
1675 "grpc_test_util",
1676 "grpc++",
1677 "grpc",
1678 "gpr_test_util",
1679 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001680 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001681 },
1682 {
1683 "name": "interop_server",
1684 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001685 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001686 "language": "c++",
1687 "src": [
1688 "test/cpp/interop/empty.proto",
1689 "test/cpp/interop/messages.proto",
1690 "test/cpp/interop/test.proto",
1691 "test/cpp/interop/server.cc"
1692 ],
1693 "deps": [
1694 "grpc++_test_util",
1695 "grpc_test_util",
1696 "grpc++",
1697 "grpc",
1698 "gpr_test_util",
1699 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001700 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001701 },
1702 {
Craig Tillerfe8af4e2015-02-21 07:04:49 -08001703 "name": "interop_test",
1704 "build": "test",
1705 "language": "c++",
1706 "src": [
1707 "test/cpp/interop/interop_test.cc"
1708 ],
1709 "deps": [
1710 "grpc_test_util",
1711 "grpc",
1712 "gpr_test_util",
1713 "gpr"
1714 ]
1715 },
1716 {
Craig Tiller73b70182015-02-17 07:36:09 -08001717 "name": "pubsub_client",
1718 "build": "test",
1719 "run": false,
1720 "language": "c++",
1721 "src": [
1722 "examples/pubsub/main.cc"
1723 ],
1724 "deps": [
1725 "pubsub_client_lib",
1726 "grpc++_test_util",
1727 "grpc_test_util",
1728 "grpc++",
1729 "grpc",
1730 "gpr_test_util",
1731 "gpr"
1732 ]
1733 },
1734 {
1735 "name": "pubsub_publisher_test",
1736 "build": "test",
1737 "language": "c++",
1738 "src": [
1739 "examples/pubsub/publisher_test.cc"
1740 ],
1741 "deps": [
1742 "pubsub_client_lib",
1743 "grpc++_test_util",
1744 "grpc_test_util",
1745 "grpc++",
1746 "grpc",
1747 "gpr_test_util",
1748 "gpr"
1749 ]
1750 },
1751 {
1752 "name": "pubsub_subscriber_test",
1753 "build": "test",
1754 "language": "c++",
1755 "src": [
1756 "examples/pubsub/subscriber_test.cc"
1757 ],
1758 "deps": [
1759 "pubsub_client_lib",
1760 "grpc++_test_util",
1761 "grpc_test_util",
1762 "grpc++",
1763 "grpc",
1764 "gpr_test_util",
1765 "gpr"
1766 ]
1767 },
1768 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001769 "name": "qps_client",
1770 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001771 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001772 "language": "c++",
1773 "src": [
1774 "test/cpp/qps/qpstest.proto",
1775 "test/cpp/qps/client.cc"
1776 ],
1777 "deps": [
1778 "grpc++_test_util",
1779 "grpc_test_util",
1780 "grpc++",
1781 "grpc",
1782 "gpr_test_util",
1783 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001784 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001785 },
1786 {
1787 "name": "qps_server",
1788 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001789 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001790 "language": "c++",
1791 "src": [
1792 "test/cpp/qps/qpstest.proto",
1793 "test/cpp/qps/server.cc"
1794 ],
1795 "deps": [
1796 "grpc++_test_util",
1797 "grpc_test_util",
1798 "grpc++",
1799 "grpc",
1800 "gpr_test_util",
1801 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001802 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001803 },
1804 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001805 "name": "status_test",
1806 "build": "test",
1807 "language": "c++",
1808 "src": [
1809 "test/cpp/util/status_test.cc"
1810 ],
1811 "deps": [
1812 "grpc_test_util",
1813 "grpc++",
1814 "grpc",
1815 "gpr_test_util",
1816 "gpr"
1817 ]
1818 },
1819 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001820 "name": "thread_pool_test",
1821 "build": "test",
1822 "language": "c++",
1823 "src": [
1824 "test/cpp/server/thread_pool_test.cc"
1825 ],
1826 "deps": [
1827 "grpc_test_util",
1828 "grpc++",
1829 "grpc",
1830 "gpr_test_util",
1831 "gpr"
1832 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001833 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001834 ]
1835}