blob: ff4c7fac06ce62d8d1752d3cdfa897c770ccdb59 [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 {
475 "name": "grpc_csharp_ext",
476 "build": "all",
477 "language": "csharp",
478 "src": [
479 "src/csharp/ext/grpc_csharp_ext.c"
480 ],
481 "deps": [
482 "gpr",
483 "grpc"
484 ],
485 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800486 }
487 ],
488 "targets": [
489 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800490 "name": "alarm_heap_test",
491 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800492 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800493 "src": [
494 "test/core/iomgr/alarm_heap_test.c"
495 ],
496 "deps": [
497 "grpc_test_util",
498 "grpc",
499 "gpr_test_util",
500 "gpr"
501 ]
502 },
503 {
504 "name": "alarm_list_test",
505 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800506 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800507 "src": [
508 "test/core/iomgr/alarm_list_test.c"
509 ],
510 "deps": [
511 "grpc_test_util",
512 "grpc",
513 "gpr_test_util",
514 "gpr"
515 ]
516 },
517 {
518 "name": "alarm_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_test.c"
523 ],
524 "deps": [
525 "grpc_test_util",
526 "grpc",
527 "gpr_test_util",
528 "gpr"
529 ]
530 },
531 {
532 "name": "alpn_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/transport/chttp2/alpn_test.c"
537 ],
538 "deps": [
539 "grpc_test_util",
540 "grpc",
541 "gpr_test_util",
542 "gpr"
543 ]
544 },
545 {
546 "name": "bin_encoder_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/bin_encoder_test.c"
551 ],
552 "deps": [
553 "grpc_test_util",
554 "grpc",
555 "gpr_test_util",
556 "gpr"
557 ]
558 },
559 {
560 "name": "census_hash_table_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/statistics/hash_table_test.c"
565 ],
566 "deps": [
567 "grpc_test_util",
568 "grpc",
569 "gpr_test_util",
570 "gpr"
571 ]
572 },
573 {
574 "name": "census_statistics_multiple_writers_circular_buffer_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/multiple_writers_circular_buffer_test.c"
579 ],
580 "deps": [
581 "grpc_test_util",
582 "grpc",
583 "gpr_test_util",
584 "gpr"
Craig Tillerf5065c52015-02-27 16:17:39 -0800585 ],
586 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800587 },
588 {
589 "name": "census_statistics_multiple_writers_test",
590 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800591 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800592 "src": [
593 "test/core/statistics/multiple_writers_test.c"
594 ],
595 "deps": [
596 "grpc_test_util",
597 "grpc",
598 "gpr_test_util",
599 "gpr"
600 ]
601 },
602 {
603 "name": "census_statistics_performance_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/performance_test.c"
608 ],
609 "deps": [
610 "grpc_test_util",
611 "grpc",
612 "gpr_test_util",
613 "gpr"
614 ]
615 },
616 {
617 "name": "census_statistics_quick_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/quick_test.c"
622 ],
623 "deps": [
624 "grpc_test_util",
625 "grpc",
626 "gpr_test_util",
627 "gpr"
628 ]
629 },
630 {
631 "name": "census_statistics_small_log_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/small_log_test.c"
636 ],
637 "deps": [
638 "grpc_test_util",
639 "grpc",
640 "gpr_test_util",
641 "gpr"
Craig Tillerf5065c52015-02-27 16:17:39 -0800642 ],
643 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800644 },
645 {
646 "name": "census_stats_store_test",
647 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800648 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800649 "src": [
650 "test/core/statistics/rpc_stats_test.c"
651 ],
652 "deps": [
653 "grpc_test_util",
654 "grpc",
655 "gpr_test_util",
656 "gpr"
657 ]
658 },
659 {
660 "name": "census_stub_test",
661 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800662 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800663 "src": [
664 "test/core/statistics/census_stub_test.c"
665 ],
666 "deps": [
667 "grpc_test_util",
668 "grpc",
669 "gpr_test_util",
670 "gpr"
671 ]
672 },
673 {
674 "name": "census_trace_store_test",
675 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800676 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800677 "src": [
678 "test/core/statistics/trace_test.c"
679 ],
680 "deps": [
681 "grpc_test_util",
682 "grpc",
683 "gpr_test_util",
684 "gpr"
685 ]
686 },
687 {
688 "name": "census_window_stats_test",
689 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800690 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800691 "src": [
692 "test/core/statistics/window_stats_test.c"
693 ],
694 "deps": [
695 "grpc_test_util",
696 "grpc",
697 "gpr_test_util",
698 "gpr"
699 ]
700 },
701 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800702 "name": "chttp2_status_conversion_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/transport/chttp2/status_conversion_test.c"
707 ],
708 "deps": [
709 "grpc_test_util",
710 "grpc",
711 "gpr_test_util",
712 "gpr"
713 ]
714 },
715 {
716 "name": "chttp2_stream_encoder_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/stream_encoder_test.c"
721 ],
722 "deps": [
723 "grpc_test_util",
724 "grpc",
725 "gpr_test_util",
726 "gpr"
727 ]
728 },
729 {
730 "name": "chttp2_stream_map_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_map_test.c"
735 ],
736 "deps": [
737 "grpc_test_util",
738 "grpc",
739 "gpr_test_util",
740 "gpr"
741 ]
742 },
743 {
744 "name": "chttp2_transport_end2end_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_transport_end2end_test.c"
749 ],
750 "deps": [
751 "grpc_test_util",
752 "grpc",
753 "gpr_test_util",
754 "gpr"
755 ]
756 },
757 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800758 "name": "dualstack_socket_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/end2end/dualstack_socket_test.c"
763 ],
764 "deps": [
765 "grpc_test_util",
766 "grpc",
767 "gpr_test_util",
768 "gpr"
769 ]
770 },
771 {
772 "name": "echo_client",
773 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800774 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800775 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800776 "src": [
777 "test/core/echo/client.c"
778 ],
779 "deps": [
780 "grpc_test_util",
781 "grpc",
782 "gpr_test_util",
783 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800784 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800785 },
786 {
787 "name": "echo_server",
788 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800789 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800790 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800791 "src": [
792 "test/core/echo/server.c"
793 ],
794 "deps": [
795 "grpc_test_util",
796 "grpc",
797 "gpr_test_util",
798 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800799 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800800 },
801 {
802 "name": "echo_test",
803 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800804 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800805 "src": [
806 "test/core/echo/echo_test.c"
807 ],
808 "deps": [
809 "grpc_test_util",
810 "grpc",
811 "gpr_test_util",
812 "gpr"
813 ]
814 },
815 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800816 "name": "fd_posix_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/iomgr/fd_posix_test.c"
821 ],
822 "deps": [
823 "grpc_test_util",
824 "grpc",
825 "gpr_test_util",
826 "gpr"
827 ]
828 },
829 {
830 "name": "fling_client",
831 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800832 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800833 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800834 "src": [
835 "test/core/fling/client.c"
836 ],
837 "deps": [
838 "grpc_test_util",
839 "grpc",
840 "gpr_test_util",
841 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800842 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800843 },
844 {
845 "name": "fling_server",
846 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800847 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800848 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800849 "src": [
850 "test/core/fling/server.c"
851 ],
852 "deps": [
853 "grpc_test_util",
854 "grpc",
855 "gpr_test_util",
856 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800857 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800858 },
859 {
860 "name": "fling_stream_test",
861 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800862 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800863 "src": [
864 "test/core/fling/fling_stream_test.c"
865 ],
866 "deps": [
867 "grpc_test_util",
868 "grpc",
869 "gpr_test_util",
870 "gpr"
Nicolas "Pixel" Noble9db7c3b2015-02-27 06:03:00 +0100871 ],
872 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800873 },
874 {
875 "name": "fling_test",
876 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800877 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800878 "src": [
879 "test/core/fling/fling_test.c"
880 ],
881 "deps": [
882 "grpc_test_util",
883 "grpc",
884 "gpr_test_util",
885 "gpr"
Nicolas "Pixel" Noble9db7c3b2015-02-27 06:03:00 +0100886 ],
887 "flaky": true
Craig Tiller0b2a3722015-01-18 11:30:07 -0800888 },
889 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800890 "name": "gen_hpack_tables",
891 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800892 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800893 "src": [
894 "src/core/transport/chttp2/gen_hpack_tables.c"
895 ],
896 "deps": [
897 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800898 "gpr",
899 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800900 ]
901 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800902 {
903 "name": "gpr_cancellable_test",
904 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800905 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800906 "src": [
907 "test/core/support/cancellable_test.c"
908 ],
909 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800910 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800911 "gpr"
912 ]
913 },
914 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800915 "name": "gpr_cmdline_test",
916 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800917 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800918 "src": [
919 "test/core/support/cmdline_test.c"
920 ],
921 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800922 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800923 "gpr"
924 ]
925 },
926 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800927 "name": "gpr_env_test",
928 "build": "test",
929 "language": "c",
930 "src": [
931 "test/core/support/env_test.c"
932 ],
933 "deps": [
934 "gpr_test_util",
935 "gpr"
936 ]
937 },
938 {
939 "name": "gpr_file_test",
940 "build": "test",
941 "language": "c",
942 "src": [
943 "test/core/support/file_test.c"
944 ],
945 "deps": [
946 "gpr_test_util",
947 "gpr"
948 ]
949 },
950 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800951 "name": "gpr_histogram_test",
952 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800953 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800954 "src": [
955 "test/core/support/histogram_test.c"
956 ],
957 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800958 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800959 "gpr"
960 ]
961 },
962 {
963 "name": "gpr_host_port_test",
964 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800965 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800966 "src": [
967 "test/core/support/host_port_test.c"
968 ],
969 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800970 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800971 "gpr"
972 ]
973 },
974 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800975 "name": "gpr_log_test",
976 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800977 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800978 "src": [
979 "test/core/support/log_test.c"
980 ],
981 "deps": [
982 "gpr_test_util",
983 "gpr"
984 ]
985 },
986 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800987 "name": "gpr_slice_buffer_test",
988 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800989 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800990 "src": [
991 "test/core/support/slice_buffer_test.c"
992 ],
993 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800994 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800995 "gpr"
996 ]
997 },
998 {
999 "name": "gpr_slice_test",
1000 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001001 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001002 "src": [
1003 "test/core/support/slice_test.c"
1004 ],
1005 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001006 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "gpr"
1008 ]
1009 },
1010 {
1011 "name": "gpr_string_test",
1012 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001013 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001014 "src": [
1015 "test/core/support/string_test.c"
1016 ],
1017 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001018 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001019 "gpr"
1020 ]
1021 },
1022 {
1023 "name": "gpr_sync_test",
1024 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001025 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001026 "src": [
1027 "test/core/support/sync_test.c"
1028 ],
1029 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001030 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "gpr"
1032 ]
1033 },
1034 {
1035 "name": "gpr_thd_test",
1036 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001037 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001038 "src": [
1039 "test/core/support/thd_test.c"
1040 ],
1041 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001042 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 "gpr"
1044 ]
1045 },
1046 {
1047 "name": "gpr_time_test",
1048 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001049 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001050 "src": [
1051 "test/core/support/time_test.c"
1052 ],
1053 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001054 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 "gpr"
1056 ]
1057 },
1058 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001059 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001060 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001061 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001063 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 ],
1065 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001066 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 "gpr"
1068 ]
1069 },
1070 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001071 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001072 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001073 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001074 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001075 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001076 ],
1077 "deps": [
1078 "grpc_test_util",
1079 "grpc",
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_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001086 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001087 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001088 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001089 "test/core/surface/byte_buffer_reader_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 {
1099 "name": "grpc_channel_stack_test",
1100 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001101 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001102 "src": [
1103 "test/core/channel/channel_stack_test.c"
1104 ],
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 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001113 "name": "grpc_completion_queue_benchmark",
1114 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001115 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001116 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001117 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001118 ],
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 {
1127 "name": "grpc_completion_queue_test",
1128 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001129 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001130 "src": [
1131 "test/core/surface/completion_queue_test.c"
1132 ],
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 {
Nicolas "Pixel" Nobleb8f5f1b2015-02-21 19:03:00 +01001141 "name": "grpc_create_jwt",
1142 "build": "tool",
1143 "language": "c",
1144 "src": [
1145 "test/core/security/create_jwt.c"
1146 ],
1147 "deps": [
1148 "grpc_test_util",
1149 "grpc",
1150 "gpr_test_util",
1151 "gpr"
1152 ]
1153 },
1154 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001155 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001156 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001157 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001158 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001159 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001160 ],
1161 "deps": [
1162 "grpc_test_util",
1163 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001164 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 "gpr"
1166 ]
1167 },
1168 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001169 "name": "grpc_fetch_oauth2",
1170 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001171 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001172 "src": [
1173 "test/core/security/fetch_oauth2.c"
1174 ],
1175 "deps": [
1176 "grpc_test_util",
1177 "grpc",
1178 "gpr_test_util",
1179 "gpr"
1180 ]
1181 },
1182 {
1183 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001184 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001185 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001187 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 ],
1189 "deps": [
1190 "grpc_test_util",
1191 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001192 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 "gpr"
1194 ]
1195 },
1196 {
Julien Boeufc66f2a82015-02-23 13:00:36 -08001197 "name": "grpc_print_google_default_creds_token",
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001198 "build": "tool",
1199 "language": "c",
1200 "src": [
Julien Boeufc66f2a82015-02-23 13:00:36 -08001201 "test/core/security/print_google_default_creds_token.c"
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001202 ],
1203 "deps": [
1204 "grpc_test_util",
1205 "grpc",
1206 "gpr_test_util",
1207 "gpr"
1208 ]
1209 },
1210 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001211 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001212 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001213 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001214 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001215 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001216 ],
1217 "deps": [
1218 "grpc_test_util",
1219 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001220 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001221 "gpr"
1222 ]
1223 },
1224 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001225 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001226 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001227 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001228 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001229 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001230 ],
1231 "deps": [
1232 "grpc_test_util",
1233 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001234 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001235 "gpr"
1236 ]
1237 },
1238 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001239 "name": "hpack_table_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_table_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 {
1253 "name": "httpcli_format_request_test",
1254 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001255 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001256 "src": [
1257 "test/core/httpcli/format_request_test.c"
1258 ],
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_parser_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/parser_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_test",
1282 "build": "test",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001283 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001284 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001285 "src": [
1286 "test/core/httpcli/httpcli_test.c"
1287 ],
1288 "deps": [
1289 "grpc_test_util",
1290 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001291 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001292 "gpr"
1293 ]
1294 },
1295 {
Craig Tiller4450db22015-01-30 16:49:22 -08001296 "name": "json_rewrite",
1297 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001298 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001299 "language": "c",
1300 "src": [
1301 "test/core/json/json_rewrite.c"
1302 ],
1303 "deps": [
1304 "grpc",
1305 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001306 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001307 },
1308 {
1309 "name": "json_rewrite_test",
1310 "build": "test",
1311 "language": "c",
1312 "src": [
1313 "test/core/json/json_rewrite_test.c"
1314 ],
1315 "deps": [
1316 "grpc_test_util",
1317 "grpc",
1318 "gpr_test_util",
1319 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001320 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001321 },
1322 {
1323 "name": "json_test",
1324 "build": "test",
1325 "language": "c",
1326 "src": [
1327 "test/core/json/json_test.c"
1328 ],
1329 "deps": [
1330 "grpc_test_util",
1331 "grpc",
1332 "gpr_test_util",
1333 "gpr"
1334 ]
1335 },
1336 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001337 "name": "lame_client_test",
1338 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001339 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001340 "src": [
1341 "test/core/surface/lame_client_test.c"
1342 ],
1343 "deps": [
1344 "grpc_test_util",
1345 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001346 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001347 "gpr"
1348 ]
1349 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001350 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001351 "name": "low_level_ping_pong_benchmark",
1352 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001353 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001354 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001355 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001356 ],
1357 "deps": [
1358 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001359 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001360 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001361 "gpr"
1362 ]
1363 },
1364 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001365 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001366 "build": "test",
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/compression/message_compress_test.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 ]
ctiller8919f602014-12-10 10:19:42 -08001377 },
1378 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001379 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001380 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001381 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001382 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001383 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001384 ],
1385 "deps": [
1386 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001387 "grpc",
1388 "gpr_test_util",
1389 "gpr"
1390 ]
1391 },
1392 {
Craig Tiller35108f62015-02-17 11:24:15 -08001393 "name": "multi_init_test",
1394 "build": "test",
1395 "language": "c",
1396 "src": [
1397 "test/core/surface/multi_init_test.c"
1398 ],
1399 "deps": [
1400 "grpc_test_util",
1401 "grpc",
1402 "gpr_test_util",
1403 "gpr"
1404 ]
1405 },
1406 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001407 "name": "murmur_hash_test",
1408 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001409 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001410 "src": [
1411 "test/core/support/murmur_hash_test.c"
1412 ],
1413 "deps": [
1414 "gpr_test_util",
1415 "gpr"
1416 ]
1417 },
1418 {
1419 "name": "no_server_test",
1420 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001421 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001422 "src": [
1423 "test/core/end2end/no_server_test.c"
1424 ],
1425 "deps": [
1426 "grpc_test_util",
1427 "grpc",
1428 "gpr_test_util",
1429 "gpr"
1430 ]
1431 },
1432 {
David Klempnere3605682015-01-26 17:27:21 -08001433 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001434 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001435 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001436 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001437 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001438 ],
1439 "deps": [
1440 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001441 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001442 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001443 "gpr"
1444 ]
1445 },
1446 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001447 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001448 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001449 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001450 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001451 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001452 ],
1453 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001454 "grpc_test_util",
1455 "grpc",
1456 "gpr_test_util",
1457 "gpr"
1458 ]
1459 },
1460 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001461 "name": "secure_endpoint_test",
1462 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001463 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001464 "src": [
1465 "test/core/security/secure_endpoint_test.c"
1466 ],
1467 "deps": [
1468 "grpc_test_util",
1469 "grpc",
1470 "gpr_test_util",
1471 "gpr"
1472 ]
1473 },
1474 {
1475 "name": "sockaddr_utils_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/iomgr/sockaddr_utils_test.c"
1480 ],
1481 "deps": [
1482 "grpc_test_util",
1483 "grpc",
1484 "gpr_test_util",
1485 "gpr"
1486 ]
1487 },
1488 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001489 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001490 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001491 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001492 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001493 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001494 ],
1495 "deps": [
1496 "grpc_test_util",
1497 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001498 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001499 "gpr"
1500 ]
1501 },
1502 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001503 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001504 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001505 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001506 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001507 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001508 ],
1509 "deps": [
1510 "grpc_test_util",
1511 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001512 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001513 "gpr"
1514 ]
1515 },
1516 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001517 "name": "tcp_server_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_server_posix_test.c"
1522 ],
1523 "deps": [
1524 "grpc_test_util",
1525 "grpc",
1526 "gpr_test_util",
1527 "gpr"
1528 ]
1529 },
1530 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001531 "name": "time_averaged_stats_test",
1532 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001533 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001534 "src": [
1535 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001536 ],
1537 "deps": [
1538 "grpc_test_util",
1539 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001540 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001541 "gpr"
1542 ]
1543 },
1544 {
ctiller8919f602014-12-10 10:19:42 -08001545 "name": "time_test",
1546 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001547 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001548 "src": [
1549 "test/core/support/time_test.c"
1550 ],
1551 "deps": [
1552 "grpc_test_util",
1553 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001554 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001555 "gpr"
1556 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001557 },
1558 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001559 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001560 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001561 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001562 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001563 "test/core/transport/chttp2/timeout_encoding_test.c"
1564 ],
1565 "deps": [
1566 "grpc_test_util",
1567 "grpc",
1568 "gpr_test_util",
1569 "gpr"
1570 ]
1571 },
1572 {
1573 "name": "transport_metadata_test",
1574 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001575 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001576 "src": [
1577 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001578 ],
1579 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001580 "grpc_test_util",
1581 "grpc",
1582 "gpr_test_util",
1583 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001584 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001585 },
1586 {
Julien Boeuf9fff77e2015-02-24 16:50:35 -08001587 "name": "transport_security_test",
1588 "build": "test",
1589 "language": "c",
1590 "src": [
1591 "test/core/tsi/transport_security_test.c"
1592 ],
1593 "deps": [
1594 "grpc_test_util",
1595 "grpc",
1596 "gpr_test_util",
1597 "gpr"
1598 ]
1599 },
1600 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001601 "name": "async_end2end_test",
1602 "build": "test",
1603 "language": "c++",
1604 "src": [
1605 "test/cpp/end2end/async_end2end_test.cc"
1606 ],
1607 "deps": [
1608 "grpc++_test_util",
1609 "grpc_test_util",
1610 "grpc++",
1611 "grpc",
1612 "gpr_test_util",
1613 "gpr"
1614 ]
1615 },
1616 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001617 "name": "channel_arguments_test",
1618 "build": "test",
1619 "language": "c++",
1620 "src": [
1621 "test/cpp/client/channel_arguments_test.cc"
1622 ],
1623 "deps": [
1624 "grpc++",
1625 "grpc",
1626 "gpr"
1627 ]
1628 },
1629 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001630 "name": "credentials_test",
1631 "build": "test",
1632 "language": "c++",
1633 "src": [
1634 "test/cpp/client/credentials_test.cc"
1635 ],
1636 "deps": [
1637 "grpc++",
1638 "grpc",
1639 "gpr"
1640 ]
1641 },
1642 {
1643 "name": "end2end_test",
1644 "build": "test",
1645 "language": "c++",
1646 "src": [
1647 "test/cpp/end2end/end2end_test.cc"
1648 ],
1649 "deps": [
1650 "grpc++_test_util",
1651 "grpc_test_util",
1652 "grpc++",
1653 "grpc",
1654 "gpr_test_util",
1655 "gpr"
1656 ]
1657 },
1658 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001659 "name": "grpc_cpp_plugin",
1660 "build": "protoc",
1661 "language": "c++",
1662 "headers": [
1663 "src/compiler/cpp_generator.h",
1664 "src/compiler/cpp_generator_helpers.h"
1665 ],
1666 "src": [
1667 "src/compiler/cpp_generator.cc",
1668 "src/compiler/cpp_plugin.cc"
1669 ],
1670 "deps": [],
1671 "secure": false
1672 },
1673 {
1674 "name": "grpc_python_plugin",
1675 "build": "protoc",
1676 "language": "c++",
1677 "headers": [
1678 "src/compiler/python_generator.h"
1679 ],
1680 "src": [
1681 "src/compiler/python_generator.cc",
1682 "src/compiler/python_plugin.cc"
1683 ],
1684 "deps": [],
1685 "secure": false
1686 },
1687 {
1688 "name": "grpc_ruby_plugin",
1689 "build": "protoc",
1690 "language": "c++",
1691 "src": [
1692 "src/compiler/ruby_generator.cc",
1693 "src/compiler/ruby_plugin.cc"
1694 ],
1695 "deps": [],
1696 "secure": false
1697 },
1698 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001699 "name": "interop_client",
1700 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001701 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001702 "language": "c++",
1703 "src": [
1704 "test/cpp/interop/empty.proto",
1705 "test/cpp/interop/messages.proto",
1706 "test/cpp/interop/test.proto",
1707 "test/cpp/interop/client.cc"
1708 ],
1709 "deps": [
1710 "grpc++_test_util",
1711 "grpc_test_util",
1712 "grpc++",
1713 "grpc",
1714 "gpr_test_util",
1715 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001716 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001717 },
1718 {
1719 "name": "interop_server",
1720 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001721 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001722 "language": "c++",
1723 "src": [
1724 "test/cpp/interop/empty.proto",
1725 "test/cpp/interop/messages.proto",
1726 "test/cpp/interop/test.proto",
1727 "test/cpp/interop/server.cc"
1728 ],
1729 "deps": [
1730 "grpc++_test_util",
1731 "grpc_test_util",
1732 "grpc++",
1733 "grpc",
1734 "gpr_test_util",
1735 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001736 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001737 },
1738 {
Craig Tillerfe8af4e2015-02-21 07:04:49 -08001739 "name": "interop_test",
1740 "build": "test",
1741 "language": "c++",
1742 "src": [
1743 "test/cpp/interop/interop_test.cc"
1744 ],
1745 "deps": [
1746 "grpc_test_util",
1747 "grpc",
1748 "gpr_test_util",
1749 "gpr"
1750 ]
1751 },
1752 {
Craig Tiller73b70182015-02-17 07:36:09 -08001753 "name": "pubsub_client",
1754 "build": "test",
1755 "run": false,
1756 "language": "c++",
1757 "src": [
1758 "examples/pubsub/main.cc"
1759 ],
1760 "deps": [
1761 "pubsub_client_lib",
1762 "grpc++_test_util",
1763 "grpc_test_util",
1764 "grpc++",
1765 "grpc",
1766 "gpr_test_util",
1767 "gpr"
1768 ]
1769 },
1770 {
1771 "name": "pubsub_publisher_test",
1772 "build": "test",
1773 "language": "c++",
1774 "src": [
1775 "examples/pubsub/publisher_test.cc"
1776 ],
1777 "deps": [
1778 "pubsub_client_lib",
1779 "grpc++_test_util",
1780 "grpc_test_util",
1781 "grpc++",
1782 "grpc",
1783 "gpr_test_util",
1784 "gpr"
1785 ]
1786 },
1787 {
1788 "name": "pubsub_subscriber_test",
1789 "build": "test",
1790 "language": "c++",
1791 "src": [
1792 "examples/pubsub/subscriber_test.cc"
1793 ],
1794 "deps": [
1795 "pubsub_client_lib",
1796 "grpc++_test_util",
1797 "grpc_test_util",
1798 "grpc++",
1799 "grpc",
1800 "gpr_test_util",
1801 "gpr"
1802 ]
1803 },
1804 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001805 "name": "qps_client",
1806 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001807 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001808 "language": "c++",
1809 "src": [
1810 "test/cpp/qps/qpstest.proto",
1811 "test/cpp/qps/client.cc"
1812 ],
1813 "deps": [
1814 "grpc++_test_util",
1815 "grpc_test_util",
1816 "grpc++",
1817 "grpc",
1818 "gpr_test_util",
1819 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001820 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001821 },
1822 {
1823 "name": "qps_server",
1824 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001825 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001826 "language": "c++",
1827 "src": [
1828 "test/cpp/qps/qpstest.proto",
1829 "test/cpp/qps/server.cc"
1830 ],
1831 "deps": [
1832 "grpc++_test_util",
1833 "grpc_test_util",
1834 "grpc++",
1835 "grpc",
1836 "gpr_test_util",
1837 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001838 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001839 },
1840 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001841 "name": "status_test",
1842 "build": "test",
1843 "language": "c++",
1844 "src": [
1845 "test/cpp/util/status_test.cc"
1846 ],
1847 "deps": [
1848 "grpc_test_util",
1849 "grpc++",
1850 "grpc",
1851 "gpr_test_util",
1852 "gpr"
1853 ]
1854 },
1855 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001856 "name": "thread_pool_test",
1857 "build": "test",
1858 "language": "c++",
1859 "src": [
1860 "test/cpp/server/thread_pool_test.cc"
1861 ],
1862 "deps": [
1863 "grpc_test_util",
1864 "grpc++",
1865 "grpc",
1866 "gpr_test_util",
1867 "gpr"
1868 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001869 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001870 ]
1871}