blob: 127d4e8835227992aa7bcb5443c49ec555dd6d7e [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": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800394 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800395 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800396 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800397 "include/grpc++/channel_interface.h",
398 "include/grpc++/client_context.h",
399 "include/grpc++/completion_queue.h",
400 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800401 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800402 "include/grpc++/credentials.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/server_rpc_handler.h",
418 "src/cpp/server/thread_pool.h",
419 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800420 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800421 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800422 "src": [
423 "src/cpp/client/channel.cc",
424 "src/cpp/client/channel_arguments.cc",
425 "src/cpp/client/client_context.cc",
426 "src/cpp/client/create_channel.cc",
427 "src/cpp/client/credentials.cc",
428 "src/cpp/client/internal_stub.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",
432 "src/cpp/server/async_server.cc",
433 "src/cpp/server/async_server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800434 "src/cpp/server/server.cc",
435 "src/cpp/server/server_builder.cc",
436 "src/cpp/server/server_context_impl.cc",
437 "src/cpp/server/server_credentials.cc",
438 "src/cpp/server/server_rpc_handler.cc",
439 "src/cpp/server/thread_pool.cc",
440 "src/cpp/stream/stream_context.cc",
441 "src/cpp/util/status.cc",
442 "src/cpp/util/time.cc"
443 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800444 "deps": [
445 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800446 ],
447 "secure": true,
448 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800449 },
450 {
451 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800452 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800453 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800454 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800455 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800456 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800457 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800458 "test/cpp/end2end/async_test_server.cc",
459 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800460 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800461 },
462 {
Chen wang84232512015-02-12 17:29:18 -0800463 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800464 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800465 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800466 "src": [
Chen wang84232512015-02-12 17:29:18 -0800467 "examples/pubsub/label.proto",
468 "examples/pubsub/empty.proto",
469 "examples/pubsub/pubsub.proto",
470 "examples/pubsub/publisher.cc",
471 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800472 ],
473 "deps": [
474 "grpc++",
475 "grpc",
476 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800477 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800478 }
479 ],
480 "targets": [
481 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800482 "name": "alarm_heap_test",
483 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800484 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800485 "src": [
486 "test/core/iomgr/alarm_heap_test.c"
487 ],
488 "deps": [
489 "grpc_test_util",
490 "grpc",
491 "gpr_test_util",
492 "gpr"
493 ]
494 },
495 {
496 "name": "alarm_list_test",
497 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800498 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800499 "src": [
500 "test/core/iomgr/alarm_list_test.c"
501 ],
502 "deps": [
503 "grpc_test_util",
504 "grpc",
505 "gpr_test_util",
506 "gpr"
507 ]
508 },
509 {
510 "name": "alarm_test",
511 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800512 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800513 "src": [
514 "test/core/iomgr/alarm_test.c"
515 ],
516 "deps": [
517 "grpc_test_util",
518 "grpc",
519 "gpr_test_util",
520 "gpr"
521 ]
522 },
523 {
524 "name": "alpn_test",
525 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800526 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800527 "src": [
528 "test/core/transport/chttp2/alpn_test.c"
529 ],
530 "deps": [
531 "grpc_test_util",
532 "grpc",
533 "gpr_test_util",
534 "gpr"
535 ]
536 },
537 {
538 "name": "bin_encoder_test",
539 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800540 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800541 "src": [
542 "test/core/transport/chttp2/bin_encoder_test.c"
543 ],
544 "deps": [
545 "grpc_test_util",
546 "grpc",
547 "gpr_test_util",
548 "gpr"
549 ]
550 },
551 {
552 "name": "census_hash_table_test",
553 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800554 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800555 "src": [
556 "test/core/statistics/hash_table_test.c"
557 ],
558 "deps": [
559 "grpc_test_util",
560 "grpc",
561 "gpr_test_util",
562 "gpr"
563 ]
564 },
565 {
566 "name": "census_statistics_multiple_writers_circular_buffer_test",
567 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800568 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800569 "src": [
570 "test/core/statistics/multiple_writers_circular_buffer_test.c"
571 ],
572 "deps": [
573 "grpc_test_util",
574 "grpc",
575 "gpr_test_util",
576 "gpr"
577 ]
578 },
579 {
580 "name": "census_statistics_multiple_writers_test",
581 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800582 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800583 "src": [
584 "test/core/statistics/multiple_writers_test.c"
585 ],
586 "deps": [
587 "grpc_test_util",
588 "grpc",
589 "gpr_test_util",
590 "gpr"
591 ]
592 },
593 {
594 "name": "census_statistics_performance_test",
595 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800596 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800597 "src": [
598 "test/core/statistics/performance_test.c"
599 ],
600 "deps": [
601 "grpc_test_util",
602 "grpc",
603 "gpr_test_util",
604 "gpr"
605 ]
606 },
607 {
608 "name": "census_statistics_quick_test",
609 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800610 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800611 "src": [
612 "test/core/statistics/quick_test.c"
613 ],
614 "deps": [
615 "grpc_test_util",
616 "grpc",
617 "gpr_test_util",
618 "gpr"
619 ]
620 },
621 {
622 "name": "census_statistics_small_log_test",
623 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800624 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800625 "src": [
626 "test/core/statistics/small_log_test.c"
627 ],
628 "deps": [
629 "grpc_test_util",
630 "grpc",
631 "gpr_test_util",
632 "gpr"
633 ]
634 },
635 {
636 "name": "census_stats_store_test",
637 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800638 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800639 "src": [
640 "test/core/statistics/rpc_stats_test.c"
641 ],
642 "deps": [
643 "grpc_test_util",
644 "grpc",
645 "gpr_test_util",
646 "gpr"
647 ]
648 },
649 {
650 "name": "census_stub_test",
651 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800652 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800653 "src": [
654 "test/core/statistics/census_stub_test.c"
655 ],
656 "deps": [
657 "grpc_test_util",
658 "grpc",
659 "gpr_test_util",
660 "gpr"
661 ]
662 },
663 {
664 "name": "census_trace_store_test",
665 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800666 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800667 "src": [
668 "test/core/statistics/trace_test.c"
669 ],
670 "deps": [
671 "grpc_test_util",
672 "grpc",
673 "gpr_test_util",
674 "gpr"
675 ]
676 },
677 {
678 "name": "census_window_stats_test",
679 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800680 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800681 "src": [
682 "test/core/statistics/window_stats_test.c"
683 ],
684 "deps": [
685 "grpc_test_util",
686 "grpc",
687 "gpr_test_util",
688 "gpr"
689 ]
690 },
691 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800692 "name": "chttp2_status_conversion_test",
693 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800694 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800695 "src": [
696 "test/core/transport/chttp2/status_conversion_test.c"
697 ],
698 "deps": [
699 "grpc_test_util",
700 "grpc",
701 "gpr_test_util",
702 "gpr"
703 ]
704 },
705 {
706 "name": "chttp2_stream_encoder_test",
707 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800708 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800709 "src": [
710 "test/core/transport/chttp2/stream_encoder_test.c"
711 ],
712 "deps": [
713 "grpc_test_util",
714 "grpc",
715 "gpr_test_util",
716 "gpr"
717 ]
718 },
719 {
720 "name": "chttp2_stream_map_test",
721 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800722 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800723 "src": [
724 "test/core/transport/chttp2/stream_map_test.c"
725 ],
726 "deps": [
727 "grpc_test_util",
728 "grpc",
729 "gpr_test_util",
730 "gpr"
731 ]
732 },
733 {
734 "name": "chttp2_transport_end2end_test",
735 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800736 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800737 "src": [
738 "test/core/transport/chttp2_transport_end2end_test.c"
739 ],
740 "deps": [
741 "grpc_test_util",
742 "grpc",
743 "gpr_test_util",
744 "gpr"
745 ]
746 },
747 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800748 "name": "dualstack_socket_test",
749 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800750 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800751 "src": [
752 "test/core/end2end/dualstack_socket_test.c"
753 ],
754 "deps": [
755 "grpc_test_util",
756 "grpc",
757 "gpr_test_util",
758 "gpr"
759 ]
760 },
761 {
762 "name": "echo_client",
763 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800764 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800765 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800766 "src": [
767 "test/core/echo/client.c"
768 ],
769 "deps": [
770 "grpc_test_util",
771 "grpc",
772 "gpr_test_util",
773 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800774 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800775 },
776 {
777 "name": "echo_server",
778 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800779 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800780 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800781 "src": [
782 "test/core/echo/server.c"
783 ],
784 "deps": [
785 "grpc_test_util",
786 "grpc",
787 "gpr_test_util",
788 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800789 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800790 },
791 {
792 "name": "echo_test",
793 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800794 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800795 "src": [
796 "test/core/echo/echo_test.c"
797 ],
798 "deps": [
799 "grpc_test_util",
800 "grpc",
801 "gpr_test_util",
802 "gpr"
803 ]
804 },
805 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800806 "name": "fd_posix_test",
807 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800808 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800809 "src": [
810 "test/core/iomgr/fd_posix_test.c"
811 ],
812 "deps": [
813 "grpc_test_util",
814 "grpc",
815 "gpr_test_util",
816 "gpr"
817 ]
818 },
819 {
820 "name": "fling_client",
821 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800822 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800823 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800824 "src": [
825 "test/core/fling/client.c"
826 ],
827 "deps": [
828 "grpc_test_util",
829 "grpc",
830 "gpr_test_util",
831 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800832 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800833 },
834 {
835 "name": "fling_server",
836 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800837 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800838 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800839 "src": [
840 "test/core/fling/server.c"
841 ],
842 "deps": [
843 "grpc_test_util",
844 "grpc",
845 "gpr_test_util",
846 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800847 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800848 },
849 {
850 "name": "fling_stream_test",
851 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800852 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800853 "src": [
854 "test/core/fling/fling_stream_test.c"
855 ],
856 "deps": [
857 "grpc_test_util",
858 "grpc",
859 "gpr_test_util",
860 "gpr"
861 ]
862 },
863 {
864 "name": "fling_test",
865 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800866 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800867 "src": [
868 "test/core/fling/fling_test.c"
869 ],
870 "deps": [
871 "grpc_test_util",
872 "grpc",
873 "gpr_test_util",
874 "gpr"
875 ]
876 },
877 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800878 "name": "gen_hpack_tables",
879 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800880 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800881 "src": [
882 "src/core/transport/chttp2/gen_hpack_tables.c"
883 ],
884 "deps": [
885 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800886 "gpr",
887 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800888 ]
889 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800890 {
891 "name": "gpr_cancellable_test",
892 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800893 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800894 "src": [
895 "test/core/support/cancellable_test.c"
896 ],
897 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800898 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800899 "gpr"
900 ]
901 },
902 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800903 "name": "gpr_cmdline_test",
904 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800905 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800906 "src": [
907 "test/core/support/cmdline_test.c"
908 ],
909 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800910 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800911 "gpr"
912 ]
913 },
914 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800915 "name": "gpr_env_test",
916 "build": "test",
917 "language": "c",
918 "src": [
919 "test/core/support/env_test.c"
920 ],
921 "deps": [
922 "gpr_test_util",
923 "gpr"
924 ]
925 },
926 {
927 "name": "gpr_file_test",
928 "build": "test",
929 "language": "c",
930 "src": [
931 "test/core/support/file_test.c"
932 ],
933 "deps": [
934 "gpr_test_util",
935 "gpr"
936 ]
937 },
938 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800939 "name": "gpr_histogram_test",
940 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800941 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800942 "src": [
943 "test/core/support/histogram_test.c"
944 ],
945 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800946 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800947 "gpr"
948 ]
949 },
950 {
951 "name": "gpr_host_port_test",
952 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800953 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800954 "src": [
955 "test/core/support/host_port_test.c"
956 ],
957 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800958 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800959 "gpr"
960 ]
961 },
962 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800963 "name": "gpr_log_test",
964 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800965 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800966 "src": [
967 "test/core/support/log_test.c"
968 ],
969 "deps": [
970 "gpr_test_util",
971 "gpr"
972 ]
973 },
974 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800975 "name": "gpr_slice_buffer_test",
976 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800977 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800978 "src": [
979 "test/core/support/slice_buffer_test.c"
980 ],
981 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800982 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800983 "gpr"
984 ]
985 },
986 {
987 "name": "gpr_slice_test",
988 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800989 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800990 "src": [
991 "test/core/support/slice_test.c"
992 ],
993 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800994 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800995 "gpr"
996 ]
997 },
998 {
999 "name": "gpr_string_test",
1000 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001001 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001002 "src": [
1003 "test/core/support/string_test.c"
1004 ],
1005 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001006 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "gpr"
1008 ]
1009 },
1010 {
1011 "name": "gpr_sync_test",
1012 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001013 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001014 "src": [
1015 "test/core/support/sync_test.c"
1016 ],
1017 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001018 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001019 "gpr"
1020 ]
1021 },
1022 {
1023 "name": "gpr_thd_test",
1024 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001025 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001026 "src": [
1027 "test/core/support/thd_test.c"
1028 ],
1029 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001030 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "gpr"
1032 ]
1033 },
1034 {
1035 "name": "gpr_time_test",
1036 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001037 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001038 "src": [
1039 "test/core/support/time_test.c"
1040 ],
1041 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001042 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 "gpr"
1044 ]
1045 },
1046 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001047 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001049 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001050 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001051 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 ],
1053 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001054 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 "gpr"
1056 ]
1057 },
1058 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001059 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001060 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001061 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001063 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 ],
1065 "deps": [
1066 "grpc_test_util",
1067 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001068 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 "gpr"
1070 ]
1071 },
1072 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001073 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001074 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001075 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001076 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001077 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001078 ],
1079 "deps": [
1080 "grpc_test_util",
1081 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001082 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001083 "gpr"
1084 ]
1085 },
1086 {
1087 "name": "grpc_channel_stack_test",
1088 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001089 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001090 "src": [
1091 "test/core/channel/channel_stack_test.c"
1092 ],
1093 "deps": [
1094 "grpc_test_util",
1095 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001096 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001097 "gpr"
1098 ]
1099 },
1100 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001101 "name": "grpc_completion_queue_benchmark",
1102 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001103 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001104 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001105 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001106 ],
1107 "deps": [
1108 "grpc_test_util",
1109 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001110 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001111 "gpr"
1112 ]
1113 },
1114 {
1115 "name": "grpc_completion_queue_test",
1116 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001117 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001118 "src": [
1119 "test/core/surface/completion_queue_test.c"
1120 ],
1121 "deps": [
1122 "grpc_test_util",
1123 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001124 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001125 "gpr"
1126 ]
1127 },
1128 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001129 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001130 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001131 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001132 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001133 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001134 ],
1135 "deps": [
1136 "grpc_test_util",
1137 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001138 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001139 "gpr"
1140 ]
1141 },
1142 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001143 "name": "grpc_fetch_oauth2",
1144 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001145 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001146 "src": [
1147 "test/core/security/fetch_oauth2.c"
1148 ],
1149 "deps": [
1150 "grpc_test_util",
1151 "grpc",
1152 "gpr_test_util",
1153 "gpr"
1154 ]
1155 },
1156 {
1157 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001158 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001159 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001160 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001161 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001162 ],
1163 "deps": [
1164 "grpc_test_util",
1165 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001166 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001167 "gpr"
1168 ]
1169 },
1170 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001171 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001172 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001173 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001174 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001175 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001176 ],
1177 "deps": [
1178 "grpc_test_util",
1179 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001180 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001181 "gpr"
1182 ]
1183 },
1184 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001185 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001187 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001189 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001190 ],
1191 "deps": [
1192 "grpc_test_util",
1193 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001194 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001195 "gpr"
1196 ]
1197 },
1198 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001199 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001200 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001201 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001203 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 ],
1205 "deps": [
1206 "grpc_test_util",
1207 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001208 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001209 "gpr"
1210 ]
1211 },
1212 {
1213 "name": "httpcli_format_request_test",
1214 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001215 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001216 "src": [
1217 "test/core/httpcli/format_request_test.c"
1218 ],
1219 "deps": [
1220 "grpc_test_util",
1221 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001222 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001223 "gpr"
1224 ]
1225 },
1226 {
1227 "name": "httpcli_parser_test",
1228 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001229 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001230 "src": [
1231 "test/core/httpcli/parser_test.c"
1232 ],
1233 "deps": [
1234 "grpc_test_util",
1235 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001236 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001237 "gpr"
1238 ]
1239 },
1240 {
1241 "name": "httpcli_test",
1242 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001243 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001244 "src": [
1245 "test/core/httpcli/httpcli_test.c"
1246 ],
1247 "deps": [
1248 "grpc_test_util",
1249 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001250 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001251 "gpr"
1252 ]
1253 },
1254 {
Craig Tiller4450db22015-01-30 16:49:22 -08001255 "name": "json_rewrite",
1256 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001257 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001258 "language": "c",
1259 "src": [
1260 "test/core/json/json_rewrite.c"
1261 ],
1262 "deps": [
1263 "grpc",
1264 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001265 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001266 },
1267 {
1268 "name": "json_rewrite_test",
1269 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001270 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001271 "language": "c",
1272 "src": [
1273 "test/core/json/json_rewrite_test.c"
1274 ],
1275 "deps": [
1276 "grpc_test_util",
1277 "grpc",
1278 "gpr_test_util",
1279 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001280 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001281 },
1282 {
1283 "name": "json_test",
1284 "build": "test",
1285 "language": "c",
1286 "src": [
1287 "test/core/json/json_test.c"
1288 ],
1289 "deps": [
1290 "grpc_test_util",
1291 "grpc",
1292 "gpr_test_util",
1293 "gpr"
1294 ]
1295 },
1296 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001297 "name": "lame_client_test",
1298 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001299 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001300 "src": [
1301 "test/core/surface/lame_client_test.c"
1302 ],
1303 "deps": [
1304 "grpc_test_util",
1305 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001306 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001307 "gpr"
1308 ]
1309 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001310 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001311 "name": "low_level_ping_pong_benchmark",
1312 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001313 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001315 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001316 ],
1317 "deps": [
1318 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001319 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001320 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001321 "gpr"
1322 ]
1323 },
1324 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001325 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001326 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001327 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001328 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001329 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001330 ],
1331 "deps": [
1332 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001333 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001334 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001335 "gpr"
1336 ]
ctiller8919f602014-12-10 10:19:42 -08001337 },
1338 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001339 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001340 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001341 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001342 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001343 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001344 ],
1345 "deps": [
1346 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001347 "grpc",
1348 "gpr_test_util",
1349 "gpr"
1350 ]
1351 },
1352 {
1353 "name": "murmur_hash_test",
1354 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001355 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001356 "src": [
1357 "test/core/support/murmur_hash_test.c"
1358 ],
1359 "deps": [
1360 "gpr_test_util",
1361 "gpr"
1362 ]
1363 },
1364 {
1365 "name": "no_server_test",
1366 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001367 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001368 "src": [
1369 "test/core/end2end/no_server_test.c"
1370 ],
1371 "deps": [
1372 "grpc_test_util",
1373 "grpc",
1374 "gpr_test_util",
1375 "gpr"
1376 ]
1377 },
1378 {
David Klempnere3605682015-01-26 17:27:21 -08001379 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001380 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001381 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001382 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001383 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001384 ],
1385 "deps": [
1386 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001387 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001388 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001389 "gpr"
1390 ]
1391 },
1392 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001393 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001394 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001395 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001396 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001397 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001398 ],
1399 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001400 "grpc_test_util",
1401 "grpc",
1402 "gpr_test_util",
1403 "gpr"
1404 ]
1405 },
1406 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001407 "name": "secure_endpoint_test",
1408 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001409 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001410 "src": [
1411 "test/core/security/secure_endpoint_test.c"
1412 ],
1413 "deps": [
1414 "grpc_test_util",
1415 "grpc",
1416 "gpr_test_util",
1417 "gpr"
1418 ]
1419 },
1420 {
1421 "name": "sockaddr_utils_test",
1422 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001423 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001424 "src": [
1425 "test/core/iomgr/sockaddr_utils_test.c"
1426 ],
1427 "deps": [
1428 "grpc_test_util",
1429 "grpc",
1430 "gpr_test_util",
1431 "gpr"
1432 ]
1433 },
1434 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001435 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001436 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001437 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001438 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001439 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001440 ],
1441 "deps": [
1442 "grpc_test_util",
1443 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001444 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001445 "gpr"
1446 ]
1447 },
1448 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001449 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001450 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001451 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001452 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001453 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001454 ],
1455 "deps": [
1456 "grpc_test_util",
1457 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001458 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001459 "gpr"
1460 ]
1461 },
1462 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001463 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001464 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001465 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001466 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001467 "test/core/iomgr/tcp_server_posix_test.c"
1468 ],
1469 "deps": [
1470 "grpc_test_util",
1471 "grpc",
1472 "gpr_test_util",
1473 "gpr"
1474 ]
1475 },
1476 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001477 "name": "time_averaged_stats_test",
1478 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001479 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001480 "src": [
1481 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001482 ],
1483 "deps": [
1484 "grpc_test_util",
1485 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001486 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001487 "gpr"
1488 ]
1489 },
1490 {
ctiller8919f602014-12-10 10:19:42 -08001491 "name": "time_test",
1492 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001493 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001494 "src": [
1495 "test/core/support/time_test.c"
1496 ],
1497 "deps": [
1498 "grpc_test_util",
1499 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001500 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001501 "gpr"
1502 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001503 },
1504 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001505 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001506 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001507 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001508 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001509 "test/core/transport/chttp2/timeout_encoding_test.c"
1510 ],
1511 "deps": [
1512 "grpc_test_util",
1513 "grpc",
1514 "gpr_test_util",
1515 "gpr"
1516 ]
1517 },
1518 {
1519 "name": "transport_metadata_test",
1520 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001521 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001522 "src": [
1523 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001524 ],
1525 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001526 "grpc_test_util",
1527 "grpc",
1528 "gpr_test_util",
1529 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001530 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001531 },
1532 {
1533 "name": "channel_arguments_test",
1534 "build": "test",
1535 "language": "c++",
1536 "src": [
1537 "test/cpp/client/channel_arguments_test.cc"
1538 ],
1539 "deps": [
1540 "grpc++",
1541 "grpc",
1542 "gpr"
1543 ]
1544 },
1545 {
1546 "name": "cpp_plugin",
1547 "build": "protoc",
1548 "language": "c++",
1549 "headers": [
1550 "src/compiler/cpp_generator.h",
1551 "src/compiler/cpp_generator_helpers.h"
1552 ],
1553 "src": [
1554 "src/compiler/cpp_generator.cc",
1555 "src/compiler/cpp_plugin.cc"
1556 ],
1557 "deps": [],
1558 "secure": false
1559 },
1560 {
1561 "name": "credentials_test",
1562 "build": "test",
1563 "language": "c++",
1564 "src": [
1565 "test/cpp/client/credentials_test.cc"
1566 ],
1567 "deps": [
1568 "grpc++",
1569 "grpc",
1570 "gpr"
1571 ]
1572 },
1573 {
1574 "name": "end2end_test",
1575 "build": "test",
1576 "language": "c++",
1577 "src": [
1578 "test/cpp/end2end/end2end_test.cc"
1579 ],
1580 "deps": [
1581 "grpc++_test_util",
1582 "grpc_test_util",
1583 "grpc++",
1584 "grpc",
1585 "gpr_test_util",
1586 "gpr"
1587 ]
1588 },
1589 {
1590 "name": "interop_client",
1591 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001592 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001593 "language": "c++",
1594 "src": [
1595 "test/cpp/interop/empty.proto",
1596 "test/cpp/interop/messages.proto",
1597 "test/cpp/interop/test.proto",
1598 "test/cpp/interop/client.cc"
1599 ],
1600 "deps": [
1601 "grpc++_test_util",
1602 "grpc_test_util",
1603 "grpc++",
1604 "grpc",
1605 "gpr_test_util",
1606 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001607 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001608 },
1609 {
1610 "name": "interop_server",
1611 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001612 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001613 "language": "c++",
1614 "src": [
1615 "test/cpp/interop/empty.proto",
1616 "test/cpp/interop/messages.proto",
1617 "test/cpp/interop/test.proto",
1618 "test/cpp/interop/server.cc"
1619 ],
1620 "deps": [
1621 "grpc++_test_util",
1622 "grpc_test_util",
1623 "grpc++",
1624 "grpc",
1625 "gpr_test_util",
1626 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001627 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001628 },
1629 {
1630 "name": "qps_client",
1631 "build": "test",
Vijay Pai5438d4b2015-02-10 10:36:20 -08001632 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001633 "language": "c++",
1634 "src": [
1635 "test/cpp/qps/qpstest.proto",
1636 "test/cpp/qps/client.cc"
1637 ],
1638 "deps": [
1639 "grpc++_test_util",
1640 "grpc_test_util",
1641 "grpc++",
1642 "grpc",
1643 "gpr_test_util",
1644 "gpr"
1645 ]
1646 },
1647 {
1648 "name": "qps_server",
1649 "build": "test",
Vijay Pai5438d4b2015-02-10 10:36:20 -08001650 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001651 "language": "c++",
1652 "src": [
1653 "test/cpp/qps/qpstest.proto",
1654 "test/cpp/qps/server.cc"
1655 ],
1656 "deps": [
1657 "grpc++_test_util",
1658 "grpc_test_util",
1659 "grpc++",
1660 "grpc",
1661 "gpr_test_util",
1662 "gpr"
1663 ]
1664 },
1665 {
1666 "name": "ruby_plugin",
1667 "build": "protoc",
1668 "language": "c++",
1669 "headers": [
1670 "src/compiler/cpp_generator.h",
1671 "src/compiler/cpp_generator_helpers-inl.h",
1672 "src/compiler/cpp_generator_map-inl.h",
1673 "src/compiler/cpp_generator_string-inl.h"
1674 ],
1675 "src": [
1676 "src/compiler/ruby_generator.cc",
1677 "src/compiler/ruby_plugin.cc"
1678 ],
1679 "deps": [],
1680 "secure": false
1681 },
1682 {
1683 "name": "status_test",
1684 "build": "test",
1685 "language": "c++",
1686 "src": [
1687 "test/cpp/util/status_test.cc"
1688 ],
1689 "deps": [
1690 "grpc_test_util",
1691 "grpc++",
1692 "grpc",
1693 "gpr_test_util",
1694 "gpr"
1695 ]
1696 },
1697 {
1698 "name": "sync_client_async_server_test",
1699 "build": "test",
1700 "language": "c++",
1701 "src": [
1702 "test/cpp/end2end/sync_client_async_server_test.cc"
1703 ],
1704 "deps": [
1705 "grpc++_test_util",
1706 "grpc_test_util",
1707 "grpc++",
1708 "grpc",
1709 "gpr_test_util",
1710 "gpr"
1711 ]
1712 },
1713 {
1714 "name": "thread_pool_test",
1715 "build": "test",
1716 "language": "c++",
1717 "src": [
1718 "test/cpp/server/thread_pool_test.cc"
1719 ],
1720 "deps": [
1721 "grpc_test_util",
1722 "grpc++",
1723 "grpc",
1724 "gpr_test_util",
1725 "gpr"
1726 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001727 },
1728 {
Chen wang84232512015-02-12 17:29:18 -08001729 "name": "pubsub_client",
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001730 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001731 "run": false,
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001732 "language": "c++",
1733 "src": [
Chen wang84232512015-02-12 17:29:18 -08001734 "examples/pubsub/main.cc"
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001735 ],
1736 "deps": [
Chen wang84232512015-02-12 17:29:18 -08001737 "pubsub_client_lib",
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001738 "grpc++_test_util",
1739 "grpc_test_util",
1740 "grpc++",
1741 "grpc",
1742 "gpr_test_util",
1743 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001744 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001745 },
1746 {
Chen wang84232512015-02-12 17:29:18 -08001747 "name": "pubsub_publisher_test",
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001748 "build": "test",
1749 "language": "c++",
1750 "src": [
Chen wang84232512015-02-12 17:29:18 -08001751 "examples/pubsub/publisher_test.cc"
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001752 ],
1753 "deps": [
Chen wang84232512015-02-12 17:29:18 -08001754 "pubsub_client_lib",
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001755 "grpc++_test_util",
1756 "grpc_test_util",
1757 "grpc++",
1758 "grpc",
1759 "gpr_test_util",
1760 "gpr"
1761 ]
1762 },
1763 {
Chen wang84232512015-02-12 17:29:18 -08001764 "name": "pubsub_subscriber_test",
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001765 "build": "test",
1766 "language": "c++",
1767 "src": [
Chen wang84232512015-02-12 17:29:18 -08001768 "examples/pubsub/subscriber_test.cc"
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001769 ],
1770 "deps": [
Chen wang84232512015-02-12 17:29:18 -08001771 "pubsub_client_lib",
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001772 "grpc++_test_util",
1773 "grpc_test_util",
1774 "grpc++",
1775 "grpc",
1776 "gpr_test_util",
1777 "gpr"
1778 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001779 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001780 ]
1781}