blob: a48491ba5a6f0fff518ebabc9178f4e095f9f36b [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,
Nicolas "Pixel" Nobled32eab22015-02-25 20:19:16 +01006 "minor": 5,
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08007 "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",
Craig Tiller6e7c6222015-02-20 15:31:21 -080035 "src/core/debug/trace.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080036 "src/core/iomgr/alarm.h",
37 "src/core/iomgr/alarm_heap.h",
38 "src/core/iomgr/alarm_internal.h",
39 "src/core/iomgr/endpoint.h",
40 "src/core/iomgr/endpoint_pair.h",
41 "src/core/iomgr/fd_posix.h",
Nicolas Noble45e67a32015-02-09 16:20:49 -080042 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080043 "src/core/iomgr/iomgr.h",
44 "src/core/iomgr/iomgr_internal.h",
45 "src/core/iomgr/iomgr_posix.h",
46 "src/core/iomgr/pollset.h",
47 "src/core/iomgr/pollset_kick.h",
48 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080049 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080050 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080051 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080052 "src/core/iomgr/resolve_address.h",
53 "src/core/iomgr/sockaddr.h",
54 "src/core/iomgr/sockaddr_posix.h",
55 "src/core/iomgr/sockaddr_utils.h",
56 "src/core/iomgr/sockaddr_win32.h",
57 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010058 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080059 "src/core/iomgr/tcp_client.h",
60 "src/core/iomgr/tcp_posix.h",
61 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010062 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080063 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080064 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080065 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080066 "src/core/json/json.h",
67 "src/core/json/json_common.h",
68 "src/core/json/json_reader.h",
69 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080070 "src/core/statistics/census_interface.h",
71 "src/core/statistics/census_log.h",
72 "src/core/statistics/census_rpc_stats.h",
73 "src/core/statistics/census_tracing.h",
74 "src/core/statistics/hash_table.h",
75 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080076 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080077 "src/core/surface/call.h",
78 "src/core/surface/channel.h",
79 "src/core/surface/client.h",
80 "src/core/surface/completion_queue.h",
81 "src/core/surface/event_string.h",
82 "src/core/surface/lame_client.h",
83 "src/core/surface/server.h",
84 "src/core/surface/surface_trace.h",
85 "src/core/transport/chttp2/bin_encoder.h",
86 "src/core/transport/chttp2/frame.h",
87 "src/core/transport/chttp2/frame_data.h",
88 "src/core/transport/chttp2/frame_goaway.h",
89 "src/core/transport/chttp2/frame_ping.h",
90 "src/core/transport/chttp2/frame_rst_stream.h",
91 "src/core/transport/chttp2/frame_settings.h",
92 "src/core/transport/chttp2/frame_window_update.h",
93 "src/core/transport/chttp2/hpack_parser.h",
94 "src/core/transport/chttp2/hpack_table.h",
95 "src/core/transport/chttp2/http2_errors.h",
96 "src/core/transport/chttp2/huffsyms.h",
97 "src/core/transport/chttp2/status_conversion.h",
98 "src/core/transport/chttp2/stream_encoder.h",
99 "src/core/transport/chttp2/stream_map.h",
100 "src/core/transport/chttp2/timeout_encoding.h",
101 "src/core/transport/chttp2/varint.h",
102 "src/core/transport/chttp2_transport.h",
103 "src/core/transport/metadata.h",
104 "src/core/transport/stream_op.h",
105 "src/core/transport/transport.h",
106 "src/core/transport/transport_impl.h"
107 ],
nnoblec87b1c52015-01-05 17:15:18 -0800108 "src": [
109 "src/core/channel/call_op_string.c",
110 "src/core/channel/census_filter.c",
111 "src/core/channel/channel_args.c",
112 "src/core/channel/channel_stack.c",
113 "src/core/channel/child_channel.c",
114 "src/core/channel/client_channel.c",
115 "src/core/channel/client_setup.c",
116 "src/core/channel/connected_channel.c",
117 "src/core/channel/http_client_filter.c",
118 "src/core/channel/http_filter.c",
119 "src/core/channel/http_server_filter.c",
120 "src/core/channel/metadata_buffer.c",
121 "src/core/channel/noop_filter.c",
122 "src/core/compression/algorithm.c",
123 "src/core/compression/message_compress.c",
Craig Tiller6e7c6222015-02-20 15:31:21 -0800124 "src/core/debug/trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800125 "src/core/iomgr/alarm.c",
126 "src/core/iomgr/alarm_heap.c",
127 "src/core/iomgr/endpoint.c",
128 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800129 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800130 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800131 "src/core/iomgr/iomgr.c",
132 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100133 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800134 "src/core/iomgr/pollset_kick.c",
David Klempnerbaced4d2015-02-10 17:10:15 -0800135 "src/core/iomgr/pollset_multipoller_with_epoll.c",
Craig Tiller24c06ea2015-02-11 21:26:45 -0800136 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800137 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800138 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Noble94964fd2015-02-21 07:19:19 +0100139 "src/core/iomgr/resolve_address_posix.c",
140 "src/core/iomgr/resolve_address_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800141 "src/core/iomgr/sockaddr_utils.c",
142 "src/core/iomgr/socket_utils_common_posix.c",
143 "src/core/iomgr/socket_utils_linux.c",
144 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100145 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800146 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100147 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800148 "src/core/iomgr/tcp_posix.c",
149 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100150 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100151 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800152 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800153 "src/core/iomgr/wakeup_fd_eventfd.c",
154 "src/core/iomgr/wakeup_fd_nospecial.c",
155 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800156 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800157 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800158 "src/core/json/json_reader.c",
159 "src/core/json/json_string.c",
160 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800161 "src/core/statistics/census_init.c",
162 "src/core/statistics/census_log.c",
163 "src/core/statistics/census_rpc_stats.c",
164 "src/core/statistics/census_tracing.c",
165 "src/core/statistics/hash_table.c",
166 "src/core/statistics/window_stats.c",
167 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800168 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800169 "src/core/surface/byte_buffer_reader.c",
170 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800171 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800172 "src/core/surface/channel.c",
173 "src/core/surface/channel_create.c",
174 "src/core/surface/client.c",
175 "src/core/surface/completion_queue.c",
176 "src/core/surface/event_string.c",
177 "src/core/surface/init.c",
178 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800179 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800180 "src/core/surface/server.c",
181 "src/core/surface/server_chttp2.c",
182 "src/core/surface/server_create.c",
183 "src/core/transport/chttp2/alpn.c",
184 "src/core/transport/chttp2/bin_encoder.c",
185 "src/core/transport/chttp2/frame_data.c",
186 "src/core/transport/chttp2/frame_goaway.c",
187 "src/core/transport/chttp2/frame_ping.c",
188 "src/core/transport/chttp2/frame_rst_stream.c",
189 "src/core/transport/chttp2/frame_settings.c",
190 "src/core/transport/chttp2/frame_window_update.c",
191 "src/core/transport/chttp2/hpack_parser.c",
192 "src/core/transport/chttp2/hpack_table.c",
193 "src/core/transport/chttp2/huffsyms.c",
194 "src/core/transport/chttp2/status_conversion.c",
195 "src/core/transport/chttp2/stream_encoder.c",
196 "src/core/transport/chttp2/stream_map.c",
197 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800198 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800199 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800200 "src/core/transport/metadata.c",
201 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800202 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800203 ]
204 }
205 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800206 "libs": [
207 {
208 "name": "gpr",
209 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800210 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800211 "public_headers": [
212 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800213 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800214 "include/grpc/support/atm_gcc_atomic.h",
215 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800216 "include/grpc/support/atm_win32.h",
217 "include/grpc/support/cancellable_platform.h",
218 "include/grpc/support/cmdline.h",
219 "include/grpc/support/histogram.h",
220 "include/grpc/support/host_port.h",
221 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100222 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800223 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800224 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800225 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800226 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800227 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800228 "include/grpc/support/sync_posix.h",
229 "include/grpc/support/sync_win32.h",
230 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800231 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800232 "include/grpc/support/useful.h"
233 ],
234 "headers": [
Julien Boeuf026a4172015-02-02 18:36:37 -0800235 "src/core/support/env.h",
236 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800238 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800239 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800240 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800241 ],
242 "src": [
243 "src/core/support/alloc.c",
244 "src/core/support/cancellable.c",
245 "src/core/support/cmdline.c",
246 "src/core/support/cpu_linux.c",
247 "src/core/support/cpu_posix.c",
Jan Tattermusch6943fb32015-02-09 17:38:52 -0800248 "src/core/support/cpu_windows.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800249 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800250 "src/core/support/env_posix.c",
251 "src/core/support/env_win32.c",
252 "src/core/support/file.c",
253 "src/core/support/file_posix.c",
254 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800255 "src/core/support/histogram.c",
256 "src/core/support/host_port.c",
257 "src/core/support/log.c",
258 "src/core/support/log_android.c",
259 "src/core/support/log_linux.c",
260 "src/core/support/log_posix.c",
261 "src/core/support/log_win32.c",
262 "src/core/support/murmur_hash.c",
263 "src/core/support/slice.c",
264 "src/core/support/slice_buffer.c",
265 "src/core/support/string.c",
266 "src/core/support/string_posix.c",
267 "src/core/support/string_win32.c",
268 "src/core/support/sync.c",
269 "src/core/support/sync_posix.c",
270 "src/core/support/sync_win32.c",
271 "src/core/support/thd_posix.c",
272 "src/core/support/thd_win32.c",
273 "src/core/support/time.c",
274 "src/core/support/time_posix.c",
275 "src/core/support/time_win32.c"
276 ],
277 "secure": false,
278 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
279 },
280 {
281 "name": "gpr_test_util",
282 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800283 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800284 "src": [
285 "test/core/util/test_config.c"
286 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800287 "deps": [
288 "gpr"
289 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800290 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 },
292 {
293 "name": "grpc",
294 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800295 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800296 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800297 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800298 ],
299 "headers": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100300 "src/core/httpcli/format_request.h",
301 "src/core/httpcli/httpcli.h",
302 "src/core/httpcli/httpcli_security_context.h",
303 "src/core/httpcli/parser.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800304 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800305 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800306 "src/core/security/credentials.h",
jboeufbefd2652014-12-12 15:39:47 -0800307 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800308 "src/core/security/secure_transport_setup.h",
309 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800310 "src/core/tsi/fake_transport_security.h",
311 "src/core/tsi/ssl_transport_security.h",
312 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800313 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800314 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800315 "src": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100316 "src/core/httpcli/format_request.c",
317 "src/core/httpcli/httpcli.c",
318 "src/core/httpcli/httpcli_security_context.c",
319 "src/core/httpcli/parser.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800320 "src/core/security/auth.c",
321 "src/core/security/base64.c",
322 "src/core/security/credentials.c",
Julien Boeufcd9b1c82015-02-20 17:40:41 -0800323 "src/core/security/credentials_posix.c",
324 "src/core/security/credentials_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800325 "src/core/security/factories.c",
Julien Boeufc66f2a82015-02-23 13:00:36 -0800326 "src/core/security/google_default_credentials.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800327 "src/core/security/json_token.c",
328 "src/core/security/secure_endpoint.c",
329 "src/core/security/secure_transport_setup.c",
330 "src/core/security/security_context.c",
331 "src/core/security/server_secure_chttp2.c",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100332 "src/core/surface/secure_channel_create.c",
333 "src/core/surface/secure_server_create.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800334 "src/core/tsi/fake_transport_security.c",
335 "src/core/tsi/ssl_transport_security.c",
336 "src/core/tsi/transport_security.c"
337 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800338 "deps": [
339 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800340 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800341 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800342 "filegroups": [
343 "grpc_base"
344 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800345 "secure": true,
346 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800347 },
348 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800349 "name": "grpc_test_util",
350 "build": "private",
351 "language": "c",
352 "src": [
353 "test/core/end2end/cq_verifier.c",
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800354 "test/core/end2end/data/server1_cert.c",
355 "test/core/end2end/data/server1_key.c",
356 "test/core/end2end/data/test_root_cert.c",
357 "test/core/iomgr/endpoint_tests.c",
358 "test/core/statistics/census_log_tests.c",
359 "test/core/transport/transport_end2end_tests.c",
360 "test/core/util/grpc_profiler.c",
361 "test/core/util/parse_hexstring.c",
362 "test/core/util/port_posix.c",
363 "test/core/util/slice_splitter.c"
364 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800365 "deps": [
366 "gpr",
367 "grpc"
368 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800369 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
370 },
371 {
372 "name": "grpc_unsecure",
373 "build": "all",
374 "language": "c",
375 "deps": [
376 "gpr"
377 ],
378 "baselib": true,
379 "filegroups": [
380 "grpc_base"
381 ],
382 "secure": false,
383 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
384 },
385 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800386 "name": "grpc++",
387 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800388 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800389 "public_headers": [
Yang Gao3a5e5492015-02-18 14:32:38 -0800390 "include/grpc++/async_unary_call.h",
yangg59dfc902014-12-19 14:00:14 -0800391 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800392 "include/grpc++/channel_interface.h",
393 "include/grpc++/client_context.h",
394 "include/grpc++/completion_queue.h",
395 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800396 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800397 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800398 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800399 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800400 "include/grpc++/impl/internal_stub.h",
401 "include/grpc++/impl/rpc_method.h",
402 "include/grpc++/impl/rpc_service_method.h",
Yang Gao1a986962015-02-19 12:40:46 -0800403 "include/grpc++/impl/service_type.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800404 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800405 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800406 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800407 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800408 "include/grpc++/status.h",
Yang Gao50556472015-02-19 12:37:35 -0800409 "include/grpc++/status_code_enum.h",
Yang Gao1a986962015-02-19 12:40:46 -0800410 "include/grpc++/stream.h",
411 "include/grpc++/thread_pool_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800412 ],
413 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800414 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800415 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800416 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800417 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800418 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800419 "src": [
420 "src/cpp/client/channel.cc",
421 "src/cpp/client/channel_arguments.cc",
422 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800423 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800424 "src/cpp/client/create_channel.cc",
425 "src/cpp/client/credentials.cc",
426 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800427 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800428 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800429 "src/cpp/common/rpc_method.cc",
430 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800431 "src/cpp/server/server.cc",
432 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800433 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800434 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800435 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800436 "src/cpp/util/status.cc",
437 "src/cpp/util/time.cc"
438 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800439 "deps": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100440 "gpr",
nnoble5b7f32a2014-12-22 08:12:44 -0800441 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800442 ],
443 "secure": true,
444 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800445 },
446 {
447 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800448 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800449 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800450 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800451 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800452 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800453 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800454 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800455 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800456 },
457 {
Chen wang84232512015-02-12 17:29:18 -0800458 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800459 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800460 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800461 "src": [
Chen wang84232512015-02-12 17:29:18 -0800462 "examples/pubsub/label.proto",
463 "examples/pubsub/empty.proto",
464 "examples/pubsub/pubsub.proto",
465 "examples/pubsub/publisher.cc",
466 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800467 ],
468 "deps": [
469 "grpc++",
470 "grpc",
471 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800472 ]
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100473 },
474 {
Craig Tillere4860192015-02-23 17:10:41 -0800475 "name": "qps",
476 "build": "private",
477 "language": "c++",
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800478 "headers": [
479 "test/cpp/qps/driver.h",
480 "test/cpp/qps/timer.h"
481 ],
Craig Tillere4860192015-02-23 17:10:41 -0800482 "src": [
483 "test/cpp/qps/qpstest.proto",
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800484 "test/cpp/qps/driver.cc",
485 "test/cpp/qps/timer.cc"
Craig Tillere4860192015-02-23 17:10:41 -0800486 ]
487 },
488 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100489 "name": "grpc_csharp_ext",
490 "build": "all",
491 "language": "csharp",
492 "src": [
493 "src/csharp/ext/grpc_csharp_ext.c"
494 ],
495 "deps": [
496 "gpr",
497 "grpc"
498 ],
499 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800500 }
501 ],
502 "targets": [
503 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800504 "name": "alarm_heap_test",
505 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800506 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800507 "src": [
508 "test/core/iomgr/alarm_heap_test.c"
509 ],
510 "deps": [
511 "grpc_test_util",
512 "grpc",
513 "gpr_test_util",
514 "gpr"
515 ]
516 },
517 {
518 "name": "alarm_list_test",
519 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800520 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800521 "src": [
522 "test/core/iomgr/alarm_list_test.c"
523 ],
524 "deps": [
525 "grpc_test_util",
526 "grpc",
527 "gpr_test_util",
528 "gpr"
529 ]
530 },
531 {
532 "name": "alarm_test",
533 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800534 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800535 "src": [
536 "test/core/iomgr/alarm_test.c"
537 ],
538 "deps": [
539 "grpc_test_util",
540 "grpc",
541 "gpr_test_util",
542 "gpr"
543 ]
544 },
545 {
546 "name": "alpn_test",
547 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800548 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800549 "src": [
550 "test/core/transport/chttp2/alpn_test.c"
551 ],
552 "deps": [
553 "grpc_test_util",
554 "grpc",
555 "gpr_test_util",
556 "gpr"
557 ]
558 },
559 {
560 "name": "bin_encoder_test",
561 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800562 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800563 "src": [
564 "test/core/transport/chttp2/bin_encoder_test.c"
565 ],
566 "deps": [
567 "grpc_test_util",
568 "grpc",
569 "gpr_test_util",
570 "gpr"
571 ]
572 },
573 {
574 "name": "census_hash_table_test",
575 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800576 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800577 "src": [
578 "test/core/statistics/hash_table_test.c"
579 ],
580 "deps": [
581 "grpc_test_util",
582 "grpc",
583 "gpr_test_util",
584 "gpr"
585 ]
586 },
587 {
588 "name": "census_statistics_multiple_writers_circular_buffer_test",
589 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800590 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800591 "src": [
592 "test/core/statistics/multiple_writers_circular_buffer_test.c"
593 ],
594 "deps": [
595 "grpc_test_util",
596 "grpc",
597 "gpr_test_util",
598 "gpr"
Craig Tillerf5065c52015-02-27 16:17:39 -0800599 ],
600 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800601 },
602 {
603 "name": "census_statistics_multiple_writers_test",
604 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800605 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800606 "src": [
607 "test/core/statistics/multiple_writers_test.c"
608 ],
609 "deps": [
610 "grpc_test_util",
611 "grpc",
612 "gpr_test_util",
613 "gpr"
614 ]
615 },
616 {
617 "name": "census_statistics_performance_test",
618 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800619 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800620 "src": [
621 "test/core/statistics/performance_test.c"
622 ],
623 "deps": [
624 "grpc_test_util",
625 "grpc",
626 "gpr_test_util",
627 "gpr"
628 ]
629 },
630 {
631 "name": "census_statistics_quick_test",
632 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800633 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800634 "src": [
635 "test/core/statistics/quick_test.c"
636 ],
637 "deps": [
638 "grpc_test_util",
639 "grpc",
640 "gpr_test_util",
641 "gpr"
642 ]
643 },
644 {
645 "name": "census_statistics_small_log_test",
646 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800647 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800648 "src": [
649 "test/core/statistics/small_log_test.c"
650 ],
651 "deps": [
652 "grpc_test_util",
653 "grpc",
654 "gpr_test_util",
655 "gpr"
Craig Tillerf5065c52015-02-27 16:17:39 -0800656 ],
657 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800658 },
659 {
660 "name": "census_stats_store_test",
661 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800662 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800663 "src": [
664 "test/core/statistics/rpc_stats_test.c"
665 ],
666 "deps": [
667 "grpc_test_util",
668 "grpc",
669 "gpr_test_util",
670 "gpr"
671 ]
672 },
673 {
674 "name": "census_stub_test",
675 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800676 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800677 "src": [
678 "test/core/statistics/census_stub_test.c"
679 ],
680 "deps": [
681 "grpc_test_util",
682 "grpc",
683 "gpr_test_util",
684 "gpr"
685 ]
686 },
687 {
688 "name": "census_trace_store_test",
689 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800690 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800691 "src": [
692 "test/core/statistics/trace_test.c"
693 ],
694 "deps": [
695 "grpc_test_util",
696 "grpc",
697 "gpr_test_util",
698 "gpr"
699 ]
700 },
701 {
702 "name": "census_window_stats_test",
703 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800704 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800705 "src": [
706 "test/core/statistics/window_stats_test.c"
707 ],
708 "deps": [
709 "grpc_test_util",
710 "grpc",
711 "gpr_test_util",
712 "gpr"
713 ]
714 },
715 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800716 "name": "chttp2_status_conversion_test",
717 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800718 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800719 "src": [
720 "test/core/transport/chttp2/status_conversion_test.c"
721 ],
722 "deps": [
723 "grpc_test_util",
724 "grpc",
725 "gpr_test_util",
726 "gpr"
727 ]
728 },
729 {
730 "name": "chttp2_stream_encoder_test",
731 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800732 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800733 "src": [
734 "test/core/transport/chttp2/stream_encoder_test.c"
735 ],
736 "deps": [
737 "grpc_test_util",
738 "grpc",
739 "gpr_test_util",
740 "gpr"
741 ]
742 },
743 {
744 "name": "chttp2_stream_map_test",
745 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800746 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800747 "src": [
748 "test/core/transport/chttp2/stream_map_test.c"
749 ],
750 "deps": [
751 "grpc_test_util",
752 "grpc",
753 "gpr_test_util",
754 "gpr"
755 ]
756 },
757 {
758 "name": "chttp2_transport_end2end_test",
759 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800760 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800761 "src": [
762 "test/core/transport/chttp2_transport_end2end_test.c"
763 ],
764 "deps": [
765 "grpc_test_util",
766 "grpc",
767 "gpr_test_util",
768 "gpr"
769 ]
770 },
771 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800772 "name": "dualstack_socket_test",
773 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800774 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800775 "src": [
776 "test/core/end2end/dualstack_socket_test.c"
777 ],
778 "deps": [
779 "grpc_test_util",
780 "grpc",
781 "gpr_test_util",
782 "gpr"
783 ]
784 },
785 {
786 "name": "echo_client",
787 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800788 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800789 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800790 "src": [
791 "test/core/echo/client.c"
792 ],
793 "deps": [
794 "grpc_test_util",
795 "grpc",
796 "gpr_test_util",
797 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800798 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800799 },
800 {
801 "name": "echo_server",
802 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800803 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800804 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800805 "src": [
806 "test/core/echo/server.c"
807 ],
808 "deps": [
809 "grpc_test_util",
810 "grpc",
811 "gpr_test_util",
812 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800813 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800814 },
815 {
816 "name": "echo_test",
817 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800818 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800819 "src": [
820 "test/core/echo/echo_test.c"
821 ],
822 "deps": [
823 "grpc_test_util",
824 "grpc",
825 "gpr_test_util",
826 "gpr"
827 ]
828 },
829 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800830 "name": "fd_posix_test",
831 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800832 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800833 "src": [
834 "test/core/iomgr/fd_posix_test.c"
835 ],
836 "deps": [
837 "grpc_test_util",
838 "grpc",
839 "gpr_test_util",
840 "gpr"
841 ]
842 },
843 {
844 "name": "fling_client",
845 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800846 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800847 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800848 "src": [
849 "test/core/fling/client.c"
850 ],
851 "deps": [
852 "grpc_test_util",
853 "grpc",
854 "gpr_test_util",
855 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800856 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800857 },
858 {
859 "name": "fling_server",
860 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800861 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800862 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800863 "src": [
864 "test/core/fling/server.c"
865 ],
866 "deps": [
867 "grpc_test_util",
868 "grpc",
869 "gpr_test_util",
870 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800871 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800872 },
873 {
874 "name": "fling_stream_test",
875 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800876 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800877 "src": [
878 "test/core/fling/fling_stream_test.c"
879 ],
880 "deps": [
881 "grpc_test_util",
882 "grpc",
883 "gpr_test_util",
884 "gpr"
Nicolas "Pixel" Noble9db7c3b2015-02-27 06:03:00 +0100885 ],
886 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800887 },
888 {
889 "name": "fling_test",
890 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800891 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800892 "src": [
893 "test/core/fling/fling_test.c"
894 ],
895 "deps": [
896 "grpc_test_util",
897 "grpc",
898 "gpr_test_util",
899 "gpr"
Nicolas "Pixel" Noble9db7c3b2015-02-27 06:03:00 +0100900 ],
901 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800902 },
903 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800904 "name": "gen_hpack_tables",
905 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800906 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800907 "src": [
908 "src/core/transport/chttp2/gen_hpack_tables.c"
909 ],
910 "deps": [
911 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800912 "gpr",
913 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800914 ]
915 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800916 {
917 "name": "gpr_cancellable_test",
918 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800919 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800920 "src": [
921 "test/core/support/cancellable_test.c"
922 ],
923 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800924 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800925 "gpr"
926 ]
927 },
928 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800929 "name": "gpr_cmdline_test",
930 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800931 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800932 "src": [
933 "test/core/support/cmdline_test.c"
934 ],
935 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800936 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800937 "gpr"
938 ]
939 },
940 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800941 "name": "gpr_env_test",
942 "build": "test",
943 "language": "c",
944 "src": [
945 "test/core/support/env_test.c"
946 ],
947 "deps": [
948 "gpr_test_util",
949 "gpr"
950 ]
951 },
952 {
953 "name": "gpr_file_test",
954 "build": "test",
955 "language": "c",
956 "src": [
957 "test/core/support/file_test.c"
958 ],
959 "deps": [
960 "gpr_test_util",
961 "gpr"
962 ]
963 },
964 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800965 "name": "gpr_histogram_test",
966 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800967 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800968 "src": [
969 "test/core/support/histogram_test.c"
970 ],
971 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800972 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800973 "gpr"
974 ]
975 },
976 {
977 "name": "gpr_host_port_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/host_port_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 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800989 "name": "gpr_log_test",
990 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800991 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800992 "src": [
993 "test/core/support/log_test.c"
994 ],
995 "deps": [
996 "gpr_test_util",
997 "gpr"
998 ]
999 },
1000 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001001 "name": "gpr_slice_buffer_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/slice_buffer_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_slice_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/slice_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_string_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/string_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_sync_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/sync_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 {
1049 "name": "gpr_thd_test",
1050 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001051 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 "src": [
1053 "test/core/support/thd_test.c"
1054 ],
1055 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001056 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 "gpr"
1058 ]
1059 },
1060 {
1061 "name": "gpr_time_test",
1062 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001063 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 "src": [
1065 "test/core/support/time_test.c"
1066 ],
1067 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001068 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 "gpr"
1070 ]
1071 },
1072 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001073 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001074 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001075 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001076 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001077 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001078 ],
1079 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001080 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001081 "gpr"
1082 ]
1083 },
1084 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001085 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001086 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001087 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001088 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001089 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001090 ],
1091 "deps": [
1092 "grpc_test_util",
1093 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001094 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001095 "gpr"
1096 ]
1097 },
1098 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001099 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001100 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001101 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001102 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001103 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001104 ],
1105 "deps": [
1106 "grpc_test_util",
1107 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001108 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 "gpr"
1110 ]
1111 },
1112 {
1113 "name": "grpc_channel_stack_test",
1114 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001115 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001116 "src": [
1117 "test/core/channel/channel_stack_test.c"
1118 ],
1119 "deps": [
1120 "grpc_test_util",
1121 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001122 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001123 "gpr"
1124 ]
1125 },
1126 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001127 "name": "grpc_completion_queue_benchmark",
1128 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001129 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001130 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001131 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001132 ],
1133 "deps": [
1134 "grpc_test_util",
1135 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001136 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001137 "gpr"
1138 ]
1139 },
1140 {
1141 "name": "grpc_completion_queue_test",
1142 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001143 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001144 "src": [
1145 "test/core/surface/completion_queue_test.c"
1146 ],
1147 "deps": [
1148 "grpc_test_util",
1149 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001150 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001151 "gpr"
1152 ]
1153 },
1154 {
Nicolas "Pixel" Nobleb8f5f1b2015-02-21 19:03:00 +01001155 "name": "grpc_create_jwt",
1156 "build": "tool",
1157 "language": "c",
1158 "src": [
1159 "test/core/security/create_jwt.c"
1160 ],
1161 "deps": [
1162 "grpc_test_util",
1163 "grpc",
1164 "gpr_test_util",
1165 "gpr"
1166 ]
1167 },
1168 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001169 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001170 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001171 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001172 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001173 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 ],
1175 "deps": [
1176 "grpc_test_util",
1177 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001178 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001179 "gpr"
1180 ]
1181 },
1182 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001183 "name": "grpc_fetch_oauth2",
1184 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001185 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001186 "src": [
1187 "test/core/security/fetch_oauth2.c"
1188 ],
1189 "deps": [
1190 "grpc_test_util",
1191 "grpc",
1192 "gpr_test_util",
1193 "gpr"
1194 ]
1195 },
1196 {
1197 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001198 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001199 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001200 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001201 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 ],
1203 "deps": [
1204 "grpc_test_util",
1205 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001206 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001207 "gpr"
1208 ]
1209 },
1210 {
Julien Boeufc66f2a82015-02-23 13:00:36 -08001211 "name": "grpc_print_google_default_creds_token",
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001212 "build": "tool",
1213 "language": "c",
1214 "src": [
Julien Boeufc66f2a82015-02-23 13:00:36 -08001215 "test/core/security/print_google_default_creds_token.c"
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001216 ],
1217 "deps": [
1218 "grpc_test_util",
1219 "grpc",
1220 "gpr_test_util",
1221 "gpr"
1222 ]
1223 },
1224 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001225 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001226 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001227 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001228 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001229 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001230 ],
1231 "deps": [
1232 "grpc_test_util",
1233 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001234 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001235 "gpr"
1236 ]
1237 },
1238 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001239 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001240 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001241 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001242 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001243 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001244 ],
1245 "deps": [
1246 "grpc_test_util",
1247 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001248 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001249 "gpr"
1250 ]
1251 },
1252 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001253 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001254 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001255 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001256 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001257 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001258 ],
1259 "deps": [
1260 "grpc_test_util",
1261 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001262 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001263 "gpr"
1264 ]
1265 },
1266 {
1267 "name": "httpcli_format_request_test",
1268 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001269 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001270 "src": [
1271 "test/core/httpcli/format_request_test.c"
1272 ],
1273 "deps": [
1274 "grpc_test_util",
1275 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001276 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001277 "gpr"
1278 ]
1279 },
1280 {
1281 "name": "httpcli_parser_test",
1282 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001283 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001284 "src": [
1285 "test/core/httpcli/parser_test.c"
1286 ],
1287 "deps": [
1288 "grpc_test_util",
1289 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001290 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001291 "gpr"
1292 ]
1293 },
1294 {
1295 "name": "httpcli_test",
1296 "build": "test",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001297 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001298 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001299 "src": [
1300 "test/core/httpcli/httpcli_test.c"
1301 ],
1302 "deps": [
1303 "grpc_test_util",
1304 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001305 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001306 "gpr"
1307 ]
1308 },
1309 {
Craig Tiller4450db22015-01-30 16:49:22 -08001310 "name": "json_rewrite",
1311 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001312 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001313 "language": "c",
1314 "src": [
1315 "test/core/json/json_rewrite.c"
1316 ],
1317 "deps": [
1318 "grpc",
1319 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001320 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001321 },
1322 {
1323 "name": "json_rewrite_test",
1324 "build": "test",
1325 "language": "c",
1326 "src": [
1327 "test/core/json/json_rewrite_test.c"
1328 ],
1329 "deps": [
1330 "grpc_test_util",
1331 "grpc",
1332 "gpr_test_util",
1333 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001334 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001335 },
1336 {
1337 "name": "json_test",
1338 "build": "test",
1339 "language": "c",
1340 "src": [
1341 "test/core/json/json_test.c"
1342 ],
1343 "deps": [
1344 "grpc_test_util",
1345 "grpc",
1346 "gpr_test_util",
1347 "gpr"
1348 ]
1349 },
1350 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001351 "name": "lame_client_test",
1352 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001353 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001354 "src": [
1355 "test/core/surface/lame_client_test.c"
1356 ],
1357 "deps": [
1358 "grpc_test_util",
1359 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001360 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001361 "gpr"
1362 ]
1363 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001364 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001365 "name": "low_level_ping_pong_benchmark",
1366 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001367 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001368 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001369 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001370 ],
1371 "deps": [
1372 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001373 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001374 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001375 "gpr"
1376 ]
1377 },
1378 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001379 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001380 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001381 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001382 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001383 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001384 ],
1385 "deps": [
1386 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001387 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001388 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001389 "gpr"
1390 ]
ctiller8919f602014-12-10 10:19:42 -08001391 },
1392 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001393 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001394 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001395 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001396 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001397 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001398 ],
1399 "deps": [
1400 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001401 "grpc",
1402 "gpr_test_util",
1403 "gpr"
1404 ]
1405 },
1406 {
Craig Tiller35108f62015-02-17 11:24:15 -08001407 "name": "multi_init_test",
1408 "build": "test",
1409 "language": "c",
1410 "src": [
1411 "test/core/surface/multi_init_test.c"
1412 ],
1413 "deps": [
1414 "grpc_test_util",
1415 "grpc",
1416 "gpr_test_util",
1417 "gpr"
1418 ]
1419 },
1420 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001421 "name": "murmur_hash_test",
1422 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001423 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001424 "src": [
1425 "test/core/support/murmur_hash_test.c"
1426 ],
1427 "deps": [
1428 "gpr_test_util",
1429 "gpr"
1430 ]
1431 },
1432 {
1433 "name": "no_server_test",
1434 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001435 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001436 "src": [
1437 "test/core/end2end/no_server_test.c"
1438 ],
1439 "deps": [
1440 "grpc_test_util",
1441 "grpc",
1442 "gpr_test_util",
1443 "gpr"
1444 ]
1445 },
1446 {
David Klempnere3605682015-01-26 17:27:21 -08001447 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001448 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001449 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001450 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001451 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001452 ],
1453 "deps": [
1454 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001455 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001456 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001457 "gpr"
1458 ]
1459 },
1460 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001461 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001462 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001463 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001464 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001466 ],
1467 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001468 "grpc_test_util",
1469 "grpc",
1470 "gpr_test_util",
1471 "gpr"
1472 ]
1473 },
1474 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001475 "name": "secure_endpoint_test",
1476 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001477 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001478 "src": [
1479 "test/core/security/secure_endpoint_test.c"
1480 ],
1481 "deps": [
1482 "grpc_test_util",
1483 "grpc",
1484 "gpr_test_util",
1485 "gpr"
1486 ]
1487 },
1488 {
1489 "name": "sockaddr_utils_test",
1490 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001491 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001492 "src": [
1493 "test/core/iomgr/sockaddr_utils_test.c"
1494 ],
1495 "deps": [
1496 "grpc_test_util",
1497 "grpc",
1498 "gpr_test_util",
1499 "gpr"
1500 ]
1501 },
1502 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001503 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001504 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001505 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001506 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001507 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001508 ],
1509 "deps": [
1510 "grpc_test_util",
1511 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001512 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001513 "gpr"
1514 ]
1515 },
1516 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001517 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001518 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001519 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001520 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001521 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001522 ],
1523 "deps": [
1524 "grpc_test_util",
1525 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001526 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001527 "gpr"
1528 ]
1529 },
1530 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001531 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001532 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001533 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001534 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001535 "test/core/iomgr/tcp_server_posix_test.c"
1536 ],
1537 "deps": [
1538 "grpc_test_util",
1539 "grpc",
1540 "gpr_test_util",
1541 "gpr"
1542 ]
1543 },
1544 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001545 "name": "time_averaged_stats_test",
1546 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001547 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001548 "src": [
1549 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001550 ],
1551 "deps": [
1552 "grpc_test_util",
1553 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001554 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001555 "gpr"
1556 ]
1557 },
1558 {
ctiller8919f602014-12-10 10:19:42 -08001559 "name": "time_test",
1560 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001561 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001562 "src": [
1563 "test/core/support/time_test.c"
1564 ],
1565 "deps": [
1566 "grpc_test_util",
1567 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001568 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001569 "gpr"
1570 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001571 },
1572 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001573 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001574 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001575 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001576 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001577 "test/core/transport/chttp2/timeout_encoding_test.c"
1578 ],
1579 "deps": [
1580 "grpc_test_util",
1581 "grpc",
1582 "gpr_test_util",
1583 "gpr"
1584 ]
1585 },
1586 {
1587 "name": "transport_metadata_test",
1588 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001589 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001590 "src": [
1591 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001592 ],
1593 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001594 "grpc_test_util",
1595 "grpc",
1596 "gpr_test_util",
1597 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001598 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001599 },
1600 {
Julien Boeuf9fff77e2015-02-24 16:50:35 -08001601 "name": "transport_security_test",
1602 "build": "test",
1603 "language": "c",
1604 "src": [
1605 "test/core/tsi/transport_security_test.c"
1606 ],
1607 "deps": [
1608 "grpc_test_util",
1609 "grpc",
1610 "gpr_test_util",
1611 "gpr"
1612 ]
1613 },
1614 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001615 "name": "async_end2end_test",
1616 "build": "test",
1617 "language": "c++",
1618 "src": [
1619 "test/cpp/end2end/async_end2end_test.cc"
1620 ],
1621 "deps": [
1622 "grpc++_test_util",
1623 "grpc_test_util",
1624 "grpc++",
1625 "grpc",
1626 "gpr_test_util",
1627 "gpr"
1628 ]
1629 },
1630 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001631 "name": "channel_arguments_test",
1632 "build": "test",
1633 "language": "c++",
1634 "src": [
1635 "test/cpp/client/channel_arguments_test.cc"
1636 ],
1637 "deps": [
1638 "grpc++",
1639 "grpc",
1640 "gpr"
1641 ]
1642 },
1643 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001644 "name": "credentials_test",
1645 "build": "test",
1646 "language": "c++",
1647 "src": [
1648 "test/cpp/client/credentials_test.cc"
1649 ],
1650 "deps": [
1651 "grpc++",
1652 "grpc",
1653 "gpr"
1654 ]
1655 },
1656 {
1657 "name": "end2end_test",
1658 "build": "test",
1659 "language": "c++",
1660 "src": [
1661 "test/cpp/end2end/end2end_test.cc"
1662 ],
1663 "deps": [
1664 "grpc++_test_util",
1665 "grpc_test_util",
1666 "grpc++",
1667 "grpc",
1668 "gpr_test_util",
1669 "gpr"
1670 ]
1671 },
1672 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001673 "name": "grpc_cpp_plugin",
1674 "build": "protoc",
1675 "language": "c++",
1676 "headers": [
1677 "src/compiler/cpp_generator.h",
1678 "src/compiler/cpp_generator_helpers.h"
1679 ],
1680 "src": [
1681 "src/compiler/cpp_generator.cc",
1682 "src/compiler/cpp_plugin.cc"
1683 ],
1684 "deps": [],
1685 "secure": false
1686 },
1687 {
1688 "name": "grpc_python_plugin",
1689 "build": "protoc",
1690 "language": "c++",
1691 "headers": [
1692 "src/compiler/python_generator.h"
1693 ],
1694 "src": [
1695 "src/compiler/python_generator.cc",
1696 "src/compiler/python_plugin.cc"
1697 ],
1698 "deps": [],
1699 "secure": false
1700 },
1701 {
1702 "name": "grpc_ruby_plugin",
1703 "build": "protoc",
1704 "language": "c++",
1705 "src": [
1706 "src/compiler/ruby_generator.cc",
1707 "src/compiler/ruby_plugin.cc"
1708 ],
1709 "deps": [],
1710 "secure": false
1711 },
1712 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001713 "name": "interop_client",
1714 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001715 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001716 "language": "c++",
1717 "src": [
1718 "test/cpp/interop/empty.proto",
1719 "test/cpp/interop/messages.proto",
1720 "test/cpp/interop/test.proto",
1721 "test/cpp/interop/client.cc"
1722 ],
1723 "deps": [
1724 "grpc++_test_util",
1725 "grpc_test_util",
1726 "grpc++",
1727 "grpc",
1728 "gpr_test_util",
1729 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001730 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001731 },
1732 {
1733 "name": "interop_server",
1734 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001735 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001736 "language": "c++",
1737 "src": [
1738 "test/cpp/interop/empty.proto",
1739 "test/cpp/interop/messages.proto",
1740 "test/cpp/interop/test.proto",
1741 "test/cpp/interop/server.cc"
1742 ],
1743 "deps": [
1744 "grpc++_test_util",
1745 "grpc_test_util",
1746 "grpc++",
1747 "grpc",
1748 "gpr_test_util",
1749 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001750 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001751 },
1752 {
Craig Tillerfe8af4e2015-02-21 07:04:49 -08001753 "name": "interop_test",
1754 "build": "test",
1755 "language": "c++",
1756 "src": [
1757 "test/cpp/interop/interop_test.cc"
1758 ],
1759 "deps": [
1760 "grpc_test_util",
1761 "grpc",
1762 "gpr_test_util",
1763 "gpr"
1764 ]
1765 },
1766 {
Craig Tiller73b70182015-02-17 07:36:09 -08001767 "name": "pubsub_client",
1768 "build": "test",
1769 "run": false,
1770 "language": "c++",
1771 "src": [
1772 "examples/pubsub/main.cc"
1773 ],
1774 "deps": [
1775 "pubsub_client_lib",
1776 "grpc++_test_util",
1777 "grpc_test_util",
1778 "grpc++",
1779 "grpc",
1780 "gpr_test_util",
1781 "gpr"
1782 ]
1783 },
1784 {
1785 "name": "pubsub_publisher_test",
1786 "build": "test",
1787 "language": "c++",
1788 "src": [
1789 "examples/pubsub/publisher_test.cc"
1790 ],
1791 "deps": [
1792 "pubsub_client_lib",
1793 "grpc++_test_util",
1794 "grpc_test_util",
1795 "grpc++",
1796 "grpc",
1797 "gpr_test_util",
1798 "gpr"
1799 ]
1800 },
1801 {
1802 "name": "pubsub_subscriber_test",
1803 "build": "test",
1804 "language": "c++",
1805 "src": [
1806 "examples/pubsub/subscriber_test.cc"
1807 ],
1808 "deps": [
1809 "pubsub_client_lib",
1810 "grpc++_test_util",
1811 "grpc_test_util",
1812 "grpc++",
1813 "grpc",
1814 "gpr_test_util",
1815 "gpr"
1816 ]
1817 },
1818 {
Craig Tillerb449de02015-03-02 09:18:05 -08001819 "name": "qps_driver",
1820 "build": "test",
1821 "run": false,
1822 "language": "c++",
1823 "src": [
1824 "test/cpp/qps/qps_driver.cc"
1825 ],
1826 "deps": [
1827 "qps",
1828 "grpc++_test_util",
1829 "grpc_test_util",
1830 "grpc++",
1831 "grpc",
1832 "gpr_test_util",
1833 "gpr"
1834 ]
1835 },
1836 {
Craig Tiller26598a32015-03-02 16:16:00 -08001837 "name": "qps_worker",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001838 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001839 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001840 "language": "c++",
Craig Tiller26598a32015-03-02 16:16:00 -08001841 "headers": [
1842 "test/cpp/qps/client.h",
1843 "test/cpp/qps/server.h"
1844 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001845 "src": [
Craig Tiller26598a32015-03-02 16:16:00 -08001846 "test/cpp/qps/client.cc",
1847 "test/cpp/qps/server.cc",
1848 "test/cpp/qps/worker.cc"
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001849 ],
1850 "deps": [
Craig Tillere4860192015-02-23 17:10:41 -08001851 "qps",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001852 "grpc++_test_util",
1853 "grpc_test_util",
1854 "grpc++",
1855 "grpc",
1856 "gpr_test_util",
1857 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001858 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001859 },
1860 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001861 "name": "status_test",
1862 "build": "test",
1863 "language": "c++",
1864 "src": [
1865 "test/cpp/util/status_test.cc"
1866 ],
1867 "deps": [
1868 "grpc_test_util",
1869 "grpc++",
1870 "grpc",
1871 "gpr_test_util",
1872 "gpr"
1873 ]
1874 },
1875 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001876 "name": "thread_pool_test",
1877 "build": "test",
1878 "language": "c++",
1879 "src": [
1880 "test/cpp/server/thread_pool_test.cc"
1881 ],
1882 "deps": [
1883 "grpc_test_util",
1884 "grpc++",
1885 "grpc",
1886 "gpr_test_util",
1887 "gpr"
1888 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001889 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001890 ]
1891}