blob: f42c77c96c651231a5112c464edf7e2893d05162 [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",
yangg1b151092015-01-09 15:31:05 -0800388 "include/grpc++/impl/internal_stub.h",
389 "include/grpc++/impl/rpc_method.h",
390 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800391 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800392 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800393 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800394 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800395 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800396 "include/grpc++/stream.h",
397 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800398 ],
399 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800400 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800401 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800402 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800403 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800404 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800405 "src": [
406 "src/cpp/client/channel.cc",
407 "src/cpp/client/channel_arguments.cc",
408 "src/cpp/client/client_context.cc",
409 "src/cpp/client/create_channel.cc",
410 "src/cpp/client/credentials.cc",
411 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800412 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800413 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800414 "src/cpp/common/rpc_method.cc",
415 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800416 "src/cpp/server/server.cc",
417 "src/cpp/server/server_builder.cc",
418 "src/cpp/server/server_context_impl.cc",
419 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800420 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800421 "src/cpp/util/status.cc",
422 "src/cpp/util/time.cc"
423 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800424 "deps": [
425 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800426 ],
427 "secure": true,
428 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800429 },
430 {
431 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800432 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800433 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800434 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800435 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800436 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800437 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800438 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800439 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800440 },
441 {
442 "name": "tips_client_lib",
443 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800444 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800445 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800446 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800447 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800448 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800449 "examples/tips/publisher.cc",
450 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800451 ],
452 "deps": [
453 "grpc++",
454 "grpc",
455 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800456 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800457 }
458 ],
459 "targets": [
460 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800461 "name": "alarm_heap_test",
462 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800463 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800464 "src": [
465 "test/core/iomgr/alarm_heap_test.c"
466 ],
467 "deps": [
468 "grpc_test_util",
469 "grpc",
470 "gpr_test_util",
471 "gpr"
472 ]
473 },
474 {
475 "name": "alarm_list_test",
476 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800477 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800478 "src": [
479 "test/core/iomgr/alarm_list_test.c"
480 ],
481 "deps": [
482 "grpc_test_util",
483 "grpc",
484 "gpr_test_util",
485 "gpr"
486 ]
487 },
488 {
489 "name": "alarm_test",
490 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800491 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800492 "src": [
493 "test/core/iomgr/alarm_test.c"
494 ],
495 "deps": [
496 "grpc_test_util",
497 "grpc",
498 "gpr_test_util",
499 "gpr"
500 ]
501 },
502 {
503 "name": "alpn_test",
504 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800505 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800506 "src": [
507 "test/core/transport/chttp2/alpn_test.c"
508 ],
509 "deps": [
510 "grpc_test_util",
511 "grpc",
512 "gpr_test_util",
513 "gpr"
514 ]
515 },
516 {
517 "name": "bin_encoder_test",
518 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800519 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800520 "src": [
521 "test/core/transport/chttp2/bin_encoder_test.c"
522 ],
523 "deps": [
524 "grpc_test_util",
525 "grpc",
526 "gpr_test_util",
527 "gpr"
528 ]
529 },
530 {
531 "name": "census_hash_table_test",
532 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800533 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800534 "src": [
535 "test/core/statistics/hash_table_test.c"
536 ],
537 "deps": [
538 "grpc_test_util",
539 "grpc",
540 "gpr_test_util",
541 "gpr"
542 ]
543 },
544 {
545 "name": "census_statistics_multiple_writers_circular_buffer_test",
546 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800547 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800548 "src": [
549 "test/core/statistics/multiple_writers_circular_buffer_test.c"
550 ],
551 "deps": [
552 "grpc_test_util",
553 "grpc",
554 "gpr_test_util",
555 "gpr"
556 ]
557 },
558 {
559 "name": "census_statistics_multiple_writers_test",
560 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800561 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800562 "src": [
563 "test/core/statistics/multiple_writers_test.c"
564 ],
565 "deps": [
566 "grpc_test_util",
567 "grpc",
568 "gpr_test_util",
569 "gpr"
570 ]
571 },
572 {
573 "name": "census_statistics_performance_test",
574 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800575 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800576 "src": [
577 "test/core/statistics/performance_test.c"
578 ],
579 "deps": [
580 "grpc_test_util",
581 "grpc",
582 "gpr_test_util",
583 "gpr"
584 ]
585 },
586 {
587 "name": "census_statistics_quick_test",
588 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800589 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800590 "src": [
591 "test/core/statistics/quick_test.c"
592 ],
593 "deps": [
594 "grpc_test_util",
595 "grpc",
596 "gpr_test_util",
597 "gpr"
598 ]
599 },
600 {
601 "name": "census_statistics_small_log_test",
602 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800603 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800604 "src": [
605 "test/core/statistics/small_log_test.c"
606 ],
607 "deps": [
608 "grpc_test_util",
609 "grpc",
610 "gpr_test_util",
611 "gpr"
612 ]
613 },
614 {
615 "name": "census_stats_store_test",
616 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800617 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800618 "src": [
619 "test/core/statistics/rpc_stats_test.c"
620 ],
621 "deps": [
622 "grpc_test_util",
623 "grpc",
624 "gpr_test_util",
625 "gpr"
626 ]
627 },
628 {
629 "name": "census_stub_test",
630 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800631 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800632 "src": [
633 "test/core/statistics/census_stub_test.c"
634 ],
635 "deps": [
636 "grpc_test_util",
637 "grpc",
638 "gpr_test_util",
639 "gpr"
640 ]
641 },
642 {
643 "name": "census_trace_store_test",
644 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800645 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800646 "src": [
647 "test/core/statistics/trace_test.c"
648 ],
649 "deps": [
650 "grpc_test_util",
651 "grpc",
652 "gpr_test_util",
653 "gpr"
654 ]
655 },
656 {
657 "name": "census_window_stats_test",
658 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800659 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800660 "src": [
661 "test/core/statistics/window_stats_test.c"
662 ],
663 "deps": [
664 "grpc_test_util",
665 "grpc",
666 "gpr_test_util",
667 "gpr"
668 ]
669 },
670 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800671 "name": "chttp2_status_conversion_test",
672 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800673 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800674 "src": [
675 "test/core/transport/chttp2/status_conversion_test.c"
676 ],
677 "deps": [
678 "grpc_test_util",
679 "grpc",
680 "gpr_test_util",
681 "gpr"
682 ]
683 },
684 {
685 "name": "chttp2_stream_encoder_test",
686 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800687 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800688 "src": [
689 "test/core/transport/chttp2/stream_encoder_test.c"
690 ],
691 "deps": [
692 "grpc_test_util",
693 "grpc",
694 "gpr_test_util",
695 "gpr"
696 ]
697 },
698 {
699 "name": "chttp2_stream_map_test",
700 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800701 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800702 "src": [
703 "test/core/transport/chttp2/stream_map_test.c"
704 ],
705 "deps": [
706 "grpc_test_util",
707 "grpc",
708 "gpr_test_util",
709 "gpr"
710 ]
711 },
712 {
713 "name": "chttp2_transport_end2end_test",
714 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800715 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800716 "src": [
717 "test/core/transport/chttp2_transport_end2end_test.c"
718 ],
719 "deps": [
720 "grpc_test_util",
721 "grpc",
722 "gpr_test_util",
723 "gpr"
724 ]
725 },
726 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800727 "name": "dualstack_socket_test",
728 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800729 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800730 "src": [
731 "test/core/end2end/dualstack_socket_test.c"
732 ],
733 "deps": [
734 "grpc_test_util",
735 "grpc",
736 "gpr_test_util",
737 "gpr"
738 ]
739 },
740 {
741 "name": "echo_client",
742 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800743 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800744 "src": [
745 "test/core/echo/client.c"
746 ],
747 "deps": [
748 "grpc_test_util",
749 "grpc",
750 "gpr_test_util",
751 "gpr"
752 ],
753 "run": false
754 },
755 {
756 "name": "echo_server",
757 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800758 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800759 "src": [
760 "test/core/echo/server.c"
761 ],
762 "deps": [
763 "grpc_test_util",
764 "grpc",
765 "gpr_test_util",
766 "gpr"
767 ],
768 "run": false
769 },
770 {
771 "name": "echo_test",
772 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800773 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800774 "src": [
775 "test/core/echo/echo_test.c"
776 ],
777 "deps": [
778 "grpc_test_util",
779 "grpc",
780 "gpr_test_util",
781 "gpr"
782 ]
783 },
784 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800785 "name": "fd_posix_test",
786 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800787 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800788 "src": [
789 "test/core/iomgr/fd_posix_test.c"
790 ],
791 "deps": [
792 "grpc_test_util",
793 "grpc",
794 "gpr_test_util",
795 "gpr"
796 ]
797 },
798 {
799 "name": "fling_client",
800 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800801 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800802 "src": [
803 "test/core/fling/client.c"
804 ],
805 "deps": [
806 "grpc_test_util",
807 "grpc",
808 "gpr_test_util",
809 "gpr"
810 ],
811 "run": false
812 },
813 {
814 "name": "fling_server",
815 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800816 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800817 "src": [
818 "test/core/fling/server.c"
819 ],
820 "deps": [
821 "grpc_test_util",
822 "grpc",
823 "gpr_test_util",
824 "gpr"
825 ],
826 "run": false
827 },
828 {
829 "name": "fling_stream_test",
830 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800831 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800832 "src": [
833 "test/core/fling/fling_stream_test.c"
834 ],
835 "deps": [
836 "grpc_test_util",
837 "grpc",
838 "gpr_test_util",
839 "gpr"
840 ]
841 },
842 {
843 "name": "fling_test",
844 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800845 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800846 "src": [
847 "test/core/fling/fling_test.c"
848 ],
849 "deps": [
850 "grpc_test_util",
851 "grpc",
852 "gpr_test_util",
853 "gpr"
854 ]
855 },
856 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800857 "name": "gen_hpack_tables",
858 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800859 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800860 "src": [
861 "src/core/transport/chttp2/gen_hpack_tables.c"
862 ],
863 "deps": [
864 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800865 "gpr",
866 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800867 ]
868 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800869 {
870 "name": "gpr_cancellable_test",
871 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800872 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800873 "src": [
874 "test/core/support/cancellable_test.c"
875 ],
876 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800877 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800878 "gpr"
879 ]
880 },
881 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800882 "name": "gpr_cmdline_test",
883 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800884 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800885 "src": [
886 "test/core/support/cmdline_test.c"
887 ],
888 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800889 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800890 "gpr"
891 ]
892 },
893 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800894 "name": "gpr_env_test",
895 "build": "test",
896 "language": "c",
897 "src": [
898 "test/core/support/env_test.c"
899 ],
900 "deps": [
901 "gpr_test_util",
902 "gpr"
903 ]
904 },
905 {
906 "name": "gpr_file_test",
907 "build": "test",
908 "language": "c",
909 "src": [
910 "test/core/support/file_test.c"
911 ],
912 "deps": [
913 "gpr_test_util",
914 "gpr"
915 ]
916 },
917 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800918 "name": "gpr_histogram_test",
919 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800920 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800921 "src": [
922 "test/core/support/histogram_test.c"
923 ],
924 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800925 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800926 "gpr"
927 ]
928 },
929 {
930 "name": "gpr_host_port_test",
931 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800932 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800933 "src": [
934 "test/core/support/host_port_test.c"
935 ],
936 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800937 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800938 "gpr"
939 ]
940 },
941 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800942 "name": "gpr_log_test",
943 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800944 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800945 "src": [
946 "test/core/support/log_test.c"
947 ],
948 "deps": [
949 "gpr_test_util",
950 "gpr"
951 ]
952 },
953 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800954 "name": "gpr_slice_buffer_test",
955 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800956 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800957 "src": [
958 "test/core/support/slice_buffer_test.c"
959 ],
960 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800961 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800962 "gpr"
963 ]
964 },
965 {
966 "name": "gpr_slice_test",
967 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800968 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800969 "src": [
970 "test/core/support/slice_test.c"
971 ],
972 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800973 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800974 "gpr"
975 ]
976 },
977 {
978 "name": "gpr_string_test",
979 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800980 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800981 "src": [
982 "test/core/support/string_test.c"
983 ],
984 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800985 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800986 "gpr"
987 ]
988 },
989 {
990 "name": "gpr_sync_test",
991 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800992 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800993 "src": [
994 "test/core/support/sync_test.c"
995 ],
996 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800997 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800998 "gpr"
999 ]
1000 },
1001 {
1002 "name": "gpr_thd_test",
1003 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001004 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 "src": [
1006 "test/core/support/thd_test.c"
1007 ],
1008 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001009 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001010 "gpr"
1011 ]
1012 },
1013 {
1014 "name": "gpr_time_test",
1015 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001016 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001017 "src": [
1018 "test/core/support/time_test.c"
1019 ],
1020 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001021 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001022 "gpr"
1023 ]
1024 },
1025 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001026 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001027 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001028 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001029 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001030 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 ],
1032 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001033 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001034 "gpr"
1035 ]
1036 },
1037 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001038 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001039 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001040 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001041 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001042 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001043 ],
1044 "deps": [
1045 "grpc_test_util",
1046 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001047 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "gpr"
1049 ]
1050 },
1051 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001052 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001053 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001054 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001055 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001056 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 ],
1058 "deps": [
1059 "grpc_test_util",
1060 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001061 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 "gpr"
1063 ]
1064 },
1065 {
1066 "name": "grpc_channel_stack_test",
1067 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001068 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 "src": [
1070 "test/core/channel/channel_stack_test.c"
1071 ],
1072 "deps": [
1073 "grpc_test_util",
1074 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001075 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001076 "gpr"
1077 ]
1078 },
1079 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001080 "name": "grpc_completion_queue_benchmark",
1081 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001082 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001083 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001084 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 ],
1086 "deps": [
1087 "grpc_test_util",
1088 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001089 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001090 "gpr"
1091 ]
1092 },
1093 {
1094 "name": "grpc_completion_queue_test",
1095 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001096 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001097 "src": [
1098 "test/core/surface/completion_queue_test.c"
1099 ],
1100 "deps": [
1101 "grpc_test_util",
1102 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001103 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001104 "gpr"
1105 ]
1106 },
1107 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001108 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001110 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001111 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001112 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001113 ],
1114 "deps": [
1115 "grpc_test_util",
1116 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001117 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001118 "gpr"
1119 ]
1120 },
1121 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001122 "name": "grpc_fetch_oauth2",
1123 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001124 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001125 "src": [
1126 "test/core/security/fetch_oauth2.c"
1127 ],
1128 "deps": [
1129 "grpc_test_util",
1130 "grpc",
1131 "gpr_test_util",
1132 "gpr"
1133 ]
1134 },
1135 {
1136 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001137 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001138 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001139 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001140 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 ],
1142 "deps": [
1143 "grpc_test_util",
1144 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001145 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001146 "gpr"
1147 ]
1148 },
1149 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001150 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001151 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001152 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001153 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001154 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001155 ],
1156 "deps": [
1157 "grpc_test_util",
1158 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001159 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001160 "gpr"
1161 ]
1162 },
1163 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001164 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001166 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001167 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001168 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001169 ],
1170 "deps": [
1171 "grpc_test_util",
1172 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001173 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 "gpr"
1175 ]
1176 },
1177 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001178 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001179 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001180 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001181 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001182 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001183 ],
1184 "deps": [
1185 "grpc_test_util",
1186 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001187 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 "gpr"
1189 ]
1190 },
1191 {
1192 "name": "httpcli_format_request_test",
1193 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001194 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001195 "src": [
1196 "test/core/httpcli/format_request_test.c"
1197 ],
1198 "deps": [
1199 "grpc_test_util",
1200 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001201 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001202 "gpr"
1203 ]
1204 },
1205 {
1206 "name": "httpcli_parser_test",
1207 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001208 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001209 "src": [
1210 "test/core/httpcli/parser_test.c"
1211 ],
1212 "deps": [
1213 "grpc_test_util",
1214 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001215 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001216 "gpr"
1217 ]
1218 },
1219 {
1220 "name": "httpcli_test",
1221 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001222 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001223 "src": [
1224 "test/core/httpcli/httpcli_test.c"
1225 ],
1226 "deps": [
1227 "grpc_test_util",
1228 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001229 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001230 "gpr"
1231 ]
1232 },
1233 {
Craig Tiller4450db22015-01-30 16:49:22 -08001234 "name": "json_rewrite",
1235 "build": "test",
1236 "language": "c",
1237 "src": [
1238 "test/core/json/json_rewrite.c"
1239 ],
1240 "deps": [
1241 "grpc",
1242 "gpr"
1243 ],
1244 "run": false
1245 },
1246 {
1247 "name": "json_rewrite_test",
1248 "build": "test",
1249 "language": "c",
1250 "src": [
1251 "test/core/json/json_rewrite_test.c"
1252 ],
1253 "deps": [
1254 "grpc_test_util",
1255 "grpc",
1256 "gpr_test_util",
1257 "gpr"
1258 ],
1259 "run": false
1260 },
1261 {
1262 "name": "json_test",
1263 "build": "test",
1264 "language": "c",
1265 "src": [
1266 "test/core/json/json_test.c"
1267 ],
1268 "deps": [
1269 "grpc_test_util",
1270 "grpc",
1271 "gpr_test_util",
1272 "gpr"
1273 ]
1274 },
1275 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001276 "name": "lame_client_test",
1277 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001278 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001279 "src": [
1280 "test/core/surface/lame_client_test.c"
1281 ],
1282 "deps": [
1283 "grpc_test_util",
1284 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001285 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001286 "gpr"
1287 ]
1288 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001289 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001290 "name": "low_level_ping_pong_benchmark",
1291 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001292 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001293 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001294 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001295 ],
1296 "deps": [
1297 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001298 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001299 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001300 "gpr"
1301 ]
1302 },
1303 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001304 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001305 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001306 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001307 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001308 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001309 ],
1310 "deps": [
1311 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001312 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001313 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 "gpr"
1315 ]
ctiller8919f602014-12-10 10:19:42 -08001316 },
1317 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001318 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001319 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001320 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001321 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001322 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001323 ],
1324 "deps": [
1325 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001326 "grpc",
1327 "gpr_test_util",
1328 "gpr"
1329 ]
1330 },
1331 {
1332 "name": "murmur_hash_test",
1333 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001334 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001335 "src": [
1336 "test/core/support/murmur_hash_test.c"
1337 ],
1338 "deps": [
1339 "gpr_test_util",
1340 "gpr"
1341 ]
1342 },
1343 {
1344 "name": "no_server_test",
1345 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001346 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001347 "src": [
1348 "test/core/end2end/no_server_test.c"
1349 ],
1350 "deps": [
1351 "grpc_test_util",
1352 "grpc",
1353 "gpr_test_util",
1354 "gpr"
1355 ]
1356 },
1357 {
David Klempnere3605682015-01-26 17:27:21 -08001358 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001359 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001360 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001361 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001362 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001363 ],
1364 "deps": [
1365 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001366 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001367 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001368 "gpr"
1369 ]
1370 },
1371 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001372 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001373 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001374 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001375 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001376 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001377 ],
1378 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001379 "grpc_test_util",
1380 "grpc",
1381 "gpr_test_util",
1382 "gpr"
1383 ]
1384 },
1385 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001386 "name": "secure_endpoint_test",
1387 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001388 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001389 "src": [
1390 "test/core/security/secure_endpoint_test.c"
1391 ],
1392 "deps": [
1393 "grpc_test_util",
1394 "grpc",
1395 "gpr_test_util",
1396 "gpr"
1397 ]
1398 },
1399 {
1400 "name": "sockaddr_utils_test",
1401 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001402 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001403 "src": [
1404 "test/core/iomgr/sockaddr_utils_test.c"
1405 ],
1406 "deps": [
1407 "grpc_test_util",
1408 "grpc",
1409 "gpr_test_util",
1410 "gpr"
1411 ]
1412 },
1413 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001414 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001415 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001416 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001417 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001418 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001419 ],
1420 "deps": [
1421 "grpc_test_util",
1422 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001423 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001424 "gpr"
1425 ]
1426 },
1427 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001428 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001429 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001430 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001431 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001432 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001433 ],
1434 "deps": [
1435 "grpc_test_util",
1436 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001437 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001438 "gpr"
1439 ]
1440 },
1441 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001442 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001443 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001444 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001445 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001446 "test/core/iomgr/tcp_server_posix_test.c"
1447 ],
1448 "deps": [
1449 "grpc_test_util",
1450 "grpc",
1451 "gpr_test_util",
1452 "gpr"
1453 ]
1454 },
1455 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001456 "name": "time_averaged_stats_test",
1457 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001458 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001459 "src": [
1460 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001461 ],
1462 "deps": [
1463 "grpc_test_util",
1464 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001465 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001466 "gpr"
1467 ]
1468 },
1469 {
ctiller8919f602014-12-10 10:19:42 -08001470 "name": "time_test",
1471 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001472 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001473 "src": [
1474 "test/core/support/time_test.c"
1475 ],
1476 "deps": [
1477 "grpc_test_util",
1478 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001479 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001480 "gpr"
1481 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001482 },
1483 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001484 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001485 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001486 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001487 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001488 "test/core/transport/chttp2/timeout_encoding_test.c"
1489 ],
1490 "deps": [
1491 "grpc_test_util",
1492 "grpc",
1493 "gpr_test_util",
1494 "gpr"
1495 ]
1496 },
1497 {
1498 "name": "transport_metadata_test",
1499 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001500 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001501 "src": [
1502 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001503 ],
1504 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001505 "grpc_test_util",
1506 "grpc",
1507 "gpr_test_util",
1508 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001509 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001510 },
1511 {
1512 "name": "channel_arguments_test",
1513 "build": "test",
1514 "language": "c++",
1515 "src": [
1516 "test/cpp/client/channel_arguments_test.cc"
1517 ],
1518 "deps": [
1519 "grpc++",
1520 "grpc",
1521 "gpr"
1522 ]
1523 },
1524 {
1525 "name": "cpp_plugin",
1526 "build": "protoc",
1527 "language": "c++",
1528 "headers": [
1529 "src/compiler/cpp_generator.h",
1530 "src/compiler/cpp_generator_helpers.h"
1531 ],
1532 "src": [
1533 "src/compiler/cpp_generator.cc",
1534 "src/compiler/cpp_plugin.cc"
1535 ],
1536 "deps": [],
1537 "secure": false
1538 },
1539 {
1540 "name": "credentials_test",
1541 "build": "test",
1542 "language": "c++",
1543 "src": [
1544 "test/cpp/client/credentials_test.cc"
1545 ],
1546 "deps": [
1547 "grpc++",
1548 "grpc",
1549 "gpr"
1550 ]
1551 },
1552 {
1553 "name": "end2end_test",
1554 "build": "test",
1555 "language": "c++",
1556 "src": [
1557 "test/cpp/end2end/end2end_test.cc"
1558 ],
1559 "deps": [
1560 "grpc++_test_util",
1561 "grpc_test_util",
1562 "grpc++",
1563 "grpc",
1564 "gpr_test_util",
1565 "gpr"
1566 ]
1567 },
1568 {
1569 "name": "interop_client",
1570 "build": "test",
1571 "language": "c++",
1572 "src": [
1573 "test/cpp/interop/empty.proto",
1574 "test/cpp/interop/messages.proto",
1575 "test/cpp/interop/test.proto",
1576 "test/cpp/interop/client.cc"
1577 ],
1578 "deps": [
1579 "grpc++_test_util",
1580 "grpc_test_util",
1581 "grpc++",
1582 "grpc",
1583 "gpr_test_util",
1584 "gpr"
1585 ],
1586 "run": false
1587 },
1588 {
1589 "name": "interop_server",
1590 "build": "test",
1591 "language": "c++",
1592 "src": [
1593 "test/cpp/interop/empty.proto",
1594 "test/cpp/interop/messages.proto",
1595 "test/cpp/interop/test.proto",
1596 "test/cpp/interop/server.cc"
1597 ],
1598 "deps": [
1599 "grpc++_test_util",
1600 "grpc_test_util",
1601 "grpc++",
1602 "grpc",
1603 "gpr_test_util",
1604 "gpr"
1605 ],
1606 "run": false
1607 },
1608 {
1609 "name": "qps_client",
1610 "build": "test",
1611 "language": "c++",
1612 "src": [
1613 "test/cpp/qps/qpstest.proto",
1614 "test/cpp/qps/client.cc"
1615 ],
1616 "deps": [
1617 "grpc++_test_util",
1618 "grpc_test_util",
1619 "grpc++",
1620 "grpc",
1621 "gpr_test_util",
1622 "gpr"
1623 ]
1624 },
1625 {
1626 "name": "qps_server",
1627 "build": "test",
1628 "language": "c++",
1629 "src": [
1630 "test/cpp/qps/qpstest.proto",
1631 "test/cpp/qps/server.cc"
1632 ],
1633 "deps": [
1634 "grpc++_test_util",
1635 "grpc_test_util",
1636 "grpc++",
1637 "grpc",
1638 "gpr_test_util",
1639 "gpr"
1640 ]
1641 },
1642 {
1643 "name": "ruby_plugin",
1644 "build": "protoc",
1645 "language": "c++",
1646 "headers": [
1647 "src/compiler/cpp_generator.h",
1648 "src/compiler/cpp_generator_helpers-inl.h",
1649 "src/compiler/cpp_generator_map-inl.h",
1650 "src/compiler/cpp_generator_string-inl.h"
1651 ],
1652 "src": [
1653 "src/compiler/ruby_generator.cc",
1654 "src/compiler/ruby_plugin.cc"
1655 ],
1656 "deps": [],
1657 "secure": false
1658 },
1659 {
1660 "name": "status_test",
1661 "build": "test",
1662 "language": "c++",
1663 "src": [
1664 "test/cpp/util/status_test.cc"
1665 ],
1666 "deps": [
1667 "grpc_test_util",
1668 "grpc++",
1669 "grpc",
1670 "gpr_test_util",
1671 "gpr"
1672 ]
1673 },
1674 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001675 "name": "thread_pool_test",
1676 "build": "test",
1677 "language": "c++",
1678 "src": [
1679 "test/cpp/server/thread_pool_test.cc"
1680 ],
1681 "deps": [
1682 "grpc_test_util",
1683 "grpc++",
1684 "grpc",
1685 "gpr_test_util",
1686 "gpr"
1687 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001688 },
1689 {
1690 "name": "tips_client",
1691 "build": "test",
1692 "language": "c++",
1693 "src": [
1694 "examples/tips/main.cc"
1695 ],
1696 "deps": [
1697 "tips_client_lib",
1698 "grpc++_test_util",
1699 "grpc_test_util",
1700 "grpc++",
1701 "grpc",
1702 "gpr_test_util",
1703 "gpr"
1704 ],
1705 "run": false
1706 },
1707 {
1708 "name": "tips_publisher_test",
1709 "build": "test",
1710 "language": "c++",
1711 "src": [
1712 "examples/tips/publisher_test.cc"
1713 ],
1714 "deps": [
1715 "tips_client_lib",
1716 "grpc++_test_util",
1717 "grpc_test_util",
1718 "grpc++",
1719 "grpc",
1720 "gpr_test_util",
1721 "gpr"
1722 ]
1723 },
1724 {
1725 "name": "tips_subscriber_test",
1726 "build": "test",
1727 "language": "c++",
1728 "src": [
1729 "examples/tips/subscriber_test.cc"
1730 ],
1731 "deps": [
1732 "tips_client_lib",
1733 "grpc++_test_util",
1734 "grpc_test_util",
1735 "grpc++",
1736 "grpc",
1737 "gpr_test_util",
1738 "gpr"
1739 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001740 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001741 ]
1742}