blob: f6ef33b25fc365c5fb794b24702eeb3663f6cb56 [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
2 "settings": {
3 "#": "The public version number of the library.",
4 "version": {
5 "major": 0,
6 "minor": 8,
7 "micro": 0,
8 "build": 0
9 }
10 },
nnoblec87b1c52015-01-05 17:15:18 -080011 "filegroups": [
12 {
13 "name": "grpc_base",
Craig Tiller0b2a3722015-01-18 11:30:07 -080014 "public_headers": [
15 "include/grpc/byte_buffer.h",
16 "include/grpc/byte_buffer_reader.h",
17 "include/grpc/grpc.h",
18 "include/grpc/status.h"
19 ],
20 "headers": [
21 "src/core/channel/census_filter.h",
22 "src/core/channel/channel_args.h",
23 "src/core/channel/channel_stack.h",
24 "src/core/channel/child_channel.h",
25 "src/core/channel/client_channel.h",
26 "src/core/channel/client_setup.h",
27 "src/core/channel/connected_channel.h",
28 "src/core/channel/http_client_filter.h",
29 "src/core/channel/http_filter.h",
30 "src/core/channel/http_server_filter.h",
31 "src/core/channel/metadata_buffer.h",
32 "src/core/channel/noop_filter.h",
33 "src/core/compression/algorithm.h",
34 "src/core/compression/message_compress.h",
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",
323 "src/core/security/factories.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800324 "src/core/security/json_token.c",
325 "src/core/security/secure_endpoint.c",
326 "src/core/security/secure_transport_setup.c",
327 "src/core/security/security_context.c",
328 "src/core/security/server_secure_chttp2.c",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100329 "src/core/surface/secure_channel_create.c",
330 "src/core/surface/secure_server_create.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800331 "src/core/tsi/fake_transport_security.c",
332 "src/core/tsi/ssl_transport_security.c",
333 "src/core/tsi/transport_security.c"
334 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800335 "deps": [
336 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800337 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800338 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800339 "filegroups": [
340 "grpc_base"
341 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800342 "secure": true,
343 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800344 },
345 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800346 "name": "grpc_test_util",
347 "build": "private",
348 "language": "c",
349 "src": [
350 "test/core/end2end/cq_verifier.c",
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800351 "test/core/end2end/data/server1_cert.c",
352 "test/core/end2end/data/server1_key.c",
353 "test/core/end2end/data/test_root_cert.c",
354 "test/core/iomgr/endpoint_tests.c",
355 "test/core/statistics/census_log_tests.c",
356 "test/core/transport/transport_end2end_tests.c",
357 "test/core/util/grpc_profiler.c",
358 "test/core/util/parse_hexstring.c",
359 "test/core/util/port_posix.c",
360 "test/core/util/slice_splitter.c"
361 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800362 "deps": [
363 "gpr",
364 "grpc"
365 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800366 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
367 },
368 {
369 "name": "grpc_unsecure",
370 "build": "all",
371 "language": "c",
372 "deps": [
373 "gpr"
374 ],
375 "baselib": true,
376 "filegroups": [
377 "grpc_base"
378 ],
379 "secure": false,
380 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
381 },
382 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800383 "name": "grpc++",
384 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800385 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800386 "public_headers": [
Yang Gao3a5e5492015-02-18 14:32:38 -0800387 "include/grpc++/async_unary_call.h",
yangg59dfc902014-12-19 14:00:14 -0800388 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800389 "include/grpc++/channel_interface.h",
390 "include/grpc++/client_context.h",
391 "include/grpc++/completion_queue.h",
392 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800393 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800394 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800395 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800396 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800397 "include/grpc++/impl/internal_stub.h",
398 "include/grpc++/impl/rpc_method.h",
399 "include/grpc++/impl/rpc_service_method.h",
Yang Gao1a986962015-02-19 12:40:46 -0800400 "include/grpc++/impl/service_type.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800401 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800402 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800403 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800404 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800405 "include/grpc++/status.h",
Yang Gao50556472015-02-19 12:37:35 -0800406 "include/grpc++/status_code_enum.h",
Yang Gao1a986962015-02-19 12:40:46 -0800407 "include/grpc++/stream.h",
408 "include/grpc++/thread_pool_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800409 ],
410 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800411 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800412 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800413 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800414 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800415 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800416 "src": [
417 "src/cpp/client/channel.cc",
418 "src/cpp/client/channel_arguments.cc",
419 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800420 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800421 "src/cpp/client/create_channel.cc",
422 "src/cpp/client/credentials.cc",
423 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800424 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800425 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800426 "src/cpp/common/rpc_method.cc",
427 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800428 "src/cpp/server/server.cc",
429 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800430 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800431 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800433 "src/cpp/util/status.cc",
434 "src/cpp/util/time.cc"
435 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800436 "deps": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100437 "gpr",
nnoble5b7f32a2014-12-22 08:12:44 -0800438 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800439 ],
440 "secure": true,
441 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800442 },
443 {
444 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800445 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800446 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800447 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800448 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800449 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800450 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800451 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800452 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800453 },
454 {
Chen wang84232512015-02-12 17:29:18 -0800455 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800456 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800457 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800458 "src": [
Chen wang84232512015-02-12 17:29:18 -0800459 "examples/pubsub/label.proto",
460 "examples/pubsub/empty.proto",
461 "examples/pubsub/pubsub.proto",
462 "examples/pubsub/publisher.cc",
463 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800464 ],
465 "deps": [
466 "grpc++",
467 "grpc",
468 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800469 ]
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100470 },
471 {
472 "name": "grpc_csharp_ext",
473 "build": "all",
474 "language": "csharp",
475 "src": [
476 "src/csharp/ext/grpc_csharp_ext.c"
477 ],
478 "deps": [
479 "gpr",
480 "grpc"
481 ],
482 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800483 }
484 ],
485 "targets": [
486 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800487 "name": "alarm_heap_test",
488 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800489 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800490 "src": [
491 "test/core/iomgr/alarm_heap_test.c"
492 ],
493 "deps": [
494 "grpc_test_util",
495 "grpc",
496 "gpr_test_util",
497 "gpr"
498 ]
499 },
500 {
501 "name": "alarm_list_test",
502 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800503 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800504 "src": [
505 "test/core/iomgr/alarm_list_test.c"
506 ],
507 "deps": [
508 "grpc_test_util",
509 "grpc",
510 "gpr_test_util",
511 "gpr"
512 ]
513 },
514 {
515 "name": "alarm_test",
516 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800517 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800518 "src": [
519 "test/core/iomgr/alarm_test.c"
520 ],
521 "deps": [
522 "grpc_test_util",
523 "grpc",
524 "gpr_test_util",
525 "gpr"
526 ]
527 },
528 {
529 "name": "alpn_test",
530 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800531 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800532 "src": [
533 "test/core/transport/chttp2/alpn_test.c"
534 ],
535 "deps": [
536 "grpc_test_util",
537 "grpc",
538 "gpr_test_util",
539 "gpr"
540 ]
541 },
542 {
543 "name": "bin_encoder_test",
544 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800545 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800546 "src": [
547 "test/core/transport/chttp2/bin_encoder_test.c"
548 ],
549 "deps": [
550 "grpc_test_util",
551 "grpc",
552 "gpr_test_util",
553 "gpr"
554 ]
555 },
556 {
557 "name": "census_hash_table_test",
558 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800559 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800560 "src": [
561 "test/core/statistics/hash_table_test.c"
562 ],
563 "deps": [
564 "grpc_test_util",
565 "grpc",
566 "gpr_test_util",
567 "gpr"
568 ]
569 },
570 {
571 "name": "census_statistics_multiple_writers_circular_buffer_test",
572 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800573 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800574 "src": [
575 "test/core/statistics/multiple_writers_circular_buffer_test.c"
576 ],
577 "deps": [
578 "grpc_test_util",
579 "grpc",
580 "gpr_test_util",
581 "gpr"
582 ]
583 },
584 {
585 "name": "census_statistics_multiple_writers_test",
586 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800587 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800588 "src": [
589 "test/core/statistics/multiple_writers_test.c"
590 ],
591 "deps": [
592 "grpc_test_util",
593 "grpc",
594 "gpr_test_util",
595 "gpr"
596 ]
597 },
598 {
599 "name": "census_statistics_performance_test",
600 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800601 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800602 "src": [
603 "test/core/statistics/performance_test.c"
604 ],
605 "deps": [
606 "grpc_test_util",
607 "grpc",
608 "gpr_test_util",
609 "gpr"
610 ]
611 },
612 {
613 "name": "census_statistics_quick_test",
614 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800615 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800616 "src": [
617 "test/core/statistics/quick_test.c"
618 ],
619 "deps": [
620 "grpc_test_util",
621 "grpc",
622 "gpr_test_util",
623 "gpr"
624 ]
625 },
626 {
627 "name": "census_statistics_small_log_test",
628 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800629 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800630 "src": [
631 "test/core/statistics/small_log_test.c"
632 ],
633 "deps": [
634 "grpc_test_util",
635 "grpc",
636 "gpr_test_util",
637 "gpr"
638 ]
639 },
640 {
641 "name": "census_stats_store_test",
642 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800643 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800644 "src": [
645 "test/core/statistics/rpc_stats_test.c"
646 ],
647 "deps": [
648 "grpc_test_util",
649 "grpc",
650 "gpr_test_util",
651 "gpr"
652 ]
653 },
654 {
655 "name": "census_stub_test",
656 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800657 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800658 "src": [
659 "test/core/statistics/census_stub_test.c"
660 ],
661 "deps": [
662 "grpc_test_util",
663 "grpc",
664 "gpr_test_util",
665 "gpr"
666 ]
667 },
668 {
669 "name": "census_trace_store_test",
670 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800671 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800672 "src": [
673 "test/core/statistics/trace_test.c"
674 ],
675 "deps": [
676 "grpc_test_util",
677 "grpc",
678 "gpr_test_util",
679 "gpr"
680 ]
681 },
682 {
683 "name": "census_window_stats_test",
684 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800685 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800686 "src": [
687 "test/core/statistics/window_stats_test.c"
688 ],
689 "deps": [
690 "grpc_test_util",
691 "grpc",
692 "gpr_test_util",
693 "gpr"
694 ]
695 },
696 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800697 "name": "chttp2_status_conversion_test",
698 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800699 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800700 "src": [
701 "test/core/transport/chttp2/status_conversion_test.c"
702 ],
703 "deps": [
704 "grpc_test_util",
705 "grpc",
706 "gpr_test_util",
707 "gpr"
708 ]
709 },
710 {
711 "name": "chttp2_stream_encoder_test",
712 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800713 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800714 "src": [
715 "test/core/transport/chttp2/stream_encoder_test.c"
716 ],
717 "deps": [
718 "grpc_test_util",
719 "grpc",
720 "gpr_test_util",
721 "gpr"
722 ]
723 },
724 {
725 "name": "chttp2_stream_map_test",
726 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800727 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800728 "src": [
729 "test/core/transport/chttp2/stream_map_test.c"
730 ],
731 "deps": [
732 "grpc_test_util",
733 "grpc",
734 "gpr_test_util",
735 "gpr"
736 ]
737 },
738 {
739 "name": "chttp2_transport_end2end_test",
740 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800741 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800742 "src": [
743 "test/core/transport/chttp2_transport_end2end_test.c"
744 ],
745 "deps": [
746 "grpc_test_util",
747 "grpc",
748 "gpr_test_util",
749 "gpr"
750 ]
751 },
752 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800753 "name": "dualstack_socket_test",
754 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800755 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800756 "src": [
757 "test/core/end2end/dualstack_socket_test.c"
758 ],
759 "deps": [
760 "grpc_test_util",
761 "grpc",
762 "gpr_test_util",
763 "gpr"
764 ]
765 },
766 {
767 "name": "echo_client",
768 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800769 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800770 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800771 "src": [
772 "test/core/echo/client.c"
773 ],
774 "deps": [
775 "grpc_test_util",
776 "grpc",
777 "gpr_test_util",
778 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800779 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800780 },
781 {
782 "name": "echo_server",
783 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800784 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800785 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800786 "src": [
787 "test/core/echo/server.c"
788 ],
789 "deps": [
790 "grpc_test_util",
791 "grpc",
792 "gpr_test_util",
793 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800794 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800795 },
796 {
797 "name": "echo_test",
798 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800799 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800800 "src": [
801 "test/core/echo/echo_test.c"
802 ],
803 "deps": [
804 "grpc_test_util",
805 "grpc",
806 "gpr_test_util",
807 "gpr"
808 ]
809 },
810 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800811 "name": "fd_posix_test",
812 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800813 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800814 "src": [
815 "test/core/iomgr/fd_posix_test.c"
816 ],
817 "deps": [
818 "grpc_test_util",
819 "grpc",
820 "gpr_test_util",
821 "gpr"
822 ]
823 },
824 {
825 "name": "fling_client",
826 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800827 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800828 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800829 "src": [
830 "test/core/fling/client.c"
831 ],
832 "deps": [
833 "grpc_test_util",
834 "grpc",
835 "gpr_test_util",
836 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800837 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800838 },
839 {
840 "name": "fling_server",
841 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800842 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800843 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800844 "src": [
845 "test/core/fling/server.c"
846 ],
847 "deps": [
848 "grpc_test_util",
849 "grpc",
850 "gpr_test_util",
851 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800852 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800853 },
854 {
855 "name": "fling_stream_test",
856 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800857 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800858 "src": [
859 "test/core/fling/fling_stream_test.c"
860 ],
861 "deps": [
862 "grpc_test_util",
863 "grpc",
864 "gpr_test_util",
865 "gpr"
866 ]
867 },
868 {
869 "name": "fling_test",
870 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800871 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800872 "src": [
873 "test/core/fling/fling_test.c"
874 ],
875 "deps": [
876 "grpc_test_util",
877 "grpc",
878 "gpr_test_util",
879 "gpr"
880 ]
881 },
882 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800883 "name": "gen_hpack_tables",
884 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800885 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800886 "src": [
887 "src/core/transport/chttp2/gen_hpack_tables.c"
888 ],
889 "deps": [
890 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800891 "gpr",
892 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800893 ]
894 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800895 {
896 "name": "gpr_cancellable_test",
897 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800898 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800899 "src": [
900 "test/core/support/cancellable_test.c"
901 ],
902 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800903 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800904 "gpr"
905 ]
906 },
907 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800908 "name": "gpr_cmdline_test",
909 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800910 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800911 "src": [
912 "test/core/support/cmdline_test.c"
913 ],
914 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800915 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800916 "gpr"
917 ]
918 },
919 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800920 "name": "gpr_env_test",
921 "build": "test",
922 "language": "c",
923 "src": [
924 "test/core/support/env_test.c"
925 ],
926 "deps": [
927 "gpr_test_util",
928 "gpr"
929 ]
930 },
931 {
932 "name": "gpr_file_test",
933 "build": "test",
934 "language": "c",
935 "src": [
936 "test/core/support/file_test.c"
937 ],
938 "deps": [
939 "gpr_test_util",
940 "gpr"
941 ]
942 },
943 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800944 "name": "gpr_histogram_test",
945 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800946 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800947 "src": [
948 "test/core/support/histogram_test.c"
949 ],
950 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800951 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800952 "gpr"
953 ]
954 },
955 {
956 "name": "gpr_host_port_test",
957 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800958 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800959 "src": [
960 "test/core/support/host_port_test.c"
961 ],
962 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800963 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800964 "gpr"
965 ]
966 },
967 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800968 "name": "gpr_log_test",
969 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800970 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800971 "src": [
972 "test/core/support/log_test.c"
973 ],
974 "deps": [
975 "gpr_test_util",
976 "gpr"
977 ]
978 },
979 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800980 "name": "gpr_slice_buffer_test",
981 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800982 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800983 "src": [
984 "test/core/support/slice_buffer_test.c"
985 ],
986 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800987 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800988 "gpr"
989 ]
990 },
991 {
992 "name": "gpr_slice_test",
993 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800994 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800995 "src": [
996 "test/core/support/slice_test.c"
997 ],
998 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800999 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001000 "gpr"
1001 ]
1002 },
1003 {
1004 "name": "gpr_string_test",
1005 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001006 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "src": [
1008 "test/core/support/string_test.c"
1009 ],
1010 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001011 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001012 "gpr"
1013 ]
1014 },
1015 {
1016 "name": "gpr_sync_test",
1017 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001018 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001019 "src": [
1020 "test/core/support/sync_test.c"
1021 ],
1022 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001023 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001024 "gpr"
1025 ]
1026 },
1027 {
1028 "name": "gpr_thd_test",
1029 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001030 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "src": [
1032 "test/core/support/thd_test.c"
1033 ],
1034 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001035 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001036 "gpr"
1037 ]
1038 },
1039 {
1040 "name": "gpr_time_test",
1041 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001042 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 "src": [
1044 "test/core/support/time_test.c"
1045 ],
1046 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001047 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "gpr"
1049 ]
1050 },
1051 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001052 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001053 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001054 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001056 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 ],
1058 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001059 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001060 "gpr"
1061 ]
1062 },
1063 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001064 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001065 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001066 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001068 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 ],
1070 "deps": [
1071 "grpc_test_util",
1072 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001073 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001074 "gpr"
1075 ]
1076 },
1077 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001078 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001079 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001080 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001081 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001082 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001083 ],
1084 "deps": [
1085 "grpc_test_util",
1086 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001087 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001088 "gpr"
1089 ]
1090 },
1091 {
1092 "name": "grpc_channel_stack_test",
1093 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001094 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001095 "src": [
1096 "test/core/channel/channel_stack_test.c"
1097 ],
1098 "deps": [
1099 "grpc_test_util",
1100 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001101 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001102 "gpr"
1103 ]
1104 },
1105 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001106 "name": "grpc_completion_queue_benchmark",
1107 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001108 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001110 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001111 ],
1112 "deps": [
1113 "grpc_test_util",
1114 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001115 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001116 "gpr"
1117 ]
1118 },
1119 {
1120 "name": "grpc_completion_queue_test",
1121 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001122 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001123 "src": [
1124 "test/core/surface/completion_queue_test.c"
1125 ],
1126 "deps": [
1127 "grpc_test_util",
1128 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001129 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001130 "gpr"
1131 ]
1132 },
1133 {
Nicolas "Pixel" Nobleb8f5f1b2015-02-21 19:03:00 +01001134 "name": "grpc_create_jwt",
1135 "build": "tool",
1136 "language": "c",
1137 "src": [
1138 "test/core/security/create_jwt.c"
1139 ],
1140 "deps": [
1141 "grpc_test_util",
1142 "grpc",
1143 "gpr_test_util",
1144 "gpr"
1145 ]
1146 },
1147 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001148 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001149 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001150 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001151 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001152 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001153 ],
1154 "deps": [
1155 "grpc_test_util",
1156 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001157 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001158 "gpr"
1159 ]
1160 },
1161 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001162 "name": "grpc_fetch_oauth2",
1163 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001164 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001165 "src": [
1166 "test/core/security/fetch_oauth2.c"
1167 ],
1168 "deps": [
1169 "grpc_test_util",
1170 "grpc",
1171 "gpr_test_util",
1172 "gpr"
1173 ]
1174 },
1175 {
1176 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001177 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001178 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001179 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001180 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001181 ],
1182 "deps": [
1183 "grpc_test_util",
1184 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001185 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 "gpr"
1187 ]
1188 },
1189 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001190 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001191 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001192 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001193 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001194 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001195 ],
1196 "deps": [
1197 "grpc_test_util",
1198 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001199 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001200 "gpr"
1201 ]
1202 },
1203 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001204 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001205 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001206 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001207 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001208 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001209 ],
1210 "deps": [
1211 "grpc_test_util",
1212 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001213 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001214 "gpr"
1215 ]
1216 },
1217 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001218 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001219 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001220 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001221 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001222 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001223 ],
1224 "deps": [
1225 "grpc_test_util",
1226 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001227 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001228 "gpr"
1229 ]
1230 },
1231 {
1232 "name": "httpcli_format_request_test",
1233 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001234 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001235 "src": [
1236 "test/core/httpcli/format_request_test.c"
1237 ],
1238 "deps": [
1239 "grpc_test_util",
1240 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001241 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001242 "gpr"
1243 ]
1244 },
1245 {
1246 "name": "httpcli_parser_test",
1247 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001248 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001249 "src": [
1250 "test/core/httpcli/parser_test.c"
1251 ],
1252 "deps": [
1253 "grpc_test_util",
1254 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001255 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001256 "gpr"
1257 ]
1258 },
1259 {
1260 "name": "httpcli_test",
1261 "build": "test",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001262 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001263 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001264 "src": [
1265 "test/core/httpcli/httpcli_test.c"
1266 ],
1267 "deps": [
1268 "grpc_test_util",
1269 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001270 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001271 "gpr"
1272 ]
1273 },
1274 {
Craig Tiller4450db22015-01-30 16:49:22 -08001275 "name": "json_rewrite",
1276 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001277 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001278 "language": "c",
1279 "src": [
1280 "test/core/json/json_rewrite.c"
1281 ],
1282 "deps": [
1283 "grpc",
1284 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001285 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001286 },
1287 {
1288 "name": "json_rewrite_test",
1289 "build": "test",
1290 "language": "c",
1291 "src": [
1292 "test/core/json/json_rewrite_test.c"
1293 ],
1294 "deps": [
1295 "grpc_test_util",
1296 "grpc",
1297 "gpr_test_util",
1298 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001299 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001300 },
1301 {
1302 "name": "json_test",
1303 "build": "test",
1304 "language": "c",
1305 "src": [
1306 "test/core/json/json_test.c"
1307 ],
1308 "deps": [
1309 "grpc_test_util",
1310 "grpc",
1311 "gpr_test_util",
1312 "gpr"
1313 ]
1314 },
1315 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001316 "name": "lame_client_test",
1317 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001318 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001319 "src": [
1320 "test/core/surface/lame_client_test.c"
1321 ],
1322 "deps": [
1323 "grpc_test_util",
1324 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001325 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001326 "gpr"
1327 ]
1328 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001329 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001330 "name": "low_level_ping_pong_benchmark",
1331 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001332 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001333 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001334 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001335 ],
1336 "deps": [
1337 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001338 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001339 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001340 "gpr"
1341 ]
1342 },
1343 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001344 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001345 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001346 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001347 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001348 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001349 ],
1350 "deps": [
1351 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001352 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001353 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001354 "gpr"
1355 ]
ctiller8919f602014-12-10 10:19:42 -08001356 },
1357 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001358 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001359 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001360 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001361 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001362 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001363 ],
1364 "deps": [
1365 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001366 "grpc",
1367 "gpr_test_util",
1368 "gpr"
1369 ]
1370 },
1371 {
Craig Tiller35108f62015-02-17 11:24:15 -08001372 "name": "multi_init_test",
1373 "build": "test",
1374 "language": "c",
1375 "src": [
1376 "test/core/surface/multi_init_test.c"
1377 ],
1378 "deps": [
1379 "grpc_test_util",
1380 "grpc",
1381 "gpr_test_util",
1382 "gpr"
1383 ]
1384 },
1385 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001386 "name": "murmur_hash_test",
1387 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001388 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001389 "src": [
1390 "test/core/support/murmur_hash_test.c"
1391 ],
1392 "deps": [
1393 "gpr_test_util",
1394 "gpr"
1395 ]
1396 },
1397 {
1398 "name": "no_server_test",
1399 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001400 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001401 "src": [
1402 "test/core/end2end/no_server_test.c"
1403 ],
1404 "deps": [
1405 "grpc_test_util",
1406 "grpc",
1407 "gpr_test_util",
1408 "gpr"
1409 ]
1410 },
1411 {
David Klempnere3605682015-01-26 17:27:21 -08001412 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001413 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001414 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001415 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001416 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001417 ],
1418 "deps": [
1419 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001420 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001421 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001422 "gpr"
1423 ]
1424 },
1425 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001426 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001427 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001428 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001429 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001430 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001431 ],
1432 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001433 "grpc_test_util",
1434 "grpc",
1435 "gpr_test_util",
1436 "gpr"
1437 ]
1438 },
1439 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001440 "name": "secure_endpoint_test",
1441 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001442 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001443 "src": [
1444 "test/core/security/secure_endpoint_test.c"
1445 ],
1446 "deps": [
1447 "grpc_test_util",
1448 "grpc",
1449 "gpr_test_util",
1450 "gpr"
1451 ]
1452 },
1453 {
1454 "name": "sockaddr_utils_test",
1455 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001456 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001457 "src": [
1458 "test/core/iomgr/sockaddr_utils_test.c"
1459 ],
1460 "deps": [
1461 "grpc_test_util",
1462 "grpc",
1463 "gpr_test_util",
1464 "gpr"
1465 ]
1466 },
1467 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001468 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001469 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001470 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001471 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001472 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001473 ],
1474 "deps": [
1475 "grpc_test_util",
1476 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001477 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001478 "gpr"
1479 ]
1480 },
1481 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001482 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001483 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001484 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001485 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001486 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001487 ],
1488 "deps": [
1489 "grpc_test_util",
1490 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001491 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001492 "gpr"
1493 ]
1494 },
1495 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001496 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001497 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001498 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001499 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001500 "test/core/iomgr/tcp_server_posix_test.c"
1501 ],
1502 "deps": [
1503 "grpc_test_util",
1504 "grpc",
1505 "gpr_test_util",
1506 "gpr"
1507 ]
1508 },
1509 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001510 "name": "time_averaged_stats_test",
1511 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001512 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001513 "src": [
1514 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001515 ],
1516 "deps": [
1517 "grpc_test_util",
1518 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001519 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001520 "gpr"
1521 ]
1522 },
1523 {
ctiller8919f602014-12-10 10:19:42 -08001524 "name": "time_test",
1525 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001526 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001527 "src": [
1528 "test/core/support/time_test.c"
1529 ],
1530 "deps": [
1531 "grpc_test_util",
1532 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001533 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001534 "gpr"
1535 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001536 },
1537 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001538 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001539 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001540 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001541 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001542 "test/core/transport/chttp2/timeout_encoding_test.c"
1543 ],
1544 "deps": [
1545 "grpc_test_util",
1546 "grpc",
1547 "gpr_test_util",
1548 "gpr"
1549 ]
1550 },
1551 {
1552 "name": "transport_metadata_test",
1553 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001554 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001555 "src": [
1556 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001557 ],
1558 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001559 "grpc_test_util",
1560 "grpc",
1561 "gpr_test_util",
1562 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001563 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001564 },
1565 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001566 "name": "async_end2end_test",
1567 "build": "test",
1568 "language": "c++",
1569 "src": [
1570 "test/cpp/end2end/async_end2end_test.cc"
1571 ],
1572 "deps": [
1573 "grpc++_test_util",
1574 "grpc_test_util",
1575 "grpc++",
1576 "grpc",
1577 "gpr_test_util",
1578 "gpr"
1579 ]
1580 },
1581 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001582 "name": "channel_arguments_test",
1583 "build": "test",
1584 "language": "c++",
1585 "src": [
1586 "test/cpp/client/channel_arguments_test.cc"
1587 ],
1588 "deps": [
1589 "grpc++",
1590 "grpc",
1591 "gpr"
1592 ]
1593 },
1594 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001595 "name": "credentials_test",
1596 "build": "test",
1597 "language": "c++",
1598 "src": [
1599 "test/cpp/client/credentials_test.cc"
1600 ],
1601 "deps": [
1602 "grpc++",
1603 "grpc",
1604 "gpr"
1605 ]
1606 },
1607 {
1608 "name": "end2end_test",
1609 "build": "test",
1610 "language": "c++",
1611 "src": [
1612 "test/cpp/end2end/end2end_test.cc"
1613 ],
1614 "deps": [
1615 "grpc++_test_util",
1616 "grpc_test_util",
1617 "grpc++",
1618 "grpc",
1619 "gpr_test_util",
1620 "gpr"
1621 ]
1622 },
1623 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001624 "name": "grpc_cpp_plugin",
1625 "build": "protoc",
1626 "language": "c++",
1627 "headers": [
1628 "src/compiler/cpp_generator.h",
1629 "src/compiler/cpp_generator_helpers.h"
1630 ],
1631 "src": [
1632 "src/compiler/cpp_generator.cc",
1633 "src/compiler/cpp_plugin.cc"
1634 ],
1635 "deps": [],
1636 "secure": false
1637 },
1638 {
1639 "name": "grpc_python_plugin",
1640 "build": "protoc",
1641 "language": "c++",
1642 "headers": [
1643 "src/compiler/python_generator.h"
1644 ],
1645 "src": [
1646 "src/compiler/python_generator.cc",
1647 "src/compiler/python_plugin.cc"
1648 ],
1649 "deps": [],
1650 "secure": false
1651 },
1652 {
1653 "name": "grpc_ruby_plugin",
1654 "build": "protoc",
1655 "language": "c++",
1656 "src": [
1657 "src/compiler/ruby_generator.cc",
1658 "src/compiler/ruby_plugin.cc"
1659 ],
1660 "deps": [],
1661 "secure": false
1662 },
1663 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001664 "name": "interop_client",
1665 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001666 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001667 "language": "c++",
1668 "src": [
1669 "test/cpp/interop/empty.proto",
1670 "test/cpp/interop/messages.proto",
1671 "test/cpp/interop/test.proto",
1672 "test/cpp/interop/client.cc"
1673 ],
1674 "deps": [
1675 "grpc++_test_util",
1676 "grpc_test_util",
1677 "grpc++",
1678 "grpc",
1679 "gpr_test_util",
1680 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001681 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001682 },
1683 {
1684 "name": "interop_server",
1685 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001686 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001687 "language": "c++",
1688 "src": [
1689 "test/cpp/interop/empty.proto",
1690 "test/cpp/interop/messages.proto",
1691 "test/cpp/interop/test.proto",
1692 "test/cpp/interop/server.cc"
1693 ],
1694 "deps": [
1695 "grpc++_test_util",
1696 "grpc_test_util",
1697 "grpc++",
1698 "grpc",
1699 "gpr_test_util",
1700 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001701 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001702 },
1703 {
Craig Tillerfe8af4e2015-02-21 07:04:49 -08001704 "name": "interop_test",
1705 "build": "test",
1706 "language": "c++",
1707 "src": [
1708 "test/cpp/interop/interop_test.cc"
1709 ],
1710 "deps": [
1711 "grpc_test_util",
1712 "grpc",
1713 "gpr_test_util",
1714 "gpr"
1715 ]
1716 },
1717 {
Craig Tiller73b70182015-02-17 07:36:09 -08001718 "name": "pubsub_client",
1719 "build": "test",
1720 "run": false,
1721 "language": "c++",
1722 "src": [
1723 "examples/pubsub/main.cc"
1724 ],
1725 "deps": [
1726 "pubsub_client_lib",
1727 "grpc++_test_util",
1728 "grpc_test_util",
1729 "grpc++",
1730 "grpc",
1731 "gpr_test_util",
1732 "gpr"
1733 ]
1734 },
1735 {
1736 "name": "pubsub_publisher_test",
1737 "build": "test",
1738 "language": "c++",
1739 "src": [
1740 "examples/pubsub/publisher_test.cc"
1741 ],
1742 "deps": [
1743 "pubsub_client_lib",
1744 "grpc++_test_util",
1745 "grpc_test_util",
1746 "grpc++",
1747 "grpc",
1748 "gpr_test_util",
1749 "gpr"
1750 ]
1751 },
1752 {
1753 "name": "pubsub_subscriber_test",
1754 "build": "test",
1755 "language": "c++",
1756 "src": [
1757 "examples/pubsub/subscriber_test.cc"
1758 ],
1759 "deps": [
1760 "pubsub_client_lib",
1761 "grpc++_test_util",
1762 "grpc_test_util",
1763 "grpc++",
1764 "grpc",
1765 "gpr_test_util",
1766 "gpr"
1767 ]
1768 },
1769 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001770 "name": "qps_client",
1771 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001772 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001773 "language": "c++",
1774 "src": [
1775 "test/cpp/qps/qpstest.proto",
1776 "test/cpp/qps/client.cc"
1777 ],
1778 "deps": [
1779 "grpc++_test_util",
1780 "grpc_test_util",
1781 "grpc++",
1782 "grpc",
1783 "gpr_test_util",
1784 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001785 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001786 },
1787 {
1788 "name": "qps_server",
1789 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001790 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001791 "language": "c++",
1792 "src": [
1793 "test/cpp/qps/qpstest.proto",
1794 "test/cpp/qps/server.cc"
1795 ],
1796 "deps": [
1797 "grpc++_test_util",
1798 "grpc_test_util",
1799 "grpc++",
1800 "grpc",
1801 "gpr_test_util",
1802 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001803 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001804 },
1805 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001806 "name": "status_test",
1807 "build": "test",
1808 "language": "c++",
1809 "src": [
1810 "test/cpp/util/status_test.cc"
1811 ],
1812 "deps": [
1813 "grpc_test_util",
1814 "grpc++",
1815 "grpc",
1816 "gpr_test_util",
1817 "gpr"
1818 ]
1819 },
1820 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001821 "name": "thread_pool_test",
1822 "build": "test",
1823 "language": "c++",
1824 "src": [
1825 "test/cpp/server/thread_pool_test.cc"
1826 ],
1827 "deps": [
1828 "grpc_test_util",
1829 "grpc++",
1830 "grpc",
1831 "gpr_test_util",
1832 "gpr"
1833 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001834 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001835 ]
1836}