blob: d06bf7a2060c392cba8d872b8611d460b276174d [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",
Yang Gao1a986962015-02-19 12:40:46 -0800414 "include/grpc++/impl/service_type.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800415 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800416 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800417 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800418 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800419 "include/grpc++/status.h",
Yang Gao50556472015-02-19 12:37:35 -0800420 "include/grpc++/status_code_enum.h",
Yang Gao1a986962015-02-19 12:40:46 -0800421 "include/grpc++/stream.h",
422 "include/grpc++/thread_pool_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800423 ],
424 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800425 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800426 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800427 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800428 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800429 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800430 "src": [
431 "src/cpp/client/channel.cc",
432 "src/cpp/client/channel_arguments.cc",
433 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800434 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800435 "src/cpp/client/create_channel.cc",
436 "src/cpp/client/credentials.cc",
437 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800438 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800439 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800440 "src/cpp/common/rpc_method.cc",
441 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800442 "src/cpp/server/server.cc",
443 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800444 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800445 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800446 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800447 "src/cpp/util/status.cc",
448 "src/cpp/util/time.cc"
449 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800450 "deps": [
451 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800452 ],
453 "secure": true,
454 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800455 },
456 {
457 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800458 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800459 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800460 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800461 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800462 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800463 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800464 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800465 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800466 },
467 {
Chen wang84232512015-02-12 17:29:18 -0800468 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800469 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800470 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800471 "src": [
Chen wang84232512015-02-12 17:29:18 -0800472 "examples/pubsub/label.proto",
473 "examples/pubsub/empty.proto",
474 "examples/pubsub/pubsub.proto",
475 "examples/pubsub/publisher.cc",
476 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800477 ],
478 "deps": [
479 "grpc++",
480 "grpc",
481 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800482 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800483 }
484 ],
485 "targets": [
486 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800487 "name": "alarm_heap_test",
488 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800489 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800490 "src": [
491 "test/core/iomgr/alarm_heap_test.c"
492 ],
493 "deps": [
494 "grpc_test_util",
495 "grpc",
496 "gpr_test_util",
497 "gpr"
498 ]
499 },
500 {
501 "name": "alarm_list_test",
502 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800503 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800504 "src": [
505 "test/core/iomgr/alarm_list_test.c"
506 ],
507 "deps": [
508 "grpc_test_util",
509 "grpc",
510 "gpr_test_util",
511 "gpr"
512 ]
513 },
514 {
515 "name": "alarm_test",
516 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800517 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800518 "src": [
519 "test/core/iomgr/alarm_test.c"
520 ],
521 "deps": [
522 "grpc_test_util",
523 "grpc",
524 "gpr_test_util",
525 "gpr"
526 ]
527 },
528 {
529 "name": "alpn_test",
530 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800531 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800532 "src": [
533 "test/core/transport/chttp2/alpn_test.c"
534 ],
535 "deps": [
536 "grpc_test_util",
537 "grpc",
538 "gpr_test_util",
539 "gpr"
540 ]
541 },
542 {
543 "name": "bin_encoder_test",
544 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800545 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800546 "src": [
547 "test/core/transport/chttp2/bin_encoder_test.c"
548 ],
549 "deps": [
550 "grpc_test_util",
551 "grpc",
552 "gpr_test_util",
553 "gpr"
554 ]
555 },
556 {
557 "name": "census_hash_table_test",
558 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800559 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800560 "src": [
561 "test/core/statistics/hash_table_test.c"
562 ],
563 "deps": [
564 "grpc_test_util",
565 "grpc",
566 "gpr_test_util",
567 "gpr"
568 ]
569 },
570 {
571 "name": "census_statistics_multiple_writers_circular_buffer_test",
572 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800573 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800574 "src": [
575 "test/core/statistics/multiple_writers_circular_buffer_test.c"
576 ],
577 "deps": [
578 "grpc_test_util",
579 "grpc",
580 "gpr_test_util",
581 "gpr"
582 ]
583 },
584 {
585 "name": "census_statistics_multiple_writers_test",
586 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800587 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800588 "src": [
589 "test/core/statistics/multiple_writers_test.c"
590 ],
591 "deps": [
592 "grpc_test_util",
593 "grpc",
594 "gpr_test_util",
595 "gpr"
596 ]
597 },
598 {
599 "name": "census_statistics_performance_test",
600 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800601 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800602 "src": [
603 "test/core/statistics/performance_test.c"
604 ],
605 "deps": [
606 "grpc_test_util",
607 "grpc",
608 "gpr_test_util",
609 "gpr"
610 ]
611 },
612 {
613 "name": "census_statistics_quick_test",
614 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800615 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800616 "src": [
617 "test/core/statistics/quick_test.c"
618 ],
619 "deps": [
620 "grpc_test_util",
621 "grpc",
622 "gpr_test_util",
623 "gpr"
624 ]
625 },
626 {
627 "name": "census_statistics_small_log_test",
628 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800629 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800630 "src": [
631 "test/core/statistics/small_log_test.c"
632 ],
633 "deps": [
634 "grpc_test_util",
635 "grpc",
636 "gpr_test_util",
637 "gpr"
638 ]
639 },
640 {
641 "name": "census_stats_store_test",
642 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800643 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800644 "src": [
645 "test/core/statistics/rpc_stats_test.c"
646 ],
647 "deps": [
648 "grpc_test_util",
649 "grpc",
650 "gpr_test_util",
651 "gpr"
652 ]
653 },
654 {
655 "name": "census_stub_test",
656 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800657 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800658 "src": [
659 "test/core/statistics/census_stub_test.c"
660 ],
661 "deps": [
662 "grpc_test_util",
663 "grpc",
664 "gpr_test_util",
665 "gpr"
666 ]
667 },
668 {
669 "name": "census_trace_store_test",
670 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800671 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800672 "src": [
673 "test/core/statistics/trace_test.c"
674 ],
675 "deps": [
676 "grpc_test_util",
677 "grpc",
678 "gpr_test_util",
679 "gpr"
680 ]
681 },
682 {
683 "name": "census_window_stats_test",
684 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800685 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800686 "src": [
687 "test/core/statistics/window_stats_test.c"
688 ],
689 "deps": [
690 "grpc_test_util",
691 "grpc",
692 "gpr_test_util",
693 "gpr"
694 ]
695 },
696 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800697 "name": "chttp2_status_conversion_test",
698 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800699 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800700 "src": [
701 "test/core/transport/chttp2/status_conversion_test.c"
702 ],
703 "deps": [
704 "grpc_test_util",
705 "grpc",
706 "gpr_test_util",
707 "gpr"
708 ]
709 },
710 {
711 "name": "chttp2_stream_encoder_test",
712 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800713 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800714 "src": [
715 "test/core/transport/chttp2/stream_encoder_test.c"
716 ],
717 "deps": [
718 "grpc_test_util",
719 "grpc",
720 "gpr_test_util",
721 "gpr"
722 ]
723 },
724 {
725 "name": "chttp2_stream_map_test",
726 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800727 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800728 "src": [
729 "test/core/transport/chttp2/stream_map_test.c"
730 ],
731 "deps": [
732 "grpc_test_util",
733 "grpc",
734 "gpr_test_util",
735 "gpr"
736 ]
737 },
738 {
739 "name": "chttp2_transport_end2end_test",
740 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800741 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800742 "src": [
743 "test/core/transport/chttp2_transport_end2end_test.c"
744 ],
745 "deps": [
746 "grpc_test_util",
747 "grpc",
748 "gpr_test_util",
749 "gpr"
750 ]
751 },
752 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800753 "name": "dualstack_socket_test",
754 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800755 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800756 "src": [
757 "test/core/end2end/dualstack_socket_test.c"
758 ],
759 "deps": [
760 "grpc_test_util",
761 "grpc",
762 "gpr_test_util",
763 "gpr"
764 ]
765 },
766 {
767 "name": "echo_client",
768 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800769 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800770 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800771 "src": [
772 "test/core/echo/client.c"
773 ],
774 "deps": [
775 "grpc_test_util",
776 "grpc",
777 "gpr_test_util",
778 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800779 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800780 },
781 {
782 "name": "echo_server",
783 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800784 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800785 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800786 "src": [
787 "test/core/echo/server.c"
788 ],
789 "deps": [
790 "grpc_test_util",
791 "grpc",
792 "gpr_test_util",
793 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800794 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800795 },
796 {
797 "name": "echo_test",
798 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800799 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800800 "src": [
801 "test/core/echo/echo_test.c"
802 ],
803 "deps": [
804 "grpc_test_util",
805 "grpc",
806 "gpr_test_util",
807 "gpr"
808 ]
809 },
810 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800811 "name": "fd_posix_test",
812 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800813 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800814 "src": [
815 "test/core/iomgr/fd_posix_test.c"
816 ],
817 "deps": [
818 "grpc_test_util",
819 "grpc",
820 "gpr_test_util",
821 "gpr"
822 ]
823 },
824 {
825 "name": "fling_client",
826 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800827 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800828 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800829 "src": [
830 "test/core/fling/client.c"
831 ],
832 "deps": [
833 "grpc_test_util",
834 "grpc",
835 "gpr_test_util",
836 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800837 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800838 },
839 {
840 "name": "fling_server",
841 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800842 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800843 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800844 "src": [
845 "test/core/fling/server.c"
846 ],
847 "deps": [
848 "grpc_test_util",
849 "grpc",
850 "gpr_test_util",
851 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800852 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800853 },
854 {
855 "name": "fling_stream_test",
856 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800857 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800858 "src": [
859 "test/core/fling/fling_stream_test.c"
860 ],
861 "deps": [
862 "grpc_test_util",
863 "grpc",
864 "gpr_test_util",
865 "gpr"
866 ]
867 },
868 {
869 "name": "fling_test",
870 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800871 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800872 "src": [
873 "test/core/fling/fling_test.c"
874 ],
875 "deps": [
876 "grpc_test_util",
877 "grpc",
878 "gpr_test_util",
879 "gpr"
880 ]
881 },
882 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800883 "name": "gen_hpack_tables",
884 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800885 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800886 "src": [
887 "src/core/transport/chttp2/gen_hpack_tables.c"
888 ],
889 "deps": [
890 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800891 "gpr",
892 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800893 ]
894 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800895 {
896 "name": "gpr_cancellable_test",
897 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800898 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800899 "src": [
900 "test/core/support/cancellable_test.c"
901 ],
902 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800903 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800904 "gpr"
905 ]
906 },
907 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800908 "name": "gpr_cmdline_test",
909 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800910 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800911 "src": [
912 "test/core/support/cmdline_test.c"
913 ],
914 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800915 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800916 "gpr"
917 ]
918 },
919 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800920 "name": "gpr_env_test",
921 "build": "test",
922 "language": "c",
923 "src": [
924 "test/core/support/env_test.c"
925 ],
926 "deps": [
927 "gpr_test_util",
928 "gpr"
929 ]
930 },
931 {
932 "name": "gpr_file_test",
933 "build": "test",
934 "language": "c",
935 "src": [
936 "test/core/support/file_test.c"
937 ],
938 "deps": [
939 "gpr_test_util",
940 "gpr"
941 ]
942 },
943 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800944 "name": "gpr_histogram_test",
945 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800946 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800947 "src": [
948 "test/core/support/histogram_test.c"
949 ],
950 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800951 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800952 "gpr"
953 ]
954 },
955 {
956 "name": "gpr_host_port_test",
957 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800958 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800959 "src": [
960 "test/core/support/host_port_test.c"
961 ],
962 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800963 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800964 "gpr"
965 ]
966 },
967 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800968 "name": "gpr_log_test",
969 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800970 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800971 "src": [
972 "test/core/support/log_test.c"
973 ],
974 "deps": [
975 "gpr_test_util",
976 "gpr"
977 ]
978 },
979 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800980 "name": "gpr_slice_buffer_test",
981 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800982 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800983 "src": [
984 "test/core/support/slice_buffer_test.c"
985 ],
986 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800987 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800988 "gpr"
989 ]
990 },
991 {
992 "name": "gpr_slice_test",
993 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800994 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800995 "src": [
996 "test/core/support/slice_test.c"
997 ],
998 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800999 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001000 "gpr"
1001 ]
1002 },
1003 {
1004 "name": "gpr_string_test",
1005 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001006 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "src": [
1008 "test/core/support/string_test.c"
1009 ],
1010 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001011 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001012 "gpr"
1013 ]
1014 },
1015 {
1016 "name": "gpr_sync_test",
1017 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001018 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001019 "src": [
1020 "test/core/support/sync_test.c"
1021 ],
1022 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001023 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001024 "gpr"
1025 ]
1026 },
1027 {
1028 "name": "gpr_thd_test",
1029 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001030 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "src": [
1032 "test/core/support/thd_test.c"
1033 ],
1034 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001035 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001036 "gpr"
1037 ]
1038 },
1039 {
1040 "name": "gpr_time_test",
1041 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001042 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 "src": [
1044 "test/core/support/time_test.c"
1045 ],
1046 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001047 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "gpr"
1049 ]
1050 },
1051 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001052 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001053 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001054 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001056 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 ],
1058 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001059 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001060 "gpr"
1061 ]
1062 },
1063 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001064 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001065 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001066 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001068 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 ],
1070 "deps": [
1071 "grpc_test_util",
1072 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001073 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001074 "gpr"
1075 ]
1076 },
1077 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001078 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001079 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001080 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001081 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001082 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001083 ],
1084 "deps": [
1085 "grpc_test_util",
1086 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001087 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001088 "gpr"
1089 ]
1090 },
1091 {
1092 "name": "grpc_channel_stack_test",
1093 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001094 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001095 "src": [
1096 "test/core/channel/channel_stack_test.c"
1097 ],
1098 "deps": [
1099 "grpc_test_util",
1100 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001101 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001102 "gpr"
1103 ]
1104 },
1105 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001106 "name": "grpc_completion_queue_benchmark",
1107 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001108 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001110 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001111 ],
1112 "deps": [
1113 "grpc_test_util",
1114 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001115 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001116 "gpr"
1117 ]
1118 },
1119 {
1120 "name": "grpc_completion_queue_test",
1121 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001122 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001123 "src": [
1124 "test/core/surface/completion_queue_test.c"
1125 ],
1126 "deps": [
1127 "grpc_test_util",
1128 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001129 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001130 "gpr"
1131 ]
1132 },
1133 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001134 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001135 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001136 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001137 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001138 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001139 ],
1140 "deps": [
1141 "grpc_test_util",
1142 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001143 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001144 "gpr"
1145 ]
1146 },
1147 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001148 "name": "grpc_fetch_oauth2",
1149 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001150 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001151 "src": [
1152 "test/core/security/fetch_oauth2.c"
1153 ],
1154 "deps": [
1155 "grpc_test_util",
1156 "grpc",
1157 "gpr_test_util",
1158 "gpr"
1159 ]
1160 },
1161 {
1162 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001163 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001164 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001166 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001167 ],
1168 "deps": [
1169 "grpc_test_util",
1170 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001171 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001172 "gpr"
1173 ]
1174 },
1175 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001176 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001177 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001178 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001179 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001180 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001181 ],
1182 "deps": [
1183 "grpc_test_util",
1184 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001185 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001186 "gpr"
1187 ]
1188 },
1189 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001190 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001191 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001192 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001194 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001195 ],
1196 "deps": [
1197 "grpc_test_util",
1198 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001199 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001200 "gpr"
1201 ]
1202 },
1203 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001204 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001205 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001206 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001207 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001208 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001209 ],
1210 "deps": [
1211 "grpc_test_util",
1212 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001213 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001214 "gpr"
1215 ]
1216 },
1217 {
1218 "name": "httpcli_format_request_test",
1219 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001220 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001221 "src": [
1222 "test/core/httpcli/format_request_test.c"
1223 ],
1224 "deps": [
1225 "grpc_test_util",
1226 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001227 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001228 "gpr"
1229 ]
1230 },
1231 {
1232 "name": "httpcli_parser_test",
1233 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001234 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001235 "src": [
1236 "test/core/httpcli/parser_test.c"
1237 ],
1238 "deps": [
1239 "grpc_test_util",
1240 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001241 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001242 "gpr"
1243 ]
1244 },
1245 {
1246 "name": "httpcli_test",
1247 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001248 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001249 "src": [
1250 "test/core/httpcli/httpcli_test.c"
1251 ],
1252 "deps": [
1253 "grpc_test_util",
1254 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001255 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001256 "gpr"
1257 ]
1258 },
1259 {
Craig Tiller4450db22015-01-30 16:49:22 -08001260 "name": "json_rewrite",
1261 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001262 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001263 "language": "c",
1264 "src": [
1265 "test/core/json/json_rewrite.c"
1266 ],
1267 "deps": [
1268 "grpc",
1269 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001270 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001271 },
1272 {
1273 "name": "json_rewrite_test",
1274 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001275 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001276 "language": "c",
1277 "src": [
1278 "test/core/json/json_rewrite_test.c"
1279 ],
1280 "deps": [
1281 "grpc_test_util",
1282 "grpc",
1283 "gpr_test_util",
1284 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001285 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001286 },
1287 {
1288 "name": "json_test",
1289 "build": "test",
1290 "language": "c",
1291 "src": [
1292 "test/core/json/json_test.c"
1293 ],
1294 "deps": [
1295 "grpc_test_util",
1296 "grpc",
1297 "gpr_test_util",
1298 "gpr"
1299 ]
1300 },
1301 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001302 "name": "lame_client_test",
1303 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001304 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001305 "src": [
1306 "test/core/surface/lame_client_test.c"
1307 ],
1308 "deps": [
1309 "grpc_test_util",
1310 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001311 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001312 "gpr"
1313 ]
1314 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001315 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001316 "name": "low_level_ping_pong_benchmark",
1317 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001318 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001319 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001320 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001321 ],
1322 "deps": [
1323 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001324 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001325 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001326 "gpr"
1327 ]
1328 },
1329 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001330 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001331 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001332 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001333 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001334 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001335 ],
1336 "deps": [
1337 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001338 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001339 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001340 "gpr"
1341 ]
ctiller8919f602014-12-10 10:19:42 -08001342 },
1343 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001344 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001345 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001346 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001347 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001348 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001349 ],
1350 "deps": [
1351 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001352 "grpc",
1353 "gpr_test_util",
1354 "gpr"
1355 ]
1356 },
1357 {
Craig Tiller35108f62015-02-17 11:24:15 -08001358 "name": "multi_init_test",
1359 "build": "test",
1360 "language": "c",
1361 "src": [
1362 "test/core/surface/multi_init_test.c"
1363 ],
1364 "deps": [
1365 "grpc_test_util",
1366 "grpc",
1367 "gpr_test_util",
1368 "gpr"
1369 ]
1370 },
1371 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001372 "name": "murmur_hash_test",
1373 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001374 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001375 "src": [
1376 "test/core/support/murmur_hash_test.c"
1377 ],
1378 "deps": [
1379 "gpr_test_util",
1380 "gpr"
1381 ]
1382 },
1383 {
1384 "name": "no_server_test",
1385 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001386 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001387 "src": [
1388 "test/core/end2end/no_server_test.c"
1389 ],
1390 "deps": [
1391 "grpc_test_util",
1392 "grpc",
1393 "gpr_test_util",
1394 "gpr"
1395 ]
1396 },
1397 {
David Klempnere3605682015-01-26 17:27:21 -08001398 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001399 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001400 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001401 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001402 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001403 ],
1404 "deps": [
1405 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001406 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001407 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001408 "gpr"
1409 ]
1410 },
1411 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001412 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001413 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001414 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001415 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001416 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001417 ],
1418 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001419 "grpc_test_util",
1420 "grpc",
1421 "gpr_test_util",
1422 "gpr"
1423 ]
1424 },
1425 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001426 "name": "secure_endpoint_test",
1427 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001428 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001429 "src": [
1430 "test/core/security/secure_endpoint_test.c"
1431 ],
1432 "deps": [
1433 "grpc_test_util",
1434 "grpc",
1435 "gpr_test_util",
1436 "gpr"
1437 ]
1438 },
1439 {
1440 "name": "sockaddr_utils_test",
1441 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001442 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001443 "src": [
1444 "test/core/iomgr/sockaddr_utils_test.c"
1445 ],
1446 "deps": [
1447 "grpc_test_util",
1448 "grpc",
1449 "gpr_test_util",
1450 "gpr"
1451 ]
1452 },
1453 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001454 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001455 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001456 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001457 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001458 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001459 ],
1460 "deps": [
1461 "grpc_test_util",
1462 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001463 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001464 "gpr"
1465 ]
1466 },
1467 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001468 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001469 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001470 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001471 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001472 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001473 ],
1474 "deps": [
1475 "grpc_test_util",
1476 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001477 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001478 "gpr"
1479 ]
1480 },
1481 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001482 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001483 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001484 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001485 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001486 "test/core/iomgr/tcp_server_posix_test.c"
1487 ],
1488 "deps": [
1489 "grpc_test_util",
1490 "grpc",
1491 "gpr_test_util",
1492 "gpr"
1493 ]
1494 },
1495 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001496 "name": "time_averaged_stats_test",
1497 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001498 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001499 "src": [
1500 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001501 ],
1502 "deps": [
1503 "grpc_test_util",
1504 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001505 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001506 "gpr"
1507 ]
1508 },
1509 {
ctiller8919f602014-12-10 10:19:42 -08001510 "name": "time_test",
1511 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001512 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001513 "src": [
1514 "test/core/support/time_test.c"
1515 ],
1516 "deps": [
1517 "grpc_test_util",
1518 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001519 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001520 "gpr"
1521 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001522 },
1523 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001524 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001525 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001526 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001527 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001528 "test/core/transport/chttp2/timeout_encoding_test.c"
1529 ],
1530 "deps": [
1531 "grpc_test_util",
1532 "grpc",
1533 "gpr_test_util",
1534 "gpr"
1535 ]
1536 },
1537 {
1538 "name": "transport_metadata_test",
1539 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001540 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001541 "src": [
1542 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001543 ],
1544 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001545 "grpc_test_util",
1546 "grpc",
1547 "gpr_test_util",
1548 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001549 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001550 },
1551 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001552 "name": "async_end2end_test",
1553 "build": "test",
1554 "language": "c++",
1555 "src": [
1556 "test/cpp/end2end/async_end2end_test.cc"
1557 ],
1558 "deps": [
1559 "grpc++_test_util",
1560 "grpc_test_util",
1561 "grpc++",
1562 "grpc",
1563 "gpr_test_util",
1564 "gpr"
1565 ]
1566 },
1567 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001568 "name": "channel_arguments_test",
1569 "build": "test",
1570 "language": "c++",
1571 "src": [
1572 "test/cpp/client/channel_arguments_test.cc"
1573 ],
1574 "deps": [
1575 "grpc++",
1576 "grpc",
1577 "gpr"
1578 ]
1579 },
1580 {
Nicolas "Pixel" Noble522d7122015-02-19 01:28:02 +01001581 "name": "grpc_cpp_plugin",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001582 "build": "protoc",
1583 "language": "c++",
1584 "headers": [
1585 "src/compiler/cpp_generator.h",
1586 "src/compiler/cpp_generator_helpers.h"
1587 ],
1588 "src": [
1589 "src/compiler/cpp_generator.cc",
1590 "src/compiler/cpp_plugin.cc"
1591 ],
1592 "deps": [],
1593 "secure": false
1594 },
1595 {
1596 "name": "credentials_test",
1597 "build": "test",
1598 "language": "c++",
1599 "src": [
1600 "test/cpp/client/credentials_test.cc"
1601 ],
1602 "deps": [
1603 "grpc++",
1604 "grpc",
1605 "gpr"
1606 ]
1607 },
1608 {
1609 "name": "end2end_test",
1610 "build": "test",
1611 "language": "c++",
1612 "src": [
1613 "test/cpp/end2end/end2end_test.cc"
1614 ],
1615 "deps": [
1616 "grpc++_test_util",
1617 "grpc_test_util",
1618 "grpc++",
1619 "grpc",
1620 "gpr_test_util",
1621 "gpr"
1622 ]
1623 },
1624 {
1625 "name": "interop_client",
1626 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001627 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001628 "language": "c++",
1629 "src": [
1630 "test/cpp/interop/empty.proto",
1631 "test/cpp/interop/messages.proto",
1632 "test/cpp/interop/test.proto",
1633 "test/cpp/interop/client.cc"
1634 ],
1635 "deps": [
1636 "grpc++_test_util",
1637 "grpc_test_util",
1638 "grpc++",
1639 "grpc",
1640 "gpr_test_util",
1641 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001642 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001643 },
1644 {
1645 "name": "interop_server",
1646 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001647 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001648 "language": "c++",
1649 "src": [
1650 "test/cpp/interop/empty.proto",
1651 "test/cpp/interop/messages.proto",
1652 "test/cpp/interop/test.proto",
1653 "test/cpp/interop/server.cc"
1654 ],
1655 "deps": [
1656 "grpc++_test_util",
1657 "grpc_test_util",
1658 "grpc++",
1659 "grpc",
1660 "gpr_test_util",
1661 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001662 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001663 },
1664 {
Craig Tiller73b70182015-02-17 07:36:09 -08001665 "name": "pubsub_client",
1666 "build": "test",
1667 "run": false,
1668 "language": "c++",
1669 "src": [
1670 "examples/pubsub/main.cc"
1671 ],
1672 "deps": [
1673 "pubsub_client_lib",
1674 "grpc++_test_util",
1675 "grpc_test_util",
1676 "grpc++",
1677 "grpc",
1678 "gpr_test_util",
1679 "gpr"
1680 ]
1681 },
1682 {
1683 "name": "pubsub_publisher_test",
1684 "build": "test",
1685 "language": "c++",
1686 "src": [
1687 "examples/pubsub/publisher_test.cc"
1688 ],
1689 "deps": [
1690 "pubsub_client_lib",
1691 "grpc++_test_util",
1692 "grpc_test_util",
1693 "grpc++",
1694 "grpc",
1695 "gpr_test_util",
1696 "gpr"
1697 ]
1698 },
1699 {
1700 "name": "pubsub_subscriber_test",
1701 "build": "test",
1702 "language": "c++",
1703 "src": [
1704 "examples/pubsub/subscriber_test.cc"
1705 ],
1706 "deps": [
1707 "pubsub_client_lib",
1708 "grpc++_test_util",
1709 "grpc_test_util",
1710 "grpc++",
1711 "grpc",
1712 "gpr_test_util",
1713 "gpr"
1714 ]
1715 },
1716 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001717 "name": "qps_client",
1718 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001719 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001720 "language": "c++",
1721 "src": [
1722 "test/cpp/qps/qpstest.proto",
1723 "test/cpp/qps/client.cc"
1724 ],
1725 "deps": [
1726 "grpc++_test_util",
1727 "grpc_test_util",
1728 "grpc++",
1729 "grpc",
1730 "gpr_test_util",
1731 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001732 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001733 },
1734 {
1735 "name": "qps_server",
1736 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001737 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001738 "language": "c++",
1739 "src": [
1740 "test/cpp/qps/qpstest.proto",
1741 "test/cpp/qps/server.cc"
1742 ],
1743 "deps": [
1744 "grpc++_test_util",
1745 "grpc_test_util",
1746 "grpc++",
1747 "grpc",
1748 "gpr_test_util",
1749 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001750 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001751 },
1752 {
Nicolas "Pixel" Noble522d7122015-02-19 01:28:02 +01001753 "name": "grpc_ruby_plugin",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001754 "build": "protoc",
1755 "language": "c++",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001756 "src": [
1757 "src/compiler/ruby_generator.cc",
1758 "src/compiler/ruby_plugin.cc"
1759 ],
1760 "deps": [],
1761 "secure": false
1762 },
1763 {
1764 "name": "status_test",
1765 "build": "test",
1766 "language": "c++",
1767 "src": [
1768 "test/cpp/util/status_test.cc"
1769 ],
1770 "deps": [
1771 "grpc_test_util",
1772 "grpc++",
1773 "grpc",
1774 "gpr_test_util",
1775 "gpr"
1776 ]
1777 },
1778 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001779 "name": "thread_pool_test",
1780 "build": "test",
1781 "language": "c++",
1782 "src": [
1783 "test/cpp/server/thread_pool_test.cc"
1784 ],
1785 "deps": [
1786 "grpc_test_util",
1787 "grpc++",
1788 "grpc",
1789 "gpr_test_util",
1790 "gpr"
1791 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001792 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001793 ]
1794}