blob: 170b148067181accf61e7b819cee26fa70b21e76 [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",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800225 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800226 "include/grpc/support/useful.h"
227 ],
228 "headers": [
229 "src/core/support/cpu.h",
Julien Boeuf026a4172015-02-02 18:36:37 -0800230 "src/core/support/env.h",
231 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800232 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800233 "src/core/support/string.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800234 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800235 ],
236 "src": [
237 "src/core/support/alloc.c",
238 "src/core/support/cancellable.c",
239 "src/core/support/cmdline.c",
240 "src/core/support/cpu_linux.c",
241 "src/core/support/cpu_posix.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800242 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800243 "src/core/support/env_posix.c",
244 "src/core/support/env_win32.c",
245 "src/core/support/file.c",
246 "src/core/support/file_posix.c",
247 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800248 "src/core/support/histogram.c",
249 "src/core/support/host_port.c",
250 "src/core/support/log.c",
251 "src/core/support/log_android.c",
252 "src/core/support/log_linux.c",
253 "src/core/support/log_posix.c",
254 "src/core/support/log_win32.c",
255 "src/core/support/murmur_hash.c",
256 "src/core/support/slice.c",
257 "src/core/support/slice_buffer.c",
258 "src/core/support/string.c",
259 "src/core/support/string_posix.c",
260 "src/core/support/string_win32.c",
261 "src/core/support/sync.c",
262 "src/core/support/sync_posix.c",
263 "src/core/support/sync_win32.c",
264 "src/core/support/thd_posix.c",
265 "src/core/support/thd_win32.c",
266 "src/core/support/time.c",
267 "src/core/support/time_posix.c",
268 "src/core/support/time_win32.c"
269 ],
270 "secure": false,
271 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
272 },
273 {
274 "name": "gpr_test_util",
275 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800276 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800277 "src": [
278 "test/core/util/test_config.c"
279 ],
280 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800281 },
282 {
283 "name": "grpc",
284 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800285 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800286 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800287 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800288 ],
289 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800290 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800291 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800292 "src/core/security/credentials.h",
293 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800294 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800295 "src/core/security/secure_transport_setup.h",
296 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800297 "src/core/tsi/fake_transport_security.h",
298 "src/core/tsi/ssl_transport_security.h",
299 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800300 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800301 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800302 "src": [
303 "src/core/security/auth.c",
304 "src/core/security/base64.c",
305 "src/core/security/credentials.c",
306 "src/core/security/factories.c",
307 "src/core/security/google_root_certs.c",
308 "src/core/security/json_token.c",
309 "src/core/security/secure_endpoint.c",
310 "src/core/security/secure_transport_setup.c",
311 "src/core/security/security_context.c",
312 "src/core/security/server_secure_chttp2.c",
313 "src/core/tsi/fake_transport_security.c",
314 "src/core/tsi/ssl_transport_security.c",
315 "src/core/tsi/transport_security.c"
316 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800317 "deps": [
318 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800319 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800320 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800321 "filegroups": [
322 "grpc_base"
323 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800324 "secure": true,
325 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800326 },
327 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800328 "name": "grpc_test_util",
329 "build": "private",
330 "language": "c",
331 "src": [
332 "test/core/end2end/cq_verifier.c",
333 "test/core/end2end/data/prod_roots_certs.c",
334 "test/core/end2end/data/server1_cert.c",
335 "test/core/end2end/data/server1_key.c",
336 "test/core/end2end/data/test_root_cert.c",
337 "test/core/iomgr/endpoint_tests.c",
338 "test/core/statistics/census_log_tests.c",
339 "test/core/transport/transport_end2end_tests.c",
340 "test/core/util/grpc_profiler.c",
341 "test/core/util/parse_hexstring.c",
342 "test/core/util/port_posix.c",
343 "test/core/util/slice_splitter.c"
344 ],
345 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
346 },
347 {
348 "name": "grpc_unsecure",
349 "build": "all",
350 "language": "c",
351 "deps": [
352 "gpr"
353 ],
354 "baselib": true,
355 "filegroups": [
356 "grpc_base"
357 ],
358 "secure": false,
359 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
360 },
361 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800362 "name": "grpc++",
363 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800364 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800365 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800366 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800367 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800368 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800369 "include/grpc++/channel_interface.h",
370 "include/grpc++/client_context.h",
371 "include/grpc++/completion_queue.h",
372 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800373 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800374 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800375 "include/grpc++/impl/internal_stub.h",
376 "include/grpc++/impl/rpc_method.h",
377 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800378 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800379 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800380 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800381 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800382 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800383 "include/grpc++/stream.h",
384 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800385 ],
386 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800387 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800388 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800389 "src/cpp/server/server_rpc_handler.h",
390 "src/cpp/server/thread_pool.h",
391 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800392 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800393 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800394 "src": [
395 "src/cpp/client/channel.cc",
396 "src/cpp/client/channel_arguments.cc",
397 "src/cpp/client/client_context.cc",
398 "src/cpp/client/create_channel.cc",
399 "src/cpp/client/credentials.cc",
400 "src/cpp/client/internal_stub.cc",
401 "src/cpp/common/rpc_method.cc",
402 "src/cpp/proto/proto_utils.cc",
403 "src/cpp/server/async_server.cc",
404 "src/cpp/server/async_server_context.cc",
405 "src/cpp/server/completion_queue.cc",
406 "src/cpp/server/server.cc",
407 "src/cpp/server/server_builder.cc",
408 "src/cpp/server/server_context_impl.cc",
409 "src/cpp/server/server_credentials.cc",
410 "src/cpp/server/server_rpc_handler.cc",
411 "src/cpp/server/thread_pool.cc",
412 "src/cpp/stream/stream_context.cc",
413 "src/cpp/util/status.cc",
414 "src/cpp/util/time.cc"
415 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800416 "deps": [
417 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800418 ],
419 "secure": true,
420 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800421 },
422 {
423 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800424 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800425 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800426 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800427 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800428 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800429 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800430 "test/cpp/end2end/async_test_server.cc",
431 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800432 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800433 },
434 {
435 "name": "tips_client_lib",
436 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800437 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800438 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800439 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800440 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800441 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800442 "examples/tips/publisher.cc",
443 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800444 ],
445 "deps": [
446 "grpc++",
447 "grpc",
448 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800449 ]
Jan Tattermusch94c36532015-01-21 10:36:12 -0800450 },
451 {
452 "name": "grpc_csharp_ext",
453 "build": "all",
454 "language": "c",
455 "deps": [
456 "gpr",
457 "grpc"
458 ],
459 "src": [
460 "src/csharp/ext/grpc_csharp_ext.c"
461 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800462 }
463 ],
464 "targets": [
465 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800466 "name": "alarm_heap_test",
467 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800468 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800469 "src": [
470 "test/core/iomgr/alarm_heap_test.c"
471 ],
472 "deps": [
473 "grpc_test_util",
474 "grpc",
475 "gpr_test_util",
476 "gpr"
477 ]
478 },
479 {
480 "name": "alarm_list_test",
481 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800482 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800483 "src": [
484 "test/core/iomgr/alarm_list_test.c"
485 ],
486 "deps": [
487 "grpc_test_util",
488 "grpc",
489 "gpr_test_util",
490 "gpr"
491 ]
492 },
493 {
494 "name": "alarm_test",
495 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800496 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800497 "src": [
498 "test/core/iomgr/alarm_test.c"
499 ],
500 "deps": [
501 "grpc_test_util",
502 "grpc",
503 "gpr_test_util",
504 "gpr"
505 ]
506 },
507 {
508 "name": "alpn_test",
509 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800510 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800511 "src": [
512 "test/core/transport/chttp2/alpn_test.c"
513 ],
514 "deps": [
515 "grpc_test_util",
516 "grpc",
517 "gpr_test_util",
518 "gpr"
519 ]
520 },
521 {
522 "name": "bin_encoder_test",
523 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800524 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800525 "src": [
526 "test/core/transport/chttp2/bin_encoder_test.c"
527 ],
528 "deps": [
529 "grpc_test_util",
530 "grpc",
531 "gpr_test_util",
532 "gpr"
533 ]
534 },
535 {
536 "name": "census_hash_table_test",
537 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800538 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800539 "src": [
540 "test/core/statistics/hash_table_test.c"
541 ],
542 "deps": [
543 "grpc_test_util",
544 "grpc",
545 "gpr_test_util",
546 "gpr"
547 ]
548 },
549 {
550 "name": "census_statistics_multiple_writers_circular_buffer_test",
551 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800552 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800553 "src": [
554 "test/core/statistics/multiple_writers_circular_buffer_test.c"
555 ],
556 "deps": [
557 "grpc_test_util",
558 "grpc",
559 "gpr_test_util",
560 "gpr"
561 ]
562 },
563 {
564 "name": "census_statistics_multiple_writers_test",
565 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800566 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800567 "src": [
568 "test/core/statistics/multiple_writers_test.c"
569 ],
570 "deps": [
571 "grpc_test_util",
572 "grpc",
573 "gpr_test_util",
574 "gpr"
575 ]
576 },
577 {
578 "name": "census_statistics_performance_test",
579 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800580 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800581 "src": [
582 "test/core/statistics/performance_test.c"
583 ],
584 "deps": [
585 "grpc_test_util",
586 "grpc",
587 "gpr_test_util",
588 "gpr"
589 ]
590 },
591 {
592 "name": "census_statistics_quick_test",
593 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800594 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800595 "src": [
596 "test/core/statistics/quick_test.c"
597 ],
598 "deps": [
599 "grpc_test_util",
600 "grpc",
601 "gpr_test_util",
602 "gpr"
603 ]
604 },
605 {
606 "name": "census_statistics_small_log_test",
607 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800608 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800609 "src": [
610 "test/core/statistics/small_log_test.c"
611 ],
612 "deps": [
613 "grpc_test_util",
614 "grpc",
615 "gpr_test_util",
616 "gpr"
617 ]
618 },
619 {
620 "name": "census_stats_store_test",
621 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800622 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800623 "src": [
624 "test/core/statistics/rpc_stats_test.c"
625 ],
626 "deps": [
627 "grpc_test_util",
628 "grpc",
629 "gpr_test_util",
630 "gpr"
631 ]
632 },
633 {
634 "name": "census_stub_test",
635 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800636 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800637 "src": [
638 "test/core/statistics/census_stub_test.c"
639 ],
640 "deps": [
641 "grpc_test_util",
642 "grpc",
643 "gpr_test_util",
644 "gpr"
645 ]
646 },
647 {
648 "name": "census_trace_store_test",
649 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800650 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800651 "src": [
652 "test/core/statistics/trace_test.c"
653 ],
654 "deps": [
655 "grpc_test_util",
656 "grpc",
657 "gpr_test_util",
658 "gpr"
659 ]
660 },
661 {
662 "name": "census_window_stats_test",
663 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800664 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800665 "src": [
666 "test/core/statistics/window_stats_test.c"
667 ],
668 "deps": [
669 "grpc_test_util",
670 "grpc",
671 "gpr_test_util",
672 "gpr"
673 ]
674 },
675 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800676 "name": "chttp2_status_conversion_test",
677 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800678 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800679 "src": [
680 "test/core/transport/chttp2/status_conversion_test.c"
681 ],
682 "deps": [
683 "grpc_test_util",
684 "grpc",
685 "gpr_test_util",
686 "gpr"
687 ]
688 },
689 {
690 "name": "chttp2_stream_encoder_test",
691 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800692 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800693 "src": [
694 "test/core/transport/chttp2/stream_encoder_test.c"
695 ],
696 "deps": [
697 "grpc_test_util",
698 "grpc",
699 "gpr_test_util",
700 "gpr"
701 ]
702 },
703 {
704 "name": "chttp2_stream_map_test",
705 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800706 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800707 "src": [
708 "test/core/transport/chttp2/stream_map_test.c"
709 ],
710 "deps": [
711 "grpc_test_util",
712 "grpc",
713 "gpr_test_util",
714 "gpr"
715 ]
716 },
717 {
718 "name": "chttp2_transport_end2end_test",
719 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800720 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800721 "src": [
722 "test/core/transport/chttp2_transport_end2end_test.c"
723 ],
724 "deps": [
725 "grpc_test_util",
726 "grpc",
727 "gpr_test_util",
728 "gpr"
729 ]
730 },
731 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800732 "name": "dualstack_socket_test",
733 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800734 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800735 "src": [
736 "test/core/end2end/dualstack_socket_test.c"
737 ],
738 "deps": [
739 "grpc_test_util",
740 "grpc",
741 "gpr_test_util",
742 "gpr"
743 ]
744 },
745 {
746 "name": "echo_client",
747 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800748 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800749 "src": [
750 "test/core/echo/client.c"
751 ],
752 "deps": [
753 "grpc_test_util",
754 "grpc",
755 "gpr_test_util",
756 "gpr"
757 ],
758 "run": false
759 },
760 {
761 "name": "echo_server",
762 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800763 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800764 "src": [
765 "test/core/echo/server.c"
766 ],
767 "deps": [
768 "grpc_test_util",
769 "grpc",
770 "gpr_test_util",
771 "gpr"
772 ],
773 "run": false
774 },
775 {
776 "name": "echo_test",
777 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800778 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800779 "src": [
780 "test/core/echo/echo_test.c"
781 ],
782 "deps": [
783 "grpc_test_util",
784 "grpc",
785 "gpr_test_util",
786 "gpr"
787 ]
788 },
789 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800790 "name": "fd_posix_test",
791 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800792 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800793 "src": [
794 "test/core/iomgr/fd_posix_test.c"
795 ],
796 "deps": [
797 "grpc_test_util",
798 "grpc",
799 "gpr_test_util",
800 "gpr"
801 ]
802 },
803 {
804 "name": "fling_client",
805 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800806 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800807 "src": [
808 "test/core/fling/client.c"
809 ],
810 "deps": [
811 "grpc_test_util",
812 "grpc",
813 "gpr_test_util",
814 "gpr"
815 ],
816 "run": false
817 },
818 {
819 "name": "fling_server",
820 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800821 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800822 "src": [
823 "test/core/fling/server.c"
824 ],
825 "deps": [
826 "grpc_test_util",
827 "grpc",
828 "gpr_test_util",
829 "gpr"
830 ],
831 "run": false
832 },
833 {
834 "name": "fling_stream_test",
835 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800836 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800837 "src": [
838 "test/core/fling/fling_stream_test.c"
839 ],
840 "deps": [
841 "grpc_test_util",
842 "grpc",
843 "gpr_test_util",
844 "gpr"
845 ]
846 },
847 {
848 "name": "fling_test",
849 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800850 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800851 "src": [
852 "test/core/fling/fling_test.c"
853 ],
854 "deps": [
855 "grpc_test_util",
856 "grpc",
857 "gpr_test_util",
858 "gpr"
859 ]
860 },
861 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800862 "name": "gen_hpack_tables",
863 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800864 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800865 "src": [
866 "src/core/transport/chttp2/gen_hpack_tables.c"
867 ],
868 "deps": [
869 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800870 "gpr",
871 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800872 ]
873 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800874 {
875 "name": "gpr_cancellable_test",
876 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800877 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800878 "src": [
879 "test/core/support/cancellable_test.c"
880 ],
881 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800882 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800883 "gpr"
884 ]
885 },
886 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800887 "name": "gpr_cmdline_test",
888 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800889 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800890 "src": [
891 "test/core/support/cmdline_test.c"
892 ],
893 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800894 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800895 "gpr"
896 ]
897 },
898 {
899 "name": "gpr_histogram_test",
900 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800901 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800902 "src": [
903 "test/core/support/histogram_test.c"
904 ],
905 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800906 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800907 "gpr"
908 ]
909 },
910 {
911 "name": "gpr_host_port_test",
912 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800913 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800914 "src": [
915 "test/core/support/host_port_test.c"
916 ],
917 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800918 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800919 "gpr"
920 ]
921 },
922 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800923 "name": "gpr_log_test",
924 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800925 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800926 "src": [
927 "test/core/support/log_test.c"
928 ],
929 "deps": [
930 "gpr_test_util",
931 "gpr"
932 ]
933 },
934 {
Julien Boeuf026a4172015-02-02 18:36:37 -0800935 "name": "gpr_file_test",
936 "build": "test",
937 "language": "c",
938 "src": [
939 "test/core/support/file_test.c"
940 ],
941 "deps": [
942 "gpr_test_util",
943 "gpr"
944 ]
945 },
946 {
947 "name": "gpr_env_test",
948 "build": "test",
949 "language": "c",
950 "src": [
951 "test/core/support/env_test.c"
952 ],
953 "deps": [
954 "gpr_test_util",
955 "gpr"
956 ]
957 },
958 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800959 "name": "gpr_slice_buffer_test",
960 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800961 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800962 "src": [
963 "test/core/support/slice_buffer_test.c"
964 ],
965 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800966 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800967 "gpr"
968 ]
969 },
970 {
971 "name": "gpr_slice_test",
972 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800973 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800974 "src": [
975 "test/core/support/slice_test.c"
976 ],
977 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800978 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800979 "gpr"
980 ]
981 },
982 {
983 "name": "gpr_string_test",
984 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800985 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800986 "src": [
987 "test/core/support/string_test.c"
988 ],
989 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800990 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800991 "gpr"
992 ]
993 },
994 {
995 "name": "gpr_sync_test",
996 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800997 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800998 "src": [
999 "test/core/support/sync_test.c"
1000 ],
1001 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001002 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001003 "gpr"
1004 ]
1005 },
1006 {
1007 "name": "gpr_thd_test",
1008 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001009 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001010 "src": [
1011 "test/core/support/thd_test.c"
1012 ],
1013 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001014 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001015 "gpr"
1016 ]
1017 },
1018 {
1019 "name": "gpr_time_test",
1020 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001021 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001022 "src": [
1023 "test/core/support/time_test.c"
1024 ],
1025 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001026 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001027 "gpr"
1028 ]
1029 },
1030 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001031 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001032 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001033 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001034 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001035 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001036 ],
1037 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001038 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001039 "gpr"
1040 ]
1041 },
1042 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001043 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001044 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001045 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001046 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001047 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 ],
1049 "deps": [
1050 "grpc_test_util",
1051 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001052 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001053 "gpr"
1054 ]
1055 },
1056 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001057 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001058 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001059 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001060 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001061 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 ],
1063 "deps": [
1064 "grpc_test_util",
1065 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001066 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001067 "gpr"
1068 ]
1069 },
1070 {
1071 "name": "grpc_channel_stack_test",
1072 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001073 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001074 "src": [
1075 "test/core/channel/channel_stack_test.c"
1076 ],
1077 "deps": [
1078 "grpc_test_util",
1079 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001080 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001081 "gpr"
1082 ]
1083 },
1084 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001085 "name": "grpc_completion_queue_benchmark",
1086 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001087 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001088 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001089 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001090 ],
1091 "deps": [
1092 "grpc_test_util",
1093 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001094 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001095 "gpr"
1096 ]
1097 },
1098 {
1099 "name": "grpc_completion_queue_test",
1100 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001101 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001102 "src": [
1103 "test/core/surface/completion_queue_test.c"
1104 ],
1105 "deps": [
1106 "grpc_test_util",
1107 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001108 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001109 "gpr"
1110 ]
1111 },
1112 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001113 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001114 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001115 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001116 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001117 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001118 ],
1119 "deps": [
1120 "grpc_test_util",
1121 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001122 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001123 "gpr"
1124 ]
1125 },
1126 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001127 "name": "grpc_fetch_oauth2",
1128 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001129 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001130 "src": [
1131 "test/core/security/fetch_oauth2.c"
1132 ],
1133 "deps": [
1134 "grpc_test_util",
1135 "grpc",
1136 "gpr_test_util",
1137 "gpr"
1138 ]
1139 },
1140 {
1141 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001142 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001143 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001144 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001145 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001146 ],
1147 "deps": [
1148 "grpc_test_util",
1149 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001150 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001151 "gpr"
1152 ]
1153 },
1154 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001155 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001156 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001157 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001158 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001159 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001160 ],
1161 "deps": [
1162 "grpc_test_util",
1163 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001164 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001165 "gpr"
1166 ]
1167 },
1168 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001169 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001170 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001171 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001172 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001173 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 ],
1175 "deps": [
1176 "grpc_test_util",
1177 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001178 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001179 "gpr"
1180 ]
1181 },
1182 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001183 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001184 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001185 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001187 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001188 ],
1189 "deps": [
1190 "grpc_test_util",
1191 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001192 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001193 "gpr"
1194 ]
1195 },
1196 {
1197 "name": "httpcli_format_request_test",
1198 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001199 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001200 "src": [
1201 "test/core/httpcli/format_request_test.c"
1202 ],
1203 "deps": [
1204 "grpc_test_util",
1205 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001206 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001207 "gpr"
1208 ]
1209 },
1210 {
1211 "name": "httpcli_parser_test",
1212 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001213 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001214 "src": [
1215 "test/core/httpcli/parser_test.c"
1216 ],
1217 "deps": [
1218 "grpc_test_util",
1219 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001220 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001221 "gpr"
1222 ]
1223 },
1224 {
1225 "name": "httpcli_test",
1226 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001227 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001228 "src": [
1229 "test/core/httpcli/httpcli_test.c"
1230 ],
1231 "deps": [
1232 "grpc_test_util",
1233 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001234 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001235 "gpr"
1236 ]
1237 },
1238 {
Craig Tiller4450db22015-01-30 16:49:22 -08001239 "name": "json_rewrite",
1240 "build": "test",
1241 "language": "c",
1242 "src": [
1243 "test/core/json/json_rewrite.c"
1244 ],
1245 "deps": [
1246 "grpc",
1247 "gpr"
1248 ],
1249 "run": false
1250 },
1251 {
1252 "name": "json_rewrite_test",
1253 "build": "test",
1254 "language": "c",
1255 "src": [
1256 "test/core/json/json_rewrite_test.c"
1257 ],
1258 "deps": [
1259 "grpc_test_util",
1260 "grpc",
1261 "gpr_test_util",
1262 "gpr"
1263 ],
1264 "run": false
1265 },
1266 {
1267 "name": "json_test",
1268 "build": "test",
1269 "language": "c",
1270 "src": [
1271 "test/core/json/json_test.c"
1272 ],
1273 "deps": [
1274 "grpc_test_util",
1275 "grpc",
1276 "gpr_test_util",
1277 "gpr"
1278 ]
1279 },
1280 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001281 "name": "lame_client_test",
1282 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001283 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001284 "src": [
1285 "test/core/surface/lame_client_test.c"
1286 ],
1287 "deps": [
1288 "grpc_test_util",
1289 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001290 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001291 "gpr"
1292 ]
1293 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001294 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001295 "name": "low_level_ping_pong_benchmark",
1296 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001297 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001298 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001299 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001300 ],
1301 "deps": [
1302 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001303 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001304 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001305 "gpr"
1306 ]
1307 },
1308 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001309 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001310 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001311 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001312 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001313 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001314 ],
1315 "deps": [
1316 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001317 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001318 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001319 "gpr"
1320 ]
ctiller8919f602014-12-10 10:19:42 -08001321 },
1322 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001323 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001324 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001325 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001326 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001327 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001328 ],
1329 "deps": [
1330 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001331 "grpc",
1332 "gpr_test_util",
1333 "gpr"
1334 ]
1335 },
1336 {
1337 "name": "murmur_hash_test",
1338 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001339 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001340 "src": [
1341 "test/core/support/murmur_hash_test.c"
1342 ],
1343 "deps": [
1344 "gpr_test_util",
1345 "gpr"
1346 ]
1347 },
1348 {
1349 "name": "no_server_test",
1350 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001351 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001352 "src": [
1353 "test/core/end2end/no_server_test.c"
1354 ],
1355 "deps": [
1356 "grpc_test_util",
1357 "grpc",
1358 "gpr_test_util",
1359 "gpr"
1360 ]
1361 },
1362 {
David Klempnere3605682015-01-26 17:27:21 -08001363 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001364 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001365 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001366 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001367 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001368 ],
1369 "deps": [
1370 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001371 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001372 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001373 "gpr"
1374 ]
1375 },
1376 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001377 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001378 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001379 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001380 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001381 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001382 ],
1383 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001384 "grpc_test_util",
1385 "grpc",
1386 "gpr_test_util",
1387 "gpr"
1388 ]
1389 },
1390 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001391 "name": "secure_endpoint_test",
1392 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001393 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001394 "src": [
1395 "test/core/security/secure_endpoint_test.c"
1396 ],
1397 "deps": [
1398 "grpc_test_util",
1399 "grpc",
1400 "gpr_test_util",
1401 "gpr"
1402 ]
1403 },
1404 {
1405 "name": "sockaddr_utils_test",
1406 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001407 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001408 "src": [
1409 "test/core/iomgr/sockaddr_utils_test.c"
1410 ],
1411 "deps": [
1412 "grpc_test_util",
1413 "grpc",
1414 "gpr_test_util",
1415 "gpr"
1416 ]
1417 },
1418 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001419 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001420 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001421 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001422 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001423 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001424 ],
1425 "deps": [
1426 "grpc_test_util",
1427 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001428 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001429 "gpr"
1430 ]
1431 },
1432 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001433 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001434 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001435 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001436 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001437 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001438 ],
1439 "deps": [
1440 "grpc_test_util",
1441 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001442 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001443 "gpr"
1444 ]
1445 },
1446 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001447 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001448 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001449 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001450 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001451 "test/core/iomgr/tcp_server_posix_test.c"
1452 ],
1453 "deps": [
1454 "grpc_test_util",
1455 "grpc",
1456 "gpr_test_util",
1457 "gpr"
1458 ]
1459 },
1460 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001461 "name": "time_averaged_stats_test",
1462 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001463 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001464 "src": [
1465 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001466 ],
1467 "deps": [
1468 "grpc_test_util",
1469 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001470 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001471 "gpr"
1472 ]
1473 },
1474 {
ctiller8919f602014-12-10 10:19:42 -08001475 "name": "time_test",
1476 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001477 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001478 "src": [
1479 "test/core/support/time_test.c"
1480 ],
1481 "deps": [
1482 "grpc_test_util",
1483 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001484 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001485 "gpr"
1486 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001487 },
1488 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001489 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001490 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001491 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001492 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001493 "test/core/transport/chttp2/timeout_encoding_test.c"
1494 ],
1495 "deps": [
1496 "grpc_test_util",
1497 "grpc",
1498 "gpr_test_util",
1499 "gpr"
1500 ]
1501 },
1502 {
1503 "name": "transport_metadata_test",
1504 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001505 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001506 "src": [
1507 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001508 ],
1509 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001510 "grpc_test_util",
1511 "grpc",
1512 "gpr_test_util",
1513 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001514 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001515 },
1516 {
1517 "name": "channel_arguments_test",
1518 "build": "test",
1519 "language": "c++",
1520 "src": [
1521 "test/cpp/client/channel_arguments_test.cc"
1522 ],
1523 "deps": [
1524 "grpc++",
1525 "grpc",
1526 "gpr"
1527 ]
1528 },
1529 {
1530 "name": "cpp_plugin",
1531 "build": "protoc",
1532 "language": "c++",
1533 "headers": [
1534 "src/compiler/cpp_generator.h",
1535 "src/compiler/cpp_generator_helpers.h"
1536 ],
1537 "src": [
1538 "src/compiler/cpp_generator.cc",
1539 "src/compiler/cpp_plugin.cc"
1540 ],
1541 "deps": [],
1542 "secure": false
1543 },
1544 {
1545 "name": "credentials_test",
1546 "build": "test",
1547 "language": "c++",
1548 "src": [
1549 "test/cpp/client/credentials_test.cc"
1550 ],
1551 "deps": [
1552 "grpc++",
1553 "grpc",
1554 "gpr"
1555 ]
1556 },
1557 {
1558 "name": "end2end_test",
1559 "build": "test",
1560 "language": "c++",
1561 "src": [
1562 "test/cpp/end2end/end2end_test.cc"
1563 ],
1564 "deps": [
1565 "grpc++_test_util",
1566 "grpc_test_util",
1567 "grpc++",
1568 "grpc",
1569 "gpr_test_util",
1570 "gpr"
1571 ]
1572 },
1573 {
1574 "name": "interop_client",
1575 "build": "test",
1576 "language": "c++",
1577 "src": [
1578 "test/cpp/interop/empty.proto",
1579 "test/cpp/interop/messages.proto",
1580 "test/cpp/interop/test.proto",
1581 "test/cpp/interop/client.cc"
1582 ],
1583 "deps": [
1584 "grpc++_test_util",
1585 "grpc_test_util",
1586 "grpc++",
1587 "grpc",
1588 "gpr_test_util",
1589 "gpr"
1590 ],
1591 "run": false
1592 },
1593 {
1594 "name": "interop_server",
1595 "build": "test",
1596 "language": "c++",
1597 "src": [
1598 "test/cpp/interop/empty.proto",
1599 "test/cpp/interop/messages.proto",
1600 "test/cpp/interop/test.proto",
1601 "test/cpp/interop/server.cc"
1602 ],
1603 "deps": [
1604 "grpc++_test_util",
1605 "grpc_test_util",
1606 "grpc++",
1607 "grpc",
1608 "gpr_test_util",
1609 "gpr"
1610 ],
1611 "run": false
1612 },
1613 {
Chen Wang86af8cf2015-01-21 18:05:40 -08001614 "name": "tips_client",
1615 "build": "test",
Chen Wang69330752015-01-21 18:57:46 -08001616 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -08001617 "src": [
Chen Wang04f1aa82015-01-30 18:26:16 -08001618 "examples/tips/main.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -08001619 ],
1620 "deps": [
1621 "tips_client_lib",
1622 "grpc++_test_util",
1623 "grpc_test_util",
1624 "grpc++",
1625 "grpc",
1626 "gpr_test_util",
1627 "gpr"
Chen Wangca3d6f12015-02-03 14:23:18 -08001628 ],
1629 "run": false
Chen Wang86af8cf2015-01-21 18:05:40 -08001630 },
1631 {
Chen Wang04f1aa82015-01-30 18:26:16 -08001632 "name": "tips_publisher_test",
Chen Wang86af8cf2015-01-21 18:05:40 -08001633 "build": "test",
Chen Wang69330752015-01-21 18:57:46 -08001634 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -08001635 "src": [
Chen Wang04f1aa82015-01-30 18:26:16 -08001636 "examples/tips/publisher_test.cc"
1637 ],
1638 "deps": [
1639 "tips_client_lib",
1640 "grpc++_test_util",
1641 "grpc_test_util",
1642 "grpc++",
1643 "grpc",
1644 "gpr_test_util",
1645 "gpr"
1646 ]
1647 },
1648 {
1649 "name": "tips_subscriber_test",
1650 "build": "test",
1651 "language": "c++",
1652 "src": [
1653 "examples/tips/subscriber_test.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -08001654 ],
1655 "deps": [
1656 "tips_client_lib",
1657 "grpc++_test_util",
1658 "grpc_test_util",
1659 "grpc++",
1660 "grpc",
1661 "gpr_test_util",
1662 "gpr"
1663 ]
1664 },
1665 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001666 "name": "qps_client",
1667 "build": "test",
1668 "language": "c++",
1669 "src": [
1670 "test/cpp/qps/qpstest.proto",
1671 "test/cpp/qps/client.cc"
1672 ],
1673 "deps": [
1674 "grpc++_test_util",
1675 "grpc_test_util",
1676 "grpc++",
1677 "grpc",
1678 "gpr_test_util",
1679 "gpr"
1680 ]
1681 },
1682 {
1683 "name": "qps_server",
1684 "build": "test",
1685 "language": "c++",
1686 "src": [
1687 "test/cpp/qps/qpstest.proto",
1688 "test/cpp/qps/server.cc"
1689 ],
1690 "deps": [
1691 "grpc++_test_util",
1692 "grpc_test_util",
1693 "grpc++",
1694 "grpc",
1695 "gpr_test_util",
1696 "gpr"
1697 ]
1698 },
1699 {
1700 "name": "ruby_plugin",
1701 "build": "protoc",
1702 "language": "c++",
1703 "headers": [
1704 "src/compiler/cpp_generator.h",
1705 "src/compiler/cpp_generator_helpers-inl.h",
1706 "src/compiler/cpp_generator_map-inl.h",
1707 "src/compiler/cpp_generator_string-inl.h"
1708 ],
1709 "src": [
1710 "src/compiler/ruby_generator.cc",
1711 "src/compiler/ruby_plugin.cc"
1712 ],
1713 "deps": [],
1714 "secure": false
1715 },
1716 {
1717 "name": "status_test",
1718 "build": "test",
1719 "language": "c++",
1720 "src": [
1721 "test/cpp/util/status_test.cc"
1722 ],
1723 "deps": [
1724 "grpc_test_util",
1725 "grpc++",
1726 "grpc",
1727 "gpr_test_util",
1728 "gpr"
1729 ]
1730 },
1731 {
1732 "name": "sync_client_async_server_test",
1733 "build": "test",
1734 "language": "c++",
1735 "src": [
1736 "test/cpp/end2end/sync_client_async_server_test.cc"
1737 ],
1738 "deps": [
1739 "grpc++_test_util",
1740 "grpc_test_util",
1741 "grpc++",
1742 "grpc",
1743 "gpr_test_util",
1744 "gpr"
1745 ]
1746 },
1747 {
1748 "name": "thread_pool_test",
1749 "build": "test",
1750 "language": "c++",
1751 "src": [
1752 "test/cpp/server/thread_pool_test.cc"
1753 ],
1754 "deps": [
1755 "grpc_test_util",
1756 "grpc++",
1757 "grpc",
1758 "gpr_test_util",
1759 "gpr"
1760 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001761 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001762 ]
1763}