blob: 291c7e6f53cc5f951ba8b5e309a80844b2aaf5ed [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",
166 "src/core/surface/channel.c",
167 "src/core/surface/channel_create.c",
168 "src/core/surface/client.c",
169 "src/core/surface/completion_queue.c",
170 "src/core/surface/event_string.c",
171 "src/core/surface/init.c",
172 "src/core/surface/lame_client.c",
173 "src/core/surface/secure_channel_create.c",
174 "src/core/surface/secure_server_create.c",
175 "src/core/surface/server.c",
176 "src/core/surface/server_chttp2.c",
177 "src/core/surface/server_create.c",
178 "src/core/transport/chttp2/alpn.c",
179 "src/core/transport/chttp2/bin_encoder.c",
180 "src/core/transport/chttp2/frame_data.c",
181 "src/core/transport/chttp2/frame_goaway.c",
182 "src/core/transport/chttp2/frame_ping.c",
183 "src/core/transport/chttp2/frame_rst_stream.c",
184 "src/core/transport/chttp2/frame_settings.c",
185 "src/core/transport/chttp2/frame_window_update.c",
186 "src/core/transport/chttp2/hpack_parser.c",
187 "src/core/transport/chttp2/hpack_table.c",
188 "src/core/transport/chttp2/huffsyms.c",
189 "src/core/transport/chttp2/status_conversion.c",
190 "src/core/transport/chttp2/stream_encoder.c",
191 "src/core/transport/chttp2/stream_map.c",
192 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800193 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800194 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800195 "src/core/transport/metadata.c",
196 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800197 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800198 ]
199 }
200 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800201 "libs": [
202 {
203 "name": "gpr",
204 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800205 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800206 "public_headers": [
207 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800208 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800209 "include/grpc/support/atm_gcc_atomic.h",
210 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800211 "include/grpc/support/atm_win32.h",
212 "include/grpc/support/cancellable_platform.h",
213 "include/grpc/support/cmdline.h",
214 "include/grpc/support/histogram.h",
215 "include/grpc/support/host_port.h",
216 "include/grpc/support/log.h",
217 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800218 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800219 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800221 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800222 "include/grpc/support/sync_posix.h",
223 "include/grpc/support/sync_win32.h",
224 "include/grpc/support/thd.h",
225 "include/grpc/support/thd_posix.h",
226 "include/grpc/support/thd_win32.h",
227 "include/grpc/support/time.h",
228 "include/grpc/support/time_posix.h",
229 "include/grpc/support/time_win32.h",
230 "include/grpc/support/useful.h"
231 ],
232 "headers": [
233 "src/core/support/cpu.h",
234 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800235 "src/core/support/string.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800236 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800237 ],
238 "src": [
239 "src/core/support/alloc.c",
240 "src/core/support/cancellable.c",
241 "src/core/support/cmdline.c",
242 "src/core/support/cpu_linux.c",
243 "src/core/support/cpu_posix.c",
244 "src/core/support/histogram.c",
245 "src/core/support/host_port.c",
246 "src/core/support/log.c",
247 "src/core/support/log_android.c",
248 "src/core/support/log_linux.c",
249 "src/core/support/log_posix.c",
250 "src/core/support/log_win32.c",
251 "src/core/support/murmur_hash.c",
252 "src/core/support/slice.c",
253 "src/core/support/slice_buffer.c",
254 "src/core/support/string.c",
255 "src/core/support/string_posix.c",
256 "src/core/support/string_win32.c",
257 "src/core/support/sync.c",
258 "src/core/support/sync_posix.c",
259 "src/core/support/sync_win32.c",
260 "src/core/support/thd_posix.c",
261 "src/core/support/thd_win32.c",
262 "src/core/support/time.c",
263 "src/core/support/time_posix.c",
264 "src/core/support/time_win32.c"
265 ],
266 "secure": false,
267 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
268 },
269 {
270 "name": "gpr_test_util",
271 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800272 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800273 "src": [
274 "test/core/util/test_config.c"
275 ],
276 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800277 },
278 {
279 "name": "grpc",
280 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800281 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800283 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800284 ],
285 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800286 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800287 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800288 "src/core/security/credentials.h",
289 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800290 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 "src/core/security/secure_transport_setup.h",
292 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800293 "src/core/tsi/fake_transport_security.h",
294 "src/core/tsi/ssl_transport_security.h",
295 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800296 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800297 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800298 "src": [
299 "src/core/security/auth.c",
300 "src/core/security/base64.c",
301 "src/core/security/credentials.c",
302 "src/core/security/factories.c",
303 "src/core/security/google_root_certs.c",
304 "src/core/security/json_token.c",
305 "src/core/security/secure_endpoint.c",
306 "src/core/security/secure_transport_setup.c",
307 "src/core/security/security_context.c",
308 "src/core/security/server_secure_chttp2.c",
309 "src/core/tsi/fake_transport_security.c",
310 "src/core/tsi/ssl_transport_security.c",
311 "src/core/tsi/transport_security.c"
312 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800313 "deps": [
314 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800315 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800316 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800317 "filegroups": [
318 "grpc_base"
319 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800320 "secure": true,
321 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800322 },
323 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800324 "name": "grpc_test_util",
325 "build": "private",
326 "language": "c",
327 "src": [
328 "test/core/end2end/cq_verifier.c",
329 "test/core/end2end/data/prod_roots_certs.c",
330 "test/core/end2end/data/server1_cert.c",
331 "test/core/end2end/data/server1_key.c",
332 "test/core/end2end/data/test_root_cert.c",
333 "test/core/iomgr/endpoint_tests.c",
334 "test/core/statistics/census_log_tests.c",
335 "test/core/transport/transport_end2end_tests.c",
336 "test/core/util/grpc_profiler.c",
337 "test/core/util/parse_hexstring.c",
338 "test/core/util/port_posix.c",
339 "test/core/util/slice_splitter.c"
340 ],
341 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
342 },
343 {
344 "name": "grpc_unsecure",
345 "build": "all",
346 "language": "c",
347 "deps": [
348 "gpr"
349 ],
350 "baselib": true,
351 "filegroups": [
352 "grpc_base"
353 ],
354 "secure": false,
355 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
356 },
357 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800358 "name": "grpc++",
359 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800360 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800361 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800362 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800363 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800364 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800365 "include/grpc++/channel_interface.h",
366 "include/grpc++/client_context.h",
367 "include/grpc++/completion_queue.h",
368 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800369 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800370 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800371 "include/grpc++/impl/internal_stub.h",
372 "include/grpc++/impl/rpc_method.h",
373 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800374 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800375 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800376 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800377 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800378 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800379 "include/grpc++/stream.h",
380 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800381 ],
382 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800383 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800384 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800385 "src/cpp/server/server_rpc_handler.h",
386 "src/cpp/server/thread_pool.h",
387 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800388 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800389 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800390 "src": [
391 "src/cpp/client/channel.cc",
392 "src/cpp/client/channel_arguments.cc",
393 "src/cpp/client/client_context.cc",
394 "src/cpp/client/create_channel.cc",
395 "src/cpp/client/credentials.cc",
396 "src/cpp/client/internal_stub.cc",
397 "src/cpp/common/rpc_method.cc",
398 "src/cpp/proto/proto_utils.cc",
399 "src/cpp/server/async_server.cc",
400 "src/cpp/server/async_server_context.cc",
401 "src/cpp/server/completion_queue.cc",
402 "src/cpp/server/server.cc",
403 "src/cpp/server/server_builder.cc",
404 "src/cpp/server/server_context_impl.cc",
405 "src/cpp/server/server_credentials.cc",
406 "src/cpp/server/server_rpc_handler.cc",
407 "src/cpp/server/thread_pool.cc",
408 "src/cpp/stream/stream_context.cc",
409 "src/cpp/util/status.cc",
410 "src/cpp/util/time.cc"
411 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800412 "deps": [
413 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800414 ],
415 "secure": true,
416 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800417 },
418 {
419 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800420 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800421 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800422 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800423 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800424 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800425 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800426 "test/cpp/end2end/async_test_server.cc",
427 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800428 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800429 },
430 {
431 "name": "tips_client_lib",
432 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800433 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800434 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800435 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800436 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800437 "examples/tips/pubsub.proto",
438 "examples/tips/client.cc"
439 ],
440 "deps": [
441 "grpc++",
442 "grpc",
443 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800444 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800445 }
446 ],
447 "targets": [
448 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800449 "name": "alarm_heap_test",
450 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800451 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800452 "src": [
453 "test/core/iomgr/alarm_heap_test.c"
454 ],
455 "deps": [
456 "grpc_test_util",
457 "grpc",
458 "gpr_test_util",
459 "gpr"
460 ]
461 },
462 {
463 "name": "alarm_list_test",
464 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800465 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800466 "src": [
467 "test/core/iomgr/alarm_list_test.c"
468 ],
469 "deps": [
470 "grpc_test_util",
471 "grpc",
472 "gpr_test_util",
473 "gpr"
474 ]
475 },
476 {
477 "name": "alarm_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_test.c"
482 ],
483 "deps": [
484 "grpc_test_util",
485 "grpc",
486 "gpr_test_util",
487 "gpr"
488 ]
489 },
490 {
491 "name": "alpn_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/transport/chttp2/alpn_test.c"
496 ],
497 "deps": [
498 "grpc_test_util",
499 "grpc",
500 "gpr_test_util",
501 "gpr"
502 ]
503 },
504 {
505 "name": "bin_encoder_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/bin_encoder_test.c"
510 ],
511 "deps": [
512 "grpc_test_util",
513 "grpc",
514 "gpr_test_util",
515 "gpr"
516 ]
517 },
518 {
519 "name": "census_hash_table_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/statistics/hash_table_test.c"
524 ],
525 "deps": [
526 "grpc_test_util",
527 "grpc",
528 "gpr_test_util",
529 "gpr"
530 ]
531 },
532 {
533 "name": "census_statistics_multiple_writers_circular_buffer_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/multiple_writers_circular_buffer_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_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_test.c"
552 ],
553 "deps": [
554 "grpc_test_util",
555 "grpc",
556 "gpr_test_util",
557 "gpr"
558 ]
559 },
560 {
561 "name": "census_statistics_performance_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/performance_test.c"
566 ],
567 "deps": [
568 "grpc_test_util",
569 "grpc",
570 "gpr_test_util",
571 "gpr"
572 ]
573 },
574 {
575 "name": "census_statistics_quick_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/quick_test.c"
580 ],
581 "deps": [
582 "grpc_test_util",
583 "grpc",
584 "gpr_test_util",
585 "gpr"
586 ]
587 },
588 {
589 "name": "census_statistics_small_log_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/small_log_test.c"
594 ],
595 "deps": [
596 "grpc_test_util",
597 "grpc",
598 "gpr_test_util",
599 "gpr"
600 ]
601 },
602 {
603 "name": "census_stats_store_test",
604 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800605 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800606 "src": [
607 "test/core/statistics/rpc_stats_test.c"
608 ],
609 "deps": [
610 "grpc_test_util",
611 "grpc",
612 "gpr_test_util",
613 "gpr"
614 ]
615 },
616 {
617 "name": "census_stub_test",
618 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800619 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800620 "src": [
621 "test/core/statistics/census_stub_test.c"
622 ],
623 "deps": [
624 "grpc_test_util",
625 "grpc",
626 "gpr_test_util",
627 "gpr"
628 ]
629 },
630 {
631 "name": "census_trace_store_test",
632 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800633 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800634 "src": [
635 "test/core/statistics/trace_test.c"
636 ],
637 "deps": [
638 "grpc_test_util",
639 "grpc",
640 "gpr_test_util",
641 "gpr"
642 ]
643 },
644 {
645 "name": "census_window_stats_test",
646 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800647 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800648 "src": [
649 "test/core/statistics/window_stats_test.c"
650 ],
651 "deps": [
652 "grpc_test_util",
653 "grpc",
654 "gpr_test_util",
655 "gpr"
656 ]
657 },
658 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800659 "name": "chttp2_status_conversion_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/transport/chttp2/status_conversion_test.c"
664 ],
665 "deps": [
666 "grpc_test_util",
667 "grpc",
668 "gpr_test_util",
669 "gpr"
670 ]
671 },
672 {
673 "name": "chttp2_stream_encoder_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/stream_encoder_test.c"
678 ],
679 "deps": [
680 "grpc_test_util",
681 "grpc",
682 "gpr_test_util",
683 "gpr"
684 ]
685 },
686 {
687 "name": "chttp2_stream_map_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_map_test.c"
692 ],
693 "deps": [
694 "grpc_test_util",
695 "grpc",
696 "gpr_test_util",
697 "gpr"
698 ]
699 },
700 {
701 "name": "chttp2_transport_end2end_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_transport_end2end_test.c"
706 ],
707 "deps": [
708 "grpc_test_util",
709 "grpc",
710 "gpr_test_util",
711 "gpr"
712 ]
713 },
714 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800715 "name": "dualstack_socket_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/end2end/dualstack_socket_test.c"
720 ],
721 "deps": [
722 "grpc_test_util",
723 "grpc",
724 "gpr_test_util",
725 "gpr"
726 ]
727 },
728 {
729 "name": "echo_client",
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/echo/client.c"
734 ],
735 "deps": [
736 "grpc_test_util",
737 "grpc",
738 "gpr_test_util",
739 "gpr"
740 ],
741 "run": false
742 },
743 {
744 "name": "echo_server",
745 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800746 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800747 "src": [
748 "test/core/echo/server.c"
749 ],
750 "deps": [
751 "grpc_test_util",
752 "grpc",
753 "gpr_test_util",
754 "gpr"
755 ],
756 "run": false
757 },
758 {
759 "name": "echo_test",
760 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800761 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800762 "src": [
763 "test/core/echo/echo_test.c"
764 ],
765 "deps": [
766 "grpc_test_util",
767 "grpc",
768 "gpr_test_util",
769 "gpr"
770 ]
771 },
772 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800773 "name": "fd_posix_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/iomgr/fd_posix_test.c"
778 ],
779 "deps": [
780 "grpc_test_util",
781 "grpc",
782 "gpr_test_util",
783 "gpr"
784 ]
785 },
786 {
787 "name": "fling_client",
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/fling/client.c"
792 ],
793 "deps": [
794 "grpc_test_util",
795 "grpc",
796 "gpr_test_util",
797 "gpr"
798 ],
799 "run": false
800 },
801 {
802 "name": "fling_server",
803 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800804 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800805 "src": [
806 "test/core/fling/server.c"
807 ],
808 "deps": [
809 "grpc_test_util",
810 "grpc",
811 "gpr_test_util",
812 "gpr"
813 ],
814 "run": false
815 },
816 {
817 "name": "fling_stream_test",
818 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800819 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800820 "src": [
821 "test/core/fling/fling_stream_test.c"
822 ],
823 "deps": [
824 "grpc_test_util",
825 "grpc",
826 "gpr_test_util",
827 "gpr"
828 ]
829 },
830 {
831 "name": "fling_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_test.c"
836 ],
837 "deps": [
838 "grpc_test_util",
839 "grpc",
840 "gpr_test_util",
841 "gpr"
842 ]
843 },
844 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800845 "name": "gen_hpack_tables",
846 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800847 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800848 "src": [
849 "src/core/transport/chttp2/gen_hpack_tables.c"
850 ],
851 "deps": [
852 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800853 "gpr",
854 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800855 ]
856 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800857 {
858 "name": "gpr_cancellable_test",
859 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800860 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800861 "src": [
862 "test/core/support/cancellable_test.c"
863 ],
864 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800865 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800866 "gpr"
867 ]
868 },
869 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800870 "name": "gpr_cmdline_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/cmdline_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 {
882 "name": "gpr_histogram_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/histogram_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 {
894 "name": "gpr_host_port_test",
895 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800896 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800897 "src": [
898 "test/core/support/host_port_test.c"
899 ],
900 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800901 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800902 "gpr"
903 ]
904 },
905 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800906 "name": "gpr_log_test",
907 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800908 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800909 "src": [
910 "test/core/support/log_test.c"
911 ],
912 "deps": [
913 "gpr_test_util",
914 "gpr"
915 ]
916 },
917 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800918 "name": "gpr_slice_buffer_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/slice_buffer_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_slice_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/slice_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 {
942 "name": "gpr_string_test",
943 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800944 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800945 "src": [
946 "test/core/support/string_test.c"
947 ],
948 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800949 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800950 "gpr"
951 ]
952 },
953 {
954 "name": "gpr_sync_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/sync_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_thd_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/thd_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_time_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/time_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 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800990 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800991 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800992 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800993 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800994 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800995 ],
996 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800997 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800998 "gpr"
999 ]
1000 },
1001 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001002 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001003 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001004 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001006 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001007 ],
1008 "deps": [
1009 "grpc_test_util",
1010 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001011 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001012 "gpr"
1013 ]
1014 },
1015 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001016 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001017 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001018 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001019 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001020 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001021 ],
1022 "deps": [
1023 "grpc_test_util",
1024 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001025 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001026 "gpr"
1027 ]
1028 },
1029 {
1030 "name": "grpc_channel_stack_test",
1031 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001032 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001033 "src": [
1034 "test/core/channel/channel_stack_test.c"
1035 ],
1036 "deps": [
1037 "grpc_test_util",
1038 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001039 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 "gpr"
1041 ]
1042 },
1043 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001044 "name": "grpc_completion_queue_benchmark",
1045 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001046 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001048 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001049 ],
1050 "deps": [
1051 "grpc_test_util",
1052 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001053 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001054 "gpr"
1055 ]
1056 },
1057 {
1058 "name": "grpc_completion_queue_test",
1059 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001060 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001061 "src": [
1062 "test/core/surface/completion_queue_test.c"
1063 ],
1064 "deps": [
1065 "grpc_test_util",
1066 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001067 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001068 "gpr"
1069 ]
1070 },
1071 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001072 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001073 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001074 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001075 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001076 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001077 ],
1078 "deps": [
1079 "grpc_test_util",
1080 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001081 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001082 "gpr"
1083 ]
1084 },
1085 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001086 "name": "grpc_fetch_oauth2",
1087 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001088 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001089 "src": [
1090 "test/core/security/fetch_oauth2.c"
1091 ],
1092 "deps": [
1093 "grpc_test_util",
1094 "grpc",
1095 "gpr_test_util",
1096 "gpr"
1097 ]
1098 },
1099 {
1100 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001101 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001102 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001103 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001104 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001105 ],
1106 "deps": [
1107 "grpc_test_util",
1108 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001109 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001110 "gpr"
1111 ]
1112 },
1113 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001114 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001115 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001116 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001117 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001118 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001119 ],
1120 "deps": [
1121 "grpc_test_util",
1122 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001123 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001124 "gpr"
1125 ]
1126 },
1127 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001128 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001129 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001130 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001131 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001132 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001133 ],
1134 "deps": [
1135 "grpc_test_util",
1136 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001137 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001138 "gpr"
1139 ]
1140 },
1141 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001142 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001143 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001144 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001145 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001146 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001147 ],
1148 "deps": [
1149 "grpc_test_util",
1150 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001151 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001152 "gpr"
1153 ]
1154 },
1155 {
1156 "name": "httpcli_format_request_test",
1157 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001158 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001159 "src": [
1160 "test/core/httpcli/format_request_test.c"
1161 ],
1162 "deps": [
1163 "grpc_test_util",
1164 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001165 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001166 "gpr"
1167 ]
1168 },
1169 {
1170 "name": "httpcli_parser_test",
1171 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001172 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001173 "src": [
1174 "test/core/httpcli/parser_test.c"
1175 ],
1176 "deps": [
1177 "grpc_test_util",
1178 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001179 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001180 "gpr"
1181 ]
1182 },
1183 {
1184 "name": "httpcli_test",
1185 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001186 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001187 "src": [
1188 "test/core/httpcli/httpcli_test.c"
1189 ],
1190 "deps": [
1191 "grpc_test_util",
1192 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001193 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001194 "gpr"
1195 ]
1196 },
1197 {
Craig Tiller4450db22015-01-30 16:49:22 -08001198 "name": "json_rewrite",
1199 "build": "test",
1200 "language": "c",
1201 "src": [
1202 "test/core/json/json_rewrite.c"
1203 ],
1204 "deps": [
1205 "grpc",
1206 "gpr"
1207 ],
1208 "run": false
1209 },
1210 {
1211 "name": "json_rewrite_test",
1212 "build": "test",
1213 "language": "c",
1214 "src": [
1215 "test/core/json/json_rewrite_test.c"
1216 ],
1217 "deps": [
1218 "grpc_test_util",
1219 "grpc",
1220 "gpr_test_util",
1221 "gpr"
1222 ],
1223 "run": false
1224 },
1225 {
1226 "name": "json_test",
1227 "build": "test",
1228 "language": "c",
1229 "src": [
1230 "test/core/json/json_test.c"
1231 ],
1232 "deps": [
1233 "grpc_test_util",
1234 "grpc",
1235 "gpr_test_util",
1236 "gpr"
1237 ]
1238 },
1239 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001240 "name": "lame_client_test",
1241 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001242 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001243 "src": [
1244 "test/core/surface/lame_client_test.c"
1245 ],
1246 "deps": [
1247 "grpc_test_util",
1248 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001249 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001250 "gpr"
1251 ]
1252 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001253 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001254 "name": "low_level_ping_pong_benchmark",
1255 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001256 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001257 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001258 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001259 ],
1260 "deps": [
1261 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001262 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001263 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001264 "gpr"
1265 ]
1266 },
1267 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001268 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001269 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001270 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001271 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001272 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001273 ],
1274 "deps": [
1275 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001276 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001277 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001278 "gpr"
1279 ]
ctiller8919f602014-12-10 10:19:42 -08001280 },
1281 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001282 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001283 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001284 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001285 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001286 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001287 ],
1288 "deps": [
1289 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001290 "grpc",
1291 "gpr_test_util",
1292 "gpr"
1293 ]
1294 },
1295 {
1296 "name": "murmur_hash_test",
1297 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001298 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001299 "src": [
1300 "test/core/support/murmur_hash_test.c"
1301 ],
1302 "deps": [
1303 "gpr_test_util",
1304 "gpr"
1305 ]
1306 },
1307 {
1308 "name": "no_server_test",
1309 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001310 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001311 "src": [
1312 "test/core/end2end/no_server_test.c"
1313 ],
1314 "deps": [
1315 "grpc_test_util",
1316 "grpc",
1317 "gpr_test_util",
1318 "gpr"
1319 ]
1320 },
1321 {
David Klempnere3605682015-01-26 17:27:21 -08001322 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001323 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001324 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001325 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001326 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001327 ],
1328 "deps": [
1329 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001330 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001331 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001332 "gpr"
1333 ]
1334 },
1335 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001336 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001337 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001338 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001339 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001340 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001341 ],
1342 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001343 "grpc_test_util",
1344 "grpc",
1345 "gpr_test_util",
1346 "gpr"
1347 ]
1348 },
1349 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001350 "name": "secure_endpoint_test",
1351 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001352 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001353 "src": [
1354 "test/core/security/secure_endpoint_test.c"
1355 ],
1356 "deps": [
1357 "grpc_test_util",
1358 "grpc",
1359 "gpr_test_util",
1360 "gpr"
1361 ]
1362 },
1363 {
1364 "name": "sockaddr_utils_test",
1365 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001366 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001367 "src": [
1368 "test/core/iomgr/sockaddr_utils_test.c"
1369 ],
1370 "deps": [
1371 "grpc_test_util",
1372 "grpc",
1373 "gpr_test_util",
1374 "gpr"
1375 ]
1376 },
1377 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001378 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001379 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001380 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001381 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001382 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001383 ],
1384 "deps": [
1385 "grpc_test_util",
1386 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001387 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001388 "gpr"
1389 ]
1390 },
1391 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001392 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001393 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001394 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001395 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001396 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001397 ],
1398 "deps": [
1399 "grpc_test_util",
1400 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001401 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001402 "gpr"
1403 ]
1404 },
1405 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001406 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001407 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001408 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001409 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001410 "test/core/iomgr/tcp_server_posix_test.c"
1411 ],
1412 "deps": [
1413 "grpc_test_util",
1414 "grpc",
1415 "gpr_test_util",
1416 "gpr"
1417 ]
1418 },
1419 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001420 "name": "time_averaged_stats_test",
1421 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001422 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001423 "src": [
1424 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001425 ],
1426 "deps": [
1427 "grpc_test_util",
1428 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001429 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001430 "gpr"
1431 ]
1432 },
1433 {
ctiller8919f602014-12-10 10:19:42 -08001434 "name": "time_test",
1435 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001436 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001437 "src": [
1438 "test/core/support/time_test.c"
1439 ],
1440 "deps": [
1441 "grpc_test_util",
1442 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001443 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001444 "gpr"
1445 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001446 },
1447 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001448 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001449 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001450 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001451 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001452 "test/core/transport/chttp2/timeout_encoding_test.c"
1453 ],
1454 "deps": [
1455 "grpc_test_util",
1456 "grpc",
1457 "gpr_test_util",
1458 "gpr"
1459 ]
1460 },
1461 {
1462 "name": "transport_metadata_test",
1463 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001464 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "src": [
1466 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001467 ],
1468 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001469 "grpc_test_util",
1470 "grpc",
1471 "gpr_test_util",
1472 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001473 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001474 },
1475 {
1476 "name": "channel_arguments_test",
1477 "build": "test",
1478 "language": "c++",
1479 "src": [
1480 "test/cpp/client/channel_arguments_test.cc"
1481 ],
1482 "deps": [
1483 "grpc++",
1484 "grpc",
1485 "gpr"
1486 ]
1487 },
1488 {
1489 "name": "cpp_plugin",
1490 "build": "protoc",
1491 "language": "c++",
1492 "headers": [
1493 "src/compiler/cpp_generator.h",
1494 "src/compiler/cpp_generator_helpers.h"
1495 ],
1496 "src": [
1497 "src/compiler/cpp_generator.cc",
1498 "src/compiler/cpp_plugin.cc"
1499 ],
1500 "deps": [],
1501 "secure": false
1502 },
1503 {
1504 "name": "credentials_test",
1505 "build": "test",
1506 "language": "c++",
1507 "src": [
1508 "test/cpp/client/credentials_test.cc"
1509 ],
1510 "deps": [
1511 "grpc++",
1512 "grpc",
1513 "gpr"
1514 ]
1515 },
1516 {
1517 "name": "end2end_test",
1518 "build": "test",
1519 "language": "c++",
1520 "src": [
1521 "test/cpp/end2end/end2end_test.cc"
1522 ],
1523 "deps": [
1524 "grpc++_test_util",
1525 "grpc_test_util",
1526 "grpc++",
1527 "grpc",
1528 "gpr_test_util",
1529 "gpr"
1530 ]
1531 },
1532 {
1533 "name": "interop_client",
1534 "build": "test",
1535 "language": "c++",
1536 "src": [
1537 "test/cpp/interop/empty.proto",
1538 "test/cpp/interop/messages.proto",
1539 "test/cpp/interop/test.proto",
1540 "test/cpp/interop/client.cc"
1541 ],
1542 "deps": [
1543 "grpc++_test_util",
1544 "grpc_test_util",
1545 "grpc++",
1546 "grpc",
1547 "gpr_test_util",
1548 "gpr"
1549 ],
1550 "run": false
1551 },
1552 {
1553 "name": "interop_server",
1554 "build": "test",
1555 "language": "c++",
1556 "src": [
1557 "test/cpp/interop/empty.proto",
1558 "test/cpp/interop/messages.proto",
1559 "test/cpp/interop/test.proto",
1560 "test/cpp/interop/server.cc"
1561 ],
1562 "deps": [
1563 "grpc++_test_util",
1564 "grpc_test_util",
1565 "grpc++",
1566 "grpc",
1567 "gpr_test_util",
1568 "gpr"
1569 ],
1570 "run": false
1571 },
1572 {
1573 "name": "qps_client",
1574 "build": "test",
1575 "language": "c++",
1576 "src": [
1577 "test/cpp/qps/qpstest.proto",
1578 "test/cpp/qps/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 },
1589 {
1590 "name": "qps_server",
1591 "build": "test",
1592 "language": "c++",
1593 "src": [
1594 "test/cpp/qps/qpstest.proto",
1595 "test/cpp/qps/server.cc"
1596 ],
1597 "deps": [
1598 "grpc++_test_util",
1599 "grpc_test_util",
1600 "grpc++",
1601 "grpc",
1602 "gpr_test_util",
1603 "gpr"
1604 ]
1605 },
1606 {
1607 "name": "ruby_plugin",
1608 "build": "protoc",
1609 "language": "c++",
1610 "headers": [
1611 "src/compiler/cpp_generator.h",
1612 "src/compiler/cpp_generator_helpers-inl.h",
1613 "src/compiler/cpp_generator_map-inl.h",
1614 "src/compiler/cpp_generator_string-inl.h"
1615 ],
1616 "src": [
1617 "src/compiler/ruby_generator.cc",
1618 "src/compiler/ruby_plugin.cc"
1619 ],
1620 "deps": [],
1621 "secure": false
1622 },
1623 {
1624 "name": "status_test",
1625 "build": "test",
1626 "language": "c++",
1627 "src": [
1628 "test/cpp/util/status_test.cc"
1629 ],
1630 "deps": [
1631 "grpc_test_util",
1632 "grpc++",
1633 "grpc",
1634 "gpr_test_util",
1635 "gpr"
1636 ]
1637 },
1638 {
1639 "name": "sync_client_async_server_test",
1640 "build": "test",
1641 "language": "c++",
1642 "src": [
1643 "test/cpp/end2end/sync_client_async_server_test.cc"
1644 ],
1645 "deps": [
1646 "grpc++_test_util",
1647 "grpc_test_util",
1648 "grpc++",
1649 "grpc",
1650 "gpr_test_util",
1651 "gpr"
1652 ]
1653 },
1654 {
1655 "name": "thread_pool_test",
1656 "build": "test",
1657 "language": "c++",
1658 "src": [
1659 "test/cpp/server/thread_pool_test.cc"
1660 ],
1661 "deps": [
1662 "grpc_test_util",
1663 "grpc++",
1664 "grpc",
1665 "gpr_test_util",
1666 "gpr"
1667 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001668 },
1669 {
1670 "name": "tips_client",
1671 "build": "test",
1672 "language": "c++",
1673 "src": [
1674 "examples/tips/client_main.cc"
1675 ],
1676 "deps": [
1677 "tips_client_lib",
1678 "grpc++_test_util",
1679 "grpc_test_util",
1680 "grpc++",
1681 "grpc",
1682 "gpr_test_util",
1683 "gpr"
1684 ],
1685 "run": false
1686 },
1687 {
1688 "name": "tips_client_test",
1689 "build": "test",
1690 "language": "c++",
1691 "src": [
1692 "examples/tips/client_test.cc"
1693 ],
1694 "deps": [
1695 "tips_client_lib",
1696 "grpc++_test_util",
1697 "grpc_test_util",
1698 "grpc++",
1699 "grpc",
1700 "gpr_test_util",
1701 "gpr"
1702 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001703 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001704 ]
1705}