blob: fdf87f311d93ee08032dd69c087f0e5e36a2a1d7 [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",
Craig Tillerfaa84802015-03-01 21:56:38 -080082 "src/core/surface/init.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080083 "src/core/surface/lame_client.h",
84 "src/core/surface/server.h",
85 "src/core/surface/surface_trace.h",
86 "src/core/transport/chttp2/bin_encoder.h",
87 "src/core/transport/chttp2/frame.h",
88 "src/core/transport/chttp2/frame_data.h",
89 "src/core/transport/chttp2/frame_goaway.h",
90 "src/core/transport/chttp2/frame_ping.h",
91 "src/core/transport/chttp2/frame_rst_stream.h",
92 "src/core/transport/chttp2/frame_settings.h",
93 "src/core/transport/chttp2/frame_window_update.h",
94 "src/core/transport/chttp2/hpack_parser.h",
95 "src/core/transport/chttp2/hpack_table.h",
96 "src/core/transport/chttp2/http2_errors.h",
97 "src/core/transport/chttp2/huffsyms.h",
98 "src/core/transport/chttp2/status_conversion.h",
99 "src/core/transport/chttp2/stream_encoder.h",
100 "src/core/transport/chttp2/stream_map.h",
101 "src/core/transport/chttp2/timeout_encoding.h",
102 "src/core/transport/chttp2/varint.h",
103 "src/core/transport/chttp2_transport.h",
104 "src/core/transport/metadata.h",
105 "src/core/transport/stream_op.h",
106 "src/core/transport/transport.h",
107 "src/core/transport/transport_impl.h"
108 ],
nnoblec87b1c52015-01-05 17:15:18 -0800109 "src": [
110 "src/core/channel/call_op_string.c",
111 "src/core/channel/census_filter.c",
112 "src/core/channel/channel_args.c",
113 "src/core/channel/channel_stack.c",
114 "src/core/channel/child_channel.c",
115 "src/core/channel/client_channel.c",
116 "src/core/channel/client_setup.c",
117 "src/core/channel/connected_channel.c",
118 "src/core/channel/http_client_filter.c",
119 "src/core/channel/http_filter.c",
120 "src/core/channel/http_server_filter.c",
121 "src/core/channel/metadata_buffer.c",
122 "src/core/channel/noop_filter.c",
123 "src/core/compression/algorithm.c",
124 "src/core/compression/message_compress.c",
Craig Tiller6e7c6222015-02-20 15:31:21 -0800125 "src/core/debug/trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800126 "src/core/iomgr/alarm.c",
127 "src/core/iomgr/alarm_heap.c",
128 "src/core/iomgr/endpoint.c",
129 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800130 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800131 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800132 "src/core/iomgr/iomgr.c",
133 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100134 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800135 "src/core/iomgr/pollset_kick.c",
David Klempnerbaced4d2015-02-10 17:10:15 -0800136 "src/core/iomgr/pollset_multipoller_with_epoll.c",
Craig Tiller24c06ea2015-02-11 21:26:45 -0800137 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800138 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800139 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Noble94964fd2015-02-21 07:19:19 +0100140 "src/core/iomgr/resolve_address_posix.c",
141 "src/core/iomgr/resolve_address_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800142 "src/core/iomgr/sockaddr_utils.c",
143 "src/core/iomgr/socket_utils_common_posix.c",
144 "src/core/iomgr/socket_utils_linux.c",
145 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100146 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800147 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100148 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800149 "src/core/iomgr/tcp_posix.c",
150 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100151 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100152 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800153 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800154 "src/core/iomgr/wakeup_fd_eventfd.c",
155 "src/core/iomgr/wakeup_fd_nospecial.c",
156 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800157 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800158 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800159 "src/core/json/json_reader.c",
160 "src/core/json/json_string.c",
161 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800162 "src/core/statistics/census_init.c",
163 "src/core/statistics/census_log.c",
164 "src/core/statistics/census_rpc_stats.c",
165 "src/core/statistics/census_tracing.c",
166 "src/core/statistics/hash_table.c",
167 "src/core/statistics/window_stats.c",
168 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800169 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800170 "src/core/surface/byte_buffer_reader.c",
171 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800172 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800173 "src/core/surface/channel.c",
174 "src/core/surface/channel_create.c",
175 "src/core/surface/client.c",
176 "src/core/surface/completion_queue.c",
177 "src/core/surface/event_string.c",
178 "src/core/surface/init.c",
179 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800180 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800181 "src/core/surface/server.c",
182 "src/core/surface/server_chttp2.c",
183 "src/core/surface/server_create.c",
Craig Tillerfaa84802015-03-01 21:56:38 -0800184 "src/core/surface/surface_trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800185 "src/core/transport/chttp2/alpn.c",
186 "src/core/transport/chttp2/bin_encoder.c",
187 "src/core/transport/chttp2/frame_data.c",
188 "src/core/transport/chttp2/frame_goaway.c",
189 "src/core/transport/chttp2/frame_ping.c",
190 "src/core/transport/chttp2/frame_rst_stream.c",
191 "src/core/transport/chttp2/frame_settings.c",
192 "src/core/transport/chttp2/frame_window_update.c",
193 "src/core/transport/chttp2/hpack_parser.c",
194 "src/core/transport/chttp2/hpack_table.c",
195 "src/core/transport/chttp2/huffsyms.c",
196 "src/core/transport/chttp2/status_conversion.c",
197 "src/core/transport/chttp2/stream_encoder.c",
198 "src/core/transport/chttp2/stream_map.c",
199 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800200 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800201 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800202 "src/core/transport/metadata.c",
203 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800204 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800205 ]
206 }
207 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800208 "libs": [
209 {
210 "name": "gpr",
211 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800212 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800213 "public_headers": [
214 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800215 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800216 "include/grpc/support/atm_gcc_atomic.h",
217 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800218 "include/grpc/support/atm_win32.h",
219 "include/grpc/support/cancellable_platform.h",
220 "include/grpc/support/cmdline.h",
221 "include/grpc/support/histogram.h",
222 "include/grpc/support/host_port.h",
223 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100224 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800225 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800226 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800227 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800228 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800229 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800230 "include/grpc/support/sync_posix.h",
231 "include/grpc/support/sync_win32.h",
232 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800233 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800234 "include/grpc/support/useful.h"
235 ],
236 "headers": [
Julien Boeuf026a4172015-02-02 18:36:37 -0800237 "src/core/support/env.h",
238 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800239 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800240 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800241 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800242 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800243 ],
244 "src": [
245 "src/core/support/alloc.c",
246 "src/core/support/cancellable.c",
247 "src/core/support/cmdline.c",
248 "src/core/support/cpu_linux.c",
249 "src/core/support/cpu_posix.c",
Jan Tattermusch6943fb32015-02-09 17:38:52 -0800250 "src/core/support/cpu_windows.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800251 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800252 "src/core/support/env_posix.c",
253 "src/core/support/env_win32.c",
254 "src/core/support/file.c",
255 "src/core/support/file_posix.c",
256 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800257 "src/core/support/histogram.c",
258 "src/core/support/host_port.c",
259 "src/core/support/log.c",
260 "src/core/support/log_android.c",
261 "src/core/support/log_linux.c",
262 "src/core/support/log_posix.c",
263 "src/core/support/log_win32.c",
264 "src/core/support/murmur_hash.c",
265 "src/core/support/slice.c",
266 "src/core/support/slice_buffer.c",
267 "src/core/support/string.c",
268 "src/core/support/string_posix.c",
269 "src/core/support/string_win32.c",
270 "src/core/support/sync.c",
271 "src/core/support/sync_posix.c",
272 "src/core/support/sync_win32.c",
273 "src/core/support/thd_posix.c",
274 "src/core/support/thd_win32.c",
275 "src/core/support/time.c",
276 "src/core/support/time_posix.c",
277 "src/core/support/time_win32.c"
278 ],
279 "secure": false,
280 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
281 },
282 {
283 "name": "gpr_test_util",
284 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800285 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800286 "src": [
287 "test/core/util/test_config.c"
288 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800289 "deps": [
290 "gpr"
291 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800292 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800293 },
294 {
295 "name": "grpc",
296 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800297 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800298 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800299 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800300 ],
301 "headers": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100302 "src/core/httpcli/format_request.h",
303 "src/core/httpcli/httpcli.h",
304 "src/core/httpcli/httpcli_security_context.h",
305 "src/core/httpcli/parser.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800306 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800307 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800308 "src/core/security/credentials.h",
jboeufbefd2652014-12-12 15:39:47 -0800309 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800310 "src/core/security/secure_transport_setup.h",
311 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800312 "src/core/tsi/fake_transport_security.h",
313 "src/core/tsi/ssl_transport_security.h",
314 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800315 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800316 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800317 "src": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100318 "src/core/httpcli/format_request.c",
319 "src/core/httpcli/httpcli.c",
320 "src/core/httpcli/httpcli_security_context.c",
321 "src/core/httpcli/parser.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800322 "src/core/security/auth.c",
323 "src/core/security/base64.c",
324 "src/core/security/credentials.c",
Julien Boeufcd9b1c82015-02-20 17:40:41 -0800325 "src/core/security/credentials_posix.c",
326 "src/core/security/credentials_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800327 "src/core/security/factories.c",
Julien Boeufc66f2a82015-02-23 13:00:36 -0800328 "src/core/security/google_default_credentials.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800329 "src/core/security/json_token.c",
330 "src/core/security/secure_endpoint.c",
331 "src/core/security/secure_transport_setup.c",
332 "src/core/security/security_context.c",
333 "src/core/security/server_secure_chttp2.c",
Craig Tillerfaa84802015-03-01 21:56:38 -0800334 "src/core/surface/init_secure.c",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100335 "src/core/surface/secure_channel_create.c",
336 "src/core/surface/secure_server_create.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800337 "src/core/tsi/fake_transport_security.c",
338 "src/core/tsi/ssl_transport_security.c",
339 "src/core/tsi/transport_security.c"
340 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800341 "deps": [
342 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800343 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800344 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800345 "filegroups": [
346 "grpc_base"
347 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800348 "secure": true,
349 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800350 },
351 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800352 "name": "grpc_test_util",
353 "build": "private",
354 "language": "c",
355 "src": [
356 "test/core/end2end/cq_verifier.c",
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800357 "test/core/end2end/data/server1_cert.c",
358 "test/core/end2end/data/server1_key.c",
359 "test/core/end2end/data/test_root_cert.c",
360 "test/core/iomgr/endpoint_tests.c",
361 "test/core/statistics/census_log_tests.c",
362 "test/core/transport/transport_end2end_tests.c",
363 "test/core/util/grpc_profiler.c",
364 "test/core/util/parse_hexstring.c",
365 "test/core/util/port_posix.c",
366 "test/core/util/slice_splitter.c"
367 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800368 "deps": [
369 "gpr",
370 "grpc"
371 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800372 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
373 },
374 {
375 "name": "grpc_unsecure",
376 "build": "all",
377 "language": "c",
Craig Tillerfaa84802015-03-01 21:56:38 -0800378 "src": [
379 "src/core/surface/init_unsecure.c"
380 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800381 "deps": [
382 "gpr"
383 ],
384 "baselib": true,
385 "filegroups": [
386 "grpc_base"
387 ],
388 "secure": false,
389 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
390 },
391 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800392 "name": "grpc++",
393 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800394 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800395 "public_headers": [
Yang Gao3a5e5492015-02-18 14:32:38 -0800396 "include/grpc++/async_unary_call.h",
yangg59dfc902014-12-19 14:00:14 -0800397 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800398 "include/grpc++/channel_interface.h",
399 "include/grpc++/client_context.h",
400 "include/grpc++/completion_queue.h",
401 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800402 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800403 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800404 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800405 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800406 "include/grpc++/impl/internal_stub.h",
407 "include/grpc++/impl/rpc_method.h",
408 "include/grpc++/impl/rpc_service_method.h",
Yang Gao1a986962015-02-19 12:40:46 -0800409 "include/grpc++/impl/service_type.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800410 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800411 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800412 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800413 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800414 "include/grpc++/status.h",
Yang Gao50556472015-02-19 12:37:35 -0800415 "include/grpc++/status_code_enum.h",
Yang Gao1a986962015-02-19 12:40:46 -0800416 "include/grpc++/stream.h",
417 "include/grpc++/thread_pool_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800418 ],
419 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800420 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800421 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800422 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800423 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800424 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800425 "src": [
426 "src/cpp/client/channel.cc",
427 "src/cpp/client/channel_arguments.cc",
428 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800429 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800430 "src/cpp/client/create_channel.cc",
431 "src/cpp/client/credentials.cc",
432 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800433 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800434 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800435 "src/cpp/common/rpc_method.cc",
436 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800437 "src/cpp/server/server.cc",
438 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800439 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800440 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800441 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800442 "src/cpp/util/status.cc",
443 "src/cpp/util/time.cc"
444 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800445 "deps": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100446 "gpr",
nnoble5b7f32a2014-12-22 08:12:44 -0800447 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800448 ],
449 "secure": true,
450 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800451 },
452 {
453 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800454 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800455 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800456 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800457 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800458 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800459 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800460 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800461 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800462 },
463 {
Chen wang84232512015-02-12 17:29:18 -0800464 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800465 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800466 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800467 "src": [
Chen wang84232512015-02-12 17:29:18 -0800468 "examples/pubsub/label.proto",
469 "examples/pubsub/empty.proto",
470 "examples/pubsub/pubsub.proto",
471 "examples/pubsub/publisher.cc",
472 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800473 ],
474 "deps": [
475 "grpc++",
476 "grpc",
477 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800478 ]
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100479 },
480 {
Craig Tillere4860192015-02-23 17:10:41 -0800481 "name": "qps",
482 "build": "private",
483 "language": "c++",
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800484 "headers": [
485 "test/cpp/qps/driver.h",
486 "test/cpp/qps/timer.h"
487 ],
Craig Tillere4860192015-02-23 17:10:41 -0800488 "src": [
489 "test/cpp/qps/qpstest.proto",
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800490 "test/cpp/qps/driver.cc",
491 "test/cpp/qps/timer.cc"
Craig Tillere4860192015-02-23 17:10:41 -0800492 ]
493 },
494 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100495 "name": "grpc_csharp_ext",
496 "build": "all",
497 "language": "csharp",
498 "src": [
499 "src/csharp/ext/grpc_csharp_ext.c"
500 ],
501 "deps": [
502 "gpr",
503 "grpc"
504 ],
505 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800506 }
507 ],
508 "targets": [
509 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800510 "name": "alarm_heap_test",
511 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800512 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800513 "src": [
514 "test/core/iomgr/alarm_heap_test.c"
515 ],
516 "deps": [
517 "grpc_test_util",
518 "grpc",
519 "gpr_test_util",
520 "gpr"
521 ]
522 },
523 {
524 "name": "alarm_list_test",
525 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800526 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800527 "src": [
528 "test/core/iomgr/alarm_list_test.c"
529 ],
530 "deps": [
531 "grpc_test_util",
532 "grpc",
533 "gpr_test_util",
534 "gpr"
535 ]
536 },
537 {
538 "name": "alarm_test",
539 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800540 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800541 "src": [
542 "test/core/iomgr/alarm_test.c"
543 ],
544 "deps": [
545 "grpc_test_util",
546 "grpc",
547 "gpr_test_util",
548 "gpr"
549 ]
550 },
551 {
552 "name": "alpn_test",
553 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800554 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800555 "src": [
556 "test/core/transport/chttp2/alpn_test.c"
557 ],
558 "deps": [
559 "grpc_test_util",
560 "grpc",
561 "gpr_test_util",
562 "gpr"
563 ]
564 },
565 {
566 "name": "bin_encoder_test",
567 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800568 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800569 "src": [
570 "test/core/transport/chttp2/bin_encoder_test.c"
571 ],
572 "deps": [
573 "grpc_test_util",
574 "grpc",
575 "gpr_test_util",
576 "gpr"
577 ]
578 },
579 {
580 "name": "census_hash_table_test",
581 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800582 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800583 "src": [
584 "test/core/statistics/hash_table_test.c"
585 ],
586 "deps": [
587 "grpc_test_util",
588 "grpc",
589 "gpr_test_util",
590 "gpr"
591 ]
592 },
593 {
594 "name": "census_statistics_multiple_writers_circular_buffer_test",
Craig Tiller45115842015-03-02 10:05:10 -0800595 "flaky": true,
Craig Tiller0b2a3722015-01-18 11:30:07 -0800596 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800597 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800598 "src": [
599 "test/core/statistics/multiple_writers_circular_buffer_test.c"
600 ],
601 "deps": [
602 "grpc_test_util",
603 "grpc",
604 "gpr_test_util",
605 "gpr"
Craig Tiller45115842015-03-02 10:05:10 -0800606 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800607 },
608 {
609 "name": "census_statistics_multiple_writers_test",
610 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800611 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800612 "src": [
613 "test/core/statistics/multiple_writers_test.c"
614 ],
615 "deps": [
616 "grpc_test_util",
617 "grpc",
618 "gpr_test_util",
619 "gpr"
620 ]
621 },
622 {
623 "name": "census_statistics_performance_test",
624 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800625 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800626 "src": [
627 "test/core/statistics/performance_test.c"
628 ],
629 "deps": [
630 "grpc_test_util",
631 "grpc",
632 "gpr_test_util",
633 "gpr"
634 ]
635 },
636 {
637 "name": "census_statistics_quick_test",
638 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800639 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800640 "src": [
641 "test/core/statistics/quick_test.c"
642 ],
643 "deps": [
644 "grpc_test_util",
645 "grpc",
646 "gpr_test_util",
647 "gpr"
648 ]
649 },
650 {
651 "name": "census_statistics_small_log_test",
Craig Tiller45115842015-03-02 10:05:10 -0800652 "flaky": true,
Craig Tiller0b2a3722015-01-18 11:30:07 -0800653 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800654 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800655 "src": [
656 "test/core/statistics/small_log_test.c"
657 ],
658 "deps": [
659 "grpc_test_util",
660 "grpc",
661 "gpr_test_util",
662 "gpr"
Craig Tiller45115842015-03-02 10:05:10 -0800663 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800664 },
665 {
666 "name": "census_stats_store_test",
667 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800668 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800669 "src": [
670 "test/core/statistics/rpc_stats_test.c"
671 ],
672 "deps": [
673 "grpc_test_util",
674 "grpc",
675 "gpr_test_util",
676 "gpr"
677 ]
678 },
679 {
680 "name": "census_stub_test",
681 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800682 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800683 "src": [
684 "test/core/statistics/census_stub_test.c"
685 ],
686 "deps": [
687 "grpc_test_util",
688 "grpc",
689 "gpr_test_util",
690 "gpr"
691 ]
692 },
693 {
694 "name": "census_trace_store_test",
695 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800696 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800697 "src": [
698 "test/core/statistics/trace_test.c"
699 ],
700 "deps": [
701 "grpc_test_util",
702 "grpc",
703 "gpr_test_util",
704 "gpr"
705 ]
706 },
707 {
708 "name": "census_window_stats_test",
709 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800710 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800711 "src": [
712 "test/core/statistics/window_stats_test.c"
713 ],
714 "deps": [
715 "grpc_test_util",
716 "grpc",
717 "gpr_test_util",
718 "gpr"
719 ]
720 },
721 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800722 "name": "chttp2_status_conversion_test",
723 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800724 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800725 "src": [
726 "test/core/transport/chttp2/status_conversion_test.c"
727 ],
728 "deps": [
729 "grpc_test_util",
730 "grpc",
731 "gpr_test_util",
732 "gpr"
733 ]
734 },
735 {
736 "name": "chttp2_stream_encoder_test",
737 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800738 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800739 "src": [
740 "test/core/transport/chttp2/stream_encoder_test.c"
741 ],
742 "deps": [
743 "grpc_test_util",
744 "grpc",
745 "gpr_test_util",
746 "gpr"
747 ]
748 },
749 {
750 "name": "chttp2_stream_map_test",
751 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800752 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800753 "src": [
754 "test/core/transport/chttp2/stream_map_test.c"
755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
759 "gpr_test_util",
760 "gpr"
761 ]
762 },
763 {
764 "name": "chttp2_transport_end2end_test",
765 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800766 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800767 "src": [
768 "test/core/transport/chttp2_transport_end2end_test.c"
769 ],
770 "deps": [
771 "grpc_test_util",
772 "grpc",
773 "gpr_test_util",
774 "gpr"
775 ]
776 },
777 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800778 "name": "dualstack_socket_test",
779 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800780 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800781 "src": [
782 "test/core/end2end/dualstack_socket_test.c"
783 ],
784 "deps": [
785 "grpc_test_util",
786 "grpc",
787 "gpr_test_util",
788 "gpr"
789 ]
790 },
791 {
792 "name": "echo_client",
793 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800794 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800795 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800796 "src": [
797 "test/core/echo/client.c"
798 ],
799 "deps": [
800 "grpc_test_util",
801 "grpc",
802 "gpr_test_util",
803 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800804 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800805 },
806 {
807 "name": "echo_server",
808 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800809 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800810 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800811 "src": [
812 "test/core/echo/server.c"
813 ],
814 "deps": [
815 "grpc_test_util",
816 "grpc",
817 "gpr_test_util",
818 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800819 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800820 },
821 {
822 "name": "echo_test",
823 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800824 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800825 "src": [
826 "test/core/echo/echo_test.c"
827 ],
828 "deps": [
829 "grpc_test_util",
830 "grpc",
831 "gpr_test_util",
832 "gpr"
833 ]
834 },
835 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800836 "name": "fd_posix_test",
837 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800838 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800839 "src": [
840 "test/core/iomgr/fd_posix_test.c"
841 ],
842 "deps": [
843 "grpc_test_util",
844 "grpc",
845 "gpr_test_util",
846 "gpr"
847 ]
848 },
849 {
850 "name": "fling_client",
851 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800852 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800853 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800854 "src": [
855 "test/core/fling/client.c"
856 ],
857 "deps": [
858 "grpc_test_util",
859 "grpc",
860 "gpr_test_util",
861 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800862 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800863 },
864 {
865 "name": "fling_server",
866 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800867 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800868 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800869 "src": [
870 "test/core/fling/server.c"
871 ],
872 "deps": [
873 "grpc_test_util",
874 "grpc",
875 "gpr_test_util",
876 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800877 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800878 },
879 {
880 "name": "fling_stream_test",
881 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800882 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800883 "src": [
884 "test/core/fling/fling_stream_test.c"
885 ],
886 "deps": [
887 "grpc_test_util",
888 "grpc",
889 "gpr_test_util",
890 "gpr"
Craig Tiller45115842015-03-02 10:05:10 -0800891 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800892 },
893 {
894 "name": "fling_test",
895 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800896 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800897 "src": [
898 "test/core/fling/fling_test.c"
899 ],
900 "deps": [
901 "grpc_test_util",
902 "grpc",
903 "gpr_test_util",
904 "gpr"
Craig Tiller45115842015-03-02 10:05:10 -0800905 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800906 },
907 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800908 "name": "gen_hpack_tables",
909 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800910 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800911 "src": [
912 "src/core/transport/chttp2/gen_hpack_tables.c"
913 ],
914 "deps": [
915 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800916 "gpr",
917 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800918 ]
919 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800920 {
921 "name": "gpr_cancellable_test",
922 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800923 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800924 "src": [
925 "test/core/support/cancellable_test.c"
926 ],
927 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800928 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800929 "gpr"
930 ]
931 },
932 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800933 "name": "gpr_cmdline_test",
934 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800935 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800936 "src": [
937 "test/core/support/cmdline_test.c"
938 ],
939 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800940 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800941 "gpr"
942 ]
943 },
944 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800945 "name": "gpr_env_test",
946 "build": "test",
947 "language": "c",
948 "src": [
949 "test/core/support/env_test.c"
950 ],
951 "deps": [
952 "gpr_test_util",
953 "gpr"
954 ]
955 },
956 {
957 "name": "gpr_file_test",
958 "build": "test",
959 "language": "c",
960 "src": [
961 "test/core/support/file_test.c"
962 ],
963 "deps": [
964 "gpr_test_util",
965 "gpr"
966 ]
967 },
968 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800969 "name": "gpr_histogram_test",
970 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800971 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800972 "src": [
973 "test/core/support/histogram_test.c"
974 ],
975 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800976 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800977 "gpr"
978 ]
979 },
980 {
981 "name": "gpr_host_port_test",
982 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800983 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800984 "src": [
985 "test/core/support/host_port_test.c"
986 ],
987 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800988 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800989 "gpr"
990 ]
991 },
992 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800993 "name": "gpr_log_test",
994 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800995 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800996 "src": [
997 "test/core/support/log_test.c"
998 ],
999 "deps": [
1000 "gpr_test_util",
1001 "gpr"
1002 ]
1003 },
1004 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 "name": "gpr_slice_buffer_test",
1006 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001007 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001008 "src": [
1009 "test/core/support/slice_buffer_test.c"
1010 ],
1011 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001012 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001013 "gpr"
1014 ]
1015 },
1016 {
1017 "name": "gpr_slice_test",
1018 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001019 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001020 "src": [
1021 "test/core/support/slice_test.c"
1022 ],
1023 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001024 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001025 "gpr"
1026 ]
1027 },
1028 {
1029 "name": "gpr_string_test",
1030 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001031 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001032 "src": [
1033 "test/core/support/string_test.c"
1034 ],
1035 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001036 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001037 "gpr"
1038 ]
1039 },
1040 {
1041 "name": "gpr_sync_test",
1042 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001043 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001044 "src": [
1045 "test/core/support/sync_test.c"
1046 ],
1047 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001048 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001049 "gpr"
1050 ]
1051 },
1052 {
1053 "name": "gpr_thd_test",
1054 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001055 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001056 "src": [
1057 "test/core/support/thd_test.c"
1058 ],
1059 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001060 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001061 "gpr"
1062 ]
1063 },
1064 {
1065 "name": "gpr_time_test",
1066 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001067 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001068 "src": [
1069 "test/core/support/time_test.c"
1070 ],
1071 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001072 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001073 "gpr"
1074 ]
1075 },
1076 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001077 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001078 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001079 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001080 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001081 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001082 ],
1083 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001084 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 "gpr"
1086 ]
1087 },
1088 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001089 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001090 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001091 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001093 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001094 ],
1095 "deps": [
1096 "grpc_test_util",
1097 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001098 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 "gpr"
1100 ]
1101 },
1102 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001103 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001104 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001105 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001106 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001107 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001108 ],
1109 "deps": [
1110 "grpc_test_util",
1111 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001112 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 "gpr"
1114 ]
1115 },
1116 {
1117 "name": "grpc_channel_stack_test",
1118 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001119 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001120 "src": [
1121 "test/core/channel/channel_stack_test.c"
1122 ],
1123 "deps": [
1124 "grpc_test_util",
1125 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001126 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001127 "gpr"
1128 ]
1129 },
1130 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001131 "name": "grpc_completion_queue_benchmark",
1132 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001133 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001134 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001135 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001136 ],
1137 "deps": [
1138 "grpc_test_util",
1139 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001140 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 "gpr"
1142 ]
1143 },
1144 {
1145 "name": "grpc_completion_queue_test",
1146 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001147 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001148 "src": [
1149 "test/core/surface/completion_queue_test.c"
1150 ],
1151 "deps": [
1152 "grpc_test_util",
1153 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001154 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001155 "gpr"
1156 ]
1157 },
1158 {
Nicolas "Pixel" Nobleb8f5f1b2015-02-21 19:03:00 +01001159 "name": "grpc_create_jwt",
1160 "build": "tool",
1161 "language": "c",
1162 "src": [
1163 "test/core/security/create_jwt.c"
1164 ],
1165 "deps": [
1166 "grpc_test_util",
1167 "grpc",
1168 "gpr_test_util",
1169 "gpr"
1170 ]
1171 },
1172 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001173 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001175 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001176 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001177 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 ],
1179 "deps": [
1180 "grpc_test_util",
1181 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001182 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001183 "gpr"
1184 ]
1185 },
1186 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001187 "name": "grpc_fetch_oauth2",
1188 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001189 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001190 "src": [
1191 "test/core/security/fetch_oauth2.c"
1192 ],
1193 "deps": [
1194 "grpc_test_util",
1195 "grpc",
1196 "gpr_test_util",
1197 "gpr"
1198 ]
1199 },
1200 {
1201 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001203 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001205 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 ],
1207 "deps": [
1208 "grpc_test_util",
1209 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001210 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001211 "gpr"
1212 ]
1213 },
1214 {
Julien Boeufc66f2a82015-02-23 13:00:36 -08001215 "name": "grpc_print_google_default_creds_token",
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001216 "build": "tool",
1217 "language": "c",
1218 "src": [
Julien Boeufc66f2a82015-02-23 13:00:36 -08001219 "test/core/security/print_google_default_creds_token.c"
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001220 ],
1221 "deps": [
1222 "grpc_test_util",
1223 "grpc",
1224 "gpr_test_util",
1225 "gpr"
1226 ]
1227 },
1228 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001229 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001230 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001231 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001232 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001233 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001234 ],
1235 "deps": [
1236 "grpc_test_util",
1237 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001238 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001239 "gpr"
1240 ]
1241 },
1242 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001243 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001244 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001245 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001246 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001247 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001248 ],
1249 "deps": [
1250 "grpc_test_util",
1251 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001252 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001253 "gpr"
1254 ]
1255 },
1256 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001257 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001258 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001259 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001260 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001261 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001262 ],
1263 "deps": [
1264 "grpc_test_util",
1265 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001266 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001267 "gpr"
1268 ]
1269 },
1270 {
1271 "name": "httpcli_format_request_test",
1272 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001273 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001274 "src": [
1275 "test/core/httpcli/format_request_test.c"
1276 ],
1277 "deps": [
1278 "grpc_test_util",
1279 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001280 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001281 "gpr"
1282 ]
1283 },
1284 {
1285 "name": "httpcli_parser_test",
1286 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001287 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001288 "src": [
1289 "test/core/httpcli/parser_test.c"
1290 ],
1291 "deps": [
1292 "grpc_test_util",
1293 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001294 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001295 "gpr"
1296 ]
1297 },
1298 {
1299 "name": "httpcli_test",
1300 "build": "test",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001301 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001302 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001303 "src": [
1304 "test/core/httpcli/httpcli_test.c"
1305 ],
1306 "deps": [
1307 "grpc_test_util",
1308 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001309 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001310 "gpr"
1311 ]
1312 },
1313 {
Craig Tiller4450db22015-01-30 16:49:22 -08001314 "name": "json_rewrite",
1315 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001316 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001317 "language": "c",
1318 "src": [
1319 "test/core/json/json_rewrite.c"
1320 ],
1321 "deps": [
1322 "grpc",
1323 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001324 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001325 },
1326 {
1327 "name": "json_rewrite_test",
1328 "build": "test",
1329 "language": "c",
1330 "src": [
1331 "test/core/json/json_rewrite_test.c"
1332 ],
1333 "deps": [
1334 "grpc_test_util",
1335 "grpc",
1336 "gpr_test_util",
1337 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001338 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001339 },
1340 {
1341 "name": "json_test",
1342 "build": "test",
1343 "language": "c",
1344 "src": [
1345 "test/core/json/json_test.c"
1346 ],
1347 "deps": [
1348 "grpc_test_util",
1349 "grpc",
1350 "gpr_test_util",
1351 "gpr"
1352 ]
1353 },
1354 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001355 "name": "lame_client_test",
1356 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001357 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001358 "src": [
1359 "test/core/surface/lame_client_test.c"
1360 ],
1361 "deps": [
1362 "grpc_test_util",
1363 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001364 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001365 "gpr"
1366 ]
1367 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001368 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001369 "name": "low_level_ping_pong_benchmark",
1370 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001371 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001372 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001373 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001374 ],
1375 "deps": [
1376 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001377 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001378 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001379 "gpr"
1380 ]
1381 },
1382 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001383 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001384 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001385 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001386 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001387 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001388 ],
1389 "deps": [
1390 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001391 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001392 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001393 "gpr"
1394 ]
ctiller8919f602014-12-10 10:19:42 -08001395 },
1396 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001397 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001398 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001399 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001400 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001401 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001402 ],
1403 "deps": [
1404 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001405 "grpc",
1406 "gpr_test_util",
1407 "gpr"
1408 ]
1409 },
1410 {
Craig Tiller35108f62015-02-17 11:24:15 -08001411 "name": "multi_init_test",
1412 "build": "test",
1413 "language": "c",
1414 "src": [
1415 "test/core/surface/multi_init_test.c"
1416 ],
1417 "deps": [
1418 "grpc_test_util",
1419 "grpc",
1420 "gpr_test_util",
1421 "gpr"
1422 ]
1423 },
1424 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001425 "name": "murmur_hash_test",
1426 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001427 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001428 "src": [
1429 "test/core/support/murmur_hash_test.c"
1430 ],
1431 "deps": [
1432 "gpr_test_util",
1433 "gpr"
1434 ]
1435 },
1436 {
1437 "name": "no_server_test",
1438 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001439 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001440 "src": [
1441 "test/core/end2end/no_server_test.c"
1442 ],
1443 "deps": [
1444 "grpc_test_util",
1445 "grpc",
1446 "gpr_test_util",
1447 "gpr"
1448 ]
1449 },
1450 {
David Klempnere3605682015-01-26 17:27:21 -08001451 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001452 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001453 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001454 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001455 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001456 ],
1457 "deps": [
1458 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001459 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001460 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001461 "gpr"
1462 ]
1463 },
1464 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001466 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001467 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001468 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001469 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001470 ],
1471 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001472 "grpc_test_util",
1473 "grpc",
1474 "gpr_test_util",
1475 "gpr"
1476 ]
1477 },
1478 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001479 "name": "secure_endpoint_test",
1480 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001481 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001482 "src": [
1483 "test/core/security/secure_endpoint_test.c"
1484 ],
1485 "deps": [
1486 "grpc_test_util",
1487 "grpc",
1488 "gpr_test_util",
1489 "gpr"
1490 ]
1491 },
1492 {
1493 "name": "sockaddr_utils_test",
1494 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001495 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001496 "src": [
1497 "test/core/iomgr/sockaddr_utils_test.c"
1498 ],
1499 "deps": [
1500 "grpc_test_util",
1501 "grpc",
1502 "gpr_test_util",
1503 "gpr"
1504 ]
1505 },
1506 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001507 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001508 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001509 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001510 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001511 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001512 ],
1513 "deps": [
1514 "grpc_test_util",
1515 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001516 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001517 "gpr"
1518 ]
1519 },
1520 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001521 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001522 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001523 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001524 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001525 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001526 ],
1527 "deps": [
1528 "grpc_test_util",
1529 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001530 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001531 "gpr"
1532 ]
1533 },
1534 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001535 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001536 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001537 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001538 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001539 "test/core/iomgr/tcp_server_posix_test.c"
1540 ],
1541 "deps": [
1542 "grpc_test_util",
1543 "grpc",
1544 "gpr_test_util",
1545 "gpr"
1546 ]
1547 },
1548 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001549 "name": "time_averaged_stats_test",
1550 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001551 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001552 "src": [
1553 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001554 ],
1555 "deps": [
1556 "grpc_test_util",
1557 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001558 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001559 "gpr"
1560 ]
1561 },
1562 {
ctiller8919f602014-12-10 10:19:42 -08001563 "name": "time_test",
1564 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001565 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001566 "src": [
1567 "test/core/support/time_test.c"
1568 ],
1569 "deps": [
1570 "grpc_test_util",
1571 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001572 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001573 "gpr"
1574 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001575 },
1576 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001577 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001578 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001579 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001580 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001581 "test/core/transport/chttp2/timeout_encoding_test.c"
1582 ],
1583 "deps": [
1584 "grpc_test_util",
1585 "grpc",
1586 "gpr_test_util",
1587 "gpr"
1588 ]
1589 },
1590 {
1591 "name": "transport_metadata_test",
1592 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001593 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001594 "src": [
1595 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001596 ],
1597 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001598 "grpc_test_util",
1599 "grpc",
1600 "gpr_test_util",
1601 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001602 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001603 },
1604 {
Julien Boeuf9fff77e2015-02-24 16:50:35 -08001605 "name": "transport_security_test",
1606 "build": "test",
1607 "language": "c",
1608 "src": [
1609 "test/core/tsi/transport_security_test.c"
1610 ],
1611 "deps": [
1612 "grpc_test_util",
1613 "grpc",
1614 "gpr_test_util",
1615 "gpr"
1616 ]
1617 },
1618 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001619 "name": "async_end2end_test",
1620 "build": "test",
1621 "language": "c++",
1622 "src": [
1623 "test/cpp/end2end/async_end2end_test.cc"
1624 ],
1625 "deps": [
1626 "grpc++_test_util",
1627 "grpc_test_util",
1628 "grpc++",
1629 "grpc",
1630 "gpr_test_util",
1631 "gpr"
1632 ]
1633 },
1634 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001635 "name": "channel_arguments_test",
1636 "build": "test",
1637 "language": "c++",
1638 "src": [
1639 "test/cpp/client/channel_arguments_test.cc"
1640 ],
1641 "deps": [
1642 "grpc++",
1643 "grpc",
1644 "gpr"
1645 ]
1646 },
1647 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001648 "name": "credentials_test",
1649 "build": "test",
1650 "language": "c++",
1651 "src": [
1652 "test/cpp/client/credentials_test.cc"
1653 ],
1654 "deps": [
1655 "grpc++",
1656 "grpc",
1657 "gpr"
1658 ]
1659 },
1660 {
1661 "name": "end2end_test",
1662 "build": "test",
1663 "language": "c++",
1664 "src": [
1665 "test/cpp/end2end/end2end_test.cc"
1666 ],
1667 "deps": [
1668 "grpc++_test_util",
1669 "grpc_test_util",
1670 "grpc++",
1671 "grpc",
1672 "gpr_test_util",
1673 "gpr"
1674 ]
1675 },
1676 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01001677 "name": "grpc_cpp_plugin",
1678 "build": "protoc",
1679 "language": "c++",
1680 "headers": [
1681 "src/compiler/cpp_generator.h",
1682 "src/compiler/cpp_generator_helpers.h"
1683 ],
1684 "src": [
1685 "src/compiler/cpp_generator.cc",
1686 "src/compiler/cpp_plugin.cc"
1687 ],
1688 "deps": [],
1689 "secure": false
1690 },
1691 {
1692 "name": "grpc_python_plugin",
1693 "build": "protoc",
1694 "language": "c++",
1695 "headers": [
1696 "src/compiler/python_generator.h"
1697 ],
1698 "src": [
1699 "src/compiler/python_generator.cc",
1700 "src/compiler/python_plugin.cc"
1701 ],
1702 "deps": [],
1703 "secure": false
1704 },
1705 {
1706 "name": "grpc_ruby_plugin",
1707 "build": "protoc",
1708 "language": "c++",
1709 "src": [
1710 "src/compiler/ruby_generator.cc",
1711 "src/compiler/ruby_plugin.cc"
1712 ],
1713 "deps": [],
1714 "secure": false
1715 },
1716 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001717 "name": "interop_client",
1718 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001719 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001720 "language": "c++",
1721 "src": [
1722 "test/cpp/interop/empty.proto",
1723 "test/cpp/interop/messages.proto",
1724 "test/cpp/interop/test.proto",
1725 "test/cpp/interop/client.cc"
1726 ],
1727 "deps": [
1728 "grpc++_test_util",
1729 "grpc_test_util",
1730 "grpc++",
1731 "grpc",
1732 "gpr_test_util",
1733 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001734 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001735 },
1736 {
1737 "name": "interop_server",
1738 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001739 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001740 "language": "c++",
1741 "src": [
1742 "test/cpp/interop/empty.proto",
1743 "test/cpp/interop/messages.proto",
1744 "test/cpp/interop/test.proto",
1745 "test/cpp/interop/server.cc"
1746 ],
1747 "deps": [
1748 "grpc++_test_util",
1749 "grpc_test_util",
1750 "grpc++",
1751 "grpc",
1752 "gpr_test_util",
1753 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001754 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001755 },
1756 {
Craig Tillerfe8af4e2015-02-21 07:04:49 -08001757 "name": "interop_test",
1758 "build": "test",
1759 "language": "c++",
1760 "src": [
1761 "test/cpp/interop/interop_test.cc"
1762 ],
1763 "deps": [
1764 "grpc_test_util",
1765 "grpc",
1766 "gpr_test_util",
1767 "gpr"
1768 ]
1769 },
1770 {
Craig Tiller73b70182015-02-17 07:36:09 -08001771 "name": "pubsub_client",
1772 "build": "test",
1773 "run": false,
1774 "language": "c++",
1775 "src": [
1776 "examples/pubsub/main.cc"
1777 ],
1778 "deps": [
1779 "pubsub_client_lib",
Craig Tiller73b70182015-02-17 07:36:09 -08001780 "grpc_test_util",
1781 "grpc++",
1782 "grpc",
1783 "gpr_test_util",
1784 "gpr"
1785 ]
1786 },
1787 {
1788 "name": "pubsub_publisher_test",
1789 "build": "test",
1790 "language": "c++",
1791 "src": [
1792 "examples/pubsub/publisher_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 {
1805 "name": "pubsub_subscriber_test",
1806 "build": "test",
1807 "language": "c++",
1808 "src": [
1809 "examples/pubsub/subscriber_test.cc"
1810 ],
1811 "deps": [
1812 "pubsub_client_lib",
1813 "grpc++_test_util",
1814 "grpc_test_util",
1815 "grpc++",
1816 "grpc",
1817 "gpr_test_util",
1818 "gpr"
1819 ]
1820 },
1821 {
Craig Tillerb449de02015-03-02 09:18:05 -08001822 "name": "qps_driver",
1823 "build": "test",
1824 "run": false,
1825 "language": "c++",
1826 "src": [
1827 "test/cpp/qps/qps_driver.cc"
1828 ],
1829 "deps": [
1830 "qps",
1831 "grpc++_test_util",
1832 "grpc_test_util",
1833 "grpc++",
1834 "grpc",
1835 "gpr_test_util",
1836 "gpr"
1837 ]
1838 },
1839 {
Craig Tiller26598a32015-03-02 16:16:00 -08001840 "name": "qps_worker",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001841 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001842 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001843 "language": "c++",
Craig Tiller26598a32015-03-02 16:16:00 -08001844 "headers": [
1845 "test/cpp/qps/client.h",
1846 "test/cpp/qps/server.h"
1847 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001848 "src": [
Craig Tiller88568752015-03-04 10:50:43 -08001849 "test/cpp/qps/client_async.cc",
Craig Tillera8dc37a2015-03-04 12:56:00 -08001850 "test/cpp/qps/client_sync.cc",
Craig Tillerd6479d62015-03-04 12:50:11 -08001851 "test/cpp/qps/server_async.cc",
Craig Tillera8dc37a2015-03-04 12:56:00 -08001852 "test/cpp/qps/server_sync.cc",
Craig Tiller26598a32015-03-02 16:16:00 -08001853 "test/cpp/qps/worker.cc"
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001854 ],
1855 "deps": [
Craig Tillere4860192015-02-23 17:10:41 -08001856 "qps",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001857 "grpc++_test_util",
1858 "grpc_test_util",
1859 "grpc++",
1860 "grpc",
1861 "gpr_test_util",
1862 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001863 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001864 },
1865 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001866 "name": "status_test",
1867 "build": "test",
1868 "language": "c++",
1869 "src": [
1870 "test/cpp/util/status_test.cc"
1871 ],
1872 "deps": [
1873 "grpc_test_util",
1874 "grpc++",
1875 "grpc",
1876 "gpr_test_util",
1877 "gpr"
1878 ]
1879 },
1880 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001881 "name": "thread_pool_test",
1882 "build": "test",
1883 "language": "c++",
1884 "src": [
1885 "test/cpp/server/thread_pool_test.cc"
1886 ],
1887 "deps": [
1888 "grpc_test_util",
1889 "grpc++",
1890 "grpc",
1891 "gpr_test_util",
1892 "gpr"
1893 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001894 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001895 ]
1896}