blob: 413863fc88380fb967bce06dc02f64cb996fd599 [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",
David Klempnerbaced4d2015-02-10 17:10:15 -0800141 "src/core/iomgr/pollset_multipoller_with_epoll.c",
Craig Tiller24c06ea2015-02-11 21:26:45 -0800142 "src/core/iomgr/pollset_multipoller_with_poll_posix.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 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800295 "deps": [
296 "gpr"
297 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800298 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800299 },
300 {
301 "name": "grpc",
302 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800303 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800304 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800305 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800306 ],
307 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800308 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800309 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800310 "src/core/security/credentials.h",
311 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800312 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800313 "src/core/security/secure_transport_setup.h",
314 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800315 "src/core/tsi/fake_transport_security.h",
316 "src/core/tsi/ssl_transport_security.h",
317 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800318 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800319 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800320 "src": [
321 "src/core/security/auth.c",
322 "src/core/security/base64.c",
323 "src/core/security/credentials.c",
324 "src/core/security/factories.c",
325 "src/core/security/google_root_certs.c",
326 "src/core/security/json_token.c",
327 "src/core/security/secure_endpoint.c",
328 "src/core/security/secure_transport_setup.c",
329 "src/core/security/security_context.c",
330 "src/core/security/server_secure_chttp2.c",
331 "src/core/tsi/fake_transport_security.c",
332 "src/core/tsi/ssl_transport_security.c",
333 "src/core/tsi/transport_security.c"
334 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800335 "deps": [
336 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800337 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800338 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800339 "filegroups": [
340 "grpc_base"
341 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800342 "secure": true,
343 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800344 },
345 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800346 "name": "grpc_csharp_ext",
347 "build": "all",
Jan Tattermusch2ec0b3e2015-02-18 15:03:12 -0800348 "language": "csharp",
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800349 "src": [
350 "src/csharp/ext/grpc_csharp_ext.c"
351 ],
352 "deps": [
353 "gpr",
354 "grpc"
Jan Tattermusch92e2e3f2015-02-11 10:20:55 -0800355 ],
356 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800357 },
358 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800359 "name": "grpc_test_util",
360 "build": "private",
361 "language": "c",
362 "src": [
363 "test/core/end2end/cq_verifier.c",
364 "test/core/end2end/data/prod_roots_certs.c",
365 "test/core/end2end/data/server1_cert.c",
366 "test/core/end2end/data/server1_key.c",
367 "test/core/end2end/data/test_root_cert.c",
368 "test/core/iomgr/endpoint_tests.c",
369 "test/core/statistics/census_log_tests.c",
370 "test/core/transport/transport_end2end_tests.c",
371 "test/core/util/grpc_profiler.c",
372 "test/core/util/parse_hexstring.c",
373 "test/core/util/port_posix.c",
374 "test/core/util/slice_splitter.c"
375 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800376 "deps": [
377 "gpr",
378 "grpc"
379 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800380 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
381 },
382 {
383 "name": "grpc_unsecure",
384 "build": "all",
385 "language": "c",
386 "deps": [
387 "gpr"
388 ],
389 "baselib": true,
390 "filegroups": [
391 "grpc_base"
392 ],
393 "secure": false,
394 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
395 },
396 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800397 "name": "grpc++",
398 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800399 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800400 "public_headers": [
Yang Gao3a5e5492015-02-18 14:32:38 -0800401 "include/grpc++/async_unary_call.h",
yangg59dfc902014-12-19 14:00:14 -0800402 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800403 "include/grpc++/channel_interface.h",
404 "include/grpc++/client_context.h",
405 "include/grpc++/completion_queue.h",
406 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800407 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800408 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800409 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800410 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800411 "include/grpc++/impl/internal_stub.h",
412 "include/grpc++/impl/rpc_method.h",
413 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800414 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800415 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800416 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800417 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800418 "include/grpc++/status.h",
Yang Gao50556472015-02-19 12:37:35 -0800419 "include/grpc++/status_code_enum.h",
Jan Tattermusch67fb94a2015-02-18 12:40:25 -0800420 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800421 ],
422 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800423 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800424 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800425 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800426 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800427 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800428 "src": [
429 "src/cpp/client/channel.cc",
430 "src/cpp/client/channel_arguments.cc",
431 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800432 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800433 "src/cpp/client/create_channel.cc",
434 "src/cpp/client/credentials.cc",
435 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800436 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800437 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800438 "src/cpp/common/rpc_method.cc",
439 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800440 "src/cpp/server/server.cc",
441 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800442 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800443 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800444 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800445 "src/cpp/util/status.cc",
446 "src/cpp/util/time.cc"
447 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800448 "deps": [
449 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800450 ],
451 "secure": true,
452 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800453 },
454 {
455 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800456 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800457 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800458 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800459 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800460 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800461 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800462 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800463 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800464 },
465 {
Chen wang84232512015-02-12 17:29:18 -0800466 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800467 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800468 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800469 "src": [
Chen wang84232512015-02-12 17:29:18 -0800470 "examples/pubsub/label.proto",
471 "examples/pubsub/empty.proto",
472 "examples/pubsub/pubsub.proto",
473 "examples/pubsub/publisher.cc",
474 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800475 ],
476 "deps": [
477 "grpc++",
478 "grpc",
479 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800480 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800481 }
482 ],
483 "targets": [
484 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800485 "name": "alarm_heap_test",
486 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800487 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800488 "src": [
489 "test/core/iomgr/alarm_heap_test.c"
490 ],
491 "deps": [
492 "grpc_test_util",
493 "grpc",
494 "gpr_test_util",
495 "gpr"
496 ]
497 },
498 {
499 "name": "alarm_list_test",
500 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800501 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800502 "src": [
503 "test/core/iomgr/alarm_list_test.c"
504 ],
505 "deps": [
506 "grpc_test_util",
507 "grpc",
508 "gpr_test_util",
509 "gpr"
510 ]
511 },
512 {
513 "name": "alarm_test",
514 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800515 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800516 "src": [
517 "test/core/iomgr/alarm_test.c"
518 ],
519 "deps": [
520 "grpc_test_util",
521 "grpc",
522 "gpr_test_util",
523 "gpr"
524 ]
525 },
526 {
527 "name": "alpn_test",
528 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800529 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800530 "src": [
531 "test/core/transport/chttp2/alpn_test.c"
532 ],
533 "deps": [
534 "grpc_test_util",
535 "grpc",
536 "gpr_test_util",
537 "gpr"
538 ]
539 },
540 {
541 "name": "bin_encoder_test",
542 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800543 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800544 "src": [
545 "test/core/transport/chttp2/bin_encoder_test.c"
546 ],
547 "deps": [
548 "grpc_test_util",
549 "grpc",
550 "gpr_test_util",
551 "gpr"
552 ]
553 },
554 {
555 "name": "census_hash_table_test",
556 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800557 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800558 "src": [
559 "test/core/statistics/hash_table_test.c"
560 ],
561 "deps": [
562 "grpc_test_util",
563 "grpc",
564 "gpr_test_util",
565 "gpr"
566 ]
567 },
568 {
569 "name": "census_statistics_multiple_writers_circular_buffer_test",
570 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800571 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800572 "src": [
573 "test/core/statistics/multiple_writers_circular_buffer_test.c"
574 ],
575 "deps": [
576 "grpc_test_util",
577 "grpc",
578 "gpr_test_util",
579 "gpr"
580 ]
581 },
582 {
583 "name": "census_statistics_multiple_writers_test",
584 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800585 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800586 "src": [
587 "test/core/statistics/multiple_writers_test.c"
588 ],
589 "deps": [
590 "grpc_test_util",
591 "grpc",
592 "gpr_test_util",
593 "gpr"
594 ]
595 },
596 {
597 "name": "census_statistics_performance_test",
598 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800599 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800600 "src": [
601 "test/core/statistics/performance_test.c"
602 ],
603 "deps": [
604 "grpc_test_util",
605 "grpc",
606 "gpr_test_util",
607 "gpr"
608 ]
609 },
610 {
611 "name": "census_statistics_quick_test",
612 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800613 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800614 "src": [
615 "test/core/statistics/quick_test.c"
616 ],
617 "deps": [
618 "grpc_test_util",
619 "grpc",
620 "gpr_test_util",
621 "gpr"
622 ]
623 },
624 {
625 "name": "census_statistics_small_log_test",
626 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800627 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800628 "src": [
629 "test/core/statistics/small_log_test.c"
630 ],
631 "deps": [
632 "grpc_test_util",
633 "grpc",
634 "gpr_test_util",
635 "gpr"
636 ]
637 },
638 {
639 "name": "census_stats_store_test",
640 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800641 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800642 "src": [
643 "test/core/statistics/rpc_stats_test.c"
644 ],
645 "deps": [
646 "grpc_test_util",
647 "grpc",
648 "gpr_test_util",
649 "gpr"
650 ]
651 },
652 {
653 "name": "census_stub_test",
654 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800655 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800656 "src": [
657 "test/core/statistics/census_stub_test.c"
658 ],
659 "deps": [
660 "grpc_test_util",
661 "grpc",
662 "gpr_test_util",
663 "gpr"
664 ]
665 },
666 {
667 "name": "census_trace_store_test",
668 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800669 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800670 "src": [
671 "test/core/statistics/trace_test.c"
672 ],
673 "deps": [
674 "grpc_test_util",
675 "grpc",
676 "gpr_test_util",
677 "gpr"
678 ]
679 },
680 {
681 "name": "census_window_stats_test",
682 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800683 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800684 "src": [
685 "test/core/statistics/window_stats_test.c"
686 ],
687 "deps": [
688 "grpc_test_util",
689 "grpc",
690 "gpr_test_util",
691 "gpr"
692 ]
693 },
694 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800695 "name": "chttp2_status_conversion_test",
696 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800697 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800698 "src": [
699 "test/core/transport/chttp2/status_conversion_test.c"
700 ],
701 "deps": [
702 "grpc_test_util",
703 "grpc",
704 "gpr_test_util",
705 "gpr"
706 ]
707 },
708 {
709 "name": "chttp2_stream_encoder_test",
710 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800711 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800712 "src": [
713 "test/core/transport/chttp2/stream_encoder_test.c"
714 ],
715 "deps": [
716 "grpc_test_util",
717 "grpc",
718 "gpr_test_util",
719 "gpr"
720 ]
721 },
722 {
723 "name": "chttp2_stream_map_test",
724 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800725 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800726 "src": [
727 "test/core/transport/chttp2/stream_map_test.c"
728 ],
729 "deps": [
730 "grpc_test_util",
731 "grpc",
732 "gpr_test_util",
733 "gpr"
734 ]
735 },
736 {
737 "name": "chttp2_transport_end2end_test",
738 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800739 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800740 "src": [
741 "test/core/transport/chttp2_transport_end2end_test.c"
742 ],
743 "deps": [
744 "grpc_test_util",
745 "grpc",
746 "gpr_test_util",
747 "gpr"
748 ]
749 },
750 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800751 "name": "dualstack_socket_test",
752 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800753 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800754 "src": [
755 "test/core/end2end/dualstack_socket_test.c"
756 ],
757 "deps": [
758 "grpc_test_util",
759 "grpc",
760 "gpr_test_util",
761 "gpr"
762 ]
763 },
764 {
765 "name": "echo_client",
766 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800767 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800768 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800769 "src": [
770 "test/core/echo/client.c"
771 ],
772 "deps": [
773 "grpc_test_util",
774 "grpc",
775 "gpr_test_util",
776 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800777 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800778 },
779 {
780 "name": "echo_server",
781 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800782 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800783 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800784 "src": [
785 "test/core/echo/server.c"
786 ],
787 "deps": [
788 "grpc_test_util",
789 "grpc",
790 "gpr_test_util",
791 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800792 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800793 },
794 {
795 "name": "echo_test",
796 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800797 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800798 "src": [
799 "test/core/echo/echo_test.c"
800 ],
801 "deps": [
802 "grpc_test_util",
803 "grpc",
804 "gpr_test_util",
805 "gpr"
806 ]
807 },
808 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800809 "name": "fd_posix_test",
810 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800811 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800812 "src": [
813 "test/core/iomgr/fd_posix_test.c"
814 ],
815 "deps": [
816 "grpc_test_util",
817 "grpc",
818 "gpr_test_util",
819 "gpr"
820 ]
821 },
822 {
823 "name": "fling_client",
824 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800825 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800826 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800827 "src": [
828 "test/core/fling/client.c"
829 ],
830 "deps": [
831 "grpc_test_util",
832 "grpc",
833 "gpr_test_util",
834 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800835 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800836 },
837 {
838 "name": "fling_server",
839 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800840 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800841 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800842 "src": [
843 "test/core/fling/server.c"
844 ],
845 "deps": [
846 "grpc_test_util",
847 "grpc",
848 "gpr_test_util",
849 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800850 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800851 },
852 {
853 "name": "fling_stream_test",
854 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800855 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800856 "src": [
857 "test/core/fling/fling_stream_test.c"
858 ],
859 "deps": [
860 "grpc_test_util",
861 "grpc",
862 "gpr_test_util",
863 "gpr"
864 ]
865 },
866 {
867 "name": "fling_test",
868 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800869 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800870 "src": [
871 "test/core/fling/fling_test.c"
872 ],
873 "deps": [
874 "grpc_test_util",
875 "grpc",
876 "gpr_test_util",
877 "gpr"
878 ]
879 },
880 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800881 "name": "gen_hpack_tables",
882 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800883 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800884 "src": [
885 "src/core/transport/chttp2/gen_hpack_tables.c"
886 ],
887 "deps": [
888 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800889 "gpr",
890 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800891 ]
892 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800893 {
894 "name": "gpr_cancellable_test",
895 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800896 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800897 "src": [
898 "test/core/support/cancellable_test.c"
899 ],
900 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800901 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800902 "gpr"
903 ]
904 },
905 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800906 "name": "gpr_cmdline_test",
907 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800908 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800909 "src": [
910 "test/core/support/cmdline_test.c"
911 ],
912 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800913 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800914 "gpr"
915 ]
916 },
917 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800918 "name": "gpr_env_test",
919 "build": "test",
920 "language": "c",
921 "src": [
922 "test/core/support/env_test.c"
923 ],
924 "deps": [
925 "gpr_test_util",
926 "gpr"
927 ]
928 },
929 {
930 "name": "gpr_file_test",
931 "build": "test",
932 "language": "c",
933 "src": [
934 "test/core/support/file_test.c"
935 ],
936 "deps": [
937 "gpr_test_util",
938 "gpr"
939 ]
940 },
941 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800942 "name": "gpr_histogram_test",
943 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800944 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800945 "src": [
946 "test/core/support/histogram_test.c"
947 ],
948 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800949 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800950 "gpr"
951 ]
952 },
953 {
954 "name": "gpr_host_port_test",
955 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800956 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800957 "src": [
958 "test/core/support/host_port_test.c"
959 ],
960 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800961 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800962 "gpr"
963 ]
964 },
965 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800966 "name": "gpr_log_test",
967 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800968 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800969 "src": [
970 "test/core/support/log_test.c"
971 ],
972 "deps": [
973 "gpr_test_util",
974 "gpr"
975 ]
976 },
977 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800978 "name": "gpr_slice_buffer_test",
979 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800980 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800981 "src": [
982 "test/core/support/slice_buffer_test.c"
983 ],
984 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800985 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800986 "gpr"
987 ]
988 },
989 {
990 "name": "gpr_slice_test",
991 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800992 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800993 "src": [
994 "test/core/support/slice_test.c"
995 ],
996 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800997 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800998 "gpr"
999 ]
1000 },
1001 {
1002 "name": "gpr_string_test",
1003 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001004 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 "src": [
1006 "test/core/support/string_test.c"
1007 ],
1008 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001009 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001010 "gpr"
1011 ]
1012 },
1013 {
1014 "name": "gpr_sync_test",
1015 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001016 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001017 "src": [
1018 "test/core/support/sync_test.c"
1019 ],
1020 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001021 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001022 "gpr"
1023 ]
1024 },
1025 {
1026 "name": "gpr_thd_test",
1027 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001028 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001029 "src": [
1030 "test/core/support/thd_test.c"
1031 ],
1032 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001033 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001034 "gpr"
1035 ]
1036 },
1037 {
1038 "name": "gpr_time_test",
1039 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001040 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001041 "src": [
1042 "test/core/support/time_test.c"
1043 ],
1044 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001045 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001046 "gpr"
1047 ]
1048 },
1049 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001050 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001051 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001052 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001053 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001054 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 ],
1056 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001057 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001058 "gpr"
1059 ]
1060 },
1061 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001062 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001063 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001064 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001065 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001066 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 ],
1068 "deps": [
1069 "grpc_test_util",
1070 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001071 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001072 "gpr"
1073 ]
1074 },
1075 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001076 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001077 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001078 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001079 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001080 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001081 ],
1082 "deps": [
1083 "grpc_test_util",
1084 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001085 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001086 "gpr"
1087 ]
1088 },
1089 {
1090 "name": "grpc_channel_stack_test",
1091 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001092 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001093 "src": [
1094 "test/core/channel/channel_stack_test.c"
1095 ],
1096 "deps": [
1097 "grpc_test_util",
1098 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001099 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001100 "gpr"
1101 ]
1102 },
1103 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001104 "name": "grpc_completion_queue_benchmark",
1105 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001106 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001107 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001108 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 ],
1110 "deps": [
1111 "grpc_test_util",
1112 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001113 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001114 "gpr"
1115 ]
1116 },
1117 {
1118 "name": "grpc_completion_queue_test",
1119 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001120 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001121 "src": [
1122 "test/core/surface/completion_queue_test.c"
1123 ],
1124 "deps": [
1125 "grpc_test_util",
1126 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001127 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001128 "gpr"
1129 ]
1130 },
1131 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001132 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001133 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001134 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001135 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001136 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001137 ],
1138 "deps": [
1139 "grpc_test_util",
1140 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001141 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001142 "gpr"
1143 ]
1144 },
1145 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001146 "name": "grpc_fetch_oauth2",
1147 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001148 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001149 "src": [
1150 "test/core/security/fetch_oauth2.c"
1151 ],
1152 "deps": [
1153 "grpc_test_util",
1154 "grpc",
1155 "gpr_test_util",
1156 "gpr"
1157 ]
1158 },
1159 {
1160 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001161 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001162 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001163 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001164 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 ],
1166 "deps": [
1167 "grpc_test_util",
1168 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001169 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001170 "gpr"
1171 ]
1172 },
1173 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001174 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001175 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001176 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001177 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001178 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001179 ],
1180 "deps": [
1181 "grpc_test_util",
1182 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001183 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001184 "gpr"
1185 ]
1186 },
1187 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001188 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001189 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001190 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001191 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001192 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 ],
1194 "deps": [
1195 "grpc_test_util",
1196 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001197 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001198 "gpr"
1199 ]
1200 },
1201 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001202 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001203 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001204 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001205 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001206 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001207 ],
1208 "deps": [
1209 "grpc_test_util",
1210 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001211 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001212 "gpr"
1213 ]
1214 },
1215 {
1216 "name": "httpcli_format_request_test",
1217 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001218 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001219 "src": [
1220 "test/core/httpcli/format_request_test.c"
1221 ],
1222 "deps": [
1223 "grpc_test_util",
1224 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001225 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001226 "gpr"
1227 ]
1228 },
1229 {
1230 "name": "httpcli_parser_test",
1231 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001232 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001233 "src": [
1234 "test/core/httpcli/parser_test.c"
1235 ],
1236 "deps": [
1237 "grpc_test_util",
1238 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001239 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001240 "gpr"
1241 ]
1242 },
1243 {
1244 "name": "httpcli_test",
1245 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001246 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001247 "src": [
1248 "test/core/httpcli/httpcli_test.c"
1249 ],
1250 "deps": [
1251 "grpc_test_util",
1252 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001253 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001254 "gpr"
1255 ]
1256 },
1257 {
Craig Tiller4450db22015-01-30 16:49:22 -08001258 "name": "json_rewrite",
1259 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001260 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001261 "language": "c",
1262 "src": [
1263 "test/core/json/json_rewrite.c"
1264 ],
1265 "deps": [
1266 "grpc",
1267 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001268 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001269 },
1270 {
1271 "name": "json_rewrite_test",
1272 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001273 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001274 "language": "c",
1275 "src": [
1276 "test/core/json/json_rewrite_test.c"
1277 ],
1278 "deps": [
1279 "grpc_test_util",
1280 "grpc",
1281 "gpr_test_util",
1282 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001283 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001284 },
1285 {
1286 "name": "json_test",
1287 "build": "test",
1288 "language": "c",
1289 "src": [
1290 "test/core/json/json_test.c"
1291 ],
1292 "deps": [
1293 "grpc_test_util",
1294 "grpc",
1295 "gpr_test_util",
1296 "gpr"
1297 ]
1298 },
1299 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001300 "name": "lame_client_test",
1301 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001302 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001303 "src": [
1304 "test/core/surface/lame_client_test.c"
1305 ],
1306 "deps": [
1307 "grpc_test_util",
1308 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001309 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001310 "gpr"
1311 ]
1312 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001313 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001314 "name": "low_level_ping_pong_benchmark",
1315 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001316 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001317 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001318 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001319 ],
1320 "deps": [
1321 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001322 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001323 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001324 "gpr"
1325 ]
1326 },
1327 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001328 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001329 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001330 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001331 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001332 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001333 ],
1334 "deps": [
1335 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001336 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001337 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001338 "gpr"
1339 ]
ctiller8919f602014-12-10 10:19:42 -08001340 },
1341 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001342 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001343 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001344 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001345 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001346 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001347 ],
1348 "deps": [
1349 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001350 "grpc",
1351 "gpr_test_util",
1352 "gpr"
1353 ]
1354 },
1355 {
Craig Tiller35108f62015-02-17 11:24:15 -08001356 "name": "multi_init_test",
1357 "build": "test",
1358 "language": "c",
1359 "src": [
1360 "test/core/surface/multi_init_test.c"
1361 ],
1362 "deps": [
1363 "grpc_test_util",
1364 "grpc",
1365 "gpr_test_util",
1366 "gpr"
1367 ]
1368 },
1369 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001370 "name": "murmur_hash_test",
1371 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001372 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001373 "src": [
1374 "test/core/support/murmur_hash_test.c"
1375 ],
1376 "deps": [
1377 "gpr_test_util",
1378 "gpr"
1379 ]
1380 },
1381 {
1382 "name": "no_server_test",
1383 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001384 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001385 "src": [
1386 "test/core/end2end/no_server_test.c"
1387 ],
1388 "deps": [
1389 "grpc_test_util",
1390 "grpc",
1391 "gpr_test_util",
1392 "gpr"
1393 ]
1394 },
1395 {
David Klempnere3605682015-01-26 17:27:21 -08001396 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001397 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001398 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001399 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001400 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001401 ],
1402 "deps": [
1403 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001404 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001405 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001406 "gpr"
1407 ]
1408 },
1409 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001410 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001411 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001412 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001413 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001414 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001415 ],
1416 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001417 "grpc_test_util",
1418 "grpc",
1419 "gpr_test_util",
1420 "gpr"
1421 ]
1422 },
1423 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001424 "name": "secure_endpoint_test",
1425 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001426 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001427 "src": [
1428 "test/core/security/secure_endpoint_test.c"
1429 ],
1430 "deps": [
1431 "grpc_test_util",
1432 "grpc",
1433 "gpr_test_util",
1434 "gpr"
1435 ]
1436 },
1437 {
1438 "name": "sockaddr_utils_test",
1439 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001440 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001441 "src": [
1442 "test/core/iomgr/sockaddr_utils_test.c"
1443 ],
1444 "deps": [
1445 "grpc_test_util",
1446 "grpc",
1447 "gpr_test_util",
1448 "gpr"
1449 ]
1450 },
1451 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001452 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001453 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001454 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001455 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001456 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001457 ],
1458 "deps": [
1459 "grpc_test_util",
1460 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001461 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001462 "gpr"
1463 ]
1464 },
1465 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001466 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001467 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001468 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001469 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001470 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001471 ],
1472 "deps": [
1473 "grpc_test_util",
1474 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001475 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001476 "gpr"
1477 ]
1478 },
1479 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001480 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001481 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001482 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001483 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001484 "test/core/iomgr/tcp_server_posix_test.c"
1485 ],
1486 "deps": [
1487 "grpc_test_util",
1488 "grpc",
1489 "gpr_test_util",
1490 "gpr"
1491 ]
1492 },
1493 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001494 "name": "time_averaged_stats_test",
1495 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001496 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001497 "src": [
1498 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001499 ],
1500 "deps": [
1501 "grpc_test_util",
1502 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001503 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001504 "gpr"
1505 ]
1506 },
1507 {
ctiller8919f602014-12-10 10:19:42 -08001508 "name": "time_test",
1509 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001510 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001511 "src": [
1512 "test/core/support/time_test.c"
1513 ],
1514 "deps": [
1515 "grpc_test_util",
1516 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001517 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001518 "gpr"
1519 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001520 },
1521 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001522 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001523 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001524 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001525 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001526 "test/core/transport/chttp2/timeout_encoding_test.c"
1527 ],
1528 "deps": [
1529 "grpc_test_util",
1530 "grpc",
1531 "gpr_test_util",
1532 "gpr"
1533 ]
1534 },
1535 {
1536 "name": "transport_metadata_test",
1537 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001538 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001539 "src": [
1540 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001541 ],
1542 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001543 "grpc_test_util",
1544 "grpc",
1545 "gpr_test_util",
1546 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001547 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001548 },
1549 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001550 "name": "async_end2end_test",
1551 "build": "test",
1552 "language": "c++",
1553 "src": [
1554 "test/cpp/end2end/async_end2end_test.cc"
1555 ],
1556 "deps": [
1557 "grpc++_test_util",
1558 "grpc_test_util",
1559 "grpc++",
1560 "grpc",
1561 "gpr_test_util",
1562 "gpr"
1563 ]
1564 },
1565 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001566 "name": "channel_arguments_test",
1567 "build": "test",
1568 "language": "c++",
1569 "src": [
1570 "test/cpp/client/channel_arguments_test.cc"
1571 ],
1572 "deps": [
1573 "grpc++",
1574 "grpc",
1575 "gpr"
1576 ]
1577 },
1578 {
Nicolas "Pixel" Noble522d7122015-02-19 01:28:02 +01001579 "name": "grpc_cpp_plugin",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001580 "build": "protoc",
1581 "language": "c++",
1582 "headers": [
1583 "src/compiler/cpp_generator.h",
1584 "src/compiler/cpp_generator_helpers.h"
1585 ],
1586 "src": [
1587 "src/compiler/cpp_generator.cc",
1588 "src/compiler/cpp_plugin.cc"
1589 ],
1590 "deps": [],
1591 "secure": false
1592 },
1593 {
1594 "name": "credentials_test",
1595 "build": "test",
1596 "language": "c++",
1597 "src": [
1598 "test/cpp/client/credentials_test.cc"
1599 ],
1600 "deps": [
1601 "grpc++",
1602 "grpc",
1603 "gpr"
1604 ]
1605 },
1606 {
1607 "name": "end2end_test",
1608 "build": "test",
1609 "language": "c++",
1610 "src": [
1611 "test/cpp/end2end/end2end_test.cc"
1612 ],
1613 "deps": [
1614 "grpc++_test_util",
1615 "grpc_test_util",
1616 "grpc++",
1617 "grpc",
1618 "gpr_test_util",
1619 "gpr"
1620 ]
1621 },
1622 {
1623 "name": "interop_client",
1624 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001625 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001626 "language": "c++",
1627 "src": [
1628 "test/cpp/interop/empty.proto",
1629 "test/cpp/interop/messages.proto",
1630 "test/cpp/interop/test.proto",
1631 "test/cpp/interop/client.cc"
1632 ],
1633 "deps": [
1634 "grpc++_test_util",
1635 "grpc_test_util",
1636 "grpc++",
1637 "grpc",
1638 "gpr_test_util",
1639 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001640 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001641 },
1642 {
1643 "name": "interop_server",
1644 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001645 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001646 "language": "c++",
1647 "src": [
1648 "test/cpp/interop/empty.proto",
1649 "test/cpp/interop/messages.proto",
1650 "test/cpp/interop/test.proto",
1651 "test/cpp/interop/server.cc"
1652 ],
1653 "deps": [
1654 "grpc++_test_util",
1655 "grpc_test_util",
1656 "grpc++",
1657 "grpc",
1658 "gpr_test_util",
1659 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001660 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001661 },
1662 {
Craig Tiller73b70182015-02-17 07:36:09 -08001663 "name": "pubsub_client",
1664 "build": "test",
1665 "run": false,
1666 "language": "c++",
1667 "src": [
1668 "examples/pubsub/main.cc"
1669 ],
1670 "deps": [
1671 "pubsub_client_lib",
1672 "grpc++_test_util",
1673 "grpc_test_util",
1674 "grpc++",
1675 "grpc",
1676 "gpr_test_util",
1677 "gpr"
1678 ]
1679 },
1680 {
1681 "name": "pubsub_publisher_test",
1682 "build": "test",
1683 "language": "c++",
1684 "src": [
1685 "examples/pubsub/publisher_test.cc"
1686 ],
1687 "deps": [
1688 "pubsub_client_lib",
1689 "grpc++_test_util",
1690 "grpc_test_util",
1691 "grpc++",
1692 "grpc",
1693 "gpr_test_util",
1694 "gpr"
1695 ]
1696 },
1697 {
1698 "name": "pubsub_subscriber_test",
1699 "build": "test",
1700 "language": "c++",
1701 "src": [
1702 "examples/pubsub/subscriber_test.cc"
1703 ],
1704 "deps": [
1705 "pubsub_client_lib",
1706 "grpc++_test_util",
1707 "grpc_test_util",
1708 "grpc++",
1709 "grpc",
1710 "gpr_test_util",
1711 "gpr"
1712 ]
1713 },
1714 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001715 "name": "qps_client",
1716 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001717 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001718 "language": "c++",
1719 "src": [
1720 "test/cpp/qps/qpstest.proto",
1721 "test/cpp/qps/client.cc"
1722 ],
1723 "deps": [
1724 "grpc++_test_util",
1725 "grpc_test_util",
1726 "grpc++",
1727 "grpc",
1728 "gpr_test_util",
1729 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001730 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001731 },
1732 {
1733 "name": "qps_server",
1734 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001735 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001736 "language": "c++",
1737 "src": [
1738 "test/cpp/qps/qpstest.proto",
1739 "test/cpp/qps/server.cc"
1740 ],
1741 "deps": [
1742 "grpc++_test_util",
1743 "grpc_test_util",
1744 "grpc++",
1745 "grpc",
1746 "gpr_test_util",
1747 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001748 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001749 },
1750 {
Nicolas "Pixel" Noble522d7122015-02-19 01:28:02 +01001751 "name": "grpc_ruby_plugin",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001752 "build": "protoc",
1753 "language": "c++",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001754 "src": [
1755 "src/compiler/ruby_generator.cc",
1756 "src/compiler/ruby_plugin.cc"
1757 ],
1758 "deps": [],
1759 "secure": false
1760 },
1761 {
1762 "name": "status_test",
1763 "build": "test",
1764 "language": "c++",
1765 "src": [
1766 "test/cpp/util/status_test.cc"
1767 ],
1768 "deps": [
1769 "grpc_test_util",
1770 "grpc++",
1771 "grpc",
1772 "gpr_test_util",
1773 "gpr"
1774 ]
1775 },
1776 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001777 "name": "thread_pool_test",
1778 "build": "test",
1779 "language": "c++",
1780 "src": [
1781 "test/cpp/server/thread_pool_test.cc"
1782 ],
1783 "deps": [
1784 "grpc_test_util",
1785 "grpc++",
1786 "grpc",
1787 "gpr_test_util",
1788 "gpr"
1789 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001790 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001791 ]
1792}