blob: c7c640d2c2133cb38b2b13af3edc1a4952dde4a2 [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",
Jan Tattermusch67fb94a2015-02-18 12:40:25 -0800419 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800420 ],
421 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800422 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800423 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800424 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800425 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800426 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800427 "src": [
428 "src/cpp/client/channel.cc",
429 "src/cpp/client/channel_arguments.cc",
430 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800431 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src/cpp/client/create_channel.cc",
433 "src/cpp/client/credentials.cc",
434 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800435 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800436 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800437 "src/cpp/common/rpc_method.cc",
438 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800439 "src/cpp/server/server.cc",
440 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800441 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800442 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800443 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800444 "src/cpp/util/status.cc",
445 "src/cpp/util/time.cc"
446 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800447 "deps": [
448 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800449 ],
450 "secure": true,
451 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800452 },
453 {
454 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800455 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800456 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800457 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800458 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800459 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800460 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800461 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800462 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800463 },
464 {
Chen wang84232512015-02-12 17:29:18 -0800465 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800466 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800467 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800468 "src": [
Chen wang84232512015-02-12 17:29:18 -0800469 "examples/pubsub/label.proto",
470 "examples/pubsub/empty.proto",
471 "examples/pubsub/pubsub.proto",
472 "examples/pubsub/publisher.cc",
473 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800474 ],
475 "deps": [
476 "grpc++",
477 "grpc",
478 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800479 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800480 }
481 ],
482 "targets": [
483 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800484 "name": "alarm_heap_test",
485 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800486 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800487 "src": [
488 "test/core/iomgr/alarm_heap_test.c"
489 ],
490 "deps": [
491 "grpc_test_util",
492 "grpc",
493 "gpr_test_util",
494 "gpr"
495 ]
496 },
497 {
498 "name": "alarm_list_test",
499 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800500 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800501 "src": [
502 "test/core/iomgr/alarm_list_test.c"
503 ],
504 "deps": [
505 "grpc_test_util",
506 "grpc",
507 "gpr_test_util",
508 "gpr"
509 ]
510 },
511 {
512 "name": "alarm_test",
513 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800514 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800515 "src": [
516 "test/core/iomgr/alarm_test.c"
517 ],
518 "deps": [
519 "grpc_test_util",
520 "grpc",
521 "gpr_test_util",
522 "gpr"
523 ]
524 },
525 {
526 "name": "alpn_test",
527 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800528 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800529 "src": [
530 "test/core/transport/chttp2/alpn_test.c"
531 ],
532 "deps": [
533 "grpc_test_util",
534 "grpc",
535 "gpr_test_util",
536 "gpr"
537 ]
538 },
539 {
540 "name": "bin_encoder_test",
541 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800542 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800543 "src": [
544 "test/core/transport/chttp2/bin_encoder_test.c"
545 ],
546 "deps": [
547 "grpc_test_util",
548 "grpc",
549 "gpr_test_util",
550 "gpr"
551 ]
552 },
553 {
554 "name": "census_hash_table_test",
555 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800556 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800557 "src": [
558 "test/core/statistics/hash_table_test.c"
559 ],
560 "deps": [
561 "grpc_test_util",
562 "grpc",
563 "gpr_test_util",
564 "gpr"
565 ]
566 },
567 {
568 "name": "census_statistics_multiple_writers_circular_buffer_test",
569 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800570 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800571 "src": [
572 "test/core/statistics/multiple_writers_circular_buffer_test.c"
573 ],
574 "deps": [
575 "grpc_test_util",
576 "grpc",
577 "gpr_test_util",
578 "gpr"
579 ]
580 },
581 {
582 "name": "census_statistics_multiple_writers_test",
583 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800584 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800585 "src": [
586 "test/core/statistics/multiple_writers_test.c"
587 ],
588 "deps": [
589 "grpc_test_util",
590 "grpc",
591 "gpr_test_util",
592 "gpr"
593 ]
594 },
595 {
596 "name": "census_statistics_performance_test",
597 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800598 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800599 "src": [
600 "test/core/statistics/performance_test.c"
601 ],
602 "deps": [
603 "grpc_test_util",
604 "grpc",
605 "gpr_test_util",
606 "gpr"
607 ]
608 },
609 {
610 "name": "census_statistics_quick_test",
611 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800612 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800613 "src": [
614 "test/core/statistics/quick_test.c"
615 ],
616 "deps": [
617 "grpc_test_util",
618 "grpc",
619 "gpr_test_util",
620 "gpr"
621 ]
622 },
623 {
624 "name": "census_statistics_small_log_test",
625 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800626 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800627 "src": [
628 "test/core/statistics/small_log_test.c"
629 ],
630 "deps": [
631 "grpc_test_util",
632 "grpc",
633 "gpr_test_util",
634 "gpr"
635 ]
636 },
637 {
638 "name": "census_stats_store_test",
639 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800640 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800641 "src": [
642 "test/core/statistics/rpc_stats_test.c"
643 ],
644 "deps": [
645 "grpc_test_util",
646 "grpc",
647 "gpr_test_util",
648 "gpr"
649 ]
650 },
651 {
652 "name": "census_stub_test",
653 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800654 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800655 "src": [
656 "test/core/statistics/census_stub_test.c"
657 ],
658 "deps": [
659 "grpc_test_util",
660 "grpc",
661 "gpr_test_util",
662 "gpr"
663 ]
664 },
665 {
666 "name": "census_trace_store_test",
667 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800668 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800669 "src": [
670 "test/core/statistics/trace_test.c"
671 ],
672 "deps": [
673 "grpc_test_util",
674 "grpc",
675 "gpr_test_util",
676 "gpr"
677 ]
678 },
679 {
680 "name": "census_window_stats_test",
681 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800682 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800683 "src": [
684 "test/core/statistics/window_stats_test.c"
685 ],
686 "deps": [
687 "grpc_test_util",
688 "grpc",
689 "gpr_test_util",
690 "gpr"
691 ]
692 },
693 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800694 "name": "chttp2_status_conversion_test",
695 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800696 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800697 "src": [
698 "test/core/transport/chttp2/status_conversion_test.c"
699 ],
700 "deps": [
701 "grpc_test_util",
702 "grpc",
703 "gpr_test_util",
704 "gpr"
705 ]
706 },
707 {
708 "name": "chttp2_stream_encoder_test",
709 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800710 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800711 "src": [
712 "test/core/transport/chttp2/stream_encoder_test.c"
713 ],
714 "deps": [
715 "grpc_test_util",
716 "grpc",
717 "gpr_test_util",
718 "gpr"
719 ]
720 },
721 {
722 "name": "chttp2_stream_map_test",
723 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800724 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800725 "src": [
726 "test/core/transport/chttp2/stream_map_test.c"
727 ],
728 "deps": [
729 "grpc_test_util",
730 "grpc",
731 "gpr_test_util",
732 "gpr"
733 ]
734 },
735 {
736 "name": "chttp2_transport_end2end_test",
737 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800738 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800739 "src": [
740 "test/core/transport/chttp2_transport_end2end_test.c"
741 ],
742 "deps": [
743 "grpc_test_util",
744 "grpc",
745 "gpr_test_util",
746 "gpr"
747 ]
748 },
749 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800750 "name": "dualstack_socket_test",
751 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800752 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800753 "src": [
754 "test/core/end2end/dualstack_socket_test.c"
755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
759 "gpr_test_util",
760 "gpr"
761 ]
762 },
763 {
764 "name": "echo_client",
765 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800766 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800767 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800768 "src": [
769 "test/core/echo/client.c"
770 ],
771 "deps": [
772 "grpc_test_util",
773 "grpc",
774 "gpr_test_util",
775 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800776 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800777 },
778 {
779 "name": "echo_server",
780 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800781 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800782 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800783 "src": [
784 "test/core/echo/server.c"
785 ],
786 "deps": [
787 "grpc_test_util",
788 "grpc",
789 "gpr_test_util",
790 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800791 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800792 },
793 {
794 "name": "echo_test",
795 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800796 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800797 "src": [
798 "test/core/echo/echo_test.c"
799 ],
800 "deps": [
801 "grpc_test_util",
802 "grpc",
803 "gpr_test_util",
804 "gpr"
805 ]
806 },
807 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800808 "name": "fd_posix_test",
809 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800810 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800811 "src": [
812 "test/core/iomgr/fd_posix_test.c"
813 ],
814 "deps": [
815 "grpc_test_util",
816 "grpc",
817 "gpr_test_util",
818 "gpr"
819 ]
820 },
821 {
822 "name": "fling_client",
823 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800824 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800825 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800826 "src": [
827 "test/core/fling/client.c"
828 ],
829 "deps": [
830 "grpc_test_util",
831 "grpc",
832 "gpr_test_util",
833 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800834 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800835 },
836 {
837 "name": "fling_server",
838 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800839 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800840 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800841 "src": [
842 "test/core/fling/server.c"
843 ],
844 "deps": [
845 "grpc_test_util",
846 "grpc",
847 "gpr_test_util",
848 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800849 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800850 },
851 {
852 "name": "fling_stream_test",
853 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800854 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800855 "src": [
856 "test/core/fling/fling_stream_test.c"
857 ],
858 "deps": [
859 "grpc_test_util",
860 "grpc",
861 "gpr_test_util",
862 "gpr"
863 ]
864 },
865 {
866 "name": "fling_test",
867 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800868 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800869 "src": [
870 "test/core/fling/fling_test.c"
871 ],
872 "deps": [
873 "grpc_test_util",
874 "grpc",
875 "gpr_test_util",
876 "gpr"
877 ]
878 },
879 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800880 "name": "gen_hpack_tables",
881 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800882 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800883 "src": [
884 "src/core/transport/chttp2/gen_hpack_tables.c"
885 ],
886 "deps": [
887 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800888 "gpr",
889 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800890 ]
891 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800892 {
893 "name": "gpr_cancellable_test",
894 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800895 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800896 "src": [
897 "test/core/support/cancellable_test.c"
898 ],
899 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800900 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800901 "gpr"
902 ]
903 },
904 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800905 "name": "gpr_cmdline_test",
906 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800907 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800908 "src": [
909 "test/core/support/cmdline_test.c"
910 ],
911 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800912 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800913 "gpr"
914 ]
915 },
916 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800917 "name": "gpr_env_test",
918 "build": "test",
919 "language": "c",
920 "src": [
921 "test/core/support/env_test.c"
922 ],
923 "deps": [
924 "gpr_test_util",
925 "gpr"
926 ]
927 },
928 {
929 "name": "gpr_file_test",
930 "build": "test",
931 "language": "c",
932 "src": [
933 "test/core/support/file_test.c"
934 ],
935 "deps": [
936 "gpr_test_util",
937 "gpr"
938 ]
939 },
940 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800941 "name": "gpr_histogram_test",
942 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800943 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800944 "src": [
945 "test/core/support/histogram_test.c"
946 ],
947 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800948 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800949 "gpr"
950 ]
951 },
952 {
953 "name": "gpr_host_port_test",
954 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800955 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800956 "src": [
957 "test/core/support/host_port_test.c"
958 ],
959 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800960 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800961 "gpr"
962 ]
963 },
964 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800965 "name": "gpr_log_test",
966 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800967 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800968 "src": [
969 "test/core/support/log_test.c"
970 ],
971 "deps": [
972 "gpr_test_util",
973 "gpr"
974 ]
975 },
976 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800977 "name": "gpr_slice_buffer_test",
978 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800979 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800980 "src": [
981 "test/core/support/slice_buffer_test.c"
982 ],
983 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800984 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800985 "gpr"
986 ]
987 },
988 {
989 "name": "gpr_slice_test",
990 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800991 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800992 "src": [
993 "test/core/support/slice_test.c"
994 ],
995 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800996 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800997 "gpr"
998 ]
999 },
1000 {
1001 "name": "gpr_string_test",
1002 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001003 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001004 "src": [
1005 "test/core/support/string_test.c"
1006 ],
1007 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001008 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001009 "gpr"
1010 ]
1011 },
1012 {
1013 "name": "gpr_sync_test",
1014 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001015 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001016 "src": [
1017 "test/core/support/sync_test.c"
1018 ],
1019 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001020 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001021 "gpr"
1022 ]
1023 },
1024 {
1025 "name": "gpr_thd_test",
1026 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001027 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001028 "src": [
1029 "test/core/support/thd_test.c"
1030 ],
1031 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001032 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001033 "gpr"
1034 ]
1035 },
1036 {
1037 "name": "gpr_time_test",
1038 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001039 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 "src": [
1041 "test/core/support/time_test.c"
1042 ],
1043 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001044 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001045 "gpr"
1046 ]
1047 },
1048 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001049 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001050 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001051 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001053 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001054 ],
1055 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001056 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 "gpr"
1058 ]
1059 },
1060 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001061 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001063 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001065 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001066 ],
1067 "deps": [
1068 "grpc_test_util",
1069 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001070 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001071 "gpr"
1072 ]
1073 },
1074 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001075 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001076 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001077 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001078 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001079 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001080 ],
1081 "deps": [
1082 "grpc_test_util",
1083 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001084 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 "gpr"
1086 ]
1087 },
1088 {
1089 "name": "grpc_channel_stack_test",
1090 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001091 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "src": [
1093 "test/core/channel/channel_stack_test.c"
1094 ],
1095 "deps": [
1096 "grpc_test_util",
1097 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001098 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 "gpr"
1100 ]
1101 },
1102 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001103 "name": "grpc_completion_queue_benchmark",
1104 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001105 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001106 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001107 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001108 ],
1109 "deps": [
1110 "grpc_test_util",
1111 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001112 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 "gpr"
1114 ]
1115 },
1116 {
1117 "name": "grpc_completion_queue_test",
1118 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001119 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001120 "src": [
1121 "test/core/surface/completion_queue_test.c"
1122 ],
1123 "deps": [
1124 "grpc_test_util",
1125 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001126 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001127 "gpr"
1128 ]
1129 },
1130 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001131 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001132 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001133 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001134 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001135 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001136 ],
1137 "deps": [
1138 "grpc_test_util",
1139 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001140 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 "gpr"
1142 ]
1143 },
1144 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001145 "name": "grpc_fetch_oauth2",
1146 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001147 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001148 "src": [
1149 "test/core/security/fetch_oauth2.c"
1150 ],
1151 "deps": [
1152 "grpc_test_util",
1153 "grpc",
1154 "gpr_test_util",
1155 "gpr"
1156 ]
1157 },
1158 {
1159 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001160 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001161 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001162 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001163 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001164 ],
1165 "deps": [
1166 "grpc_test_util",
1167 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001168 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001169 "gpr"
1170 ]
1171 },
1172 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001173 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001174 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001175 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001176 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001177 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001178 ],
1179 "deps": [
1180 "grpc_test_util",
1181 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001182 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001183 "gpr"
1184 ]
1185 },
1186 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001187 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001189 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001190 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001191 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001192 ],
1193 "deps": [
1194 "grpc_test_util",
1195 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001196 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001197 "gpr"
1198 ]
1199 },
1200 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001201 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001203 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001205 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 ],
1207 "deps": [
1208 "grpc_test_util",
1209 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001210 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001211 "gpr"
1212 ]
1213 },
1214 {
1215 "name": "httpcli_format_request_test",
1216 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001217 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 "src": [
1219 "test/core/httpcli/format_request_test.c"
1220 ],
1221 "deps": [
1222 "grpc_test_util",
1223 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001224 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001225 "gpr"
1226 ]
1227 },
1228 {
1229 "name": "httpcli_parser_test",
1230 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001231 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001232 "src": [
1233 "test/core/httpcli/parser_test.c"
1234 ],
1235 "deps": [
1236 "grpc_test_util",
1237 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001238 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001239 "gpr"
1240 ]
1241 },
1242 {
1243 "name": "httpcli_test",
1244 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001245 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001246 "src": [
1247 "test/core/httpcli/httpcli_test.c"
1248 ],
1249 "deps": [
1250 "grpc_test_util",
1251 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001252 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001253 "gpr"
1254 ]
1255 },
1256 {
Craig Tiller4450db22015-01-30 16:49:22 -08001257 "name": "json_rewrite",
1258 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001259 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001260 "language": "c",
1261 "src": [
1262 "test/core/json/json_rewrite.c"
1263 ],
1264 "deps": [
1265 "grpc",
1266 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001267 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001268 },
1269 {
1270 "name": "json_rewrite_test",
1271 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001272 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001273 "language": "c",
1274 "src": [
1275 "test/core/json/json_rewrite_test.c"
1276 ],
1277 "deps": [
1278 "grpc_test_util",
1279 "grpc",
1280 "gpr_test_util",
1281 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001282 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001283 },
1284 {
1285 "name": "json_test",
1286 "build": "test",
1287 "language": "c",
1288 "src": [
1289 "test/core/json/json_test.c"
1290 ],
1291 "deps": [
1292 "grpc_test_util",
1293 "grpc",
1294 "gpr_test_util",
1295 "gpr"
1296 ]
1297 },
1298 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001299 "name": "lame_client_test",
1300 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001301 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001302 "src": [
1303 "test/core/surface/lame_client_test.c"
1304 ],
1305 "deps": [
1306 "grpc_test_util",
1307 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001308 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001309 "gpr"
1310 ]
1311 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001312 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001313 "name": "low_level_ping_pong_benchmark",
1314 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001315 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001316 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001317 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001318 ],
1319 "deps": [
1320 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001321 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001322 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001323 "gpr"
1324 ]
1325 },
1326 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001327 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001328 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001329 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001330 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001331 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001332 ],
1333 "deps": [
1334 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001335 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001336 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001337 "gpr"
1338 ]
ctiller8919f602014-12-10 10:19:42 -08001339 },
1340 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001341 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001342 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001343 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001344 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001345 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001346 ],
1347 "deps": [
1348 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001349 "grpc",
1350 "gpr_test_util",
1351 "gpr"
1352 ]
1353 },
1354 {
Craig Tiller35108f62015-02-17 11:24:15 -08001355 "name": "multi_init_test",
1356 "build": "test",
1357 "language": "c",
1358 "src": [
1359 "test/core/surface/multi_init_test.c"
1360 ],
1361 "deps": [
1362 "grpc_test_util",
1363 "grpc",
1364 "gpr_test_util",
1365 "gpr"
1366 ]
1367 },
1368 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001369 "name": "murmur_hash_test",
1370 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001371 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001372 "src": [
1373 "test/core/support/murmur_hash_test.c"
1374 ],
1375 "deps": [
1376 "gpr_test_util",
1377 "gpr"
1378 ]
1379 },
1380 {
1381 "name": "no_server_test",
1382 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001383 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001384 "src": [
1385 "test/core/end2end/no_server_test.c"
1386 ],
1387 "deps": [
1388 "grpc_test_util",
1389 "grpc",
1390 "gpr_test_util",
1391 "gpr"
1392 ]
1393 },
1394 {
David Klempnere3605682015-01-26 17:27:21 -08001395 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001396 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001397 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001398 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001399 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001400 ],
1401 "deps": [
1402 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001403 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001404 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001405 "gpr"
1406 ]
1407 },
1408 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001409 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001410 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001411 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001412 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001413 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001414 ],
1415 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001416 "grpc_test_util",
1417 "grpc",
1418 "gpr_test_util",
1419 "gpr"
1420 ]
1421 },
1422 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001423 "name": "secure_endpoint_test",
1424 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001425 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001426 "src": [
1427 "test/core/security/secure_endpoint_test.c"
1428 ],
1429 "deps": [
1430 "grpc_test_util",
1431 "grpc",
1432 "gpr_test_util",
1433 "gpr"
1434 ]
1435 },
1436 {
1437 "name": "sockaddr_utils_test",
1438 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001439 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001440 "src": [
1441 "test/core/iomgr/sockaddr_utils_test.c"
1442 ],
1443 "deps": [
1444 "grpc_test_util",
1445 "grpc",
1446 "gpr_test_util",
1447 "gpr"
1448 ]
1449 },
1450 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001451 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001452 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001453 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001454 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001455 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001456 ],
1457 "deps": [
1458 "grpc_test_util",
1459 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001460 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001461 "gpr"
1462 ]
1463 },
1464 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001466 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001467 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001468 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001469 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001470 ],
1471 "deps": [
1472 "grpc_test_util",
1473 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001474 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001475 "gpr"
1476 ]
1477 },
1478 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001479 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001480 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001481 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001482 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001483 "test/core/iomgr/tcp_server_posix_test.c"
1484 ],
1485 "deps": [
1486 "grpc_test_util",
1487 "grpc",
1488 "gpr_test_util",
1489 "gpr"
1490 ]
1491 },
1492 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001493 "name": "time_averaged_stats_test",
1494 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001495 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001496 "src": [
1497 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001498 ],
1499 "deps": [
1500 "grpc_test_util",
1501 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001502 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001503 "gpr"
1504 ]
1505 },
1506 {
ctiller8919f602014-12-10 10:19:42 -08001507 "name": "time_test",
1508 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001509 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001510 "src": [
1511 "test/core/support/time_test.c"
1512 ],
1513 "deps": [
1514 "grpc_test_util",
1515 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001516 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001517 "gpr"
1518 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001519 },
1520 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001521 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001522 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001523 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001524 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001525 "test/core/transport/chttp2/timeout_encoding_test.c"
1526 ],
1527 "deps": [
1528 "grpc_test_util",
1529 "grpc",
1530 "gpr_test_util",
1531 "gpr"
1532 ]
1533 },
1534 {
1535 "name": "transport_metadata_test",
1536 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001537 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001538 "src": [
1539 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001540 ],
1541 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001542 "grpc_test_util",
1543 "grpc",
1544 "gpr_test_util",
1545 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001546 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001547 },
1548 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001549 "name": "async_end2end_test",
1550 "build": "test",
1551 "language": "c++",
1552 "src": [
1553 "test/cpp/end2end/async_end2end_test.cc"
1554 ],
1555 "deps": [
1556 "grpc++_test_util",
1557 "grpc_test_util",
1558 "grpc++",
1559 "grpc",
1560 "gpr_test_util",
1561 "gpr"
1562 ]
1563 },
1564 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001565 "name": "channel_arguments_test",
1566 "build": "test",
1567 "language": "c++",
1568 "src": [
1569 "test/cpp/client/channel_arguments_test.cc"
1570 ],
1571 "deps": [
1572 "grpc++",
1573 "grpc",
1574 "gpr"
1575 ]
1576 },
1577 {
Nicolas "Pixel" Noble522d7122015-02-19 01:28:02 +01001578 "name": "grpc_cpp_plugin",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001579 "build": "protoc",
1580 "language": "c++",
1581 "headers": [
1582 "src/compiler/cpp_generator.h",
1583 "src/compiler/cpp_generator_helpers.h"
1584 ],
1585 "src": [
1586 "src/compiler/cpp_generator.cc",
1587 "src/compiler/cpp_plugin.cc"
1588 ],
1589 "deps": [],
1590 "secure": false
1591 },
1592 {
1593 "name": "credentials_test",
1594 "build": "test",
1595 "language": "c++",
1596 "src": [
1597 "test/cpp/client/credentials_test.cc"
1598 ],
1599 "deps": [
1600 "grpc++",
1601 "grpc",
1602 "gpr"
1603 ]
1604 },
1605 {
1606 "name": "end2end_test",
1607 "build": "test",
1608 "language": "c++",
1609 "src": [
1610 "test/cpp/end2end/end2end_test.cc"
1611 ],
1612 "deps": [
1613 "grpc++_test_util",
1614 "grpc_test_util",
1615 "grpc++",
1616 "grpc",
1617 "gpr_test_util",
1618 "gpr"
1619 ]
1620 },
1621 {
1622 "name": "interop_client",
1623 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001624 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001625 "language": "c++",
1626 "src": [
1627 "test/cpp/interop/empty.proto",
1628 "test/cpp/interop/messages.proto",
1629 "test/cpp/interop/test.proto",
1630 "test/cpp/interop/client.cc"
1631 ],
1632 "deps": [
1633 "grpc++_test_util",
1634 "grpc_test_util",
1635 "grpc++",
1636 "grpc",
1637 "gpr_test_util",
1638 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001639 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001640 },
1641 {
1642 "name": "interop_server",
1643 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001644 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001645 "language": "c++",
1646 "src": [
1647 "test/cpp/interop/empty.proto",
1648 "test/cpp/interop/messages.proto",
1649 "test/cpp/interop/test.proto",
1650 "test/cpp/interop/server.cc"
1651 ],
1652 "deps": [
1653 "grpc++_test_util",
1654 "grpc_test_util",
1655 "grpc++",
1656 "grpc",
1657 "gpr_test_util",
1658 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001659 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001660 },
1661 {
Craig Tiller73b70182015-02-17 07:36:09 -08001662 "name": "pubsub_client",
1663 "build": "test",
1664 "run": false,
1665 "language": "c++",
1666 "src": [
1667 "examples/pubsub/main.cc"
1668 ],
1669 "deps": [
1670 "pubsub_client_lib",
1671 "grpc++_test_util",
1672 "grpc_test_util",
1673 "grpc++",
1674 "grpc",
1675 "gpr_test_util",
1676 "gpr"
1677 ]
1678 },
1679 {
1680 "name": "pubsub_publisher_test",
1681 "build": "test",
1682 "language": "c++",
1683 "src": [
1684 "examples/pubsub/publisher_test.cc"
1685 ],
1686 "deps": [
1687 "pubsub_client_lib",
1688 "grpc++_test_util",
1689 "grpc_test_util",
1690 "grpc++",
1691 "grpc",
1692 "gpr_test_util",
1693 "gpr"
1694 ]
1695 },
1696 {
1697 "name": "pubsub_subscriber_test",
1698 "build": "test",
1699 "language": "c++",
1700 "src": [
1701 "examples/pubsub/subscriber_test.cc"
1702 ],
1703 "deps": [
1704 "pubsub_client_lib",
1705 "grpc++_test_util",
1706 "grpc_test_util",
1707 "grpc++",
1708 "grpc",
1709 "gpr_test_util",
1710 "gpr"
1711 ]
1712 },
1713 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001714 "name": "qps_client",
1715 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001716 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001717 "language": "c++",
1718 "src": [
1719 "test/cpp/qps/qpstest.proto",
1720 "test/cpp/qps/client.cc"
1721 ],
1722 "deps": [
1723 "grpc++_test_util",
1724 "grpc_test_util",
1725 "grpc++",
1726 "grpc",
1727 "gpr_test_util",
1728 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001729 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001730 },
1731 {
1732 "name": "qps_server",
1733 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001734 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001735 "language": "c++",
1736 "src": [
1737 "test/cpp/qps/qpstest.proto",
1738 "test/cpp/qps/server.cc"
1739 ],
1740 "deps": [
1741 "grpc++_test_util",
1742 "grpc_test_util",
1743 "grpc++",
1744 "grpc",
1745 "gpr_test_util",
1746 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001747 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001748 },
1749 {
Nicolas "Pixel" Noble522d7122015-02-19 01:28:02 +01001750 "name": "grpc_ruby_plugin",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001751 "build": "protoc",
1752 "language": "c++",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001753 "src": [
1754 "src/compiler/ruby_generator.cc",
1755 "src/compiler/ruby_plugin.cc"
1756 ],
1757 "deps": [],
1758 "secure": false
1759 },
1760 {
1761 "name": "status_test",
1762 "build": "test",
1763 "language": "c++",
1764 "src": [
1765 "test/cpp/util/status_test.cc"
1766 ],
1767 "deps": [
1768 "grpc_test_util",
1769 "grpc++",
1770 "grpc",
1771 "gpr_test_util",
1772 "gpr"
1773 ]
1774 },
1775 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001776 "name": "thread_pool_test",
1777 "build": "test",
1778 "language": "c++",
1779 "src": [
1780 "test/cpp/server/thread_pool_test.cc"
1781 ],
1782 "deps": [
1783 "grpc_test_util",
1784 "grpc++",
1785 "grpc",
1786 "gpr_test_util",
1787 "gpr"
1788 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001789 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001790 ]
1791}