blob: fdb32ebf717cbb99e8ea37ce4707178202679fce [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": [
yangg59dfc902014-12-19 14:00:14 -0800381 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800382 "include/grpc++/channel_interface.h",
383 "include/grpc++/client_context.h",
384 "include/grpc++/completion_queue.h",
385 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800386 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800387 "include/grpc++/credentials.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800388 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800389 "include/grpc++/impl/internal_stub.h",
390 "include/grpc++/impl/rpc_method.h",
391 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800392 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800393 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800394 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800395 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800396 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800397 "include/grpc++/stream.h",
398 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800399 ],
400 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800401 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800402 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800403 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800404 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800405 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800406 "src": [
407 "src/cpp/client/channel.cc",
408 "src/cpp/client/channel_arguments.cc",
409 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800410 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800411 "src/cpp/client/create_channel.cc",
412 "src/cpp/client/credentials.cc",
413 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800414 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800415 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800416 "src/cpp/common/rpc_method.cc",
417 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800418 "src/cpp/server/server.cc",
419 "src/cpp/server/server_builder.cc",
420 "src/cpp/server/server_context_impl.cc",
421 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800422 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800423 "src/cpp/util/status.cc",
424 "src/cpp/util/time.cc"
425 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800426 "deps": [
427 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800428 ],
429 "secure": true,
430 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800431 },
432 {
433 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800434 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800435 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800436 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800437 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800438 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800439 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800440 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800441 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800442 },
443 {
444 "name": "tips_client_lib",
445 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800446 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800447 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800448 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800449 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800450 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800451 "examples/tips/publisher.cc",
452 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800453 ],
454 "deps": [
455 "grpc++",
456 "grpc",
457 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800458 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800459 }
460 ],
461 "targets": [
462 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800463 "name": "alarm_heap_test",
464 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800465 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800466 "src": [
467 "test/core/iomgr/alarm_heap_test.c"
468 ],
469 "deps": [
470 "grpc_test_util",
471 "grpc",
472 "gpr_test_util",
473 "gpr"
474 ]
475 },
476 {
477 "name": "alarm_list_test",
478 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800479 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800480 "src": [
481 "test/core/iomgr/alarm_list_test.c"
482 ],
483 "deps": [
484 "grpc_test_util",
485 "grpc",
486 "gpr_test_util",
487 "gpr"
488 ]
489 },
490 {
491 "name": "alarm_test",
492 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800493 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800494 "src": [
495 "test/core/iomgr/alarm_test.c"
496 ],
497 "deps": [
498 "grpc_test_util",
499 "grpc",
500 "gpr_test_util",
501 "gpr"
502 ]
503 },
504 {
505 "name": "alpn_test",
506 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800507 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800508 "src": [
509 "test/core/transport/chttp2/alpn_test.c"
510 ],
511 "deps": [
512 "grpc_test_util",
513 "grpc",
514 "gpr_test_util",
515 "gpr"
516 ]
517 },
518 {
519 "name": "bin_encoder_test",
520 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800521 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800522 "src": [
523 "test/core/transport/chttp2/bin_encoder_test.c"
524 ],
525 "deps": [
526 "grpc_test_util",
527 "grpc",
528 "gpr_test_util",
529 "gpr"
530 ]
531 },
532 {
533 "name": "census_hash_table_test",
534 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800535 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800536 "src": [
537 "test/core/statistics/hash_table_test.c"
538 ],
539 "deps": [
540 "grpc_test_util",
541 "grpc",
542 "gpr_test_util",
543 "gpr"
544 ]
545 },
546 {
547 "name": "census_statistics_multiple_writers_circular_buffer_test",
548 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800549 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800550 "src": [
551 "test/core/statistics/multiple_writers_circular_buffer_test.c"
552 ],
553 "deps": [
554 "grpc_test_util",
555 "grpc",
556 "gpr_test_util",
557 "gpr"
558 ]
559 },
560 {
561 "name": "census_statistics_multiple_writers_test",
562 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800563 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800564 "src": [
565 "test/core/statistics/multiple_writers_test.c"
566 ],
567 "deps": [
568 "grpc_test_util",
569 "grpc",
570 "gpr_test_util",
571 "gpr"
572 ]
573 },
574 {
575 "name": "census_statistics_performance_test",
576 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800577 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800578 "src": [
579 "test/core/statistics/performance_test.c"
580 ],
581 "deps": [
582 "grpc_test_util",
583 "grpc",
584 "gpr_test_util",
585 "gpr"
586 ]
587 },
588 {
589 "name": "census_statistics_quick_test",
590 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800591 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800592 "src": [
593 "test/core/statistics/quick_test.c"
594 ],
595 "deps": [
596 "grpc_test_util",
597 "grpc",
598 "gpr_test_util",
599 "gpr"
600 ]
601 },
602 {
603 "name": "census_statistics_small_log_test",
604 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800605 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800606 "src": [
607 "test/core/statistics/small_log_test.c"
608 ],
609 "deps": [
610 "grpc_test_util",
611 "grpc",
612 "gpr_test_util",
613 "gpr"
614 ]
615 },
616 {
617 "name": "census_stats_store_test",
618 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800619 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800620 "src": [
621 "test/core/statistics/rpc_stats_test.c"
622 ],
623 "deps": [
624 "grpc_test_util",
625 "grpc",
626 "gpr_test_util",
627 "gpr"
628 ]
629 },
630 {
631 "name": "census_stub_test",
632 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800633 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800634 "src": [
635 "test/core/statistics/census_stub_test.c"
636 ],
637 "deps": [
638 "grpc_test_util",
639 "grpc",
640 "gpr_test_util",
641 "gpr"
642 ]
643 },
644 {
645 "name": "census_trace_store_test",
646 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800647 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800648 "src": [
649 "test/core/statistics/trace_test.c"
650 ],
651 "deps": [
652 "grpc_test_util",
653 "grpc",
654 "gpr_test_util",
655 "gpr"
656 ]
657 },
658 {
659 "name": "census_window_stats_test",
660 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800661 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800662 "src": [
663 "test/core/statistics/window_stats_test.c"
664 ],
665 "deps": [
666 "grpc_test_util",
667 "grpc",
668 "gpr_test_util",
669 "gpr"
670 ]
671 },
672 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800673 "name": "chttp2_status_conversion_test",
674 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800675 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800676 "src": [
677 "test/core/transport/chttp2/status_conversion_test.c"
678 ],
679 "deps": [
680 "grpc_test_util",
681 "grpc",
682 "gpr_test_util",
683 "gpr"
684 ]
685 },
686 {
687 "name": "chttp2_stream_encoder_test",
688 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800689 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800690 "src": [
691 "test/core/transport/chttp2/stream_encoder_test.c"
692 ],
693 "deps": [
694 "grpc_test_util",
695 "grpc",
696 "gpr_test_util",
697 "gpr"
698 ]
699 },
700 {
701 "name": "chttp2_stream_map_test",
702 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800703 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800704 "src": [
705 "test/core/transport/chttp2/stream_map_test.c"
706 ],
707 "deps": [
708 "grpc_test_util",
709 "grpc",
710 "gpr_test_util",
711 "gpr"
712 ]
713 },
714 {
715 "name": "chttp2_transport_end2end_test",
716 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800717 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800718 "src": [
719 "test/core/transport/chttp2_transport_end2end_test.c"
720 ],
721 "deps": [
722 "grpc_test_util",
723 "grpc",
724 "gpr_test_util",
725 "gpr"
726 ]
727 },
728 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800729 "name": "dualstack_socket_test",
730 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800731 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800732 "src": [
733 "test/core/end2end/dualstack_socket_test.c"
734 ],
735 "deps": [
736 "grpc_test_util",
737 "grpc",
738 "gpr_test_util",
739 "gpr"
740 ]
741 },
742 {
743 "name": "echo_client",
744 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800745 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800746 "src": [
747 "test/core/echo/client.c"
748 ],
749 "deps": [
750 "grpc_test_util",
751 "grpc",
752 "gpr_test_util",
753 "gpr"
754 ],
755 "run": false
756 },
757 {
758 "name": "echo_server",
759 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800760 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800761 "src": [
762 "test/core/echo/server.c"
763 ],
764 "deps": [
765 "grpc_test_util",
766 "grpc",
767 "gpr_test_util",
768 "gpr"
769 ],
770 "run": false
771 },
772 {
773 "name": "echo_test",
774 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800775 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800776 "src": [
777 "test/core/echo/echo_test.c"
778 ],
779 "deps": [
780 "grpc_test_util",
781 "grpc",
782 "gpr_test_util",
783 "gpr"
784 ]
785 },
786 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800787 "name": "fd_posix_test",
788 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800789 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800790 "src": [
791 "test/core/iomgr/fd_posix_test.c"
792 ],
793 "deps": [
794 "grpc_test_util",
795 "grpc",
796 "gpr_test_util",
797 "gpr"
798 ]
799 },
800 {
801 "name": "fling_client",
802 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800803 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800804 "src": [
805 "test/core/fling/client.c"
806 ],
807 "deps": [
808 "grpc_test_util",
809 "grpc",
810 "gpr_test_util",
811 "gpr"
812 ],
813 "run": false
814 },
815 {
816 "name": "fling_server",
817 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800818 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800819 "src": [
820 "test/core/fling/server.c"
821 ],
822 "deps": [
823 "grpc_test_util",
824 "grpc",
825 "gpr_test_util",
826 "gpr"
827 ],
828 "run": false
829 },
830 {
831 "name": "fling_stream_test",
832 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800833 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800834 "src": [
835 "test/core/fling/fling_stream_test.c"
836 ],
837 "deps": [
838 "grpc_test_util",
839 "grpc",
840 "gpr_test_util",
841 "gpr"
842 ]
843 },
844 {
845 "name": "fling_test",
846 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800847 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800848 "src": [
849 "test/core/fling/fling_test.c"
850 ],
851 "deps": [
852 "grpc_test_util",
853 "grpc",
854 "gpr_test_util",
855 "gpr"
856 ]
857 },
858 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800859 "name": "gen_hpack_tables",
860 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800861 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800862 "src": [
863 "src/core/transport/chttp2/gen_hpack_tables.c"
864 ],
865 "deps": [
866 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800867 "gpr",
868 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800869 ]
870 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800871 {
872 "name": "gpr_cancellable_test",
873 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800874 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800875 "src": [
876 "test/core/support/cancellable_test.c"
877 ],
878 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800879 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800880 "gpr"
881 ]
882 },
883 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800884 "name": "gpr_cmdline_test",
885 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800886 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800887 "src": [
888 "test/core/support/cmdline_test.c"
889 ],
890 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800891 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800892 "gpr"
893 ]
894 },
895 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800896 "name": "gpr_env_test",
897 "build": "test",
898 "language": "c",
899 "src": [
900 "test/core/support/env_test.c"
901 ],
902 "deps": [
903 "gpr_test_util",
904 "gpr"
905 ]
906 },
907 {
908 "name": "gpr_file_test",
909 "build": "test",
910 "language": "c",
911 "src": [
912 "test/core/support/file_test.c"
913 ],
914 "deps": [
915 "gpr_test_util",
916 "gpr"
917 ]
918 },
919 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800920 "name": "gpr_histogram_test",
921 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800922 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800923 "src": [
924 "test/core/support/histogram_test.c"
925 ],
926 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800927 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800928 "gpr"
929 ]
930 },
931 {
932 "name": "gpr_host_port_test",
933 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800934 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800935 "src": [
936 "test/core/support/host_port_test.c"
937 ],
938 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800939 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800940 "gpr"
941 ]
942 },
943 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800944 "name": "gpr_log_test",
945 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800946 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800947 "src": [
948 "test/core/support/log_test.c"
949 ],
950 "deps": [
951 "gpr_test_util",
952 "gpr"
953 ]
954 },
955 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800956 "name": "gpr_slice_buffer_test",
957 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800958 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800959 "src": [
960 "test/core/support/slice_buffer_test.c"
961 ],
962 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800963 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800964 "gpr"
965 ]
966 },
967 {
968 "name": "gpr_slice_test",
969 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800970 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800971 "src": [
972 "test/core/support/slice_test.c"
973 ],
974 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800975 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800976 "gpr"
977 ]
978 },
979 {
980 "name": "gpr_string_test",
981 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800982 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800983 "src": [
984 "test/core/support/string_test.c"
985 ],
986 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800987 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800988 "gpr"
989 ]
990 },
991 {
992 "name": "gpr_sync_test",
993 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800994 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800995 "src": [
996 "test/core/support/sync_test.c"
997 ],
998 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800999 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001000 "gpr"
1001 ]
1002 },
1003 {
1004 "name": "gpr_thd_test",
1005 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001006 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 "src": [
1008 "test/core/support/thd_test.c"
1009 ],
1010 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001011 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001012 "gpr"
1013 ]
1014 },
1015 {
1016 "name": "gpr_time_test",
1017 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001018 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001019 "src": [
1020 "test/core/support/time_test.c"
1021 ],
1022 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001023 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001024 "gpr"
1025 ]
1026 },
1027 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001028 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001029 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001030 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001032 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001033 ],
1034 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001035 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001036 "gpr"
1037 ]
1038 },
1039 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001040 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001041 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001042 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001044 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001045 ],
1046 "deps": [
1047 "grpc_test_util",
1048 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001049 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001050 "gpr"
1051 ]
1052 },
1053 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001054 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001055 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001056 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001057 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001058 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001059 ],
1060 "deps": [
1061 "grpc_test_util",
1062 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001063 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001064 "gpr"
1065 ]
1066 },
1067 {
1068 "name": "grpc_channel_stack_test",
1069 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001070 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001071 "src": [
1072 "test/core/channel/channel_stack_test.c"
1073 ],
1074 "deps": [
1075 "grpc_test_util",
1076 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001077 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001078 "gpr"
1079 ]
1080 },
1081 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001082 "name": "grpc_completion_queue_benchmark",
1083 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001084 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001086 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001087 ],
1088 "deps": [
1089 "grpc_test_util",
1090 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001091 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "gpr"
1093 ]
1094 },
1095 {
1096 "name": "grpc_completion_queue_test",
1097 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001098 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 "src": [
1100 "test/core/surface/completion_queue_test.c"
1101 ],
1102 "deps": [
1103 "grpc_test_util",
1104 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001105 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001106 "gpr"
1107 ]
1108 },
1109 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001110 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001111 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001112 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001114 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001115 ],
1116 "deps": [
1117 "grpc_test_util",
1118 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001119 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001120 "gpr"
1121 ]
1122 },
1123 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001124 "name": "grpc_fetch_oauth2",
1125 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001126 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001127 "src": [
1128 "test/core/security/fetch_oauth2.c"
1129 ],
1130 "deps": [
1131 "grpc_test_util",
1132 "grpc",
1133 "gpr_test_util",
1134 "gpr"
1135 ]
1136 },
1137 {
1138 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001139 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001140 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001142 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001143 ],
1144 "deps": [
1145 "grpc_test_util",
1146 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001147 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001148 "gpr"
1149 ]
1150 },
1151 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001152 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001153 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001154 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001155 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001156 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001157 ],
1158 "deps": [
1159 "grpc_test_util",
1160 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001161 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001162 "gpr"
1163 ]
1164 },
1165 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001166 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001167 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001168 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001169 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001170 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001171 ],
1172 "deps": [
1173 "grpc_test_util",
1174 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001175 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001176 "gpr"
1177 ]
1178 },
1179 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001180 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001181 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001182 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001183 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001184 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001185 ],
1186 "deps": [
1187 "grpc_test_util",
1188 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001189 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001190 "gpr"
1191 ]
1192 },
1193 {
1194 "name": "httpcli_format_request_test",
1195 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001196 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001197 "src": [
1198 "test/core/httpcli/format_request_test.c"
1199 ],
1200 "deps": [
1201 "grpc_test_util",
1202 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001203 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "gpr"
1205 ]
1206 },
1207 {
1208 "name": "httpcli_parser_test",
1209 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001210 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001211 "src": [
1212 "test/core/httpcli/parser_test.c"
1213 ],
1214 "deps": [
1215 "grpc_test_util",
1216 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001217 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 "gpr"
1219 ]
1220 },
1221 {
1222 "name": "httpcli_test",
1223 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001224 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001225 "src": [
1226 "test/core/httpcli/httpcli_test.c"
1227 ],
1228 "deps": [
1229 "grpc_test_util",
1230 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001231 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001232 "gpr"
1233 ]
1234 },
1235 {
Craig Tiller4450db22015-01-30 16:49:22 -08001236 "name": "json_rewrite",
1237 "build": "test",
1238 "language": "c",
1239 "src": [
1240 "test/core/json/json_rewrite.c"
1241 ],
1242 "deps": [
1243 "grpc",
1244 "gpr"
1245 ],
1246 "run": false
1247 },
1248 {
1249 "name": "json_rewrite_test",
1250 "build": "test",
1251 "language": "c",
1252 "src": [
1253 "test/core/json/json_rewrite_test.c"
1254 ],
1255 "deps": [
1256 "grpc_test_util",
1257 "grpc",
1258 "gpr_test_util",
1259 "gpr"
1260 ],
1261 "run": false
1262 },
1263 {
1264 "name": "json_test",
1265 "build": "test",
1266 "language": "c",
1267 "src": [
1268 "test/core/json/json_test.c"
1269 ],
1270 "deps": [
1271 "grpc_test_util",
1272 "grpc",
1273 "gpr_test_util",
1274 "gpr"
1275 ]
1276 },
1277 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001278 "name": "lame_client_test",
1279 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001280 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001281 "src": [
1282 "test/core/surface/lame_client_test.c"
1283 ],
1284 "deps": [
1285 "grpc_test_util",
1286 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001287 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001288 "gpr"
1289 ]
1290 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001291 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001292 "name": "low_level_ping_pong_benchmark",
1293 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001294 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001295 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001296 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001297 ],
1298 "deps": [
1299 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001300 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001301 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001302 "gpr"
1303 ]
1304 },
1305 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001306 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001307 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001308 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001309 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001310 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001311 ],
1312 "deps": [
1313 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001315 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001316 "gpr"
1317 ]
ctiller8919f602014-12-10 10:19:42 -08001318 },
1319 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001320 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001321 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001322 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001323 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001324 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001325 ],
1326 "deps": [
1327 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001328 "grpc",
1329 "gpr_test_util",
1330 "gpr"
1331 ]
1332 },
1333 {
1334 "name": "murmur_hash_test",
1335 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001336 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001337 "src": [
1338 "test/core/support/murmur_hash_test.c"
1339 ],
1340 "deps": [
1341 "gpr_test_util",
1342 "gpr"
1343 ]
1344 },
1345 {
1346 "name": "no_server_test",
1347 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001348 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001349 "src": [
1350 "test/core/end2end/no_server_test.c"
1351 ],
1352 "deps": [
1353 "grpc_test_util",
1354 "grpc",
1355 "gpr_test_util",
1356 "gpr"
1357 ]
1358 },
1359 {
David Klempnere3605682015-01-26 17:27:21 -08001360 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001361 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001362 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001363 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001364 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001365 ],
1366 "deps": [
1367 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001368 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001369 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001370 "gpr"
1371 ]
1372 },
1373 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001374 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001375 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001376 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001377 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001378 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001379 ],
1380 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001381 "grpc_test_util",
1382 "grpc",
1383 "gpr_test_util",
1384 "gpr"
1385 ]
1386 },
1387 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001388 "name": "secure_endpoint_test",
1389 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001390 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001391 "src": [
1392 "test/core/security/secure_endpoint_test.c"
1393 ],
1394 "deps": [
1395 "grpc_test_util",
1396 "grpc",
1397 "gpr_test_util",
1398 "gpr"
1399 ]
1400 },
1401 {
1402 "name": "sockaddr_utils_test",
1403 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001404 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001405 "src": [
1406 "test/core/iomgr/sockaddr_utils_test.c"
1407 ],
1408 "deps": [
1409 "grpc_test_util",
1410 "grpc",
1411 "gpr_test_util",
1412 "gpr"
1413 ]
1414 },
1415 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001416 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001417 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001418 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001419 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001420 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001421 ],
1422 "deps": [
1423 "grpc_test_util",
1424 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001425 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001426 "gpr"
1427 ]
1428 },
1429 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001430 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001431 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001432 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001433 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001434 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001435 ],
1436 "deps": [
1437 "grpc_test_util",
1438 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001439 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001440 "gpr"
1441 ]
1442 },
1443 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001444 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001445 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001446 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001447 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001448 "test/core/iomgr/tcp_server_posix_test.c"
1449 ],
1450 "deps": [
1451 "grpc_test_util",
1452 "grpc",
1453 "gpr_test_util",
1454 "gpr"
1455 ]
1456 },
1457 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001458 "name": "time_averaged_stats_test",
1459 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001460 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001461 "src": [
1462 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001463 ],
1464 "deps": [
1465 "grpc_test_util",
1466 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001467 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001468 "gpr"
1469 ]
1470 },
1471 {
ctiller8919f602014-12-10 10:19:42 -08001472 "name": "time_test",
1473 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001474 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001475 "src": [
1476 "test/core/support/time_test.c"
1477 ],
1478 "deps": [
1479 "grpc_test_util",
1480 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001481 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001482 "gpr"
1483 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001484 },
1485 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001486 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001487 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001488 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001489 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001490 "test/core/transport/chttp2/timeout_encoding_test.c"
1491 ],
1492 "deps": [
1493 "grpc_test_util",
1494 "grpc",
1495 "gpr_test_util",
1496 "gpr"
1497 ]
1498 },
1499 {
1500 "name": "transport_metadata_test",
1501 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001502 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001503 "src": [
1504 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001505 ],
1506 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001507 "grpc_test_util",
1508 "grpc",
1509 "gpr_test_util",
1510 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001511 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001512 },
1513 {
1514 "name": "channel_arguments_test",
1515 "build": "test",
1516 "language": "c++",
1517 "src": [
1518 "test/cpp/client/channel_arguments_test.cc"
1519 ],
1520 "deps": [
1521 "grpc++",
1522 "grpc",
1523 "gpr"
1524 ]
1525 },
1526 {
1527 "name": "cpp_plugin",
1528 "build": "protoc",
1529 "language": "c++",
1530 "headers": [
1531 "src/compiler/cpp_generator.h",
1532 "src/compiler/cpp_generator_helpers.h"
1533 ],
1534 "src": [
1535 "src/compiler/cpp_generator.cc",
1536 "src/compiler/cpp_plugin.cc"
1537 ],
1538 "deps": [],
1539 "secure": false
1540 },
1541 {
1542 "name": "credentials_test",
1543 "build": "test",
1544 "language": "c++",
1545 "src": [
1546 "test/cpp/client/credentials_test.cc"
1547 ],
1548 "deps": [
1549 "grpc++",
1550 "grpc",
1551 "gpr"
1552 ]
1553 },
1554 {
1555 "name": "end2end_test",
1556 "build": "test",
1557 "language": "c++",
1558 "src": [
1559 "test/cpp/end2end/end2end_test.cc"
1560 ],
1561 "deps": [
1562 "grpc++_test_util",
1563 "grpc_test_util",
1564 "grpc++",
1565 "grpc",
1566 "gpr_test_util",
1567 "gpr"
1568 ]
1569 },
1570 {
1571 "name": "interop_client",
1572 "build": "test",
1573 "language": "c++",
1574 "src": [
1575 "test/cpp/interop/empty.proto",
1576 "test/cpp/interop/messages.proto",
1577 "test/cpp/interop/test.proto",
1578 "test/cpp/interop/client.cc"
1579 ],
1580 "deps": [
1581 "grpc++_test_util",
1582 "grpc_test_util",
1583 "grpc++",
1584 "grpc",
1585 "gpr_test_util",
1586 "gpr"
1587 ],
1588 "run": false
1589 },
1590 {
1591 "name": "interop_server",
1592 "build": "test",
1593 "language": "c++",
1594 "src": [
1595 "test/cpp/interop/empty.proto",
1596 "test/cpp/interop/messages.proto",
1597 "test/cpp/interop/test.proto",
1598 "test/cpp/interop/server.cc"
1599 ],
1600 "deps": [
1601 "grpc++_test_util",
1602 "grpc_test_util",
1603 "grpc++",
1604 "grpc",
1605 "gpr_test_util",
1606 "gpr"
1607 ],
1608 "run": false
1609 },
1610 {
1611 "name": "qps_client",
1612 "build": "test",
1613 "language": "c++",
1614 "src": [
1615 "test/cpp/qps/qpstest.proto",
1616 "test/cpp/qps/client.cc"
1617 ],
1618 "deps": [
1619 "grpc++_test_util",
1620 "grpc_test_util",
1621 "grpc++",
1622 "grpc",
1623 "gpr_test_util",
1624 "gpr"
1625 ]
1626 },
1627 {
1628 "name": "qps_server",
1629 "build": "test",
1630 "language": "c++",
1631 "src": [
1632 "test/cpp/qps/qpstest.proto",
1633 "test/cpp/qps/server.cc"
1634 ],
1635 "deps": [
1636 "grpc++_test_util",
1637 "grpc_test_util",
1638 "grpc++",
1639 "grpc",
1640 "gpr_test_util",
1641 "gpr"
1642 ]
1643 },
1644 {
1645 "name": "ruby_plugin",
1646 "build": "protoc",
1647 "language": "c++",
1648 "headers": [
1649 "src/compiler/cpp_generator.h",
1650 "src/compiler/cpp_generator_helpers-inl.h",
1651 "src/compiler/cpp_generator_map-inl.h",
1652 "src/compiler/cpp_generator_string-inl.h"
1653 ],
1654 "src": [
1655 "src/compiler/ruby_generator.cc",
1656 "src/compiler/ruby_plugin.cc"
1657 ],
1658 "deps": [],
1659 "secure": false
1660 },
1661 {
1662 "name": "status_test",
1663 "build": "test",
1664 "language": "c++",
1665 "src": [
1666 "test/cpp/util/status_test.cc"
1667 ],
1668 "deps": [
1669 "grpc_test_util",
1670 "grpc++",
1671 "grpc",
1672 "gpr_test_util",
1673 "gpr"
1674 ]
1675 },
1676 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001677 "name": "thread_pool_test",
1678 "build": "test",
1679 "language": "c++",
1680 "src": [
1681 "test/cpp/server/thread_pool_test.cc"
1682 ],
1683 "deps": [
1684 "grpc_test_util",
1685 "grpc++",
1686 "grpc",
1687 "gpr_test_util",
1688 "gpr"
1689 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001690 },
1691 {
1692 "name": "tips_client",
1693 "build": "test",
1694 "language": "c++",
1695 "src": [
1696 "examples/tips/main.cc"
1697 ],
1698 "deps": [
1699 "tips_client_lib",
1700 "grpc++_test_util",
1701 "grpc_test_util",
1702 "grpc++",
1703 "grpc",
1704 "gpr_test_util",
1705 "gpr"
1706 ],
1707 "run": false
1708 },
1709 {
1710 "name": "tips_publisher_test",
1711 "build": "test",
1712 "language": "c++",
1713 "src": [
1714 "examples/tips/publisher_test.cc"
1715 ],
1716 "deps": [
1717 "tips_client_lib",
1718 "grpc++_test_util",
1719 "grpc_test_util",
1720 "grpc++",
1721 "grpc",
1722 "gpr_test_util",
1723 "gpr"
1724 ]
1725 },
1726 {
1727 "name": "tips_subscriber_test",
1728 "build": "test",
1729 "language": "c++",
1730 "src": [
1731 "examples/tips/subscriber_test.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 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001742 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001743 ]
1744}