blob: 4895c793bd037ca20c83c69da1b05373622eb1e8 [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
2 "settings": {
3 "#": "The public version number of the library.",
4 "version": {
5 "major": 0,
6 "minor": 8,
7 "micro": 0,
8 "build": 0
9 }
10 },
nnoblec87b1c52015-01-05 17:15:18 -080011 "filegroups": [
12 {
13 "name": "grpc_base",
Craig Tiller0b2a3722015-01-18 11:30:07 -080014 "public_headers": [
15 "include/grpc/byte_buffer.h",
16 "include/grpc/byte_buffer_reader.h",
17 "include/grpc/grpc.h",
18 "include/grpc/status.h"
19 ],
20 "headers": [
21 "src/core/channel/census_filter.h",
22 "src/core/channel/channel_args.h",
23 "src/core/channel/channel_stack.h",
24 "src/core/channel/child_channel.h",
25 "src/core/channel/client_channel.h",
26 "src/core/channel/client_setup.h",
27 "src/core/channel/connected_channel.h",
28 "src/core/channel/http_client_filter.h",
29 "src/core/channel/http_filter.h",
30 "src/core/channel/http_server_filter.h",
31 "src/core/channel/metadata_buffer.h",
32 "src/core/channel/noop_filter.h",
33 "src/core/compression/algorithm.h",
34 "src/core/compression/message_compress.h",
35 "src/core/httpcli/format_request.h",
36 "src/core/httpcli/httpcli.h",
37 "src/core/httpcli/httpcli_security_context.h",
38 "src/core/httpcli/parser.h",
39 "src/core/iomgr/alarm.h",
40 "src/core/iomgr/alarm_heap.h",
41 "src/core/iomgr/alarm_internal.h",
42 "src/core/iomgr/endpoint.h",
43 "src/core/iomgr/endpoint_pair.h",
44 "src/core/iomgr/fd_posix.h",
Nicolas Noble45e67a32015-02-09 16:20:49 -080045 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080046 "src/core/iomgr/iomgr.h",
47 "src/core/iomgr/iomgr_internal.h",
48 "src/core/iomgr/iomgr_posix.h",
49 "src/core/iomgr/pollset.h",
50 "src/core/iomgr/pollset_kick.h",
51 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080052 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080053 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080054 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080055 "src/core/iomgr/resolve_address.h",
56 "src/core/iomgr/sockaddr.h",
57 "src/core/iomgr/sockaddr_posix.h",
58 "src/core/iomgr/sockaddr_utils.h",
59 "src/core/iomgr/sockaddr_win32.h",
60 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010061 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080062 "src/core/iomgr/tcp_client.h",
63 "src/core/iomgr/tcp_posix.h",
64 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010065 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080066 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080067 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080068 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080069 "src/core/json/json.h",
70 "src/core/json/json_common.h",
71 "src/core/json/json_reader.h",
72 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080073 "src/core/statistics/census_interface.h",
74 "src/core/statistics/census_log.h",
75 "src/core/statistics/census_rpc_stats.h",
76 "src/core/statistics/census_tracing.h",
77 "src/core/statistics/hash_table.h",
78 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080079 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080080 "src/core/surface/call.h",
81 "src/core/surface/channel.h",
82 "src/core/surface/client.h",
83 "src/core/surface/completion_queue.h",
84 "src/core/surface/event_string.h",
85 "src/core/surface/lame_client.h",
86 "src/core/surface/server.h",
87 "src/core/surface/surface_trace.h",
88 "src/core/transport/chttp2/bin_encoder.h",
89 "src/core/transport/chttp2/frame.h",
90 "src/core/transport/chttp2/frame_data.h",
91 "src/core/transport/chttp2/frame_goaway.h",
92 "src/core/transport/chttp2/frame_ping.h",
93 "src/core/transport/chttp2/frame_rst_stream.h",
94 "src/core/transport/chttp2/frame_settings.h",
95 "src/core/transport/chttp2/frame_window_update.h",
96 "src/core/transport/chttp2/hpack_parser.h",
97 "src/core/transport/chttp2/hpack_table.h",
98 "src/core/transport/chttp2/http2_errors.h",
99 "src/core/transport/chttp2/huffsyms.h",
100 "src/core/transport/chttp2/status_conversion.h",
101 "src/core/transport/chttp2/stream_encoder.h",
102 "src/core/transport/chttp2/stream_map.h",
103 "src/core/transport/chttp2/timeout_encoding.h",
104 "src/core/transport/chttp2/varint.h",
105 "src/core/transport/chttp2_transport.h",
106 "src/core/transport/metadata.h",
107 "src/core/transport/stream_op.h",
108 "src/core/transport/transport.h",
109 "src/core/transport/transport_impl.h"
110 ],
nnoblec87b1c52015-01-05 17:15:18 -0800111 "src": [
112 "src/core/channel/call_op_string.c",
113 "src/core/channel/census_filter.c",
114 "src/core/channel/channel_args.c",
115 "src/core/channel/channel_stack.c",
116 "src/core/channel/child_channel.c",
117 "src/core/channel/client_channel.c",
118 "src/core/channel/client_setup.c",
119 "src/core/channel/connected_channel.c",
120 "src/core/channel/http_client_filter.c",
121 "src/core/channel/http_filter.c",
122 "src/core/channel/http_server_filter.c",
123 "src/core/channel/metadata_buffer.c",
124 "src/core/channel/noop_filter.c",
125 "src/core/compression/algorithm.c",
126 "src/core/compression/message_compress.c",
127 "src/core/httpcli/format_request.c",
128 "src/core/httpcli/httpcli.c",
129 "src/core/httpcli/httpcli_security_context.c",
130 "src/core/httpcli/parser.c",
131 "src/core/iomgr/alarm.c",
132 "src/core/iomgr/alarm_heap.c",
133 "src/core/iomgr/endpoint.c",
134 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800135 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800136 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800137 "src/core/iomgr/iomgr.c",
138 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100139 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800140 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800141 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
David Klempnerbaced4d2015-02-10 17:10:15 -0800142 "src/core/iomgr/pollset_multipoller_with_epoll.c",
ctiller58393c22015-01-07 14:03:30 -0800143 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800144 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800145 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800146 "src/core/iomgr/sockaddr_utils.c",
147 "src/core/iomgr/socket_utils_common_posix.c",
148 "src/core/iomgr/socket_utils_linux.c",
149 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100150 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800151 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100152 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800153 "src/core/iomgr/tcp_posix.c",
154 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100155 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100156 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800157 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800158 "src/core/iomgr/wakeup_fd_eventfd.c",
159 "src/core/iomgr/wakeup_fd_nospecial.c",
160 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800161 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800162 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800163 "src/core/json/json_reader.c",
164 "src/core/json/json_string.c",
165 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800166 "src/core/statistics/census_init.c",
167 "src/core/statistics/census_log.c",
168 "src/core/statistics/census_rpc_stats.c",
169 "src/core/statistics/census_tracing.c",
170 "src/core/statistics/hash_table.c",
171 "src/core/statistics/window_stats.c",
172 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800173 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800174 "src/core/surface/byte_buffer_reader.c",
175 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800176 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800177 "src/core/surface/channel.c",
178 "src/core/surface/channel_create.c",
179 "src/core/surface/client.c",
180 "src/core/surface/completion_queue.c",
181 "src/core/surface/event_string.c",
182 "src/core/surface/init.c",
183 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800184 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800185 "src/core/surface/secure_channel_create.c",
186 "src/core/surface/secure_server_create.c",
187 "src/core/surface/server.c",
188 "src/core/surface/server_chttp2.c",
189 "src/core/surface/server_create.c",
190 "src/core/transport/chttp2/alpn.c",
191 "src/core/transport/chttp2/bin_encoder.c",
192 "src/core/transport/chttp2/frame_data.c",
193 "src/core/transport/chttp2/frame_goaway.c",
194 "src/core/transport/chttp2/frame_ping.c",
195 "src/core/transport/chttp2/frame_rst_stream.c",
196 "src/core/transport/chttp2/frame_settings.c",
197 "src/core/transport/chttp2/frame_window_update.c",
198 "src/core/transport/chttp2/hpack_parser.c",
199 "src/core/transport/chttp2/hpack_table.c",
200 "src/core/transport/chttp2/huffsyms.c",
201 "src/core/transport/chttp2/status_conversion.c",
202 "src/core/transport/chttp2/stream_encoder.c",
203 "src/core/transport/chttp2/stream_map.c",
204 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800205 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800206 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800207 "src/core/transport/metadata.c",
208 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800209 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800210 ]
211 }
212 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800213 "libs": [
214 {
215 "name": "gpr",
216 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800217 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800218 "public_headers": [
219 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800220 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800221 "include/grpc/support/atm_gcc_atomic.h",
222 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800223 "include/grpc/support/atm_win32.h",
224 "include/grpc/support/cancellable_platform.h",
225 "include/grpc/support/cmdline.h",
226 "include/grpc/support/histogram.h",
227 "include/grpc/support/host_port.h",
228 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100229 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800230 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800231 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800232 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800233 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800234 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800235 "include/grpc/support/sync_posix.h",
236 "include/grpc/support/sync_win32.h",
237 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800238 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800239 "include/grpc/support/useful.h"
240 ],
241 "headers": [
242 "src/core/support/cpu.h",
Julien Boeuf026a4172015-02-02 18:36:37 -0800243 "src/core/support/env.h",
244 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800245 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800246 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800247 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800248 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800249 ],
250 "src": [
251 "src/core/support/alloc.c",
252 "src/core/support/cancellable.c",
253 "src/core/support/cmdline.c",
254 "src/core/support/cpu_linux.c",
255 "src/core/support/cpu_posix.c",
Jan Tattermusch6943fb32015-02-09 17:38:52 -0800256 "src/core/support/cpu_windows.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800257 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800258 "src/core/support/env_posix.c",
259 "src/core/support/env_win32.c",
260 "src/core/support/file.c",
261 "src/core/support/file_posix.c",
262 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800263 "src/core/support/histogram.c",
264 "src/core/support/host_port.c",
265 "src/core/support/log.c",
266 "src/core/support/log_android.c",
267 "src/core/support/log_linux.c",
268 "src/core/support/log_posix.c",
269 "src/core/support/log_win32.c",
270 "src/core/support/murmur_hash.c",
271 "src/core/support/slice.c",
272 "src/core/support/slice_buffer.c",
273 "src/core/support/string.c",
274 "src/core/support/string_posix.c",
275 "src/core/support/string_win32.c",
276 "src/core/support/sync.c",
277 "src/core/support/sync_posix.c",
278 "src/core/support/sync_win32.c",
279 "src/core/support/thd_posix.c",
280 "src/core/support/thd_win32.c",
281 "src/core/support/time.c",
282 "src/core/support/time_posix.c",
283 "src/core/support/time_win32.c"
284 ],
285 "secure": false,
286 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
287 },
288 {
289 "name": "gpr_test_util",
290 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800291 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800292 "src": [
293 "test/core/util/test_config.c"
294 ],
295 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800296 },
297 {
298 "name": "grpc",
299 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800300 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800301 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800302 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800303 ],
304 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800306 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800307 "src/core/security/credentials.h",
308 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800309 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800310 "src/core/security/secure_transport_setup.h",
311 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800312 "src/core/tsi/fake_transport_security.h",
313 "src/core/tsi/ssl_transport_security.h",
314 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800315 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800316 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800317 "src": [
318 "src/core/security/auth.c",
319 "src/core/security/base64.c",
320 "src/core/security/credentials.c",
321 "src/core/security/factories.c",
322 "src/core/security/google_root_certs.c",
323 "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",
328 "src/core/tsi/fake_transport_security.c",
329 "src/core/tsi/ssl_transport_security.c",
330 "src/core/tsi/transport_security.c"
331 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800332 "deps": [
333 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800334 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800335 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800336 "filegroups": [
337 "grpc_base"
338 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800339 "secure": true,
340 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800341 },
342 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800343 "name": "grpc_csharp_ext",
344 "build": "all",
345 "language": "c",
346 "src": [
347 "src/csharp/ext/grpc_csharp_ext.c"
348 ],
349 "deps": [
350 "gpr",
351 "grpc"
Jan Tattermusch92e2e3f2015-02-11 10:20:55 -0800352 ],
353 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800354 },
355 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800356 "name": "grpc_test_util",
357 "build": "private",
358 "language": "c",
359 "src": [
360 "test/core/end2end/cq_verifier.c",
361 "test/core/end2end/data/prod_roots_certs.c",
362 "test/core/end2end/data/server1_cert.c",
363 "test/core/end2end/data/server1_key.c",
364 "test/core/end2end/data/test_root_cert.c",
365 "test/core/iomgr/endpoint_tests.c",
366 "test/core/statistics/census_log_tests.c",
367 "test/core/transport/transport_end2end_tests.c",
368 "test/core/util/grpc_profiler.c",
369 "test/core/util/parse_hexstring.c",
370 "test/core/util/port_posix.c",
371 "test/core/util/slice_splitter.c"
372 ],
373 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
374 },
375 {
376 "name": "grpc_unsecure",
377 "build": "all",
378 "language": "c",
379 "deps": [
380 "gpr"
381 ],
382 "baselib": true,
383 "filegroups": [
384 "grpc_base"
385 ],
386 "secure": false,
387 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
388 },
389 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800390 "name": "grpc++",
391 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800392 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800393 "public_headers": [
yangg59dfc902014-12-19 14:00:14 -0800394 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800395 "include/grpc++/channel_interface.h",
396 "include/grpc++/client_context.h",
397 "include/grpc++/completion_queue.h",
398 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800399 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800400 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800401 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800402 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800403 "include/grpc++/impl/internal_stub.h",
404 "include/grpc++/impl/rpc_method.h",
405 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800406 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800407 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800408 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800409 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800410 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800411 "include/grpc++/stream.h",
412 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800413 ],
414 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800415 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800416 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800417 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800418 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800419 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800420 "src": [
421 "src/cpp/client/channel.cc",
422 "src/cpp/client/channel_arguments.cc",
423 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800424 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800425 "src/cpp/client/create_channel.cc",
426 "src/cpp/client/credentials.cc",
427 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800428 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800429 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800430 "src/cpp/common/rpc_method.cc",
431 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src/cpp/server/server.cc",
433 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800434 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800435 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800436 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800437 "src/cpp/util/status.cc",
438 "src/cpp/util/time.cc"
439 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800440 "deps": [
441 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800442 ],
443 "secure": true,
444 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800445 },
446 {
447 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800448 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800449 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800450 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800451 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800452 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800453 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800454 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800455 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800456 },
457 {
458 "name": "tips_client_lib",
459 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800460 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800461 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800462 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800463 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800464 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800465 "examples/tips/publisher.cc",
466 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800467 ],
468 "deps": [
469 "grpc++",
470 "grpc",
471 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800472 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800473 }
474 ],
475 "targets": [
476 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800477 "name": "alarm_heap_test",
478 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800479 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800480 "src": [
481 "test/core/iomgr/alarm_heap_test.c"
482 ],
483 "deps": [
484 "grpc_test_util",
485 "grpc",
486 "gpr_test_util",
487 "gpr"
488 ]
489 },
490 {
491 "name": "alarm_list_test",
492 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800493 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800494 "src": [
495 "test/core/iomgr/alarm_list_test.c"
496 ],
497 "deps": [
498 "grpc_test_util",
499 "grpc",
500 "gpr_test_util",
501 "gpr"
502 ]
503 },
504 {
505 "name": "alarm_test",
506 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800507 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800508 "src": [
509 "test/core/iomgr/alarm_test.c"
510 ],
511 "deps": [
512 "grpc_test_util",
513 "grpc",
514 "gpr_test_util",
515 "gpr"
516 ]
517 },
518 {
519 "name": "alpn_test",
520 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800521 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800522 "src": [
523 "test/core/transport/chttp2/alpn_test.c"
524 ],
525 "deps": [
526 "grpc_test_util",
527 "grpc",
528 "gpr_test_util",
529 "gpr"
530 ]
531 },
532 {
533 "name": "bin_encoder_test",
534 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800535 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800536 "src": [
537 "test/core/transport/chttp2/bin_encoder_test.c"
538 ],
539 "deps": [
540 "grpc_test_util",
541 "grpc",
542 "gpr_test_util",
543 "gpr"
544 ]
545 },
546 {
547 "name": "census_hash_table_test",
548 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800549 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800550 "src": [
551 "test/core/statistics/hash_table_test.c"
552 ],
553 "deps": [
554 "grpc_test_util",
555 "grpc",
556 "gpr_test_util",
557 "gpr"
558 ]
559 },
560 {
561 "name": "census_statistics_multiple_writers_circular_buffer_test",
562 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800563 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800564 "src": [
565 "test/core/statistics/multiple_writers_circular_buffer_test.c"
566 ],
567 "deps": [
568 "grpc_test_util",
569 "grpc",
570 "gpr_test_util",
571 "gpr"
572 ]
573 },
574 {
575 "name": "census_statistics_multiple_writers_test",
576 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800577 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800578 "src": [
579 "test/core/statistics/multiple_writers_test.c"
580 ],
581 "deps": [
582 "grpc_test_util",
583 "grpc",
584 "gpr_test_util",
585 "gpr"
586 ]
587 },
588 {
589 "name": "census_statistics_performance_test",
590 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800591 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800592 "src": [
593 "test/core/statistics/performance_test.c"
594 ],
595 "deps": [
596 "grpc_test_util",
597 "grpc",
598 "gpr_test_util",
599 "gpr"
600 ]
601 },
602 {
603 "name": "census_statistics_quick_test",
604 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800605 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800606 "src": [
607 "test/core/statistics/quick_test.c"
608 ],
609 "deps": [
610 "grpc_test_util",
611 "grpc",
612 "gpr_test_util",
613 "gpr"
614 ]
615 },
616 {
617 "name": "census_statistics_small_log_test",
618 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800619 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800620 "src": [
621 "test/core/statistics/small_log_test.c"
622 ],
623 "deps": [
624 "grpc_test_util",
625 "grpc",
626 "gpr_test_util",
627 "gpr"
628 ]
629 },
630 {
631 "name": "census_stats_store_test",
632 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800633 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800634 "src": [
635 "test/core/statistics/rpc_stats_test.c"
636 ],
637 "deps": [
638 "grpc_test_util",
639 "grpc",
640 "gpr_test_util",
641 "gpr"
642 ]
643 },
644 {
645 "name": "census_stub_test",
646 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800647 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800648 "src": [
649 "test/core/statistics/census_stub_test.c"
650 ],
651 "deps": [
652 "grpc_test_util",
653 "grpc",
654 "gpr_test_util",
655 "gpr"
656 ]
657 },
658 {
659 "name": "census_trace_store_test",
660 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800661 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800662 "src": [
663 "test/core/statistics/trace_test.c"
664 ],
665 "deps": [
666 "grpc_test_util",
667 "grpc",
668 "gpr_test_util",
669 "gpr"
670 ]
671 },
672 {
673 "name": "census_window_stats_test",
674 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800675 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800676 "src": [
677 "test/core/statistics/window_stats_test.c"
678 ],
679 "deps": [
680 "grpc_test_util",
681 "grpc",
682 "gpr_test_util",
683 "gpr"
684 ]
685 },
686 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800687 "name": "chttp2_status_conversion_test",
688 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800689 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800690 "src": [
691 "test/core/transport/chttp2/status_conversion_test.c"
692 ],
693 "deps": [
694 "grpc_test_util",
695 "grpc",
696 "gpr_test_util",
697 "gpr"
698 ]
699 },
700 {
701 "name": "chttp2_stream_encoder_test",
702 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800703 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800704 "src": [
705 "test/core/transport/chttp2/stream_encoder_test.c"
706 ],
707 "deps": [
708 "grpc_test_util",
709 "grpc",
710 "gpr_test_util",
711 "gpr"
712 ]
713 },
714 {
715 "name": "chttp2_stream_map_test",
716 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800717 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800718 "src": [
719 "test/core/transport/chttp2/stream_map_test.c"
720 ],
721 "deps": [
722 "grpc_test_util",
723 "grpc",
724 "gpr_test_util",
725 "gpr"
726 ]
727 },
728 {
729 "name": "chttp2_transport_end2end_test",
730 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800731 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800732 "src": [
733 "test/core/transport/chttp2_transport_end2end_test.c"
734 ],
735 "deps": [
736 "grpc_test_util",
737 "grpc",
738 "gpr_test_util",
739 "gpr"
740 ]
741 },
742 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800743 "name": "dualstack_socket_test",
744 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800745 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800746 "src": [
747 "test/core/end2end/dualstack_socket_test.c"
748 ],
749 "deps": [
750 "grpc_test_util",
751 "grpc",
752 "gpr_test_util",
753 "gpr"
754 ]
755 },
756 {
757 "name": "echo_client",
758 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800759 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800760 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800761 "src": [
762 "test/core/echo/client.c"
763 ],
764 "deps": [
765 "grpc_test_util",
766 "grpc",
767 "gpr_test_util",
768 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800769 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800770 },
771 {
772 "name": "echo_server",
773 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800774 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800775 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800776 "src": [
777 "test/core/echo/server.c"
778 ],
779 "deps": [
780 "grpc_test_util",
781 "grpc",
782 "gpr_test_util",
783 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800784 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800785 },
786 {
787 "name": "echo_test",
788 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800789 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800790 "src": [
791 "test/core/echo/echo_test.c"
792 ],
793 "deps": [
794 "grpc_test_util",
795 "grpc",
796 "gpr_test_util",
797 "gpr"
798 ]
799 },
800 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800801 "name": "fd_posix_test",
802 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800803 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800804 "src": [
805 "test/core/iomgr/fd_posix_test.c"
806 ],
807 "deps": [
808 "grpc_test_util",
809 "grpc",
810 "gpr_test_util",
811 "gpr"
812 ]
813 },
814 {
815 "name": "fling_client",
816 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800817 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800818 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800819 "src": [
820 "test/core/fling/client.c"
821 ],
822 "deps": [
823 "grpc_test_util",
824 "grpc",
825 "gpr_test_util",
826 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800827 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800828 },
829 {
830 "name": "fling_server",
831 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800832 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800833 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800834 "src": [
835 "test/core/fling/server.c"
836 ],
837 "deps": [
838 "grpc_test_util",
839 "grpc",
840 "gpr_test_util",
841 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800842 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800843 },
844 {
845 "name": "fling_stream_test",
846 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800847 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800848 "src": [
849 "test/core/fling/fling_stream_test.c"
850 ],
851 "deps": [
852 "grpc_test_util",
853 "grpc",
854 "gpr_test_util",
855 "gpr"
856 ]
857 },
858 {
859 "name": "fling_test",
860 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800861 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800862 "src": [
863 "test/core/fling/fling_test.c"
864 ],
865 "deps": [
866 "grpc_test_util",
867 "grpc",
868 "gpr_test_util",
869 "gpr"
870 ]
871 },
872 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800873 "name": "gen_hpack_tables",
874 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800875 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800876 "src": [
877 "src/core/transport/chttp2/gen_hpack_tables.c"
878 ],
879 "deps": [
880 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800881 "gpr",
882 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800883 ]
884 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800885 {
886 "name": "gpr_cancellable_test",
887 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800888 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800889 "src": [
890 "test/core/support/cancellable_test.c"
891 ],
892 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800893 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800894 "gpr"
895 ]
896 },
897 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800898 "name": "gpr_cmdline_test",
899 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800900 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800901 "src": [
902 "test/core/support/cmdline_test.c"
903 ],
904 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800905 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800906 "gpr"
907 ]
908 },
909 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800910 "name": "gpr_env_test",
911 "build": "test",
912 "language": "c",
913 "src": [
914 "test/core/support/env_test.c"
915 ],
916 "deps": [
917 "gpr_test_util",
918 "gpr"
919 ]
920 },
921 {
922 "name": "gpr_file_test",
923 "build": "test",
924 "language": "c",
925 "src": [
926 "test/core/support/file_test.c"
927 ],
928 "deps": [
929 "gpr_test_util",
930 "gpr"
931 ]
932 },
933 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800934 "name": "gpr_histogram_test",
935 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800936 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800937 "src": [
938 "test/core/support/histogram_test.c"
939 ],
940 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800941 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800942 "gpr"
943 ]
944 },
945 {
946 "name": "gpr_host_port_test",
947 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800948 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800949 "src": [
950 "test/core/support/host_port_test.c"
951 ],
952 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800953 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800954 "gpr"
955 ]
956 },
957 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800958 "name": "gpr_log_test",
959 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800960 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800961 "src": [
962 "test/core/support/log_test.c"
963 ],
964 "deps": [
965 "gpr_test_util",
966 "gpr"
967 ]
968 },
969 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800970 "name": "gpr_slice_buffer_test",
971 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800972 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800973 "src": [
974 "test/core/support/slice_buffer_test.c"
975 ],
976 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800977 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800978 "gpr"
979 ]
980 },
981 {
982 "name": "gpr_slice_test",
983 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800984 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800985 "src": [
986 "test/core/support/slice_test.c"
987 ],
988 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800989 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800990 "gpr"
991 ]
992 },
993 {
994 "name": "gpr_string_test",
995 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800996 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800997 "src": [
998 "test/core/support/string_test.c"
999 ],
1000 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001001 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001002 "gpr"
1003 ]
1004 },
1005 {
1006 "name": "gpr_sync_test",
1007 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001008 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001009 "src": [
1010 "test/core/support/sync_test.c"
1011 ],
1012 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001013 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001014 "gpr"
1015 ]
1016 },
1017 {
1018 "name": "gpr_thd_test",
1019 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001020 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001021 "src": [
1022 "test/core/support/thd_test.c"
1023 ],
1024 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001025 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001026 "gpr"
1027 ]
1028 },
1029 {
1030 "name": "gpr_time_test",
1031 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001032 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001033 "src": [
1034 "test/core/support/time_test.c"
1035 ],
1036 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001037 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001038 "gpr"
1039 ]
1040 },
1041 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001042 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001044 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001045 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001046 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 ],
1048 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001049 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001050 "gpr"
1051 ]
1052 },
1053 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001054 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001056 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001058 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001059 ],
1060 "deps": [
1061 "grpc_test_util",
1062 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001063 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 "gpr"
1065 ]
1066 },
1067 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001068 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001069 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001070 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001071 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001072 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001073 ],
1074 "deps": [
1075 "grpc_test_util",
1076 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001077 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001078 "gpr"
1079 ]
1080 },
1081 {
1082 "name": "grpc_channel_stack_test",
1083 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001084 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 "src": [
1086 "test/core/channel/channel_stack_test.c"
1087 ],
1088 "deps": [
1089 "grpc_test_util",
1090 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001091 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "gpr"
1093 ]
1094 },
1095 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001096 "name": "grpc_completion_queue_benchmark",
1097 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001098 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001100 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001101 ],
1102 "deps": [
1103 "grpc_test_util",
1104 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001105 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001106 "gpr"
1107 ]
1108 },
1109 {
1110 "name": "grpc_completion_queue_test",
1111 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001112 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 "src": [
1114 "test/core/surface/completion_queue_test.c"
1115 ],
1116 "deps": [
1117 "grpc_test_util",
1118 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001119 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001120 "gpr"
1121 ]
1122 },
1123 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001124 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001125 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001126 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001127 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001128 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001129 ],
1130 "deps": [
1131 "grpc_test_util",
1132 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001133 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001134 "gpr"
1135 ]
1136 },
1137 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001138 "name": "grpc_fetch_oauth2",
1139 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001140 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001141 "src": [
1142 "test/core/security/fetch_oauth2.c"
1143 ],
1144 "deps": [
1145 "grpc_test_util",
1146 "grpc",
1147 "gpr_test_util",
1148 "gpr"
1149 ]
1150 },
1151 {
1152 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001153 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001154 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001155 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001156 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001157 ],
1158 "deps": [
1159 "grpc_test_util",
1160 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001161 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001162 "gpr"
1163 ]
1164 },
1165 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001166 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001167 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001168 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001169 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001170 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001171 ],
1172 "deps": [
1173 "grpc_test_util",
1174 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001175 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001176 "gpr"
1177 ]
1178 },
1179 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001180 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001181 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001182 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001183 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001184 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001185 ],
1186 "deps": [
1187 "grpc_test_util",
1188 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001189 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001190 "gpr"
1191 ]
1192 },
1193 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001194 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001195 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001196 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001197 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001198 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001199 ],
1200 "deps": [
1201 "grpc_test_util",
1202 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001203 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "gpr"
1205 ]
1206 },
1207 {
1208 "name": "httpcli_format_request_test",
1209 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001210 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001211 "src": [
1212 "test/core/httpcli/format_request_test.c"
1213 ],
1214 "deps": [
1215 "grpc_test_util",
1216 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001217 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 "gpr"
1219 ]
1220 },
1221 {
1222 "name": "httpcli_parser_test",
1223 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001224 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001225 "src": [
1226 "test/core/httpcli/parser_test.c"
1227 ],
1228 "deps": [
1229 "grpc_test_util",
1230 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001231 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001232 "gpr"
1233 ]
1234 },
1235 {
1236 "name": "httpcli_test",
1237 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001238 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001239 "src": [
1240 "test/core/httpcli/httpcli_test.c"
1241 ],
1242 "deps": [
1243 "grpc_test_util",
1244 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001245 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001246 "gpr"
1247 ]
1248 },
1249 {
Craig Tiller4450db22015-01-30 16:49:22 -08001250 "name": "json_rewrite",
1251 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001252 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001253 "language": "c",
1254 "src": [
1255 "test/core/json/json_rewrite.c"
1256 ],
1257 "deps": [
1258 "grpc",
1259 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001260 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001261 },
1262 {
1263 "name": "json_rewrite_test",
1264 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001265 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001266 "language": "c",
1267 "src": [
1268 "test/core/json/json_rewrite_test.c"
1269 ],
1270 "deps": [
1271 "grpc_test_util",
1272 "grpc",
1273 "gpr_test_util",
1274 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001275 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001276 },
1277 {
1278 "name": "json_test",
1279 "build": "test",
1280 "language": "c",
1281 "src": [
1282 "test/core/json/json_test.c"
1283 ],
1284 "deps": [
1285 "grpc_test_util",
1286 "grpc",
1287 "gpr_test_util",
1288 "gpr"
1289 ]
1290 },
1291 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001292 "name": "lame_client_test",
1293 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001294 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001295 "src": [
1296 "test/core/surface/lame_client_test.c"
1297 ],
1298 "deps": [
1299 "grpc_test_util",
1300 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001301 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001302 "gpr"
1303 ]
1304 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001305 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001306 "name": "low_level_ping_pong_benchmark",
1307 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001308 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001309 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001310 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001311 ],
1312 "deps": [
1313 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001315 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001316 "gpr"
1317 ]
1318 },
1319 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001320 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001321 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001322 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001323 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001324 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001325 ],
1326 "deps": [
1327 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001328 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001329 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001330 "gpr"
1331 ]
ctiller8919f602014-12-10 10:19:42 -08001332 },
1333 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001334 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001335 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001336 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001337 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001338 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001339 ],
1340 "deps": [
1341 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001342 "grpc",
1343 "gpr_test_util",
1344 "gpr"
1345 ]
1346 },
1347 {
1348 "name": "murmur_hash_test",
1349 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001350 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001351 "src": [
1352 "test/core/support/murmur_hash_test.c"
1353 ],
1354 "deps": [
1355 "gpr_test_util",
1356 "gpr"
1357 ]
1358 },
1359 {
1360 "name": "no_server_test",
1361 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001362 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001363 "src": [
1364 "test/core/end2end/no_server_test.c"
1365 ],
1366 "deps": [
1367 "grpc_test_util",
1368 "grpc",
1369 "gpr_test_util",
1370 "gpr"
1371 ]
1372 },
1373 {
David Klempnere3605682015-01-26 17:27:21 -08001374 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001375 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001376 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001377 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001378 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001379 ],
1380 "deps": [
1381 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001382 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001383 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001384 "gpr"
1385 ]
1386 },
1387 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001388 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001389 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001390 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001391 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001392 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001393 ],
1394 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001395 "grpc_test_util",
1396 "grpc",
1397 "gpr_test_util",
1398 "gpr"
1399 ]
1400 },
1401 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001402 "name": "secure_endpoint_test",
1403 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001404 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001405 "src": [
1406 "test/core/security/secure_endpoint_test.c"
1407 ],
1408 "deps": [
1409 "grpc_test_util",
1410 "grpc",
1411 "gpr_test_util",
1412 "gpr"
1413 ]
1414 },
1415 {
1416 "name": "sockaddr_utils_test",
1417 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001418 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001419 "src": [
1420 "test/core/iomgr/sockaddr_utils_test.c"
1421 ],
1422 "deps": [
1423 "grpc_test_util",
1424 "grpc",
1425 "gpr_test_util",
1426 "gpr"
1427 ]
1428 },
1429 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001430 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001431 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001432 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001433 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001434 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001435 ],
1436 "deps": [
1437 "grpc_test_util",
1438 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001439 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001440 "gpr"
1441 ]
1442 },
1443 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001444 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001445 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001446 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001447 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001448 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001449 ],
1450 "deps": [
1451 "grpc_test_util",
1452 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001453 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001454 "gpr"
1455 ]
1456 },
1457 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001458 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001459 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001460 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001461 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001462 "test/core/iomgr/tcp_server_posix_test.c"
1463 ],
1464 "deps": [
1465 "grpc_test_util",
1466 "grpc",
1467 "gpr_test_util",
1468 "gpr"
1469 ]
1470 },
1471 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001472 "name": "time_averaged_stats_test",
1473 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001474 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001475 "src": [
1476 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001477 ],
1478 "deps": [
1479 "grpc_test_util",
1480 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001481 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001482 "gpr"
1483 ]
1484 },
1485 {
ctiller8919f602014-12-10 10:19:42 -08001486 "name": "time_test",
1487 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001488 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001489 "src": [
1490 "test/core/support/time_test.c"
1491 ],
1492 "deps": [
1493 "grpc_test_util",
1494 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001495 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001496 "gpr"
1497 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001498 },
1499 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001500 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001501 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001502 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001503 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001504 "test/core/transport/chttp2/timeout_encoding_test.c"
1505 ],
1506 "deps": [
1507 "grpc_test_util",
1508 "grpc",
1509 "gpr_test_util",
1510 "gpr"
1511 ]
1512 },
1513 {
1514 "name": "transport_metadata_test",
1515 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001516 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001517 "src": [
1518 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001519 ],
1520 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001521 "grpc_test_util",
1522 "grpc",
1523 "gpr_test_util",
1524 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001525 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001526 },
1527 {
1528 "name": "channel_arguments_test",
1529 "build": "test",
1530 "language": "c++",
1531 "src": [
1532 "test/cpp/client/channel_arguments_test.cc"
1533 ],
1534 "deps": [
1535 "grpc++",
1536 "grpc",
1537 "gpr"
1538 ]
1539 },
1540 {
1541 "name": "cpp_plugin",
1542 "build": "protoc",
1543 "language": "c++",
1544 "headers": [
1545 "src/compiler/cpp_generator.h",
1546 "src/compiler/cpp_generator_helpers.h"
1547 ],
1548 "src": [
1549 "src/compiler/cpp_generator.cc",
1550 "src/compiler/cpp_plugin.cc"
1551 ],
1552 "deps": [],
1553 "secure": false
1554 },
1555 {
1556 "name": "credentials_test",
1557 "build": "test",
1558 "language": "c++",
1559 "src": [
1560 "test/cpp/client/credentials_test.cc"
1561 ],
1562 "deps": [
1563 "grpc++",
1564 "grpc",
1565 "gpr"
1566 ]
1567 },
1568 {
1569 "name": "end2end_test",
1570 "build": "test",
1571 "language": "c++",
1572 "src": [
1573 "test/cpp/end2end/end2end_test.cc"
1574 ],
1575 "deps": [
1576 "grpc++_test_util",
1577 "grpc_test_util",
1578 "grpc++",
1579 "grpc",
1580 "gpr_test_util",
1581 "gpr"
1582 ]
1583 },
1584 {
1585 "name": "interop_client",
1586 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001587 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001588 "language": "c++",
1589 "src": [
1590 "test/cpp/interop/empty.proto",
1591 "test/cpp/interop/messages.proto",
1592 "test/cpp/interop/test.proto",
1593 "test/cpp/interop/client.cc"
1594 ],
1595 "deps": [
1596 "grpc++_test_util",
1597 "grpc_test_util",
1598 "grpc++",
1599 "grpc",
1600 "gpr_test_util",
1601 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001602 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001603 },
1604 {
1605 "name": "interop_server",
1606 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001607 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001608 "language": "c++",
1609 "src": [
1610 "test/cpp/interop/empty.proto",
1611 "test/cpp/interop/messages.proto",
1612 "test/cpp/interop/test.proto",
1613 "test/cpp/interop/server.cc"
1614 ],
1615 "deps": [
1616 "grpc++_test_util",
1617 "grpc_test_util",
1618 "grpc++",
1619 "grpc",
1620 "gpr_test_util",
1621 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001622 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001623 },
1624 {
1625 "name": "qps_client",
1626 "build": "test",
1627 "language": "c++",
1628 "src": [
1629 "test/cpp/qps/qpstest.proto",
1630 "test/cpp/qps/client.cc"
1631 ],
1632 "deps": [
1633 "grpc++_test_util",
1634 "grpc_test_util",
1635 "grpc++",
1636 "grpc",
1637 "gpr_test_util",
1638 "gpr"
Craig Tillerc4165772015-02-11 10:51:04 -08001639 ],
1640 "run": false
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001641 },
1642 {
1643 "name": "qps_server",
1644 "build": "test",
1645 "language": "c++",
1646 "src": [
1647 "test/cpp/qps/qpstest.proto",
1648 "test/cpp/qps/server.cc"
1649 ],
1650 "deps": [
1651 "grpc++_test_util",
1652 "grpc_test_util",
1653 "grpc++",
1654 "grpc",
1655 "gpr_test_util",
1656 "gpr"
Craig Tillerc4165772015-02-11 10:51:04 -08001657 ],
1658 "run": false
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001659 },
1660 {
1661 "name": "ruby_plugin",
1662 "build": "protoc",
1663 "language": "c++",
1664 "headers": [
1665 "src/compiler/cpp_generator.h",
1666 "src/compiler/cpp_generator_helpers-inl.h",
1667 "src/compiler/cpp_generator_map-inl.h",
1668 "src/compiler/cpp_generator_string-inl.h"
1669 ],
1670 "src": [
1671 "src/compiler/ruby_generator.cc",
1672 "src/compiler/ruby_plugin.cc"
1673 ],
1674 "deps": [],
1675 "secure": false
1676 },
1677 {
1678 "name": "status_test",
1679 "build": "test",
1680 "language": "c++",
1681 "src": [
1682 "test/cpp/util/status_test.cc"
1683 ],
1684 "deps": [
1685 "grpc_test_util",
1686 "grpc++",
1687 "grpc",
1688 "gpr_test_util",
1689 "gpr"
1690 ]
1691 },
1692 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001693 "name": "thread_pool_test",
1694 "build": "test",
1695 "language": "c++",
1696 "src": [
1697 "test/cpp/server/thread_pool_test.cc"
1698 ],
1699 "deps": [
1700 "grpc_test_util",
1701 "grpc++",
1702 "grpc",
1703 "gpr_test_util",
1704 "gpr"
1705 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001706 },
1707 {
1708 "name": "tips_client",
1709 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001710 "run": false,
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001711 "language": "c++",
1712 "src": [
1713 "examples/tips/main.cc"
1714 ],
1715 "deps": [
1716 "tips_client_lib",
1717 "grpc++_test_util",
1718 "grpc_test_util",
1719 "grpc++",
1720 "grpc",
1721 "gpr_test_util",
1722 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001723 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001724 },
1725 {
1726 "name": "tips_publisher_test",
1727 "build": "test",
1728 "language": "c++",
1729 "src": [
1730 "examples/tips/publisher_test.cc"
1731 ],
1732 "deps": [
1733 "tips_client_lib",
1734 "grpc++_test_util",
1735 "grpc_test_util",
1736 "grpc++",
1737 "grpc",
1738 "gpr_test_util",
1739 "gpr"
1740 ]
1741 },
1742 {
1743 "name": "tips_subscriber_test",
1744 "build": "test",
1745 "language": "c++",
1746 "src": [
1747 "examples/tips/subscriber_test.cc"
1748 ],
1749 "deps": [
1750 "tips_client_lib",
1751 "grpc++_test_util",
1752 "grpc_test_util",
1753 "grpc++",
1754 "grpc",
1755 "gpr_test_util",
1756 "gpr"
1757 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001758 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001759 ]
1760}