blob: bbff314aa268e592087e00520732e39f0ba33f63 [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",
35 "src/core/httpcli/format_request.h",
36 "src/core/httpcli/httpcli.h",
37 "src/core/httpcli/httpcli_security_context.h",
38 "src/core/httpcli/parser.h",
39 "src/core/iomgr/alarm.h",
40 "src/core/iomgr/alarm_heap.h",
41 "src/core/iomgr/alarm_internal.h",
42 "src/core/iomgr/endpoint.h",
43 "src/core/iomgr/endpoint_pair.h",
44 "src/core/iomgr/fd_posix.h",
Nicolas Noble45e67a32015-02-09 16:20:49 -080045 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080046 "src/core/iomgr/iomgr.h",
47 "src/core/iomgr/iomgr_internal.h",
48 "src/core/iomgr/iomgr_posix.h",
49 "src/core/iomgr/pollset.h",
50 "src/core/iomgr/pollset_kick.h",
51 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080052 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080053 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080054 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080055 "src/core/iomgr/resolve_address.h",
56 "src/core/iomgr/sockaddr.h",
57 "src/core/iomgr/sockaddr_posix.h",
58 "src/core/iomgr/sockaddr_utils.h",
59 "src/core/iomgr/sockaddr_win32.h",
60 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010061 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080062 "src/core/iomgr/tcp_client.h",
63 "src/core/iomgr/tcp_posix.h",
64 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010065 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080066 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080067 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080068 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080069 "src/core/json/json.h",
70 "src/core/json/json_common.h",
71 "src/core/json/json_reader.h",
72 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080073 "src/core/statistics/census_interface.h",
74 "src/core/statistics/census_log.h",
75 "src/core/statistics/census_rpc_stats.h",
76 "src/core/statistics/census_tracing.h",
77 "src/core/statistics/hash_table.h",
78 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080079 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080080 "src/core/surface/call.h",
81 "src/core/surface/channel.h",
82 "src/core/surface/client.h",
83 "src/core/surface/completion_queue.h",
84 "src/core/surface/event_string.h",
85 "src/core/surface/lame_client.h",
86 "src/core/surface/server.h",
87 "src/core/surface/surface_trace.h",
88 "src/core/transport/chttp2/bin_encoder.h",
89 "src/core/transport/chttp2/frame.h",
90 "src/core/transport/chttp2/frame_data.h",
91 "src/core/transport/chttp2/frame_goaway.h",
92 "src/core/transport/chttp2/frame_ping.h",
93 "src/core/transport/chttp2/frame_rst_stream.h",
94 "src/core/transport/chttp2/frame_settings.h",
95 "src/core/transport/chttp2/frame_window_update.h",
96 "src/core/transport/chttp2/hpack_parser.h",
97 "src/core/transport/chttp2/hpack_table.h",
98 "src/core/transport/chttp2/http2_errors.h",
99 "src/core/transport/chttp2/huffsyms.h",
100 "src/core/transport/chttp2/status_conversion.h",
101 "src/core/transport/chttp2/stream_encoder.h",
102 "src/core/transport/chttp2/stream_map.h",
103 "src/core/transport/chttp2/timeout_encoding.h",
104 "src/core/transport/chttp2/varint.h",
105 "src/core/transport/chttp2_transport.h",
106 "src/core/transport/metadata.h",
107 "src/core/transport/stream_op.h",
108 "src/core/transport/transport.h",
109 "src/core/transport/transport_impl.h"
110 ],
nnoblec87b1c52015-01-05 17:15:18 -0800111 "src": [
112 "src/core/channel/call_op_string.c",
113 "src/core/channel/census_filter.c",
114 "src/core/channel/channel_args.c",
115 "src/core/channel/channel_stack.c",
116 "src/core/channel/child_channel.c",
117 "src/core/channel/client_channel.c",
118 "src/core/channel/client_setup.c",
119 "src/core/channel/connected_channel.c",
120 "src/core/channel/http_client_filter.c",
121 "src/core/channel/http_filter.c",
122 "src/core/channel/http_server_filter.c",
123 "src/core/channel/metadata_buffer.c",
124 "src/core/channel/noop_filter.c",
125 "src/core/compression/algorithm.c",
126 "src/core/compression/message_compress.c",
127 "src/core/httpcli/format_request.c",
128 "src/core/httpcli/httpcli.c",
129 "src/core/httpcli/httpcli_security_context.c",
130 "src/core/httpcli/parser.c",
131 "src/core/iomgr/alarm.c",
132 "src/core/iomgr/alarm_heap.c",
133 "src/core/iomgr/endpoint.c",
134 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800135 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800136 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800137 "src/core/iomgr/iomgr.c",
138 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100139 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800140 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800141 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
142 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800143 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800144 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800145 "src/core/iomgr/sockaddr_utils.c",
146 "src/core/iomgr/socket_utils_common_posix.c",
147 "src/core/iomgr/socket_utils_linux.c",
148 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100149 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800150 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100151 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800152 "src/core/iomgr/tcp_posix.c",
153 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100154 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100155 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800156 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800157 "src/core/iomgr/wakeup_fd_eventfd.c",
158 "src/core/iomgr/wakeup_fd_nospecial.c",
159 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800160 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800161 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800162 "src/core/json/json_reader.c",
163 "src/core/json/json_string.c",
164 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800165 "src/core/statistics/census_init.c",
166 "src/core/statistics/census_log.c",
167 "src/core/statistics/census_rpc_stats.c",
168 "src/core/statistics/census_tracing.c",
169 "src/core/statistics/hash_table.c",
170 "src/core/statistics/window_stats.c",
171 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800172 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800173 "src/core/surface/byte_buffer_reader.c",
174 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800175 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800176 "src/core/surface/channel.c",
177 "src/core/surface/channel_create.c",
178 "src/core/surface/client.c",
179 "src/core/surface/completion_queue.c",
180 "src/core/surface/event_string.c",
181 "src/core/surface/init.c",
182 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800183 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800184 "src/core/surface/secure_channel_create.c",
185 "src/core/surface/secure_server_create.c",
186 "src/core/surface/server.c",
187 "src/core/surface/server_chttp2.c",
188 "src/core/surface/server_create.c",
189 "src/core/transport/chttp2/alpn.c",
190 "src/core/transport/chttp2/bin_encoder.c",
191 "src/core/transport/chttp2/frame_data.c",
192 "src/core/transport/chttp2/frame_goaway.c",
193 "src/core/transport/chttp2/frame_ping.c",
194 "src/core/transport/chttp2/frame_rst_stream.c",
195 "src/core/transport/chttp2/frame_settings.c",
196 "src/core/transport/chttp2/frame_window_update.c",
197 "src/core/transport/chttp2/hpack_parser.c",
198 "src/core/transport/chttp2/hpack_table.c",
199 "src/core/transport/chttp2/huffsyms.c",
200 "src/core/transport/chttp2/status_conversion.c",
201 "src/core/transport/chttp2/stream_encoder.c",
202 "src/core/transport/chttp2/stream_map.c",
203 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800204 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800205 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800206 "src/core/transport/metadata.c",
207 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800208 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800209 ]
210 }
211 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800212 "libs": [
213 {
214 "name": "gpr",
215 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800216 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800217 "public_headers": [
218 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800219 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "include/grpc/support/atm_gcc_atomic.h",
221 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800222 "include/grpc/support/atm_win32.h",
223 "include/grpc/support/cancellable_platform.h",
224 "include/grpc/support/cmdline.h",
225 "include/grpc/support/histogram.h",
226 "include/grpc/support/host_port.h",
227 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100228 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800229 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800230 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800231 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800232 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800233 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800234 "include/grpc/support/sync_posix.h",
235 "include/grpc/support/sync_win32.h",
236 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800238 "include/grpc/support/useful.h"
239 ],
240 "headers": [
241 "src/core/support/cpu.h",
Julien Boeuf026a4172015-02-02 18:36:37 -0800242 "src/core/support/env.h",
243 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800244 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800245 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800246 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800247 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800248 ],
249 "src": [
250 "src/core/support/alloc.c",
251 "src/core/support/cancellable.c",
252 "src/core/support/cmdline.c",
253 "src/core/support/cpu_linux.c",
254 "src/core/support/cpu_posix.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800255 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800256 "src/core/support/env_posix.c",
257 "src/core/support/env_win32.c",
258 "src/core/support/file.c",
259 "src/core/support/file_posix.c",
260 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800261 "src/core/support/histogram.c",
262 "src/core/support/host_port.c",
263 "src/core/support/log.c",
264 "src/core/support/log_android.c",
265 "src/core/support/log_linux.c",
266 "src/core/support/log_posix.c",
267 "src/core/support/log_win32.c",
268 "src/core/support/murmur_hash.c",
269 "src/core/support/slice.c",
270 "src/core/support/slice_buffer.c",
271 "src/core/support/string.c",
272 "src/core/support/string_posix.c",
273 "src/core/support/string_win32.c",
274 "src/core/support/sync.c",
275 "src/core/support/sync_posix.c",
276 "src/core/support/sync_win32.c",
277 "src/core/support/thd_posix.c",
278 "src/core/support/thd_win32.c",
279 "src/core/support/time.c",
280 "src/core/support/time_posix.c",
281 "src/core/support/time_win32.c"
282 ],
283 "secure": false,
284 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
285 },
286 {
287 "name": "gpr_test_util",
288 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800289 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800290 "src": [
291 "test/core/util/test_config.c"
292 ],
293 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800294 },
295 {
296 "name": "grpc",
297 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800298 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800299 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800300 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800301 ],
302 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800303 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800304 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 "src/core/security/credentials.h",
306 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800307 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800308 "src/core/security/secure_transport_setup.h",
309 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800310 "src/core/tsi/fake_transport_security.h",
311 "src/core/tsi/ssl_transport_security.h",
312 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800313 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800314 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800315 "src": [
316 "src/core/security/auth.c",
317 "src/core/security/base64.c",
318 "src/core/security/credentials.c",
319 "src/core/security/factories.c",
320 "src/core/security/google_root_certs.c",
321 "src/core/security/json_token.c",
322 "src/core/security/secure_endpoint.c",
323 "src/core/security/secure_transport_setup.c",
324 "src/core/security/security_context.c",
325 "src/core/security/server_secure_chttp2.c",
326 "src/core/tsi/fake_transport_security.c",
327 "src/core/tsi/ssl_transport_security.c",
328 "src/core/tsi/transport_security.c"
329 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800330 "deps": [
331 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800332 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800333 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800334 "filegroups": [
335 "grpc_base"
336 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800337 "secure": true,
338 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800339 },
340 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800341 "name": "grpc_csharp_ext",
342 "build": "all",
343 "language": "c",
344 "src": [
345 "src/csharp/ext/grpc_csharp_ext.c"
346 ],
347 "deps": [
348 "gpr",
349 "grpc"
Jan Tattermusch92e2e3f2015-02-11 10:20:55 -0800350 ],
351 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800352 },
353 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800354 "name": "grpc_test_util",
355 "build": "private",
356 "language": "c",
357 "src": [
358 "test/core/end2end/cq_verifier.c",
359 "test/core/end2end/data/prod_roots_certs.c",
360 "test/core/end2end/data/server1_cert.c",
361 "test/core/end2end/data/server1_key.c",
362 "test/core/end2end/data/test_root_cert.c",
363 "test/core/iomgr/endpoint_tests.c",
364 "test/core/statistics/census_log_tests.c",
365 "test/core/transport/transport_end2end_tests.c",
366 "test/core/util/grpc_profiler.c",
367 "test/core/util/parse_hexstring.c",
368 "test/core/util/port_posix.c",
369 "test/core/util/slice_splitter.c"
370 ],
371 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
372 },
373 {
374 "name": "grpc_unsecure",
375 "build": "all",
376 "language": "c",
377 "deps": [
378 "gpr"
379 ],
380 "baselib": true,
381 "filegroups": [
382 "grpc_base"
383 ],
384 "secure": false,
385 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
386 },
387 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800388 "name": "grpc++",
389 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800390 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800391 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800392 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800393 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800394 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800395 "include/grpc++/channel_interface.h",
396 "include/grpc++/client_context.h",
397 "include/grpc++/completion_queue.h",
398 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800399 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800400 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800401 "include/grpc++/impl/internal_stub.h",
402 "include/grpc++/impl/rpc_method.h",
403 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800404 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800405 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800406 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800407 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800408 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800409 "include/grpc++/stream.h",
410 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800411 ],
412 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800413 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800414 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800415 "src/cpp/server/server_rpc_handler.h",
416 "src/cpp/server/thread_pool.h",
417 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800418 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800419 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800420 "src": [
421 "src/cpp/client/channel.cc",
422 "src/cpp/client/channel_arguments.cc",
423 "src/cpp/client/client_context.cc",
424 "src/cpp/client/create_channel.cc",
425 "src/cpp/client/credentials.cc",
426 "src/cpp/client/internal_stub.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800427 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800428 "src/cpp/common/rpc_method.cc",
429 "src/cpp/proto/proto_utils.cc",
430 "src/cpp/server/async_server.cc",
431 "src/cpp/server/async_server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src/cpp/server/server.cc",
433 "src/cpp/server/server_builder.cc",
434 "src/cpp/server/server_context_impl.cc",
435 "src/cpp/server/server_credentials.cc",
436 "src/cpp/server/server_rpc_handler.cc",
437 "src/cpp/server/thread_pool.cc",
438 "src/cpp/stream/stream_context.cc",
439 "src/cpp/util/status.cc",
440 "src/cpp/util/time.cc"
441 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800442 "deps": [
443 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800444 ],
445 "secure": true,
446 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800447 },
448 {
449 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800450 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800451 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800452 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800453 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800454 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800455 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800456 "test/cpp/end2end/async_test_server.cc",
457 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800458 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800459 },
460 {
461 "name": "tips_client_lib",
462 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800463 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800464 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800465 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800466 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800467 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800468 "examples/tips/publisher.cc",
469 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800470 ],
471 "deps": [
472 "grpc++",
473 "grpc",
474 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800475 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800476 }
477 ],
478 "targets": [
479 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800480 "name": "alarm_heap_test",
481 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800482 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800483 "src": [
484 "test/core/iomgr/alarm_heap_test.c"
485 ],
486 "deps": [
487 "grpc_test_util",
488 "grpc",
489 "gpr_test_util",
490 "gpr"
491 ]
492 },
493 {
494 "name": "alarm_list_test",
495 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800496 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800497 "src": [
498 "test/core/iomgr/alarm_list_test.c"
499 ],
500 "deps": [
501 "grpc_test_util",
502 "grpc",
503 "gpr_test_util",
504 "gpr"
505 ]
506 },
507 {
508 "name": "alarm_test",
509 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800510 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800511 "src": [
512 "test/core/iomgr/alarm_test.c"
513 ],
514 "deps": [
515 "grpc_test_util",
516 "grpc",
517 "gpr_test_util",
518 "gpr"
519 ]
520 },
521 {
522 "name": "alpn_test",
523 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800524 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800525 "src": [
526 "test/core/transport/chttp2/alpn_test.c"
527 ],
528 "deps": [
529 "grpc_test_util",
530 "grpc",
531 "gpr_test_util",
532 "gpr"
533 ]
534 },
535 {
536 "name": "bin_encoder_test",
537 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800538 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800539 "src": [
540 "test/core/transport/chttp2/bin_encoder_test.c"
541 ],
542 "deps": [
543 "grpc_test_util",
544 "grpc",
545 "gpr_test_util",
546 "gpr"
547 ]
548 },
549 {
550 "name": "census_hash_table_test",
551 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800552 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800553 "src": [
554 "test/core/statistics/hash_table_test.c"
555 ],
556 "deps": [
557 "grpc_test_util",
558 "grpc",
559 "gpr_test_util",
560 "gpr"
561 ]
562 },
563 {
564 "name": "census_statistics_multiple_writers_circular_buffer_test",
565 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800566 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800567 "src": [
568 "test/core/statistics/multiple_writers_circular_buffer_test.c"
569 ],
570 "deps": [
571 "grpc_test_util",
572 "grpc",
573 "gpr_test_util",
574 "gpr"
575 ]
576 },
577 {
578 "name": "census_statistics_multiple_writers_test",
579 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800580 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800581 "src": [
582 "test/core/statistics/multiple_writers_test.c"
583 ],
584 "deps": [
585 "grpc_test_util",
586 "grpc",
587 "gpr_test_util",
588 "gpr"
589 ]
590 },
591 {
592 "name": "census_statistics_performance_test",
593 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800594 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800595 "src": [
596 "test/core/statistics/performance_test.c"
597 ],
598 "deps": [
599 "grpc_test_util",
600 "grpc",
601 "gpr_test_util",
602 "gpr"
603 ]
604 },
605 {
606 "name": "census_statistics_quick_test",
607 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800608 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800609 "src": [
610 "test/core/statistics/quick_test.c"
611 ],
612 "deps": [
613 "grpc_test_util",
614 "grpc",
615 "gpr_test_util",
616 "gpr"
617 ]
618 },
619 {
620 "name": "census_statistics_small_log_test",
621 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800622 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800623 "src": [
624 "test/core/statistics/small_log_test.c"
625 ],
626 "deps": [
627 "grpc_test_util",
628 "grpc",
629 "gpr_test_util",
630 "gpr"
631 ]
632 },
633 {
634 "name": "census_stats_store_test",
635 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800636 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800637 "src": [
638 "test/core/statistics/rpc_stats_test.c"
639 ],
640 "deps": [
641 "grpc_test_util",
642 "grpc",
643 "gpr_test_util",
644 "gpr"
645 ]
646 },
647 {
648 "name": "census_stub_test",
649 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800650 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800651 "src": [
652 "test/core/statistics/census_stub_test.c"
653 ],
654 "deps": [
655 "grpc_test_util",
656 "grpc",
657 "gpr_test_util",
658 "gpr"
659 ]
660 },
661 {
662 "name": "census_trace_store_test",
663 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800664 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800665 "src": [
666 "test/core/statistics/trace_test.c"
667 ],
668 "deps": [
669 "grpc_test_util",
670 "grpc",
671 "gpr_test_util",
672 "gpr"
673 ]
674 },
675 {
676 "name": "census_window_stats_test",
677 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800678 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800679 "src": [
680 "test/core/statistics/window_stats_test.c"
681 ],
682 "deps": [
683 "grpc_test_util",
684 "grpc",
685 "gpr_test_util",
686 "gpr"
687 ]
688 },
689 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800690 "name": "chttp2_status_conversion_test",
691 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800692 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800693 "src": [
694 "test/core/transport/chttp2/status_conversion_test.c"
695 ],
696 "deps": [
697 "grpc_test_util",
698 "grpc",
699 "gpr_test_util",
700 "gpr"
701 ]
702 },
703 {
704 "name": "chttp2_stream_encoder_test",
705 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800706 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800707 "src": [
708 "test/core/transport/chttp2/stream_encoder_test.c"
709 ],
710 "deps": [
711 "grpc_test_util",
712 "grpc",
713 "gpr_test_util",
714 "gpr"
715 ]
716 },
717 {
718 "name": "chttp2_stream_map_test",
719 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800720 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800721 "src": [
722 "test/core/transport/chttp2/stream_map_test.c"
723 ],
724 "deps": [
725 "grpc_test_util",
726 "grpc",
727 "gpr_test_util",
728 "gpr"
729 ]
730 },
731 {
732 "name": "chttp2_transport_end2end_test",
733 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800734 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800735 "src": [
736 "test/core/transport/chttp2_transport_end2end_test.c"
737 ],
738 "deps": [
739 "grpc_test_util",
740 "grpc",
741 "gpr_test_util",
742 "gpr"
743 ]
744 },
745 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800746 "name": "dualstack_socket_test",
747 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800748 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800749 "src": [
750 "test/core/end2end/dualstack_socket_test.c"
751 ],
752 "deps": [
753 "grpc_test_util",
754 "grpc",
755 "gpr_test_util",
756 "gpr"
757 ]
758 },
759 {
760 "name": "echo_client",
761 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800762 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800763 "src": [
764 "test/core/echo/client.c"
765 ],
766 "deps": [
767 "grpc_test_util",
768 "grpc",
769 "gpr_test_util",
770 "gpr"
771 ],
772 "run": false
773 },
774 {
775 "name": "echo_server",
776 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800777 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800778 "src": [
779 "test/core/echo/server.c"
780 ],
781 "deps": [
782 "grpc_test_util",
783 "grpc",
784 "gpr_test_util",
785 "gpr"
786 ],
787 "run": false
788 },
789 {
790 "name": "echo_test",
791 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800792 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800793 "src": [
794 "test/core/echo/echo_test.c"
795 ],
796 "deps": [
797 "grpc_test_util",
798 "grpc",
799 "gpr_test_util",
800 "gpr"
801 ]
802 },
803 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800804 "name": "fd_posix_test",
805 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800806 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800807 "src": [
808 "test/core/iomgr/fd_posix_test.c"
809 ],
810 "deps": [
811 "grpc_test_util",
812 "grpc",
813 "gpr_test_util",
814 "gpr"
815 ]
816 },
817 {
818 "name": "fling_client",
819 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800820 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800821 "src": [
822 "test/core/fling/client.c"
823 ],
824 "deps": [
825 "grpc_test_util",
826 "grpc",
827 "gpr_test_util",
828 "gpr"
829 ],
830 "run": false
831 },
832 {
833 "name": "fling_server",
834 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800835 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800836 "src": [
837 "test/core/fling/server.c"
838 ],
839 "deps": [
840 "grpc_test_util",
841 "grpc",
842 "gpr_test_util",
843 "gpr"
844 ],
845 "run": false
846 },
847 {
848 "name": "fling_stream_test",
849 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800850 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800851 "src": [
852 "test/core/fling/fling_stream_test.c"
853 ],
854 "deps": [
855 "grpc_test_util",
856 "grpc",
857 "gpr_test_util",
858 "gpr"
859 ]
860 },
861 {
862 "name": "fling_test",
863 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800864 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800865 "src": [
866 "test/core/fling/fling_test.c"
867 ],
868 "deps": [
869 "grpc_test_util",
870 "grpc",
871 "gpr_test_util",
872 "gpr"
873 ]
874 },
875 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800876 "name": "gen_hpack_tables",
877 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800878 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800879 "src": [
880 "src/core/transport/chttp2/gen_hpack_tables.c"
881 ],
882 "deps": [
883 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800884 "gpr",
885 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800886 ]
887 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800888 {
889 "name": "gpr_cancellable_test",
890 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800891 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800892 "src": [
893 "test/core/support/cancellable_test.c"
894 ],
895 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800896 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800897 "gpr"
898 ]
899 },
900 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800901 "name": "gpr_cmdline_test",
902 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800903 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800904 "src": [
905 "test/core/support/cmdline_test.c"
906 ],
907 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800908 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800909 "gpr"
910 ]
911 },
912 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800913 "name": "gpr_env_test",
914 "build": "test",
915 "language": "c",
916 "src": [
917 "test/core/support/env_test.c"
918 ],
919 "deps": [
920 "gpr_test_util",
921 "gpr"
922 ]
923 },
924 {
925 "name": "gpr_file_test",
926 "build": "test",
927 "language": "c",
928 "src": [
929 "test/core/support/file_test.c"
930 ],
931 "deps": [
932 "gpr_test_util",
933 "gpr"
934 ]
935 },
936 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800937 "name": "gpr_histogram_test",
938 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800939 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800940 "src": [
941 "test/core/support/histogram_test.c"
942 ],
943 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800944 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800945 "gpr"
946 ]
947 },
948 {
949 "name": "gpr_host_port_test",
950 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800951 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800952 "src": [
953 "test/core/support/host_port_test.c"
954 ],
955 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800956 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800957 "gpr"
958 ]
959 },
960 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800961 "name": "gpr_log_test",
962 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800963 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800964 "src": [
965 "test/core/support/log_test.c"
966 ],
967 "deps": [
968 "gpr_test_util",
969 "gpr"
970 ]
971 },
972 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800973 "name": "gpr_slice_buffer_test",
974 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800975 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800976 "src": [
977 "test/core/support/slice_buffer_test.c"
978 ],
979 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800980 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800981 "gpr"
982 ]
983 },
984 {
985 "name": "gpr_slice_test",
986 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800987 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800988 "src": [
989 "test/core/support/slice_test.c"
990 ],
991 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800992 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800993 "gpr"
994 ]
995 },
996 {
997 "name": "gpr_string_test",
998 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800999 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001000 "src": [
1001 "test/core/support/string_test.c"
1002 ],
1003 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001004 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 "gpr"
1006 ]
1007 },
1008 {
1009 "name": "gpr_sync_test",
1010 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001011 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001012 "src": [
1013 "test/core/support/sync_test.c"
1014 ],
1015 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001016 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001017 "gpr"
1018 ]
1019 },
1020 {
1021 "name": "gpr_thd_test",
1022 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001023 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001024 "src": [
1025 "test/core/support/thd_test.c"
1026 ],
1027 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001028 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001029 "gpr"
1030 ]
1031 },
1032 {
1033 "name": "gpr_time_test",
1034 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001035 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001036 "src": [
1037 "test/core/support/time_test.c"
1038 ],
1039 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001040 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001041 "gpr"
1042 ]
1043 },
1044 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001045 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001046 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001047 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001049 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001050 ],
1051 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001052 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001053 "gpr"
1054 ]
1055 },
1056 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001057 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001058 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001059 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001060 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001061 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 ],
1063 "deps": [
1064 "grpc_test_util",
1065 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001066 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 "gpr"
1068 ]
1069 },
1070 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001071 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001072 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001073 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001074 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001075 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001076 ],
1077 "deps": [
1078 "grpc_test_util",
1079 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001080 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001081 "gpr"
1082 ]
1083 },
1084 {
1085 "name": "grpc_channel_stack_test",
1086 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001087 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001088 "src": [
1089 "test/core/channel/channel_stack_test.c"
1090 ],
1091 "deps": [
1092 "grpc_test_util",
1093 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001094 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001095 "gpr"
1096 ]
1097 },
1098 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001099 "name": "grpc_completion_queue_benchmark",
1100 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001101 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001102 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001103 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001104 ],
1105 "deps": [
1106 "grpc_test_util",
1107 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001108 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 "gpr"
1110 ]
1111 },
1112 {
1113 "name": "grpc_completion_queue_test",
1114 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001115 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001116 "src": [
1117 "test/core/surface/completion_queue_test.c"
1118 ],
1119 "deps": [
1120 "grpc_test_util",
1121 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001122 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001123 "gpr"
1124 ]
1125 },
1126 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001127 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001128 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001129 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001130 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001131 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001132 ],
1133 "deps": [
1134 "grpc_test_util",
1135 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001136 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001137 "gpr"
1138 ]
1139 },
1140 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001141 "name": "grpc_fetch_oauth2",
1142 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001143 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001144 "src": [
1145 "test/core/security/fetch_oauth2.c"
1146 ],
1147 "deps": [
1148 "grpc_test_util",
1149 "grpc",
1150 "gpr_test_util",
1151 "gpr"
1152 ]
1153 },
1154 {
1155 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001156 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001157 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001158 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001159 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001160 ],
1161 "deps": [
1162 "grpc_test_util",
1163 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001164 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 "gpr"
1166 ]
1167 },
1168 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001169 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001170 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001171 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001172 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001173 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001174 ],
1175 "deps": [
1176 "grpc_test_util",
1177 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001178 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001179 "gpr"
1180 ]
1181 },
1182 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001183 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001184 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001185 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001187 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 ],
1189 "deps": [
1190 "grpc_test_util",
1191 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001192 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 "gpr"
1194 ]
1195 },
1196 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001197 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001198 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001199 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001200 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001201 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 ],
1203 "deps": [
1204 "grpc_test_util",
1205 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001206 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001207 "gpr"
1208 ]
1209 },
1210 {
1211 "name": "httpcli_format_request_test",
1212 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001213 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001214 "src": [
1215 "test/core/httpcli/format_request_test.c"
1216 ],
1217 "deps": [
1218 "grpc_test_util",
1219 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001220 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001221 "gpr"
1222 ]
1223 },
1224 {
1225 "name": "httpcli_parser_test",
1226 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001227 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001228 "src": [
1229 "test/core/httpcli/parser_test.c"
1230 ],
1231 "deps": [
1232 "grpc_test_util",
1233 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001234 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001235 "gpr"
1236 ]
1237 },
1238 {
1239 "name": "httpcli_test",
1240 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001241 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001242 "src": [
1243 "test/core/httpcli/httpcli_test.c"
1244 ],
1245 "deps": [
1246 "grpc_test_util",
1247 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001248 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001249 "gpr"
1250 ]
1251 },
1252 {
Craig Tiller4450db22015-01-30 16:49:22 -08001253 "name": "json_rewrite",
1254 "build": "test",
1255 "language": "c",
1256 "src": [
1257 "test/core/json/json_rewrite.c"
1258 ],
1259 "deps": [
1260 "grpc",
1261 "gpr"
1262 ],
1263 "run": false
1264 },
1265 {
1266 "name": "json_rewrite_test",
1267 "build": "test",
1268 "language": "c",
1269 "src": [
1270 "test/core/json/json_rewrite_test.c"
1271 ],
1272 "deps": [
1273 "grpc_test_util",
1274 "grpc",
1275 "gpr_test_util",
1276 "gpr"
1277 ],
1278 "run": false
1279 },
1280 {
1281 "name": "json_test",
1282 "build": "test",
1283 "language": "c",
1284 "src": [
1285 "test/core/json/json_test.c"
1286 ],
1287 "deps": [
1288 "grpc_test_util",
1289 "grpc",
1290 "gpr_test_util",
1291 "gpr"
1292 ]
1293 },
1294 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001295 "name": "lame_client_test",
1296 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001297 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001298 "src": [
1299 "test/core/surface/lame_client_test.c"
1300 ],
1301 "deps": [
1302 "grpc_test_util",
1303 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001304 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001305 "gpr"
1306 ]
1307 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001308 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001309 "name": "low_level_ping_pong_benchmark",
1310 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001311 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001312 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001313 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 ],
1315 "deps": [
1316 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001317 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001318 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001319 "gpr"
1320 ]
1321 },
1322 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001323 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001324 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001325 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001326 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001327 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001328 ],
1329 "deps": [
1330 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001331 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001332 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001333 "gpr"
1334 ]
ctiller8919f602014-12-10 10:19:42 -08001335 },
1336 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001337 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001338 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001339 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001340 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001341 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001342 ],
1343 "deps": [
1344 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001345 "grpc",
1346 "gpr_test_util",
1347 "gpr"
1348 ]
1349 },
1350 {
1351 "name": "murmur_hash_test",
1352 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001353 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001354 "src": [
1355 "test/core/support/murmur_hash_test.c"
1356 ],
1357 "deps": [
1358 "gpr_test_util",
1359 "gpr"
1360 ]
1361 },
1362 {
1363 "name": "no_server_test",
1364 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001365 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001366 "src": [
1367 "test/core/end2end/no_server_test.c"
1368 ],
1369 "deps": [
1370 "grpc_test_util",
1371 "grpc",
1372 "gpr_test_util",
1373 "gpr"
1374 ]
1375 },
1376 {
David Klempnere3605682015-01-26 17:27:21 -08001377 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001378 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001379 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001380 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001381 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001382 ],
1383 "deps": [
1384 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001385 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001386 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001387 "gpr"
1388 ]
1389 },
1390 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001391 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001392 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001393 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001394 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001395 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001396 ],
1397 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001398 "grpc_test_util",
1399 "grpc",
1400 "gpr_test_util",
1401 "gpr"
1402 ]
1403 },
1404 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001405 "name": "secure_endpoint_test",
1406 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001407 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001408 "src": [
1409 "test/core/security/secure_endpoint_test.c"
1410 ],
1411 "deps": [
1412 "grpc_test_util",
1413 "grpc",
1414 "gpr_test_util",
1415 "gpr"
1416 ]
1417 },
1418 {
1419 "name": "sockaddr_utils_test",
1420 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001421 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001422 "src": [
1423 "test/core/iomgr/sockaddr_utils_test.c"
1424 ],
1425 "deps": [
1426 "grpc_test_util",
1427 "grpc",
1428 "gpr_test_util",
1429 "gpr"
1430 ]
1431 },
1432 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001433 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001434 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001435 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001436 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001437 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001438 ],
1439 "deps": [
1440 "grpc_test_util",
1441 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001442 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001443 "gpr"
1444 ]
1445 },
1446 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001447 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001448 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001449 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001450 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001451 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001452 ],
1453 "deps": [
1454 "grpc_test_util",
1455 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001456 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001457 "gpr"
1458 ]
1459 },
1460 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001461 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001462 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001463 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001464 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "test/core/iomgr/tcp_server_posix_test.c"
1466 ],
1467 "deps": [
1468 "grpc_test_util",
1469 "grpc",
1470 "gpr_test_util",
1471 "gpr"
1472 ]
1473 },
1474 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001475 "name": "time_averaged_stats_test",
1476 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001477 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001478 "src": [
1479 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001480 ],
1481 "deps": [
1482 "grpc_test_util",
1483 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001484 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001485 "gpr"
1486 ]
1487 },
1488 {
ctiller8919f602014-12-10 10:19:42 -08001489 "name": "time_test",
1490 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001491 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001492 "src": [
1493 "test/core/support/time_test.c"
1494 ],
1495 "deps": [
1496 "grpc_test_util",
1497 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001498 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001499 "gpr"
1500 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001501 },
1502 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001503 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001504 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001505 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001506 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001507 "test/core/transport/chttp2/timeout_encoding_test.c"
1508 ],
1509 "deps": [
1510 "grpc_test_util",
1511 "grpc",
1512 "gpr_test_util",
1513 "gpr"
1514 ]
1515 },
1516 {
1517 "name": "transport_metadata_test",
1518 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001519 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001520 "src": [
1521 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001522 ],
1523 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001524 "grpc_test_util",
1525 "grpc",
1526 "gpr_test_util",
1527 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001528 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001529 },
1530 {
1531 "name": "channel_arguments_test",
1532 "build": "test",
1533 "language": "c++",
1534 "src": [
1535 "test/cpp/client/channel_arguments_test.cc"
1536 ],
1537 "deps": [
1538 "grpc++",
1539 "grpc",
1540 "gpr"
1541 ]
1542 },
1543 {
1544 "name": "cpp_plugin",
1545 "build": "protoc",
1546 "language": "c++",
1547 "headers": [
1548 "src/compiler/cpp_generator.h",
1549 "src/compiler/cpp_generator_helpers.h"
1550 ],
1551 "src": [
1552 "src/compiler/cpp_generator.cc",
1553 "src/compiler/cpp_plugin.cc"
1554 ],
1555 "deps": [],
1556 "secure": false
1557 },
1558 {
1559 "name": "credentials_test",
1560 "build": "test",
1561 "language": "c++",
1562 "src": [
1563 "test/cpp/client/credentials_test.cc"
1564 ],
1565 "deps": [
1566 "grpc++",
1567 "grpc",
1568 "gpr"
1569 ]
1570 },
1571 {
1572 "name": "end2end_test",
1573 "build": "test",
1574 "language": "c++",
1575 "src": [
1576 "test/cpp/end2end/end2end_test.cc"
1577 ],
1578 "deps": [
1579 "grpc++_test_util",
1580 "grpc_test_util",
1581 "grpc++",
1582 "grpc",
1583 "gpr_test_util",
1584 "gpr"
1585 ]
1586 },
1587 {
1588 "name": "interop_client",
1589 "build": "test",
1590 "language": "c++",
1591 "src": [
1592 "test/cpp/interop/empty.proto",
1593 "test/cpp/interop/messages.proto",
1594 "test/cpp/interop/test.proto",
1595 "test/cpp/interop/client.cc"
1596 ],
1597 "deps": [
1598 "grpc++_test_util",
1599 "grpc_test_util",
1600 "grpc++",
1601 "grpc",
1602 "gpr_test_util",
1603 "gpr"
1604 ],
1605 "run": false
1606 },
1607 {
1608 "name": "interop_server",
1609 "build": "test",
1610 "language": "c++",
1611 "src": [
1612 "test/cpp/interop/empty.proto",
1613 "test/cpp/interop/messages.proto",
1614 "test/cpp/interop/test.proto",
1615 "test/cpp/interop/server.cc"
1616 ],
1617 "deps": [
1618 "grpc++_test_util",
1619 "grpc_test_util",
1620 "grpc++",
1621 "grpc",
1622 "gpr_test_util",
1623 "gpr"
1624 ],
1625 "run": false
1626 },
1627 {
1628 "name": "qps_client",
1629 "build": "test",
Vijay Pai5438d4b2015-02-10 10:36:20 -08001630 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001631 "language": "c++",
1632 "src": [
1633 "test/cpp/qps/qpstest.proto",
1634 "test/cpp/qps/client.cc"
1635 ],
1636 "deps": [
1637 "grpc++_test_util",
1638 "grpc_test_util",
1639 "grpc++",
1640 "grpc",
1641 "gpr_test_util",
1642 "gpr"
1643 ]
1644 },
1645 {
1646 "name": "qps_server",
1647 "build": "test",
Vijay Pai5438d4b2015-02-10 10:36:20 -08001648 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001649 "language": "c++",
1650 "src": [
1651 "test/cpp/qps/qpstest.proto",
1652 "test/cpp/qps/server.cc"
1653 ],
1654 "deps": [
1655 "grpc++_test_util",
1656 "grpc_test_util",
1657 "grpc++",
1658 "grpc",
1659 "gpr_test_util",
1660 "gpr"
1661 ]
1662 },
1663 {
1664 "name": "ruby_plugin",
1665 "build": "protoc",
1666 "language": "c++",
1667 "headers": [
1668 "src/compiler/cpp_generator.h",
1669 "src/compiler/cpp_generator_helpers-inl.h",
1670 "src/compiler/cpp_generator_map-inl.h",
1671 "src/compiler/cpp_generator_string-inl.h"
1672 ],
1673 "src": [
1674 "src/compiler/ruby_generator.cc",
1675 "src/compiler/ruby_plugin.cc"
1676 ],
1677 "deps": [],
1678 "secure": false
1679 },
1680 {
1681 "name": "status_test",
1682 "build": "test",
1683 "language": "c++",
1684 "src": [
1685 "test/cpp/util/status_test.cc"
1686 ],
1687 "deps": [
1688 "grpc_test_util",
1689 "grpc++",
1690 "grpc",
1691 "gpr_test_util",
1692 "gpr"
1693 ]
1694 },
1695 {
1696 "name": "sync_client_async_server_test",
1697 "build": "test",
1698 "language": "c++",
1699 "src": [
1700 "test/cpp/end2end/sync_client_async_server_test.cc"
1701 ],
1702 "deps": [
1703 "grpc++_test_util",
1704 "grpc_test_util",
1705 "grpc++",
1706 "grpc",
1707 "gpr_test_util",
1708 "gpr"
1709 ]
1710 },
1711 {
1712 "name": "thread_pool_test",
1713 "build": "test",
1714 "language": "c++",
1715 "src": [
1716 "test/cpp/server/thread_pool_test.cc"
1717 ],
1718 "deps": [
1719 "grpc_test_util",
1720 "grpc++",
1721 "grpc",
1722 "gpr_test_util",
1723 "gpr"
1724 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001725 },
1726 {
1727 "name": "tips_client",
1728 "build": "test",
1729 "language": "c++",
1730 "src": [
1731 "examples/tips/main.cc"
1732 ],
1733 "deps": [
1734 "tips_client_lib",
1735 "grpc++_test_util",
1736 "grpc_test_util",
1737 "grpc++",
1738 "grpc",
1739 "gpr_test_util",
1740 "gpr"
1741 ],
1742 "run": false
1743 },
1744 {
1745 "name": "tips_publisher_test",
1746 "build": "test",
1747 "language": "c++",
1748 "src": [
1749 "examples/tips/publisher_test.cc"
1750 ],
1751 "deps": [
1752 "tips_client_lib",
1753 "grpc++_test_util",
1754 "grpc_test_util",
1755 "grpc++",
1756 "grpc",
1757 "gpr_test_util",
1758 "gpr"
1759 ]
1760 },
1761 {
1762 "name": "tips_subscriber_test",
1763 "build": "test",
1764 "language": "c++",
1765 "src": [
1766 "examples/tips/subscriber_test.cc"
1767 ],
1768 "deps": [
1769 "tips_client_lib",
1770 "grpc++_test_util",
1771 "grpc_test_util",
1772 "grpc++",
1773 "grpc",
1774 "gpr_test_util",
1775 "gpr"
1776 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001777 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001778 ]
1779}