blob: 172753ba4accf0a2809027edbaf504f43390781b [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/httpcli/format_request.h",
37 "src/core/httpcli/httpcli.h",
38 "src/core/httpcli/httpcli_security_context.h",
39 "src/core/httpcli/parser.h",
40 "src/core/iomgr/alarm.h",
41 "src/core/iomgr/alarm_heap.h",
42 "src/core/iomgr/alarm_internal.h",
43 "src/core/iomgr/endpoint.h",
44 "src/core/iomgr/endpoint_pair.h",
45 "src/core/iomgr/fd_posix.h",
Nicolas Noble45e67a32015-02-09 16:20:49 -080046 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080047 "src/core/iomgr/iomgr.h",
48 "src/core/iomgr/iomgr_internal.h",
49 "src/core/iomgr/iomgr_posix.h",
50 "src/core/iomgr/pollset.h",
51 "src/core/iomgr/pollset_kick.h",
52 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080053 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080054 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080055 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080056 "src/core/iomgr/resolve_address.h",
57 "src/core/iomgr/sockaddr.h",
58 "src/core/iomgr/sockaddr_posix.h",
59 "src/core/iomgr/sockaddr_utils.h",
60 "src/core/iomgr/sockaddr_win32.h",
61 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010062 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080063 "src/core/iomgr/tcp_client.h",
64 "src/core/iomgr/tcp_posix.h",
65 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010066 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080067 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080068 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080069 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080070 "src/core/json/json.h",
71 "src/core/json/json_common.h",
72 "src/core/json/json_reader.h",
73 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080074 "src/core/statistics/census_interface.h",
75 "src/core/statistics/census_log.h",
76 "src/core/statistics/census_rpc_stats.h",
77 "src/core/statistics/census_tracing.h",
78 "src/core/statistics/hash_table.h",
79 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080080 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080081 "src/core/surface/call.h",
82 "src/core/surface/channel.h",
83 "src/core/surface/client.h",
84 "src/core/surface/completion_queue.h",
85 "src/core/surface/event_string.h",
86 "src/core/surface/lame_client.h",
87 "src/core/surface/server.h",
88 "src/core/surface/surface_trace.h",
89 "src/core/transport/chttp2/bin_encoder.h",
90 "src/core/transport/chttp2/frame.h",
91 "src/core/transport/chttp2/frame_data.h",
92 "src/core/transport/chttp2/frame_goaway.h",
93 "src/core/transport/chttp2/frame_ping.h",
94 "src/core/transport/chttp2/frame_rst_stream.h",
95 "src/core/transport/chttp2/frame_settings.h",
96 "src/core/transport/chttp2/frame_window_update.h",
97 "src/core/transport/chttp2/hpack_parser.h",
98 "src/core/transport/chttp2/hpack_table.h",
99 "src/core/transport/chttp2/http2_errors.h",
100 "src/core/transport/chttp2/huffsyms.h",
101 "src/core/transport/chttp2/status_conversion.h",
102 "src/core/transport/chttp2/stream_encoder.h",
103 "src/core/transport/chttp2/stream_map.h",
104 "src/core/transport/chttp2/timeout_encoding.h",
105 "src/core/transport/chttp2/varint.h",
106 "src/core/transport/chttp2_transport.h",
107 "src/core/transport/metadata.h",
108 "src/core/transport/stream_op.h",
109 "src/core/transport/transport.h",
110 "src/core/transport/transport_impl.h"
111 ],
nnoblec87b1c52015-01-05 17:15:18 -0800112 "src": [
113 "src/core/channel/call_op_string.c",
114 "src/core/channel/census_filter.c",
115 "src/core/channel/channel_args.c",
116 "src/core/channel/channel_stack.c",
117 "src/core/channel/child_channel.c",
118 "src/core/channel/client_channel.c",
119 "src/core/channel/client_setup.c",
120 "src/core/channel/connected_channel.c",
121 "src/core/channel/http_client_filter.c",
122 "src/core/channel/http_filter.c",
123 "src/core/channel/http_server_filter.c",
124 "src/core/channel/metadata_buffer.c",
125 "src/core/channel/noop_filter.c",
126 "src/core/compression/algorithm.c",
127 "src/core/compression/message_compress.c",
Craig Tiller6e7c6222015-02-20 15:31:21 -0800128 "src/core/debug/trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800129 "src/core/httpcli/format_request.c",
130 "src/core/httpcli/httpcli.c",
131 "src/core/httpcli/httpcli_security_context.c",
132 "src/core/httpcli/parser.c",
133 "src/core/iomgr/alarm.c",
134 "src/core/iomgr/alarm_heap.c",
135 "src/core/iomgr/endpoint.c",
136 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800137 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800138 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800139 "src/core/iomgr/iomgr.c",
140 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100141 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800142 "src/core/iomgr/pollset_kick.c",
David Klempnerbaced4d2015-02-10 17:10:15 -0800143 "src/core/iomgr/pollset_multipoller_with_epoll.c",
Craig Tiller24c06ea2015-02-11 21:26:45 -0800144 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800145 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800146 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800147 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800148 "src/core/iomgr/sockaddr_utils.c",
149 "src/core/iomgr/socket_utils_common_posix.c",
150 "src/core/iomgr/socket_utils_linux.c",
151 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100152 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800153 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100154 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800155 "src/core/iomgr/tcp_posix.c",
156 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100157 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100158 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800159 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800160 "src/core/iomgr/wakeup_fd_eventfd.c",
161 "src/core/iomgr/wakeup_fd_nospecial.c",
162 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800163 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800164 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800165 "src/core/json/json_reader.c",
166 "src/core/json/json_string.c",
167 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800168 "src/core/statistics/census_init.c",
169 "src/core/statistics/census_log.c",
170 "src/core/statistics/census_rpc_stats.c",
171 "src/core/statistics/census_tracing.c",
172 "src/core/statistics/hash_table.c",
173 "src/core/statistics/window_stats.c",
174 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800175 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800176 "src/core/surface/byte_buffer_reader.c",
177 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800178 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800179 "src/core/surface/channel.c",
180 "src/core/surface/channel_create.c",
181 "src/core/surface/client.c",
182 "src/core/surface/completion_queue.c",
183 "src/core/surface/event_string.c",
184 "src/core/surface/init.c",
185 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800186 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800187 "src/core/surface/secure_channel_create.c",
188 "src/core/surface/secure_server_create.c",
189 "src/core/surface/server.c",
190 "src/core/surface/server_chttp2.c",
191 "src/core/surface/server_create.c",
192 "src/core/transport/chttp2/alpn.c",
193 "src/core/transport/chttp2/bin_encoder.c",
194 "src/core/transport/chttp2/frame_data.c",
195 "src/core/transport/chttp2/frame_goaway.c",
196 "src/core/transport/chttp2/frame_ping.c",
197 "src/core/transport/chttp2/frame_rst_stream.c",
198 "src/core/transport/chttp2/frame_settings.c",
199 "src/core/transport/chttp2/frame_window_update.c",
200 "src/core/transport/chttp2/hpack_parser.c",
201 "src/core/transport/chttp2/hpack_table.c",
202 "src/core/transport/chttp2/huffsyms.c",
203 "src/core/transport/chttp2/status_conversion.c",
204 "src/core/transport/chttp2/stream_encoder.c",
205 "src/core/transport/chttp2/stream_map.c",
206 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800207 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800208 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800209 "src/core/transport/metadata.c",
210 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800211 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800212 ]
213 }
214 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800215 "libs": [
216 {
217 "name": "gpr",
218 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800219 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "public_headers": [
221 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800222 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800223 "include/grpc/support/atm_gcc_atomic.h",
224 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800225 "include/grpc/support/atm_win32.h",
226 "include/grpc/support/cancellable_platform.h",
227 "include/grpc/support/cmdline.h",
228 "include/grpc/support/histogram.h",
229 "include/grpc/support/host_port.h",
230 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100231 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800232 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800233 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800234 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800235 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800236 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "include/grpc/support/sync_posix.h",
238 "include/grpc/support/sync_win32.h",
239 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800240 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800241 "include/grpc/support/useful.h"
242 ],
243 "headers": [
Julien Boeuf026a4172015-02-02 18:36:37 -0800244 "src/core/support/env.h",
245 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800246 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800247 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800248 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800249 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800250 ],
251 "src": [
252 "src/core/support/alloc.c",
253 "src/core/support/cancellable.c",
254 "src/core/support/cmdline.c",
255 "src/core/support/cpu_linux.c",
256 "src/core/support/cpu_posix.c",
Jan Tattermusch6943fb32015-02-09 17:38:52 -0800257 "src/core/support/cpu_windows.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800258 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800259 "src/core/support/env_posix.c",
260 "src/core/support/env_win32.c",
261 "src/core/support/file.c",
262 "src/core/support/file_posix.c",
263 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800264 "src/core/support/histogram.c",
265 "src/core/support/host_port.c",
266 "src/core/support/log.c",
267 "src/core/support/log_android.c",
268 "src/core/support/log_linux.c",
269 "src/core/support/log_posix.c",
270 "src/core/support/log_win32.c",
271 "src/core/support/murmur_hash.c",
272 "src/core/support/slice.c",
273 "src/core/support/slice_buffer.c",
274 "src/core/support/string.c",
275 "src/core/support/string_posix.c",
276 "src/core/support/string_win32.c",
277 "src/core/support/sync.c",
278 "src/core/support/sync_posix.c",
279 "src/core/support/sync_win32.c",
280 "src/core/support/thd_posix.c",
281 "src/core/support/thd_win32.c",
282 "src/core/support/time.c",
283 "src/core/support/time_posix.c",
284 "src/core/support/time_win32.c"
285 ],
286 "secure": false,
287 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
288 },
289 {
290 "name": "gpr_test_util",
291 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800292 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800293 "src": [
294 "test/core/util/test_config.c"
295 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800296 "deps": [
297 "gpr"
298 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800299 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800300 },
301 {
302 "name": "grpc",
303 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800304 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800306 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800307 ],
308 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800309 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800310 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800311 "src/core/security/credentials.h",
jboeufbefd2652014-12-12 15:39:47 -0800312 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800313 "src/core/security/secure_transport_setup.h",
314 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800315 "src/core/tsi/fake_transport_security.h",
316 "src/core/tsi/ssl_transport_security.h",
317 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800318 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800319 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800320 "src": [
321 "src/core/security/auth.c",
322 "src/core/security/base64.c",
323 "src/core/security/credentials.c",
324 "src/core/security/factories.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800325 "src/core/security/json_token.c",
326 "src/core/security/secure_endpoint.c",
327 "src/core/security/secure_transport_setup.c",
328 "src/core/security/security_context.c",
329 "src/core/security/server_secure_chttp2.c",
330 "src/core/tsi/fake_transport_security.c",
331 "src/core/tsi/ssl_transport_security.c",
332 "src/core/tsi/transport_security.c"
333 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800334 "deps": [
335 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800336 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800337 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800338 "filegroups": [
339 "grpc_base"
340 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800341 "secure": true,
342 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800343 },
344 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800345 "name": "grpc_test_util",
346 "build": "private",
347 "language": "c",
348 "src": [
349 "test/core/end2end/cq_verifier.c",
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800350 "test/core/end2end/data/server1_cert.c",
351 "test/core/end2end/data/server1_key.c",
352 "test/core/end2end/data/test_root_cert.c",
353 "test/core/iomgr/endpoint_tests.c",
354 "test/core/statistics/census_log_tests.c",
355 "test/core/transport/transport_end2end_tests.c",
356 "test/core/util/grpc_profiler.c",
357 "test/core/util/parse_hexstring.c",
358 "test/core/util/port_posix.c",
359 "test/core/util/slice_splitter.c"
360 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800361 "deps": [
362 "gpr",
363 "grpc"
364 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800365 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
366 },
367 {
368 "name": "grpc_unsecure",
369 "build": "all",
370 "language": "c",
371 "deps": [
372 "gpr"
373 ],
374 "baselib": true,
375 "filegroups": [
376 "grpc_base"
377 ],
378 "secure": false,
379 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
380 },
381 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800382 "name": "grpc++",
383 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800384 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800385 "public_headers": [
Yang Gao3a5e5492015-02-18 14:32:38 -0800386 "include/grpc++/async_unary_call.h",
yangg59dfc902014-12-19 14:00:14 -0800387 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800388 "include/grpc++/channel_interface.h",
389 "include/grpc++/client_context.h",
390 "include/grpc++/completion_queue.h",
391 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800392 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800393 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800394 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800395 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800396 "include/grpc++/impl/internal_stub.h",
397 "include/grpc++/impl/rpc_method.h",
398 "include/grpc++/impl/rpc_service_method.h",
Yang Gao1a986962015-02-19 12:40:46 -0800399 "include/grpc++/impl/service_type.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800400 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800401 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800402 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800403 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800404 "include/grpc++/status.h",
Yang Gao50556472015-02-19 12:37:35 -0800405 "include/grpc++/status_code_enum.h",
Yang Gao1a986962015-02-19 12:40:46 -0800406 "include/grpc++/stream.h",
407 "include/grpc++/thread_pool_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800408 ],
409 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800410 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800411 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800412 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800413 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800414 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800415 "src": [
416 "src/cpp/client/channel.cc",
417 "src/cpp/client/channel_arguments.cc",
418 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800419 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800420 "src/cpp/client/create_channel.cc",
421 "src/cpp/client/credentials.cc",
422 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800423 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800424 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800425 "src/cpp/common/rpc_method.cc",
426 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800427 "src/cpp/server/server.cc",
428 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800429 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800430 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800431 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src/cpp/util/status.cc",
433 "src/cpp/util/time.cc"
434 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800435 "deps": [
436 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800437 ],
438 "secure": true,
439 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800440 },
441 {
442 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800443 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800444 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800445 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800446 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800447 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800448 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800449 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800450 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800451 },
452 {
Chen wang84232512015-02-12 17:29:18 -0800453 "name": "pubsub_client_lib",
Chen Wang86af8cf2015-01-21 18:05:40 -0800454 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800455 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800456 "src": [
Chen wang84232512015-02-12 17:29:18 -0800457 "examples/pubsub/label.proto",
458 "examples/pubsub/empty.proto",
459 "examples/pubsub/pubsub.proto",
460 "examples/pubsub/publisher.cc",
461 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800462 ],
463 "deps": [
464 "grpc++",
465 "grpc",
466 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800467 ]
Craig Tiller16a6ea62015-02-20 09:08:54 -0800468 },
469 {
470 "name": "grpc_csharp_ext",
471 "build": "all",
472 "language": "csharp",
473 "src": [
474 "src/csharp/ext/grpc_csharp_ext.c"
475 ],
476 "deps": [
477 "gpr",
478 "grpc"
479 ],
480 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800481 }
482 ],
483 "targets": [
484 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800485 "name": "alarm_heap_test",
486 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800487 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800488 "src": [
489 "test/core/iomgr/alarm_heap_test.c"
490 ],
491 "deps": [
492 "grpc_test_util",
493 "grpc",
494 "gpr_test_util",
495 "gpr"
496 ]
497 },
498 {
499 "name": "alarm_list_test",
500 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800501 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800502 "src": [
503 "test/core/iomgr/alarm_list_test.c"
504 ],
505 "deps": [
506 "grpc_test_util",
507 "grpc",
508 "gpr_test_util",
509 "gpr"
510 ]
511 },
512 {
513 "name": "alarm_test",
514 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800515 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800516 "src": [
517 "test/core/iomgr/alarm_test.c"
518 ],
519 "deps": [
520 "grpc_test_util",
521 "grpc",
522 "gpr_test_util",
523 "gpr"
524 ]
525 },
526 {
527 "name": "alpn_test",
528 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800529 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800530 "src": [
531 "test/core/transport/chttp2/alpn_test.c"
532 ],
533 "deps": [
534 "grpc_test_util",
535 "grpc",
536 "gpr_test_util",
537 "gpr"
538 ]
539 },
540 {
541 "name": "bin_encoder_test",
542 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800543 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800544 "src": [
545 "test/core/transport/chttp2/bin_encoder_test.c"
546 ],
547 "deps": [
548 "grpc_test_util",
549 "grpc",
550 "gpr_test_util",
551 "gpr"
552 ]
553 },
554 {
555 "name": "census_hash_table_test",
556 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800557 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800558 "src": [
559 "test/core/statistics/hash_table_test.c"
560 ],
561 "deps": [
562 "grpc_test_util",
563 "grpc",
564 "gpr_test_util",
565 "gpr"
566 ]
567 },
568 {
569 "name": "census_statistics_multiple_writers_circular_buffer_test",
570 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800571 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800572 "src": [
573 "test/core/statistics/multiple_writers_circular_buffer_test.c"
574 ],
575 "deps": [
576 "grpc_test_util",
577 "grpc",
578 "gpr_test_util",
579 "gpr"
580 ]
581 },
582 {
583 "name": "census_statistics_multiple_writers_test",
584 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800585 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800586 "src": [
587 "test/core/statistics/multiple_writers_test.c"
588 ],
589 "deps": [
590 "grpc_test_util",
591 "grpc",
592 "gpr_test_util",
593 "gpr"
594 ]
595 },
596 {
597 "name": "census_statistics_performance_test",
598 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800599 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800600 "src": [
601 "test/core/statistics/performance_test.c"
602 ],
603 "deps": [
604 "grpc_test_util",
605 "grpc",
606 "gpr_test_util",
607 "gpr"
608 ]
609 },
610 {
611 "name": "census_statistics_quick_test",
612 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800613 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800614 "src": [
615 "test/core/statistics/quick_test.c"
616 ],
617 "deps": [
618 "grpc_test_util",
619 "grpc",
620 "gpr_test_util",
621 "gpr"
622 ]
623 },
624 {
625 "name": "census_statistics_small_log_test",
626 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800627 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800628 "src": [
629 "test/core/statistics/small_log_test.c"
630 ],
631 "deps": [
632 "grpc_test_util",
633 "grpc",
634 "gpr_test_util",
635 "gpr"
636 ]
637 },
638 {
639 "name": "census_stats_store_test",
640 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800641 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800642 "src": [
643 "test/core/statistics/rpc_stats_test.c"
644 ],
645 "deps": [
646 "grpc_test_util",
647 "grpc",
648 "gpr_test_util",
649 "gpr"
650 ]
651 },
652 {
653 "name": "census_stub_test",
654 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800655 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800656 "src": [
657 "test/core/statistics/census_stub_test.c"
658 ],
659 "deps": [
660 "grpc_test_util",
661 "grpc",
662 "gpr_test_util",
663 "gpr"
664 ]
665 },
666 {
667 "name": "census_trace_store_test",
668 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800669 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800670 "src": [
671 "test/core/statistics/trace_test.c"
672 ],
673 "deps": [
674 "grpc_test_util",
675 "grpc",
676 "gpr_test_util",
677 "gpr"
678 ]
679 },
680 {
681 "name": "census_window_stats_test",
682 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800683 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800684 "src": [
685 "test/core/statistics/window_stats_test.c"
686 ],
687 "deps": [
688 "grpc_test_util",
689 "grpc",
690 "gpr_test_util",
691 "gpr"
692 ]
693 },
694 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800695 "name": "chttp2_status_conversion_test",
696 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800697 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800698 "src": [
699 "test/core/transport/chttp2/status_conversion_test.c"
700 ],
701 "deps": [
702 "grpc_test_util",
703 "grpc",
704 "gpr_test_util",
705 "gpr"
706 ]
707 },
708 {
709 "name": "chttp2_stream_encoder_test",
710 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800711 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800712 "src": [
713 "test/core/transport/chttp2/stream_encoder_test.c"
714 ],
715 "deps": [
716 "grpc_test_util",
717 "grpc",
718 "gpr_test_util",
719 "gpr"
720 ]
721 },
722 {
723 "name": "chttp2_stream_map_test",
724 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800725 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800726 "src": [
727 "test/core/transport/chttp2/stream_map_test.c"
728 ],
729 "deps": [
730 "grpc_test_util",
731 "grpc",
732 "gpr_test_util",
733 "gpr"
734 ]
735 },
736 {
737 "name": "chttp2_transport_end2end_test",
738 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800739 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800740 "src": [
741 "test/core/transport/chttp2_transport_end2end_test.c"
742 ],
743 "deps": [
744 "grpc_test_util",
745 "grpc",
746 "gpr_test_util",
747 "gpr"
748 ]
749 },
750 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800751 "name": "dualstack_socket_test",
752 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800753 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800754 "src": [
755 "test/core/end2end/dualstack_socket_test.c"
756 ],
757 "deps": [
758 "grpc_test_util",
759 "grpc",
760 "gpr_test_util",
761 "gpr"
762 ]
763 },
764 {
765 "name": "echo_client",
766 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800767 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800768 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800769 "src": [
770 "test/core/echo/client.c"
771 ],
772 "deps": [
773 "grpc_test_util",
774 "grpc",
775 "gpr_test_util",
776 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800777 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800778 },
779 {
780 "name": "echo_server",
781 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800782 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800783 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800784 "src": [
785 "test/core/echo/server.c"
786 ],
787 "deps": [
788 "grpc_test_util",
789 "grpc",
790 "gpr_test_util",
791 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800792 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800793 },
794 {
795 "name": "echo_test",
796 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800797 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800798 "src": [
799 "test/core/echo/echo_test.c"
800 ],
801 "deps": [
802 "grpc_test_util",
803 "grpc",
804 "gpr_test_util",
805 "gpr"
806 ]
807 },
808 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800809 "name": "fd_posix_test",
810 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800811 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800812 "src": [
813 "test/core/iomgr/fd_posix_test.c"
814 ],
815 "deps": [
816 "grpc_test_util",
817 "grpc",
818 "gpr_test_util",
819 "gpr"
820 ]
821 },
822 {
823 "name": "fling_client",
824 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800825 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800826 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800827 "src": [
828 "test/core/fling/client.c"
829 ],
830 "deps": [
831 "grpc_test_util",
832 "grpc",
833 "gpr_test_util",
834 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800835 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800836 },
837 {
838 "name": "fling_server",
839 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800840 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800841 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800842 "src": [
843 "test/core/fling/server.c"
844 ],
845 "deps": [
846 "grpc_test_util",
847 "grpc",
848 "gpr_test_util",
849 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800850 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800851 },
852 {
853 "name": "fling_stream_test",
854 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800855 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800856 "src": [
857 "test/core/fling/fling_stream_test.c"
858 ],
859 "deps": [
860 "grpc_test_util",
861 "grpc",
862 "gpr_test_util",
863 "gpr"
864 ]
865 },
866 {
867 "name": "fling_test",
868 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800869 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800870 "src": [
871 "test/core/fling/fling_test.c"
872 ],
873 "deps": [
874 "grpc_test_util",
875 "grpc",
876 "gpr_test_util",
877 "gpr"
878 ]
879 },
880 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800881 "name": "gen_hpack_tables",
882 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800883 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800884 "src": [
885 "src/core/transport/chttp2/gen_hpack_tables.c"
886 ],
887 "deps": [
888 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800889 "gpr",
890 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800891 ]
892 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800893 {
894 "name": "gpr_cancellable_test",
895 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800896 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800897 "src": [
898 "test/core/support/cancellable_test.c"
899 ],
900 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800901 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800902 "gpr"
903 ]
904 },
905 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800906 "name": "gpr_cmdline_test",
907 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800908 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800909 "src": [
910 "test/core/support/cmdline_test.c"
911 ],
912 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800913 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800914 "gpr"
915 ]
916 },
917 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800918 "name": "gpr_env_test",
919 "build": "test",
920 "language": "c",
921 "src": [
922 "test/core/support/env_test.c"
923 ],
924 "deps": [
925 "gpr_test_util",
926 "gpr"
927 ]
928 },
929 {
930 "name": "gpr_file_test",
931 "build": "test",
932 "language": "c",
933 "src": [
934 "test/core/support/file_test.c"
935 ],
936 "deps": [
937 "gpr_test_util",
938 "gpr"
939 ]
940 },
941 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800942 "name": "gpr_histogram_test",
943 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800944 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800945 "src": [
946 "test/core/support/histogram_test.c"
947 ],
948 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800949 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800950 "gpr"
951 ]
952 },
953 {
954 "name": "gpr_host_port_test",
955 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800956 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800957 "src": [
958 "test/core/support/host_port_test.c"
959 ],
960 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800961 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800962 "gpr"
963 ]
964 },
965 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800966 "name": "gpr_log_test",
967 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800968 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800969 "src": [
970 "test/core/support/log_test.c"
971 ],
972 "deps": [
973 "gpr_test_util",
974 "gpr"
975 ]
976 },
977 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800978 "name": "gpr_slice_buffer_test",
979 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800980 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800981 "src": [
982 "test/core/support/slice_buffer_test.c"
983 ],
984 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800985 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800986 "gpr"
987 ]
988 },
989 {
990 "name": "gpr_slice_test",
991 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800992 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800993 "src": [
994 "test/core/support/slice_test.c"
995 ],
996 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800997 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800998 "gpr"
999 ]
1000 },
1001 {
1002 "name": "gpr_string_test",
1003 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001004 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 "src": [
1006 "test/core/support/string_test.c"
1007 ],
1008 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001009 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001010 "gpr"
1011 ]
1012 },
1013 {
1014 "name": "gpr_sync_test",
1015 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001016 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001017 "src": [
1018 "test/core/support/sync_test.c"
1019 ],
1020 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001021 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001022 "gpr"
1023 ]
1024 },
1025 {
1026 "name": "gpr_thd_test",
1027 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001028 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001029 "src": [
1030 "test/core/support/thd_test.c"
1031 ],
1032 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001033 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001034 "gpr"
1035 ]
1036 },
1037 {
1038 "name": "gpr_time_test",
1039 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001040 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001041 "src": [
1042 "test/core/support/time_test.c"
1043 ],
1044 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001045 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001046 "gpr"
1047 ]
1048 },
1049 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001050 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001051 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001052 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001053 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001054 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 ],
1056 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001057 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001058 "gpr"
1059 ]
1060 },
1061 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001062 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001063 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001064 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001065 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001066 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 ],
1068 "deps": [
1069 "grpc_test_util",
1070 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001071 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001072 "gpr"
1073 ]
1074 },
1075 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001076 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001077 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001078 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001079 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001080 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001081 ],
1082 "deps": [
1083 "grpc_test_util",
1084 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001085 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001086 "gpr"
1087 ]
1088 },
1089 {
1090 "name": "grpc_channel_stack_test",
1091 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001092 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001093 "src": [
1094 "test/core/channel/channel_stack_test.c"
1095 ],
1096 "deps": [
1097 "grpc_test_util",
1098 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001099 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001100 "gpr"
1101 ]
1102 },
1103 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001104 "name": "grpc_completion_queue_benchmark",
1105 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001106 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001107 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001108 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 ],
1110 "deps": [
1111 "grpc_test_util",
1112 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001113 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001114 "gpr"
1115 ]
1116 },
1117 {
1118 "name": "grpc_completion_queue_test",
1119 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001120 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001121 "src": [
1122 "test/core/surface/completion_queue_test.c"
1123 ],
1124 "deps": [
1125 "grpc_test_util",
1126 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001127 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001128 "gpr"
1129 ]
1130 },
1131 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001132 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001133 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001134 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001135 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001136 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001137 ],
1138 "deps": [
1139 "grpc_test_util",
1140 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001141 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001142 "gpr"
1143 ]
1144 },
1145 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001146 "name": "grpc_fetch_oauth2",
1147 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001148 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001149 "src": [
1150 "test/core/security/fetch_oauth2.c"
1151 ],
1152 "deps": [
1153 "grpc_test_util",
1154 "grpc",
1155 "gpr_test_util",
1156 "gpr"
1157 ]
1158 },
1159 {
1160 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001161 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001162 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001163 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001164 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 ],
1166 "deps": [
1167 "grpc_test_util",
1168 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001169 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001170 "gpr"
1171 ]
1172 },
1173 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001174 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001175 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001176 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001177 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001178 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001179 ],
1180 "deps": [
1181 "grpc_test_util",
1182 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001183 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001184 "gpr"
1185 ]
1186 },
1187 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001188 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001189 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001190 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001191 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001192 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 ],
1194 "deps": [
1195 "grpc_test_util",
1196 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001197 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001198 "gpr"
1199 ]
1200 },
1201 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001202 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001203 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001204 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001205 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001206 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001207 ],
1208 "deps": [
1209 "grpc_test_util",
1210 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001211 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001212 "gpr"
1213 ]
1214 },
1215 {
1216 "name": "httpcli_format_request_test",
1217 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001218 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001219 "src": [
1220 "test/core/httpcli/format_request_test.c"
1221 ],
1222 "deps": [
1223 "grpc_test_util",
1224 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001225 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001226 "gpr"
1227 ]
1228 },
1229 {
1230 "name": "httpcli_parser_test",
1231 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001232 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001233 "src": [
1234 "test/core/httpcli/parser_test.c"
1235 ],
1236 "deps": [
1237 "grpc_test_util",
1238 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001239 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001240 "gpr"
1241 ]
1242 },
1243 {
1244 "name": "httpcli_test",
1245 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001246 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001247 "src": [
1248 "test/core/httpcli/httpcli_test.c"
1249 ],
1250 "deps": [
1251 "grpc_test_util",
1252 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001253 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001254 "gpr"
1255 ]
1256 },
1257 {
Craig Tiller16a6ea62015-02-20 09:08:54 -08001258 "name": "interop_test",
1259 "build": "test",
1260 "language": "c",
1261 "src": [
1262 "test/cpp/interop/interop_test.c"
1263 ],
1264 "deps": [
1265 "grpc_test_util",
1266 "grpc",
1267 "gpr_test_util",
1268 "gpr"
1269 ]
1270 },
1271 {
Craig Tiller4450db22015-01-30 16:49:22 -08001272 "name": "json_rewrite",
1273 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001274 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001275 "language": "c",
1276 "src": [
1277 "test/core/json/json_rewrite.c"
1278 ],
1279 "deps": [
1280 "grpc",
1281 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001282 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001283 },
1284 {
1285 "name": "json_rewrite_test",
1286 "build": "test",
1287 "language": "c",
1288 "src": [
1289 "test/core/json/json_rewrite_test.c"
1290 ],
1291 "deps": [
1292 "grpc_test_util",
1293 "grpc",
1294 "gpr_test_util",
1295 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001296 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001297 },
1298 {
1299 "name": "json_test",
1300 "build": "test",
1301 "language": "c",
1302 "src": [
1303 "test/core/json/json_test.c"
1304 ],
1305 "deps": [
1306 "grpc_test_util",
1307 "grpc",
1308 "gpr_test_util",
1309 "gpr"
1310 ]
1311 },
1312 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001313 "name": "lame_client_test",
1314 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001315 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001316 "src": [
1317 "test/core/surface/lame_client_test.c"
1318 ],
1319 "deps": [
1320 "grpc_test_util",
1321 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001322 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001323 "gpr"
1324 ]
1325 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001326 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001327 "name": "low_level_ping_pong_benchmark",
1328 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001329 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001330 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001331 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001332 ],
1333 "deps": [
1334 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001335 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001336 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001337 "gpr"
1338 ]
1339 },
1340 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001341 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001342 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001343 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001344 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001345 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001346 ],
1347 "deps": [
1348 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001349 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001350 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001351 "gpr"
1352 ]
ctiller8919f602014-12-10 10:19:42 -08001353 },
1354 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001355 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001356 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001357 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001358 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001359 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001360 ],
1361 "deps": [
1362 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001363 "grpc",
1364 "gpr_test_util",
1365 "gpr"
1366 ]
1367 },
1368 {
Craig Tiller35108f62015-02-17 11:24:15 -08001369 "name": "multi_init_test",
1370 "build": "test",
1371 "language": "c",
1372 "src": [
1373 "test/core/surface/multi_init_test.c"
1374 ],
1375 "deps": [
1376 "grpc_test_util",
1377 "grpc",
1378 "gpr_test_util",
1379 "gpr"
1380 ]
1381 },
1382 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001383 "name": "murmur_hash_test",
1384 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001385 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001386 "src": [
1387 "test/core/support/murmur_hash_test.c"
1388 ],
1389 "deps": [
1390 "gpr_test_util",
1391 "gpr"
1392 ]
1393 },
1394 {
1395 "name": "no_server_test",
1396 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001397 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001398 "src": [
1399 "test/core/end2end/no_server_test.c"
1400 ],
1401 "deps": [
1402 "grpc_test_util",
1403 "grpc",
1404 "gpr_test_util",
1405 "gpr"
1406 ]
1407 },
1408 {
David Klempnere3605682015-01-26 17:27:21 -08001409 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001410 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001411 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001412 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001413 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001414 ],
1415 "deps": [
1416 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001417 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001418 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001419 "gpr"
1420 ]
1421 },
1422 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001423 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001424 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001425 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001426 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001427 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001428 ],
1429 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001430 "grpc_test_util",
1431 "grpc",
1432 "gpr_test_util",
1433 "gpr"
1434 ]
1435 },
1436 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001437 "name": "secure_endpoint_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/security/secure_endpoint_test.c"
1442 ],
1443 "deps": [
1444 "grpc_test_util",
1445 "grpc",
1446 "gpr_test_util",
1447 "gpr"
1448 ]
1449 },
1450 {
1451 "name": "sockaddr_utils_test",
1452 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001453 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001454 "src": [
1455 "test/core/iomgr/sockaddr_utils_test.c"
1456 ],
1457 "deps": [
1458 "grpc_test_util",
1459 "grpc",
1460 "gpr_test_util",
1461 "gpr"
1462 ]
1463 },
1464 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001466 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001467 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001468 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001469 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001470 ],
1471 "deps": [
1472 "grpc_test_util",
1473 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001474 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001475 "gpr"
1476 ]
1477 },
1478 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001479 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001480 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001481 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001482 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001483 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001484 ],
1485 "deps": [
1486 "grpc_test_util",
1487 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001488 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001489 "gpr"
1490 ]
1491 },
1492 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001493 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001494 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001495 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001496 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001497 "test/core/iomgr/tcp_server_posix_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": "time_averaged_stats_test",
1508 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001509 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001510 "src": [
1511 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001512 ],
1513 "deps": [
1514 "grpc_test_util",
1515 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001516 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001517 "gpr"
1518 ]
1519 },
1520 {
ctiller8919f602014-12-10 10:19:42 -08001521 "name": "time_test",
1522 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001523 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001524 "src": [
1525 "test/core/support/time_test.c"
1526 ],
1527 "deps": [
1528 "grpc_test_util",
1529 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001530 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001531 "gpr"
1532 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001533 },
1534 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001535 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001536 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001537 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001538 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001539 "test/core/transport/chttp2/timeout_encoding_test.c"
1540 ],
1541 "deps": [
1542 "grpc_test_util",
1543 "grpc",
1544 "gpr_test_util",
1545 "gpr"
1546 ]
1547 },
1548 {
1549 "name": "transport_metadata_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/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001554 ],
1555 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001556 "grpc_test_util",
1557 "grpc",
1558 "gpr_test_util",
1559 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001560 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001561 },
1562 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001563 "name": "async_end2end_test",
1564 "build": "test",
1565 "language": "c++",
1566 "src": [
1567 "test/cpp/end2end/async_end2end_test.cc"
1568 ],
1569 "deps": [
1570 "grpc++_test_util",
1571 "grpc_test_util",
1572 "grpc++",
1573 "grpc",
1574 "gpr_test_util",
1575 "gpr"
1576 ]
1577 },
1578 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001579 "name": "channel_arguments_test",
1580 "build": "test",
1581 "language": "c++",
1582 "src": [
1583 "test/cpp/client/channel_arguments_test.cc"
1584 ],
1585 "deps": [
1586 "grpc++",
1587 "grpc",
1588 "gpr"
1589 ]
1590 },
1591 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001592 "name": "credentials_test",
1593 "build": "test",
1594 "language": "c++",
1595 "src": [
1596 "test/cpp/client/credentials_test.cc"
1597 ],
1598 "deps": [
1599 "grpc++",
1600 "grpc",
1601 "gpr"
1602 ]
1603 },
1604 {
1605 "name": "end2end_test",
1606 "build": "test",
1607 "language": "c++",
1608 "src": [
1609 "test/cpp/end2end/end2end_test.cc"
1610 ],
1611 "deps": [
1612 "grpc++_test_util",
1613 "grpc_test_util",
1614 "grpc++",
1615 "grpc",
1616 "gpr_test_util",
1617 "gpr"
1618 ]
1619 },
1620 {
Craig Tiller16a6ea62015-02-20 09:08:54 -08001621 "name": "grpc_cpp_plugin",
1622 "build": "protoc",
1623 "language": "c++",
1624 "headers": [
1625 "src/compiler/cpp_generator.h",
1626 "src/compiler/cpp_generator_helpers.h"
1627 ],
1628 "src": [
1629 "src/compiler/cpp_generator.cc",
1630 "src/compiler/cpp_plugin.cc"
1631 ],
1632 "deps": [],
1633 "secure": false
1634 },
1635 {
1636 "name": "grpc_python_plugin",
1637 "build": "protoc",
1638 "language": "c++",
1639 "headers": [
1640 "src/compiler/python_generator.h"
1641 ],
1642 "src": [
1643 "src/compiler/python_generator.cc",
1644 "src/compiler/python_plugin.cc"
1645 ],
1646 "deps": [],
1647 "secure": false
1648 },
1649 {
1650 "name": "grpc_ruby_plugin",
1651 "build": "protoc",
1652 "language": "c++",
1653 "src": [
1654 "src/compiler/ruby_generator.cc",
1655 "src/compiler/ruby_plugin.cc"
1656 ],
1657 "deps": [],
1658 "secure": false
1659 },
1660 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001661 "name": "interop_client",
1662 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001663 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001664 "language": "c++",
1665 "src": [
1666 "test/cpp/interop/empty.proto",
1667 "test/cpp/interop/messages.proto",
1668 "test/cpp/interop/test.proto",
1669 "test/cpp/interop/client.cc"
1670 ],
1671 "deps": [
1672 "grpc++_test_util",
1673 "grpc_test_util",
1674 "grpc++",
1675 "grpc",
1676 "gpr_test_util",
1677 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001678 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001679 },
1680 {
1681 "name": "interop_server",
1682 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001683 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001684 "language": "c++",
1685 "src": [
1686 "test/cpp/interop/empty.proto",
1687 "test/cpp/interop/messages.proto",
1688 "test/cpp/interop/test.proto",
1689 "test/cpp/interop/server.cc"
1690 ],
1691 "deps": [
1692 "grpc++_test_util",
1693 "grpc_test_util",
1694 "grpc++",
1695 "grpc",
1696 "gpr_test_util",
1697 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001698 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001699 },
1700 {
Craig Tiller73b70182015-02-17 07:36:09 -08001701 "name": "pubsub_client",
1702 "build": "test",
1703 "run": false,
1704 "language": "c++",
1705 "src": [
1706 "examples/pubsub/main.cc"
1707 ],
1708 "deps": [
1709 "pubsub_client_lib",
1710 "grpc++_test_util",
1711 "grpc_test_util",
1712 "grpc++",
1713 "grpc",
1714 "gpr_test_util",
1715 "gpr"
1716 ]
1717 },
1718 {
1719 "name": "pubsub_publisher_test",
1720 "build": "test",
1721 "language": "c++",
1722 "src": [
1723 "examples/pubsub/publisher_test.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_subscriber_test",
1737 "build": "test",
1738 "language": "c++",
1739 "src": [
1740 "examples/pubsub/subscriber_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 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001753 "name": "qps_client",
1754 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001755 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001756 "language": "c++",
1757 "src": [
1758 "test/cpp/qps/qpstest.proto",
1759 "test/cpp/qps/client.cc"
1760 ],
1761 "deps": [
1762 "grpc++_test_util",
1763 "grpc_test_util",
1764 "grpc++",
1765 "grpc",
1766 "gpr_test_util",
1767 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001768 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001769 },
1770 {
1771 "name": "qps_server",
1772 "build": "test",
Craig Tiller24c06ea2015-02-11 21:26:45 -08001773 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001774 "language": "c++",
1775 "src": [
1776 "test/cpp/qps/qpstest.proto",
1777 "test/cpp/qps/server.cc"
1778 ],
1779 "deps": [
1780 "grpc++_test_util",
1781 "grpc_test_util",
1782 "grpc++",
1783 "grpc",
1784 "gpr_test_util",
1785 "gpr"
Craig Tiller24c06ea2015-02-11 21:26:45 -08001786 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001787 },
1788 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001789 "name": "status_test",
1790 "build": "test",
1791 "language": "c++",
1792 "src": [
1793 "test/cpp/util/status_test.cc"
1794 ],
1795 "deps": [
1796 "grpc_test_util",
1797 "grpc++",
1798 "grpc",
1799 "gpr_test_util",
1800 "gpr"
1801 ]
1802 },
1803 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001804 "name": "thread_pool_test",
1805 "build": "test",
1806 "language": "c++",
1807 "src": [
1808 "test/cpp/server/thread_pool_test.cc"
1809 ],
1810 "deps": [
1811 "grpc_test_util",
1812 "grpc++",
1813 "grpc",
1814 "gpr_test_util",
1815 "gpr"
1816 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001817 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001818 ]
1819}