blob: 7d35f79af098a6fd0228b45d68a9fd5fb1761e70 [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",
45 "src/core/iomgr/iomgr.h",
46 "src/core/iomgr/iomgr_internal.h",
47 "src/core/iomgr/iomgr_posix.h",
48 "src/core/iomgr/pollset.h",
49 "src/core/iomgr/pollset_kick.h",
50 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080051 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080052 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080053 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080054 "src/core/iomgr/resolve_address.h",
55 "src/core/iomgr/sockaddr.h",
56 "src/core/iomgr/sockaddr_posix.h",
57 "src/core/iomgr/sockaddr_utils.h",
58 "src/core/iomgr/sockaddr_win32.h",
59 "src/core/iomgr/socket_utils_posix.h",
60 "src/core/iomgr/tcp_client.h",
61 "src/core/iomgr/tcp_posix.h",
62 "src/core/iomgr/tcp_server.h",
63 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080064 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080065 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080066 "src/core/json/json.h",
67 "src/core/json/json_common.h",
68 "src/core/json/json_reader.h",
69 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080070 "src/core/statistics/census_interface.h",
71 "src/core/statistics/census_log.h",
72 "src/core/statistics/census_rpc_stats.h",
73 "src/core/statistics/census_tracing.h",
74 "src/core/statistics/hash_table.h",
75 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080076 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080077 "src/core/surface/call.h",
78 "src/core/surface/channel.h",
79 "src/core/surface/client.h",
80 "src/core/surface/completion_queue.h",
81 "src/core/surface/event_string.h",
82 "src/core/surface/lame_client.h",
83 "src/core/surface/server.h",
84 "src/core/surface/surface_trace.h",
85 "src/core/transport/chttp2/bin_encoder.h",
86 "src/core/transport/chttp2/frame.h",
87 "src/core/transport/chttp2/frame_data.h",
88 "src/core/transport/chttp2/frame_goaway.h",
89 "src/core/transport/chttp2/frame_ping.h",
90 "src/core/transport/chttp2/frame_rst_stream.h",
91 "src/core/transport/chttp2/frame_settings.h",
92 "src/core/transport/chttp2/frame_window_update.h",
93 "src/core/transport/chttp2/hpack_parser.h",
94 "src/core/transport/chttp2/hpack_table.h",
95 "src/core/transport/chttp2/http2_errors.h",
96 "src/core/transport/chttp2/huffsyms.h",
97 "src/core/transport/chttp2/status_conversion.h",
98 "src/core/transport/chttp2/stream_encoder.h",
99 "src/core/transport/chttp2/stream_map.h",
100 "src/core/transport/chttp2/timeout_encoding.h",
101 "src/core/transport/chttp2/varint.h",
102 "src/core/transport/chttp2_transport.h",
103 "src/core/transport/metadata.h",
104 "src/core/transport/stream_op.h",
105 "src/core/transport/transport.h",
106 "src/core/transport/transport_impl.h"
107 ],
nnoblec87b1c52015-01-05 17:15:18 -0800108 "src": [
109 "src/core/channel/call_op_string.c",
110 "src/core/channel/census_filter.c",
111 "src/core/channel/channel_args.c",
112 "src/core/channel/channel_stack.c",
113 "src/core/channel/child_channel.c",
114 "src/core/channel/client_channel.c",
115 "src/core/channel/client_setup.c",
116 "src/core/channel/connected_channel.c",
117 "src/core/channel/http_client_filter.c",
118 "src/core/channel/http_filter.c",
119 "src/core/channel/http_server_filter.c",
120 "src/core/channel/metadata_buffer.c",
121 "src/core/channel/noop_filter.c",
122 "src/core/compression/algorithm.c",
123 "src/core/compression/message_compress.c",
124 "src/core/httpcli/format_request.c",
125 "src/core/httpcli/httpcli.c",
126 "src/core/httpcli/httpcli_security_context.c",
127 "src/core/httpcli/parser.c",
128 "src/core/iomgr/alarm.c",
129 "src/core/iomgr/alarm_heap.c",
130 "src/core/iomgr/endpoint.c",
131 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800132 "src/core/iomgr/fd_posix.c",
133 "src/core/iomgr/iomgr.c",
134 "src/core/iomgr/iomgr_posix.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800135 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800136 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
137 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800138 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800139 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800140 "src/core/iomgr/sockaddr_utils.c",
141 "src/core/iomgr/socket_utils_common_posix.c",
142 "src/core/iomgr/socket_utils_linux.c",
143 "src/core/iomgr/socket_utils_posix.c",
144 "src/core/iomgr/tcp_client_posix.c",
145 "src/core/iomgr/tcp_posix.c",
146 "src/core/iomgr/tcp_server_posix.c",
147 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800148 "src/core/iomgr/wakeup_fd_eventfd.c",
149 "src/core/iomgr/wakeup_fd_nospecial.c",
150 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800151 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800152 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800153 "src/core/json/json_reader.c",
154 "src/core/json/json_string.c",
155 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800156 "src/core/statistics/census_init.c",
157 "src/core/statistics/census_log.c",
158 "src/core/statistics/census_rpc_stats.c",
159 "src/core/statistics/census_tracing.c",
160 "src/core/statistics/hash_table.c",
161 "src/core/statistics/window_stats.c",
162 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800163 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800164 "src/core/surface/byte_buffer_reader.c",
165 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800166 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800167 "src/core/surface/channel.c",
168 "src/core/surface/channel_create.c",
169 "src/core/surface/client.c",
170 "src/core/surface/completion_queue.c",
171 "src/core/surface/event_string.c",
172 "src/core/surface/init.c",
173 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800174 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800175 "src/core/surface/secure_channel_create.c",
176 "src/core/surface/secure_server_create.c",
177 "src/core/surface/server.c",
178 "src/core/surface/server_chttp2.c",
179 "src/core/surface/server_create.c",
180 "src/core/transport/chttp2/alpn.c",
181 "src/core/transport/chttp2/bin_encoder.c",
182 "src/core/transport/chttp2/frame_data.c",
183 "src/core/transport/chttp2/frame_goaway.c",
184 "src/core/transport/chttp2/frame_ping.c",
185 "src/core/transport/chttp2/frame_rst_stream.c",
186 "src/core/transport/chttp2/frame_settings.c",
187 "src/core/transport/chttp2/frame_window_update.c",
188 "src/core/transport/chttp2/hpack_parser.c",
189 "src/core/transport/chttp2/hpack_table.c",
190 "src/core/transport/chttp2/huffsyms.c",
191 "src/core/transport/chttp2/status_conversion.c",
192 "src/core/transport/chttp2/stream_encoder.c",
193 "src/core/transport/chttp2/stream_map.c",
194 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800195 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800196 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800197 "src/core/transport/metadata.c",
198 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800199 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800200 ]
201 }
202 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800203 "libs": [
204 {
205 "name": "gpr",
206 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800207 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800208 "public_headers": [
209 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800210 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800211 "include/grpc/support/atm_gcc_atomic.h",
212 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800213 "include/grpc/support/atm_win32.h",
214 "include/grpc/support/cancellable_platform.h",
215 "include/grpc/support/cmdline.h",
216 "include/grpc/support/histogram.h",
217 "include/grpc/support/host_port.h",
218 "include/grpc/support/log.h",
219 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800221 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800222 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800223 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800224 "include/grpc/support/sync_posix.h",
225 "include/grpc/support/sync_win32.h",
226 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800227 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800228 "include/grpc/support/useful.h"
229 ],
230 "headers": [
231 "src/core/support/cpu.h",
Julien Boeuf026a4172015-02-02 18:36:37 -0800232 "src/core/support/env.h",
233 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800234 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800235 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800236 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800238 ],
239 "src": [
240 "src/core/support/alloc.c",
241 "src/core/support/cancellable.c",
242 "src/core/support/cmdline.c",
243 "src/core/support/cpu_linux.c",
244 "src/core/support/cpu_posix.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800245 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800246 "src/core/support/env_posix.c",
247 "src/core/support/env_win32.c",
248 "src/core/support/file.c",
249 "src/core/support/file_posix.c",
250 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800251 "src/core/support/histogram.c",
252 "src/core/support/host_port.c",
253 "src/core/support/log.c",
254 "src/core/support/log_android.c",
255 "src/core/support/log_linux.c",
256 "src/core/support/log_posix.c",
257 "src/core/support/log_win32.c",
258 "src/core/support/murmur_hash.c",
259 "src/core/support/slice.c",
260 "src/core/support/slice_buffer.c",
261 "src/core/support/string.c",
262 "src/core/support/string_posix.c",
263 "src/core/support/string_win32.c",
264 "src/core/support/sync.c",
265 "src/core/support/sync_posix.c",
266 "src/core/support/sync_win32.c",
267 "src/core/support/thd_posix.c",
268 "src/core/support/thd_win32.c",
269 "src/core/support/time.c",
270 "src/core/support/time_posix.c",
271 "src/core/support/time_win32.c"
272 ],
273 "secure": false,
274 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
275 },
276 {
277 "name": "gpr_test_util",
278 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800279 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800280 "src": [
281 "test/core/util/test_config.c"
282 ],
283 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800284 },
285 {
286 "name": "grpc",
287 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800288 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800289 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800290 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 ],
292 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800293 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800294 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800295 "src/core/security/credentials.h",
296 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800297 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800298 "src/core/security/secure_transport_setup.h",
299 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800300 "src/core/tsi/fake_transport_security.h",
301 "src/core/tsi/ssl_transport_security.h",
302 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800303 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800304 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800305 "src": [
306 "src/core/security/auth.c",
307 "src/core/security/base64.c",
308 "src/core/security/credentials.c",
309 "src/core/security/factories.c",
310 "src/core/security/google_root_certs.c",
311 "src/core/security/json_token.c",
312 "src/core/security/secure_endpoint.c",
313 "src/core/security/secure_transport_setup.c",
314 "src/core/security/security_context.c",
315 "src/core/security/server_secure_chttp2.c",
316 "src/core/tsi/fake_transport_security.c",
317 "src/core/tsi/ssl_transport_security.c",
318 "src/core/tsi/transport_security.c"
319 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800320 "deps": [
321 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800322 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800323 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800324 "filegroups": [
325 "grpc_base"
326 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800327 "secure": true,
328 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800329 },
330 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800331 "name": "grpc_csharp_ext",
332 "build": "all",
333 "language": "c",
334 "src": [
335 "src/csharp/ext/grpc_csharp_ext.c"
336 ],
337 "deps": [
338 "gpr",
339 "grpc"
340 ]
341 },
342 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800343 "name": "grpc_test_util",
344 "build": "private",
345 "language": "c",
346 "src": [
347 "test/core/end2end/cq_verifier.c",
348 "test/core/end2end/data/prod_roots_certs.c",
349 "test/core/end2end/data/server1_cert.c",
350 "test/core/end2end/data/server1_key.c",
351 "test/core/end2end/data/test_root_cert.c",
352 "test/core/iomgr/endpoint_tests.c",
353 "test/core/statistics/census_log_tests.c",
354 "test/core/transport/transport_end2end_tests.c",
355 "test/core/util/grpc_profiler.c",
356 "test/core/util/parse_hexstring.c",
357 "test/core/util/port_posix.c",
358 "test/core/util/slice_splitter.c"
359 ],
360 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
361 },
362 {
363 "name": "grpc_unsecure",
364 "build": "all",
365 "language": "c",
366 "deps": [
367 "gpr"
368 ],
369 "baselib": true,
370 "filegroups": [
371 "grpc_base"
372 ],
373 "secure": false,
374 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
375 },
376 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800377 "name": "grpc++",
378 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800379 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800380 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800381 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800382 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800383 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800384 "include/grpc++/channel_interface.h",
385 "include/grpc++/client_context.h",
386 "include/grpc++/completion_queue.h",
387 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800388 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800389 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800390 "include/grpc++/impl/internal_stub.h",
391 "include/grpc++/impl/rpc_method.h",
392 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800393 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800394 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800395 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800396 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800397 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800398 "include/grpc++/stream.h",
399 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800400 ],
401 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800402 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800403 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800404 "src/cpp/server/server_rpc_handler.h",
405 "src/cpp/server/thread_pool.h",
406 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800407 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800408 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800409 "src": [
410 "src/cpp/client/channel.cc",
411 "src/cpp/client/channel_arguments.cc",
412 "src/cpp/client/client_context.cc",
413 "src/cpp/client/create_channel.cc",
414 "src/cpp/client/credentials.cc",
415 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800416 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800417 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800418 "src/cpp/common/rpc_method.cc",
419 "src/cpp/proto/proto_utils.cc",
420 "src/cpp/server/async_server.cc",
421 "src/cpp/server/async_server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800422 "src/cpp/server/server.cc",
423 "src/cpp/server/server_builder.cc",
424 "src/cpp/server/server_context_impl.cc",
425 "src/cpp/server/server_credentials.cc",
426 "src/cpp/server/server_rpc_handler.cc",
427 "src/cpp/server/thread_pool.cc",
428 "src/cpp/stream/stream_context.cc",
429 "src/cpp/util/status.cc",
430 "src/cpp/util/time.cc"
431 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800432 "deps": [
433 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800434 ],
435 "secure": true,
436 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800437 },
438 {
439 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800440 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800441 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800442 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800443 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800444 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800445 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800446 "test/cpp/end2end/async_test_server.cc",
447 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800448 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800449 },
450 {
451 "name": "tips_client_lib",
452 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800453 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800454 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800455 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800456 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800457 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800458 "examples/tips/publisher.cc",
459 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800460 ],
461 "deps": [
462 "grpc++",
463 "grpc",
464 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800465 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800466 }
467 ],
468 "targets": [
469 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800470 "name": "alarm_heap_test",
471 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800472 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800473 "src": [
474 "test/core/iomgr/alarm_heap_test.c"
475 ],
476 "deps": [
477 "grpc_test_util",
478 "grpc",
479 "gpr_test_util",
480 "gpr"
481 ]
482 },
483 {
484 "name": "alarm_list_test",
485 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800486 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800487 "src": [
488 "test/core/iomgr/alarm_list_test.c"
489 ],
490 "deps": [
491 "grpc_test_util",
492 "grpc",
493 "gpr_test_util",
494 "gpr"
495 ]
496 },
497 {
498 "name": "alarm_test",
499 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800500 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800501 "src": [
502 "test/core/iomgr/alarm_test.c"
503 ],
504 "deps": [
505 "grpc_test_util",
506 "grpc",
507 "gpr_test_util",
508 "gpr"
509 ]
510 },
511 {
512 "name": "alpn_test",
513 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800514 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800515 "src": [
516 "test/core/transport/chttp2/alpn_test.c"
517 ],
518 "deps": [
519 "grpc_test_util",
520 "grpc",
521 "gpr_test_util",
522 "gpr"
523 ]
524 },
525 {
526 "name": "bin_encoder_test",
527 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800528 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800529 "src": [
530 "test/core/transport/chttp2/bin_encoder_test.c"
531 ],
532 "deps": [
533 "grpc_test_util",
534 "grpc",
535 "gpr_test_util",
536 "gpr"
537 ]
538 },
539 {
540 "name": "census_hash_table_test",
541 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800542 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800543 "src": [
544 "test/core/statistics/hash_table_test.c"
545 ],
546 "deps": [
547 "grpc_test_util",
548 "grpc",
549 "gpr_test_util",
550 "gpr"
551 ]
552 },
553 {
554 "name": "census_statistics_multiple_writers_circular_buffer_test",
555 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800556 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800557 "src": [
558 "test/core/statistics/multiple_writers_circular_buffer_test.c"
559 ],
560 "deps": [
561 "grpc_test_util",
562 "grpc",
563 "gpr_test_util",
564 "gpr"
565 ]
566 },
567 {
568 "name": "census_statistics_multiple_writers_test",
569 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800570 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800571 "src": [
572 "test/core/statistics/multiple_writers_test.c"
573 ],
574 "deps": [
575 "grpc_test_util",
576 "grpc",
577 "gpr_test_util",
578 "gpr"
579 ]
580 },
581 {
582 "name": "census_statistics_performance_test",
583 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800584 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800585 "src": [
586 "test/core/statistics/performance_test.c"
587 ],
588 "deps": [
589 "grpc_test_util",
590 "grpc",
591 "gpr_test_util",
592 "gpr"
593 ]
594 },
595 {
596 "name": "census_statistics_quick_test",
597 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800598 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800599 "src": [
600 "test/core/statistics/quick_test.c"
601 ],
602 "deps": [
603 "grpc_test_util",
604 "grpc",
605 "gpr_test_util",
606 "gpr"
607 ]
608 },
609 {
610 "name": "census_statistics_small_log_test",
611 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800612 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800613 "src": [
614 "test/core/statistics/small_log_test.c"
615 ],
616 "deps": [
617 "grpc_test_util",
618 "grpc",
619 "gpr_test_util",
620 "gpr"
621 ]
622 },
623 {
624 "name": "census_stats_store_test",
625 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800626 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800627 "src": [
628 "test/core/statistics/rpc_stats_test.c"
629 ],
630 "deps": [
631 "grpc_test_util",
632 "grpc",
633 "gpr_test_util",
634 "gpr"
635 ]
636 },
637 {
638 "name": "census_stub_test",
639 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800640 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800641 "src": [
642 "test/core/statistics/census_stub_test.c"
643 ],
644 "deps": [
645 "grpc_test_util",
646 "grpc",
647 "gpr_test_util",
648 "gpr"
649 ]
650 },
651 {
652 "name": "census_trace_store_test",
653 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800654 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800655 "src": [
656 "test/core/statistics/trace_test.c"
657 ],
658 "deps": [
659 "grpc_test_util",
660 "grpc",
661 "gpr_test_util",
662 "gpr"
663 ]
664 },
665 {
666 "name": "census_window_stats_test",
667 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800668 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800669 "src": [
670 "test/core/statistics/window_stats_test.c"
671 ],
672 "deps": [
673 "grpc_test_util",
674 "grpc",
675 "gpr_test_util",
676 "gpr"
677 ]
678 },
679 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800680 "name": "chttp2_status_conversion_test",
681 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800682 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800683 "src": [
684 "test/core/transport/chttp2/status_conversion_test.c"
685 ],
686 "deps": [
687 "grpc_test_util",
688 "grpc",
689 "gpr_test_util",
690 "gpr"
691 ]
692 },
693 {
694 "name": "chttp2_stream_encoder_test",
695 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800696 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800697 "src": [
698 "test/core/transport/chttp2/stream_encoder_test.c"
699 ],
700 "deps": [
701 "grpc_test_util",
702 "grpc",
703 "gpr_test_util",
704 "gpr"
705 ]
706 },
707 {
708 "name": "chttp2_stream_map_test",
709 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800710 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800711 "src": [
712 "test/core/transport/chttp2/stream_map_test.c"
713 ],
714 "deps": [
715 "grpc_test_util",
716 "grpc",
717 "gpr_test_util",
718 "gpr"
719 ]
720 },
721 {
722 "name": "chttp2_transport_end2end_test",
723 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800724 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800725 "src": [
726 "test/core/transport/chttp2_transport_end2end_test.c"
727 ],
728 "deps": [
729 "grpc_test_util",
730 "grpc",
731 "gpr_test_util",
732 "gpr"
733 ]
734 },
735 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800736 "name": "dualstack_socket_test",
737 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800738 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800739 "src": [
740 "test/core/end2end/dualstack_socket_test.c"
741 ],
742 "deps": [
743 "grpc_test_util",
744 "grpc",
745 "gpr_test_util",
746 "gpr"
747 ]
748 },
749 {
750 "name": "echo_client",
751 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800752 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800753 "src": [
754 "test/core/echo/client.c"
755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
759 "gpr_test_util",
760 "gpr"
761 ],
762 "run": false
763 },
764 {
765 "name": "echo_server",
766 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800767 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800768 "src": [
769 "test/core/echo/server.c"
770 ],
771 "deps": [
772 "grpc_test_util",
773 "grpc",
774 "gpr_test_util",
775 "gpr"
776 ],
777 "run": false
778 },
779 {
780 "name": "echo_test",
781 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800782 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800783 "src": [
784 "test/core/echo/echo_test.c"
785 ],
786 "deps": [
787 "grpc_test_util",
788 "grpc",
789 "gpr_test_util",
790 "gpr"
791 ]
792 },
793 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800794 "name": "fd_posix_test",
795 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800796 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800797 "src": [
798 "test/core/iomgr/fd_posix_test.c"
799 ],
800 "deps": [
801 "grpc_test_util",
802 "grpc",
803 "gpr_test_util",
804 "gpr"
805 ]
806 },
807 {
808 "name": "fling_client",
809 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800810 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800811 "src": [
812 "test/core/fling/client.c"
813 ],
814 "deps": [
815 "grpc_test_util",
816 "grpc",
817 "gpr_test_util",
818 "gpr"
819 ],
820 "run": false
821 },
822 {
823 "name": "fling_server",
824 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800825 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800826 "src": [
827 "test/core/fling/server.c"
828 ],
829 "deps": [
830 "grpc_test_util",
831 "grpc",
832 "gpr_test_util",
833 "gpr"
834 ],
835 "run": false
836 },
837 {
838 "name": "fling_stream_test",
839 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800840 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800841 "src": [
842 "test/core/fling/fling_stream_test.c"
843 ],
844 "deps": [
845 "grpc_test_util",
846 "grpc",
847 "gpr_test_util",
848 "gpr"
849 ]
850 },
851 {
852 "name": "fling_test",
853 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800854 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800855 "src": [
856 "test/core/fling/fling_test.c"
857 ],
858 "deps": [
859 "grpc_test_util",
860 "grpc",
861 "gpr_test_util",
862 "gpr"
863 ]
864 },
865 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800866 "name": "gen_hpack_tables",
867 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800868 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800869 "src": [
870 "src/core/transport/chttp2/gen_hpack_tables.c"
871 ],
872 "deps": [
873 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800874 "gpr",
875 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800876 ]
877 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800878 {
879 "name": "gpr_cancellable_test",
880 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800881 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800882 "src": [
883 "test/core/support/cancellable_test.c"
884 ],
885 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800886 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800887 "gpr"
888 ]
889 },
890 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800891 "name": "gpr_cmdline_test",
892 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800893 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800894 "src": [
895 "test/core/support/cmdline_test.c"
896 ],
897 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800898 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800899 "gpr"
900 ]
901 },
902 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800903 "name": "gpr_env_test",
904 "build": "test",
905 "language": "c",
906 "src": [
907 "test/core/support/env_test.c"
908 ],
909 "deps": [
910 "gpr_test_util",
911 "gpr"
912 ]
913 },
914 {
915 "name": "gpr_file_test",
916 "build": "test",
917 "language": "c",
918 "src": [
919 "test/core/support/file_test.c"
920 ],
921 "deps": [
922 "gpr_test_util",
923 "gpr"
924 ]
925 },
926 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800927 "name": "gpr_histogram_test",
928 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800929 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800930 "src": [
931 "test/core/support/histogram_test.c"
932 ],
933 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800934 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800935 "gpr"
936 ]
937 },
938 {
939 "name": "gpr_host_port_test",
940 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800941 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800942 "src": [
943 "test/core/support/host_port_test.c"
944 ],
945 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800946 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800947 "gpr"
948 ]
949 },
950 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800951 "name": "gpr_log_test",
952 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800953 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800954 "src": [
955 "test/core/support/log_test.c"
956 ],
957 "deps": [
958 "gpr_test_util",
959 "gpr"
960 ]
961 },
962 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800963 "name": "gpr_slice_buffer_test",
964 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800965 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800966 "src": [
967 "test/core/support/slice_buffer_test.c"
968 ],
969 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800970 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800971 "gpr"
972 ]
973 },
974 {
975 "name": "gpr_slice_test",
976 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800977 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800978 "src": [
979 "test/core/support/slice_test.c"
980 ],
981 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800982 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800983 "gpr"
984 ]
985 },
986 {
987 "name": "gpr_string_test",
988 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800989 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800990 "src": [
991 "test/core/support/string_test.c"
992 ],
993 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800994 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800995 "gpr"
996 ]
997 },
998 {
999 "name": "gpr_sync_test",
1000 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001001 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001002 "src": [
1003 "test/core/support/sync_test.c"
1004 ],
1005 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001006 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "gpr"
1008 ]
1009 },
1010 {
1011 "name": "gpr_thd_test",
1012 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001013 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001014 "src": [
1015 "test/core/support/thd_test.c"
1016 ],
1017 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001018 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001019 "gpr"
1020 ]
1021 },
1022 {
1023 "name": "gpr_time_test",
1024 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001025 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001026 "src": [
1027 "test/core/support/time_test.c"
1028 ],
1029 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001030 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "gpr"
1032 ]
1033 },
1034 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001035 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001036 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001037 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001038 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001039 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 ],
1041 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001042 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 "gpr"
1044 ]
1045 },
1046 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001047 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001049 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001050 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001051 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 ],
1053 "deps": [
1054 "grpc_test_util",
1055 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001056 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 "gpr"
1058 ]
1059 },
1060 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001061 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001062 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001063 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001064 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001065 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001066 ],
1067 "deps": [
1068 "grpc_test_util",
1069 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001070 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001071 "gpr"
1072 ]
1073 },
1074 {
1075 "name": "grpc_channel_stack_test",
1076 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001077 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001078 "src": [
1079 "test/core/channel/channel_stack_test.c"
1080 ],
1081 "deps": [
1082 "grpc_test_util",
1083 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001084 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 "gpr"
1086 ]
1087 },
1088 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001089 "name": "grpc_completion_queue_benchmark",
1090 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001091 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001093 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001094 ],
1095 "deps": [
1096 "grpc_test_util",
1097 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001098 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 "gpr"
1100 ]
1101 },
1102 {
1103 "name": "grpc_completion_queue_test",
1104 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001105 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001106 "src": [
1107 "test/core/surface/completion_queue_test.c"
1108 ],
1109 "deps": [
1110 "grpc_test_util",
1111 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001112 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 "gpr"
1114 ]
1115 },
1116 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001117 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001118 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001119 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001120 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001121 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001122 ],
1123 "deps": [
1124 "grpc_test_util",
1125 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001126 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001127 "gpr"
1128 ]
1129 },
1130 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001131 "name": "grpc_fetch_oauth2",
1132 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001133 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001134 "src": [
1135 "test/core/security/fetch_oauth2.c"
1136 ],
1137 "deps": [
1138 "grpc_test_util",
1139 "grpc",
1140 "gpr_test_util",
1141 "gpr"
1142 ]
1143 },
1144 {
1145 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001146 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001147 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001148 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001149 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001150 ],
1151 "deps": [
1152 "grpc_test_util",
1153 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001154 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001155 "gpr"
1156 ]
1157 },
1158 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001159 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001160 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001161 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001162 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001163 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001164 ],
1165 "deps": [
1166 "grpc_test_util",
1167 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001168 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001169 "gpr"
1170 ]
1171 },
1172 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001173 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001175 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001176 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001177 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 ],
1179 "deps": [
1180 "grpc_test_util",
1181 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001182 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001183 "gpr"
1184 ]
1185 },
1186 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001187 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001189 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001190 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001191 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001192 ],
1193 "deps": [
1194 "grpc_test_util",
1195 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001196 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001197 "gpr"
1198 ]
1199 },
1200 {
1201 "name": "httpcli_format_request_test",
1202 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001203 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "src": [
1205 "test/core/httpcli/format_request_test.c"
1206 ],
1207 "deps": [
1208 "grpc_test_util",
1209 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001210 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001211 "gpr"
1212 ]
1213 },
1214 {
1215 "name": "httpcli_parser_test",
1216 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001217 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 "src": [
1219 "test/core/httpcli/parser_test.c"
1220 ],
1221 "deps": [
1222 "grpc_test_util",
1223 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001224 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001225 "gpr"
1226 ]
1227 },
1228 {
1229 "name": "httpcli_test",
1230 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001231 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001232 "src": [
1233 "test/core/httpcli/httpcli_test.c"
1234 ],
1235 "deps": [
1236 "grpc_test_util",
1237 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001238 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001239 "gpr"
1240 ]
1241 },
1242 {
Craig Tiller4450db22015-01-30 16:49:22 -08001243 "name": "json_rewrite",
1244 "build": "test",
1245 "language": "c",
1246 "src": [
1247 "test/core/json/json_rewrite.c"
1248 ],
1249 "deps": [
1250 "grpc",
1251 "gpr"
1252 ],
1253 "run": false
1254 },
1255 {
1256 "name": "json_rewrite_test",
1257 "build": "test",
1258 "language": "c",
1259 "src": [
1260 "test/core/json/json_rewrite_test.c"
1261 ],
1262 "deps": [
1263 "grpc_test_util",
1264 "grpc",
1265 "gpr_test_util",
1266 "gpr"
1267 ],
1268 "run": false
1269 },
1270 {
1271 "name": "json_test",
1272 "build": "test",
1273 "language": "c",
1274 "src": [
1275 "test/core/json/json_test.c"
1276 ],
1277 "deps": [
1278 "grpc_test_util",
1279 "grpc",
1280 "gpr_test_util",
1281 "gpr"
1282 ]
1283 },
1284 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001285 "name": "lame_client_test",
1286 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001287 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001288 "src": [
1289 "test/core/surface/lame_client_test.c"
1290 ],
1291 "deps": [
1292 "grpc_test_util",
1293 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001294 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001295 "gpr"
1296 ]
1297 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001298 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001299 "name": "low_level_ping_pong_benchmark",
1300 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001301 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001302 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001303 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001304 ],
1305 "deps": [
1306 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001307 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001308 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001309 "gpr"
1310 ]
1311 },
1312 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001313 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001315 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001316 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001317 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001318 ],
1319 "deps": [
1320 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001321 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001322 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001323 "gpr"
1324 ]
ctiller8919f602014-12-10 10:19:42 -08001325 },
1326 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001327 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001328 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001329 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001330 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001331 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001332 ],
1333 "deps": [
1334 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001335 "grpc",
1336 "gpr_test_util",
1337 "gpr"
1338 ]
1339 },
1340 {
1341 "name": "murmur_hash_test",
1342 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001343 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001344 "src": [
1345 "test/core/support/murmur_hash_test.c"
1346 ],
1347 "deps": [
1348 "gpr_test_util",
1349 "gpr"
1350 ]
1351 },
1352 {
1353 "name": "no_server_test",
1354 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001355 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001356 "src": [
1357 "test/core/end2end/no_server_test.c"
1358 ],
1359 "deps": [
1360 "grpc_test_util",
1361 "grpc",
1362 "gpr_test_util",
1363 "gpr"
1364 ]
1365 },
1366 {
David Klempnere3605682015-01-26 17:27:21 -08001367 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001368 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001369 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001370 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001371 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001372 ],
1373 "deps": [
1374 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001375 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001376 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001377 "gpr"
1378 ]
1379 },
1380 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001381 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001382 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001383 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001384 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001385 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001386 ],
1387 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001388 "grpc_test_util",
1389 "grpc",
1390 "gpr_test_util",
1391 "gpr"
1392 ]
1393 },
1394 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001395 "name": "secure_endpoint_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/security/secure_endpoint_test.c"
1400 ],
1401 "deps": [
1402 "grpc_test_util",
1403 "grpc",
1404 "gpr_test_util",
1405 "gpr"
1406 ]
1407 },
1408 {
1409 "name": "sockaddr_utils_test",
1410 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001411 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001412 "src": [
1413 "test/core/iomgr/sockaddr_utils_test.c"
1414 ],
1415 "deps": [
1416 "grpc_test_util",
1417 "grpc",
1418 "gpr_test_util",
1419 "gpr"
1420 ]
1421 },
1422 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001423 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001424 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001425 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001426 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001427 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001428 ],
1429 "deps": [
1430 "grpc_test_util",
1431 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001432 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001433 "gpr"
1434 ]
1435 },
1436 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001437 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001438 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001439 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001440 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001441 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001442 ],
1443 "deps": [
1444 "grpc_test_util",
1445 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001446 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001447 "gpr"
1448 ]
1449 },
1450 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001451 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001452 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001453 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001454 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001455 "test/core/iomgr/tcp_server_posix_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": "time_averaged_stats_test",
1466 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001467 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001468 "src": [
1469 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001470 ],
1471 "deps": [
1472 "grpc_test_util",
1473 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001474 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001475 "gpr"
1476 ]
1477 },
1478 {
ctiller8919f602014-12-10 10:19:42 -08001479 "name": "time_test",
1480 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001481 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001482 "src": [
1483 "test/core/support/time_test.c"
1484 ],
1485 "deps": [
1486 "grpc_test_util",
1487 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001488 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001489 "gpr"
1490 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001491 },
1492 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001493 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001494 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001495 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001496 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001497 "test/core/transport/chttp2/timeout_encoding_test.c"
1498 ],
1499 "deps": [
1500 "grpc_test_util",
1501 "grpc",
1502 "gpr_test_util",
1503 "gpr"
1504 ]
1505 },
1506 {
1507 "name": "transport_metadata_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/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001512 ],
1513 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001514 "grpc_test_util",
1515 "grpc",
1516 "gpr_test_util",
1517 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001518 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001519 },
1520 {
1521 "name": "channel_arguments_test",
1522 "build": "test",
1523 "language": "c++",
1524 "src": [
1525 "test/cpp/client/channel_arguments_test.cc"
1526 ],
1527 "deps": [
1528 "grpc++",
1529 "grpc",
1530 "gpr"
1531 ]
1532 },
1533 {
1534 "name": "cpp_plugin",
1535 "build": "protoc",
1536 "language": "c++",
1537 "headers": [
1538 "src/compiler/cpp_generator.h",
1539 "src/compiler/cpp_generator_helpers.h"
1540 ],
1541 "src": [
1542 "src/compiler/cpp_generator.cc",
1543 "src/compiler/cpp_plugin.cc"
1544 ],
1545 "deps": [],
1546 "secure": false
1547 },
1548 {
1549 "name": "credentials_test",
1550 "build": "test",
1551 "language": "c++",
1552 "src": [
1553 "test/cpp/client/credentials_test.cc"
1554 ],
1555 "deps": [
1556 "grpc++",
1557 "grpc",
1558 "gpr"
1559 ]
1560 },
1561 {
1562 "name": "end2end_test",
1563 "build": "test",
1564 "language": "c++",
1565 "src": [
1566 "test/cpp/end2end/end2end_test.cc"
1567 ],
1568 "deps": [
1569 "grpc++_test_util",
1570 "grpc_test_util",
1571 "grpc++",
1572 "grpc",
1573 "gpr_test_util",
1574 "gpr"
1575 ]
1576 },
1577 {
1578 "name": "interop_client",
1579 "build": "test",
1580 "language": "c++",
1581 "src": [
1582 "test/cpp/interop/empty.proto",
1583 "test/cpp/interop/messages.proto",
1584 "test/cpp/interop/test.proto",
1585 "test/cpp/interop/client.cc"
1586 ],
1587 "deps": [
1588 "grpc++_test_util",
1589 "grpc_test_util",
1590 "grpc++",
1591 "grpc",
1592 "gpr_test_util",
1593 "gpr"
1594 ],
1595 "run": false
1596 },
1597 {
1598 "name": "interop_server",
1599 "build": "test",
1600 "language": "c++",
1601 "src": [
1602 "test/cpp/interop/empty.proto",
1603 "test/cpp/interop/messages.proto",
1604 "test/cpp/interop/test.proto",
1605 "test/cpp/interop/server.cc"
1606 ],
1607 "deps": [
1608 "grpc++_test_util",
1609 "grpc_test_util",
1610 "grpc++",
1611 "grpc",
1612 "gpr_test_util",
1613 "gpr"
1614 ],
1615 "run": false
1616 },
1617 {
1618 "name": "qps_client",
1619 "build": "test",
1620 "language": "c++",
1621 "src": [
1622 "test/cpp/qps/qpstest.proto",
1623 "test/cpp/qps/client.cc"
1624 ],
1625 "deps": [
1626 "grpc++_test_util",
1627 "grpc_test_util",
1628 "grpc++",
1629 "grpc",
1630 "gpr_test_util",
1631 "gpr"
1632 ]
1633 },
1634 {
1635 "name": "qps_server",
1636 "build": "test",
1637 "language": "c++",
1638 "src": [
1639 "test/cpp/qps/qpstest.proto",
1640 "test/cpp/qps/server.cc"
1641 ],
1642 "deps": [
1643 "grpc++_test_util",
1644 "grpc_test_util",
1645 "grpc++",
1646 "grpc",
1647 "gpr_test_util",
1648 "gpr"
1649 ]
1650 },
1651 {
1652 "name": "ruby_plugin",
1653 "build": "protoc",
1654 "language": "c++",
1655 "headers": [
1656 "src/compiler/cpp_generator.h",
1657 "src/compiler/cpp_generator_helpers-inl.h",
1658 "src/compiler/cpp_generator_map-inl.h",
1659 "src/compiler/cpp_generator_string-inl.h"
1660 ],
1661 "src": [
1662 "src/compiler/ruby_generator.cc",
1663 "src/compiler/ruby_plugin.cc"
1664 ],
1665 "deps": [],
1666 "secure": false
1667 },
1668 {
1669 "name": "status_test",
1670 "build": "test",
1671 "language": "c++",
1672 "src": [
1673 "test/cpp/util/status_test.cc"
1674 ],
1675 "deps": [
1676 "grpc_test_util",
1677 "grpc++",
1678 "grpc",
1679 "gpr_test_util",
1680 "gpr"
1681 ]
1682 },
1683 {
1684 "name": "sync_client_async_server_test",
1685 "build": "test",
1686 "language": "c++",
1687 "src": [
1688 "test/cpp/end2end/sync_client_async_server_test.cc"
1689 ],
1690 "deps": [
1691 "grpc++_test_util",
1692 "grpc_test_util",
1693 "grpc++",
1694 "grpc",
1695 "gpr_test_util",
1696 "gpr"
1697 ]
1698 },
1699 {
1700 "name": "thread_pool_test",
1701 "build": "test",
1702 "language": "c++",
1703 "src": [
1704 "test/cpp/server/thread_pool_test.cc"
1705 ],
1706 "deps": [
1707 "grpc_test_util",
1708 "grpc++",
1709 "grpc",
1710 "gpr_test_util",
1711 "gpr"
1712 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001713 },
1714 {
1715 "name": "tips_client",
1716 "build": "test",
1717 "language": "c++",
1718 "src": [
1719 "examples/tips/main.cc"
1720 ],
1721 "deps": [
1722 "tips_client_lib",
1723 "grpc++_test_util",
1724 "grpc_test_util",
1725 "grpc++",
1726 "grpc",
1727 "gpr_test_util",
1728 "gpr"
1729 ],
1730 "run": false
1731 },
1732 {
1733 "name": "tips_publisher_test",
1734 "build": "test",
1735 "language": "c++",
1736 "src": [
1737 "examples/tips/publisher_test.cc"
1738 ],
1739 "deps": [
1740 "tips_client_lib",
1741 "grpc++_test_util",
1742 "grpc_test_util",
1743 "grpc++",
1744 "grpc",
1745 "gpr_test_util",
1746 "gpr"
1747 ]
1748 },
1749 {
1750 "name": "tips_subscriber_test",
1751 "build": "test",
1752 "language": "c++",
1753 "src": [
1754 "examples/tips/subscriber_test.cc"
1755 ],
1756 "deps": [
1757 "tips_client_lib",
1758 "grpc++_test_util",
1759 "grpc_test_util",
1760 "grpc++",
1761 "grpc",
1762 "gpr_test_util",
1763 "gpr"
1764 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001765 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001766 ]
1767}