blob: 40187b9d5002b59a967c509a33743b212409dc86 [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_posix.h",
65 "src/core/iomgr/wakeup_fd_pipe.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",
76 "src/core/surface/call.h",
77 "src/core/surface/channel.h",
78 "src/core/surface/client.h",
79 "src/core/surface/completion_queue.h",
80 "src/core/surface/event_string.h",
81 "src/core/surface/lame_client.h",
82 "src/core/surface/server.h",
83 "src/core/surface/surface_trace.h",
84 "src/core/transport/chttp2/bin_encoder.h",
85 "src/core/transport/chttp2/frame.h",
86 "src/core/transport/chttp2/frame_data.h",
87 "src/core/transport/chttp2/frame_goaway.h",
88 "src/core/transport/chttp2/frame_ping.h",
89 "src/core/transport/chttp2/frame_rst_stream.h",
90 "src/core/transport/chttp2/frame_settings.h",
91 "src/core/transport/chttp2/frame_window_update.h",
92 "src/core/transport/chttp2/hpack_parser.h",
93 "src/core/transport/chttp2/hpack_table.h",
94 "src/core/transport/chttp2/http2_errors.h",
95 "src/core/transport/chttp2/huffsyms.h",
96 "src/core/transport/chttp2/status_conversion.h",
97 "src/core/transport/chttp2/stream_encoder.h",
98 "src/core/transport/chttp2/stream_map.h",
99 "src/core/transport/chttp2/timeout_encoding.h",
100 "src/core/transport/chttp2/varint.h",
101 "src/core/transport/chttp2_transport.h",
102 "src/core/transport/metadata.h",
103 "src/core/transport/stream_op.h",
104 "src/core/transport/transport.h",
105 "src/core/transport/transport_impl.h"
106 ],
nnoblec87b1c52015-01-05 17:15:18 -0800107 "src": [
108 "src/core/channel/call_op_string.c",
109 "src/core/channel/census_filter.c",
110 "src/core/channel/channel_args.c",
111 "src/core/channel/channel_stack.c",
112 "src/core/channel/child_channel.c",
113 "src/core/channel/client_channel.c",
114 "src/core/channel/client_setup.c",
115 "src/core/channel/connected_channel.c",
116 "src/core/channel/http_client_filter.c",
117 "src/core/channel/http_filter.c",
118 "src/core/channel/http_server_filter.c",
119 "src/core/channel/metadata_buffer.c",
120 "src/core/channel/noop_filter.c",
121 "src/core/compression/algorithm.c",
122 "src/core/compression/message_compress.c",
123 "src/core/httpcli/format_request.c",
124 "src/core/httpcli/httpcli.c",
125 "src/core/httpcli/httpcli_security_context.c",
126 "src/core/httpcli/parser.c",
127 "src/core/iomgr/alarm.c",
128 "src/core/iomgr/alarm_heap.c",
129 "src/core/iomgr/endpoint.c",
130 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800131 "src/core/iomgr/fd_posix.c",
132 "src/core/iomgr/iomgr.c",
133 "src/core/iomgr/iomgr_posix.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800134 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800135 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
136 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800137 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800138 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800139 "src/core/iomgr/sockaddr_utils.c",
140 "src/core/iomgr/socket_utils_common_posix.c",
141 "src/core/iomgr/socket_utils_linux.c",
142 "src/core/iomgr/socket_utils_posix.c",
143 "src/core/iomgr/tcp_client_posix.c",
144 "src/core/iomgr/tcp_posix.c",
145 "src/core/iomgr/tcp_server_posix.c",
146 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800147 "src/core/iomgr/wakeup_fd_eventfd.c",
148 "src/core/iomgr/wakeup_fd_nospecial.c",
149 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800150 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800151 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800152 "src/core/json/json_reader.c",
153 "src/core/json/json_string.c",
154 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800155 "src/core/statistics/census_init.c",
156 "src/core/statistics/census_log.c",
157 "src/core/statistics/census_rpc_stats.c",
158 "src/core/statistics/census_tracing.c",
159 "src/core/statistics/hash_table.c",
160 "src/core/statistics/window_stats.c",
161 "src/core/surface/byte_buffer.c",
162 "src/core/surface/byte_buffer_reader.c",
163 "src/core/surface/call.c",
164 "src/core/surface/channel.c",
165 "src/core/surface/channel_create.c",
166 "src/core/surface/client.c",
167 "src/core/surface/completion_queue.c",
168 "src/core/surface/event_string.c",
169 "src/core/surface/init.c",
170 "src/core/surface/lame_client.c",
171 "src/core/surface/secure_channel_create.c",
172 "src/core/surface/secure_server_create.c",
173 "src/core/surface/server.c",
174 "src/core/surface/server_chttp2.c",
175 "src/core/surface/server_create.c",
176 "src/core/transport/chttp2/alpn.c",
177 "src/core/transport/chttp2/bin_encoder.c",
178 "src/core/transport/chttp2/frame_data.c",
179 "src/core/transport/chttp2/frame_goaway.c",
180 "src/core/transport/chttp2/frame_ping.c",
181 "src/core/transport/chttp2/frame_rst_stream.c",
182 "src/core/transport/chttp2/frame_settings.c",
183 "src/core/transport/chttp2/frame_window_update.c",
184 "src/core/transport/chttp2/hpack_parser.c",
185 "src/core/transport/chttp2/hpack_table.c",
186 "src/core/transport/chttp2/huffsyms.c",
187 "src/core/transport/chttp2/status_conversion.c",
188 "src/core/transport/chttp2/stream_encoder.c",
189 "src/core/transport/chttp2/stream_map.c",
190 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800191 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800192 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800193 "src/core/transport/metadata.c",
194 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800195 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800196 ]
197 }
198 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800199 "libs": [
200 {
201 "name": "gpr",
202 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800203 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800204 "public_headers": [
205 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800206 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800207 "include/grpc/support/atm_gcc_atomic.h",
208 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800209 "include/grpc/support/atm_win32.h",
210 "include/grpc/support/cancellable_platform.h",
211 "include/grpc/support/cmdline.h",
212 "include/grpc/support/histogram.h",
213 "include/grpc/support/host_port.h",
214 "include/grpc/support/log.h",
215 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800216 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800217 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800218 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800219 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "include/grpc/support/sync_posix.h",
221 "include/grpc/support/sync_win32.h",
222 "include/grpc/support/thd.h",
223 "include/grpc/support/thd_posix.h",
224 "include/grpc/support/thd_win32.h",
225 "include/grpc/support/time.h",
226 "include/grpc/support/time_posix.h",
227 "include/grpc/support/time_win32.h",
228 "include/grpc/support/useful.h"
229 ],
230 "headers": [
231 "src/core/support/cpu.h",
232 "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",
242 "src/core/support/histogram.c",
243 "src/core/support/host_port.c",
244 "src/core/support/log.c",
245 "src/core/support/log_android.c",
246 "src/core/support/log_linux.c",
247 "src/core/support/log_posix.c",
248 "src/core/support/log_win32.c",
249 "src/core/support/murmur_hash.c",
250 "src/core/support/slice.c",
251 "src/core/support/slice_buffer.c",
252 "src/core/support/string.c",
253 "src/core/support/string_posix.c",
254 "src/core/support/string_win32.c",
255 "src/core/support/sync.c",
256 "src/core/support/sync_posix.c",
257 "src/core/support/sync_win32.c",
258 "src/core/support/thd_posix.c",
259 "src/core/support/thd_win32.c",
260 "src/core/support/time.c",
261 "src/core/support/time_posix.c",
262 "src/core/support/time_win32.c"
263 ],
264 "secure": false,
265 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
266 },
267 {
268 "name": "gpr_test_util",
269 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800270 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800271 "src": [
272 "test/core/util/test_config.c"
273 ],
274 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800275 },
276 {
277 "name": "grpc",
278 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800279 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800280 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800281 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 ],
283 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800284 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800285 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800286 "src/core/security/credentials.h",
287 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800288 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800289 "src/core/security/secure_transport_setup.h",
290 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 "src/core/tsi/fake_transport_security.h",
292 "src/core/tsi/ssl_transport_security.h",
293 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800294 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800295 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800296 "src": [
297 "src/core/security/auth.c",
298 "src/core/security/base64.c",
299 "src/core/security/credentials.c",
300 "src/core/security/factories.c",
301 "src/core/security/google_root_certs.c",
302 "src/core/security/json_token.c",
303 "src/core/security/secure_endpoint.c",
304 "src/core/security/secure_transport_setup.c",
305 "src/core/security/security_context.c",
306 "src/core/security/server_secure_chttp2.c",
307 "src/core/tsi/fake_transport_security.c",
308 "src/core/tsi/ssl_transport_security.c",
309 "src/core/tsi/transport_security.c"
310 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800311 "deps": [
312 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800313 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800314 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800315 "filegroups": [
316 "grpc_base"
317 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800318 "secure": true,
319 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800320 },
321 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800322 "name": "grpc_test_util",
323 "build": "private",
324 "language": "c",
325 "src": [
326 "test/core/end2end/cq_verifier.c",
327 "test/core/end2end/data/prod_roots_certs.c",
328 "test/core/end2end/data/server1_cert.c",
329 "test/core/end2end/data/server1_key.c",
330 "test/core/end2end/data/test_root_cert.c",
331 "test/core/iomgr/endpoint_tests.c",
332 "test/core/statistics/census_log_tests.c",
333 "test/core/transport/transport_end2end_tests.c",
334 "test/core/util/grpc_profiler.c",
335 "test/core/util/parse_hexstring.c",
336 "test/core/util/port_posix.c",
337 "test/core/util/slice_splitter.c"
338 ],
339 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
340 },
341 {
342 "name": "grpc_unsecure",
343 "build": "all",
344 "language": "c",
345 "deps": [
346 "gpr"
347 ],
348 "baselib": true,
349 "filegroups": [
350 "grpc_base"
351 ],
352 "secure": false,
353 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
354 },
355 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800356 "name": "grpc++",
357 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800358 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800359 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800360 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800361 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800362 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800363 "include/grpc++/channel_interface.h",
364 "include/grpc++/client_context.h",
365 "include/grpc++/completion_queue.h",
366 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800367 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800368 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800369 "include/grpc++/impl/internal_stub.h",
370 "include/grpc++/impl/rpc_method.h",
371 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800372 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800373 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800374 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800375 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800376 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800377 "include/grpc++/stream.h",
378 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800379 ],
380 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800381 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800382 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800383 "src/cpp/server/server_rpc_handler.h",
384 "src/cpp/server/thread_pool.h",
385 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800386 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800387 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800388 "src": [
389 "src/cpp/client/channel.cc",
390 "src/cpp/client/channel_arguments.cc",
391 "src/cpp/client/client_context.cc",
392 "src/cpp/client/create_channel.cc",
393 "src/cpp/client/credentials.cc",
394 "src/cpp/client/internal_stub.cc",
395 "src/cpp/common/rpc_method.cc",
396 "src/cpp/proto/proto_utils.cc",
397 "src/cpp/server/async_server.cc",
398 "src/cpp/server/async_server_context.cc",
399 "src/cpp/server/completion_queue.cc",
400 "src/cpp/server/server.cc",
401 "src/cpp/server/server_builder.cc",
402 "src/cpp/server/server_context_impl.cc",
403 "src/cpp/server/server_credentials.cc",
404 "src/cpp/server/server_rpc_handler.cc",
405 "src/cpp/server/thread_pool.cc",
406 "src/cpp/stream/stream_context.cc",
407 "src/cpp/util/status.cc",
408 "src/cpp/util/time.cc"
409 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800410 "deps": [
411 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800412 ],
413 "secure": true,
414 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800415 },
416 {
417 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800418 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800419 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800420 "src": [
Yang Gao1de8ddb2015-01-23 16:07:48 -0800421 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800422 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800423 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800424 "test/cpp/end2end/async_test_server.cc",
425 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800426 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800427 },
428 {
429 "name": "tips_client_lib",
430 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800431 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800432 "src": [
433 "examples/tips/label.proto",
434 "examples/tips/empty.proto",
435 "examples/tips/pubsub.proto",
436 "examples/tips/client.cc"
437 ],
438 "deps": [
439 "grpc++",
440 "grpc",
441 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800442 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800443 }
444 ],
445 "targets": [
446 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800447 "name": "alarm_heap_test",
448 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800449 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800450 "src": [
451 "test/core/iomgr/alarm_heap_test.c"
452 ],
453 "deps": [
454 "grpc_test_util",
455 "grpc",
456 "gpr_test_util",
457 "gpr"
458 ]
459 },
460 {
461 "name": "alarm_list_test",
462 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800463 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800464 "src": [
465 "test/core/iomgr/alarm_list_test.c"
466 ],
467 "deps": [
468 "grpc_test_util",
469 "grpc",
470 "gpr_test_util",
471 "gpr"
472 ]
473 },
474 {
475 "name": "alarm_test",
476 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800477 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800478 "src": [
479 "test/core/iomgr/alarm_test.c"
480 ],
481 "deps": [
482 "grpc_test_util",
483 "grpc",
484 "gpr_test_util",
485 "gpr"
486 ]
487 },
488 {
489 "name": "alpn_test",
490 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800491 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800492 "src": [
493 "test/core/transport/chttp2/alpn_test.c"
494 ],
495 "deps": [
496 "grpc_test_util",
497 "grpc",
498 "gpr_test_util",
499 "gpr"
500 ]
501 },
502 {
503 "name": "bin_encoder_test",
504 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800505 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800506 "src": [
507 "test/core/transport/chttp2/bin_encoder_test.c"
508 ],
509 "deps": [
510 "grpc_test_util",
511 "grpc",
512 "gpr_test_util",
513 "gpr"
514 ]
515 },
516 {
517 "name": "census_hash_table_test",
518 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800519 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800520 "src": [
521 "test/core/statistics/hash_table_test.c"
522 ],
523 "deps": [
524 "grpc_test_util",
525 "grpc",
526 "gpr_test_util",
527 "gpr"
528 ]
529 },
530 {
531 "name": "census_statistics_multiple_writers_circular_buffer_test",
532 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800533 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800534 "src": [
535 "test/core/statistics/multiple_writers_circular_buffer_test.c"
536 ],
537 "deps": [
538 "grpc_test_util",
539 "grpc",
540 "gpr_test_util",
541 "gpr"
542 ]
543 },
544 {
545 "name": "census_statistics_multiple_writers_test",
546 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800547 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800548 "src": [
549 "test/core/statistics/multiple_writers_test.c"
550 ],
551 "deps": [
552 "grpc_test_util",
553 "grpc",
554 "gpr_test_util",
555 "gpr"
556 ]
557 },
558 {
559 "name": "census_statistics_performance_test",
560 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800561 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800562 "src": [
563 "test/core/statistics/performance_test.c"
564 ],
565 "deps": [
566 "grpc_test_util",
567 "grpc",
568 "gpr_test_util",
569 "gpr"
570 ]
571 },
572 {
573 "name": "census_statistics_quick_test",
574 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800575 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800576 "src": [
577 "test/core/statistics/quick_test.c"
578 ],
579 "deps": [
580 "grpc_test_util",
581 "grpc",
582 "gpr_test_util",
583 "gpr"
584 ]
585 },
586 {
587 "name": "census_statistics_small_log_test",
588 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800589 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800590 "src": [
591 "test/core/statistics/small_log_test.c"
592 ],
593 "deps": [
594 "grpc_test_util",
595 "grpc",
596 "gpr_test_util",
597 "gpr"
598 ]
599 },
600 {
601 "name": "census_stats_store_test",
602 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800603 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800604 "src": [
605 "test/core/statistics/rpc_stats_test.c"
606 ],
607 "deps": [
608 "grpc_test_util",
609 "grpc",
610 "gpr_test_util",
611 "gpr"
612 ]
613 },
614 {
615 "name": "census_stub_test",
616 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800617 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800618 "src": [
619 "test/core/statistics/census_stub_test.c"
620 ],
621 "deps": [
622 "grpc_test_util",
623 "grpc",
624 "gpr_test_util",
625 "gpr"
626 ]
627 },
628 {
629 "name": "census_trace_store_test",
630 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800631 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800632 "src": [
633 "test/core/statistics/trace_test.c"
634 ],
635 "deps": [
636 "grpc_test_util",
637 "grpc",
638 "gpr_test_util",
639 "gpr"
640 ]
641 },
642 {
643 "name": "census_window_stats_test",
644 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800645 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800646 "src": [
647 "test/core/statistics/window_stats_test.c"
648 ],
649 "deps": [
650 "grpc_test_util",
651 "grpc",
652 "gpr_test_util",
653 "gpr"
654 ]
655 },
656 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800657 "name": "chttp2_status_conversion_test",
658 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800659 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800660 "src": [
661 "test/core/transport/chttp2/status_conversion_test.c"
662 ],
663 "deps": [
664 "grpc_test_util",
665 "grpc",
666 "gpr_test_util",
667 "gpr"
668 ]
669 },
670 {
671 "name": "chttp2_stream_encoder_test",
672 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800673 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800674 "src": [
675 "test/core/transport/chttp2/stream_encoder_test.c"
676 ],
677 "deps": [
678 "grpc_test_util",
679 "grpc",
680 "gpr_test_util",
681 "gpr"
682 ]
683 },
684 {
685 "name": "chttp2_stream_map_test",
686 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800687 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800688 "src": [
689 "test/core/transport/chttp2/stream_map_test.c"
690 ],
691 "deps": [
692 "grpc_test_util",
693 "grpc",
694 "gpr_test_util",
695 "gpr"
696 ]
697 },
698 {
699 "name": "chttp2_transport_end2end_test",
700 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800701 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800702 "src": [
703 "test/core/transport/chttp2_transport_end2end_test.c"
704 ],
705 "deps": [
706 "grpc_test_util",
707 "grpc",
708 "gpr_test_util",
709 "gpr"
710 ]
711 },
712 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800713 "name": "dualstack_socket_test",
714 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800715 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800716 "src": [
717 "test/core/end2end/dualstack_socket_test.c"
718 ],
719 "deps": [
720 "grpc_test_util",
721 "grpc",
722 "gpr_test_util",
723 "gpr"
724 ]
725 },
726 {
727 "name": "echo_client",
728 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800729 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800730 "src": [
731 "test/core/echo/client.c"
732 ],
733 "deps": [
734 "grpc_test_util",
735 "grpc",
736 "gpr_test_util",
737 "gpr"
738 ],
739 "run": false
740 },
741 {
742 "name": "echo_server",
743 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800744 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800745 "src": [
746 "test/core/echo/server.c"
747 ],
748 "deps": [
749 "grpc_test_util",
750 "grpc",
751 "gpr_test_util",
752 "gpr"
753 ],
754 "run": false
755 },
756 {
757 "name": "echo_test",
758 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800759 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800760 "src": [
761 "test/core/echo/echo_test.c"
762 ],
763 "deps": [
764 "grpc_test_util",
765 "grpc",
766 "gpr_test_util",
767 "gpr"
768 ]
769 },
770 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800771 "name": "fd_posix_test",
772 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800773 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800774 "src": [
775 "test/core/iomgr/fd_posix_test.c"
776 ],
777 "deps": [
778 "grpc_test_util",
779 "grpc",
780 "gpr_test_util",
781 "gpr"
782 ]
783 },
784 {
785 "name": "fling_client",
786 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800787 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800788 "src": [
789 "test/core/fling/client.c"
790 ],
791 "deps": [
792 "grpc_test_util",
793 "grpc",
794 "gpr_test_util",
795 "gpr"
796 ],
797 "run": false
798 },
799 {
800 "name": "fling_server",
801 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800802 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800803 "src": [
804 "test/core/fling/server.c"
805 ],
806 "deps": [
807 "grpc_test_util",
808 "grpc",
809 "gpr_test_util",
810 "gpr"
811 ],
812 "run": false
813 },
814 {
815 "name": "fling_stream_test",
816 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800817 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800818 "src": [
819 "test/core/fling/fling_stream_test.c"
820 ],
821 "deps": [
822 "grpc_test_util",
823 "grpc",
824 "gpr_test_util",
825 "gpr"
826 ]
827 },
828 {
829 "name": "fling_test",
830 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800831 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800832 "src": [
833 "test/core/fling/fling_test.c"
834 ],
835 "deps": [
836 "grpc_test_util",
837 "grpc",
838 "gpr_test_util",
839 "gpr"
840 ]
841 },
842 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800843 "name": "gen_hpack_tables",
844 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800845 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800846 "src": [
847 "src/core/transport/chttp2/gen_hpack_tables.c"
848 ],
849 "deps": [
850 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800851 "gpr",
852 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800853 ]
854 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800855 {
856 "name": "gpr_cancellable_test",
857 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800858 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800859 "src": [
860 "test/core/support/cancellable_test.c"
861 ],
862 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800863 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800864 "gpr"
865 ]
866 },
867 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800868 "name": "gpr_cmdline_test",
869 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800870 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800871 "src": [
872 "test/core/support/cmdline_test.c"
873 ],
874 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800875 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800876 "gpr"
877 ]
878 },
879 {
880 "name": "gpr_histogram_test",
881 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800882 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800883 "src": [
884 "test/core/support/histogram_test.c"
885 ],
886 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800887 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800888 "gpr"
889 ]
890 },
891 {
892 "name": "gpr_host_port_test",
893 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800894 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800895 "src": [
896 "test/core/support/host_port_test.c"
897 ],
898 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800899 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800900 "gpr"
901 ]
902 },
903 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800904 "name": "gpr_log_test",
905 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800906 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800907 "src": [
908 "test/core/support/log_test.c"
909 ],
910 "deps": [
911 "gpr_test_util",
912 "gpr"
913 ]
914 },
915 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800916 "name": "gpr_slice_buffer_test",
917 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800918 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800919 "src": [
920 "test/core/support/slice_buffer_test.c"
921 ],
922 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800923 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800924 "gpr"
925 ]
926 },
927 {
928 "name": "gpr_slice_test",
929 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800930 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800931 "src": [
932 "test/core/support/slice_test.c"
933 ],
934 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800935 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800936 "gpr"
937 ]
938 },
939 {
940 "name": "gpr_string_test",
941 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800942 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800943 "src": [
944 "test/core/support/string_test.c"
945 ],
946 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800947 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800948 "gpr"
949 ]
950 },
951 {
952 "name": "gpr_sync_test",
953 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800954 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800955 "src": [
956 "test/core/support/sync_test.c"
957 ],
958 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800959 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800960 "gpr"
961 ]
962 },
963 {
964 "name": "gpr_thd_test",
965 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800966 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800967 "src": [
968 "test/core/support/thd_test.c"
969 ],
970 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800971 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800972 "gpr"
973 ]
974 },
975 {
976 "name": "gpr_time_test",
977 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800978 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800979 "src": [
980 "test/core/support/time_test.c"
981 ],
982 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800983 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800984 "gpr"
985 ]
986 },
987 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800988 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800989 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800990 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800991 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -0800992 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800993 ],
994 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800995 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800996 "gpr"
997 ]
998 },
999 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001000 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001001 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001002 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001003 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001004 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001005 ],
1006 "deps": [
1007 "grpc_test_util",
1008 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001009 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001010 "gpr"
1011 ]
1012 },
1013 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001014 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001015 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001016 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001017 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001018 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001019 ],
1020 "deps": [
1021 "grpc_test_util",
1022 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001023 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001024 "gpr"
1025 ]
1026 },
1027 {
1028 "name": "grpc_channel_stack_test",
1029 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001030 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001031 "src": [
1032 "test/core/channel/channel_stack_test.c"
1033 ],
1034 "deps": [
1035 "grpc_test_util",
1036 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001037 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001038 "gpr"
1039 ]
1040 },
1041 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001042 "name": "grpc_completion_queue_benchmark",
1043 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001044 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001045 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001046 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 ],
1048 "deps": [
1049 "grpc_test_util",
1050 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001051 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 "gpr"
1053 ]
1054 },
1055 {
1056 "name": "grpc_completion_queue_test",
1057 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001058 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001059 "src": [
1060 "test/core/surface/completion_queue_test.c"
1061 ],
1062 "deps": [
1063 "grpc_test_util",
1064 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001065 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001066 "gpr"
1067 ]
1068 },
1069 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001070 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001071 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001072 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001073 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001074 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001075 ],
1076 "deps": [
1077 "grpc_test_util",
1078 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001079 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001080 "gpr"
1081 ]
1082 },
1083 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001084 "name": "grpc_fetch_oauth2",
1085 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001086 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001087 "src": [
1088 "test/core/security/fetch_oauth2.c"
1089 ],
1090 "deps": [
1091 "grpc_test_util",
1092 "grpc",
1093 "gpr_test_util",
1094 "gpr"
1095 ]
1096 },
1097 {
1098 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001099 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001100 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001101 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001102 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001103 ],
1104 "deps": [
1105 "grpc_test_util",
1106 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001107 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001108 "gpr"
1109 ]
1110 },
1111 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001112 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001113 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001114 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001115 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001116 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001117 ],
1118 "deps": [
1119 "grpc_test_util",
1120 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001121 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001122 "gpr"
1123 ]
1124 },
1125 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001126 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001127 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001128 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001129 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001130 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001131 ],
1132 "deps": [
1133 "grpc_test_util",
1134 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001135 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001136 "gpr"
1137 ]
1138 },
1139 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001140 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001142 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001143 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001144 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001145 ],
1146 "deps": [
1147 "grpc_test_util",
1148 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001149 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001150 "gpr"
1151 ]
1152 },
1153 {
1154 "name": "httpcli_format_request_test",
1155 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001156 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001157 "src": [
1158 "test/core/httpcli/format_request_test.c"
1159 ],
1160 "deps": [
1161 "grpc_test_util",
1162 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001163 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001164 "gpr"
1165 ]
1166 },
1167 {
1168 "name": "httpcli_parser_test",
1169 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001170 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001171 "src": [
1172 "test/core/httpcli/parser_test.c"
1173 ],
1174 "deps": [
1175 "grpc_test_util",
1176 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001177 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 "gpr"
1179 ]
1180 },
1181 {
1182 "name": "httpcli_test",
1183 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001184 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001185 "src": [
1186 "test/core/httpcli/httpcli_test.c"
1187 ],
1188 "deps": [
1189 "grpc_test_util",
1190 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001191 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001192 "gpr"
1193 ]
1194 },
1195 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001196 "name": "lame_client_test",
1197 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001198 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001199 "src": [
1200 "test/core/surface/lame_client_test.c"
1201 ],
1202 "deps": [
1203 "grpc_test_util",
1204 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001205 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 "gpr"
1207 ]
1208 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001209 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001210 "name": "low_level_ping_pong_benchmark",
1211 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001212 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001213 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001214 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001215 ],
1216 "deps": [
1217 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001218 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001219 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001220 "gpr"
1221 ]
1222 },
1223 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001224 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001225 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001226 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001227 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001228 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001229 ],
1230 "deps": [
1231 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001232 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001233 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001234 "gpr"
1235 ]
ctiller8919f602014-12-10 10:19:42 -08001236 },
1237 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001238 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001239 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001240 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001241 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001242 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001243 ],
1244 "deps": [
1245 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001246 "grpc",
1247 "gpr_test_util",
1248 "gpr"
1249 ]
1250 },
1251 {
1252 "name": "murmur_hash_test",
1253 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001254 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001255 "src": [
1256 "test/core/support/murmur_hash_test.c"
1257 ],
1258 "deps": [
1259 "gpr_test_util",
1260 "gpr"
1261 ]
1262 },
1263 {
1264 "name": "no_server_test",
1265 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001266 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001267 "src": [
1268 "test/core/end2end/no_server_test.c"
1269 ],
1270 "deps": [
1271 "grpc_test_util",
1272 "grpc",
1273 "gpr_test_util",
1274 "gpr"
1275 ]
1276 },
1277 {
David Klempnere3605682015-01-26 17:27:21 -08001278 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001279 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001280 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001281 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001282 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001283 ],
1284 "deps": [
1285 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001286 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001287 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001288 "gpr"
1289 ]
1290 },
1291 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001292 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001293 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001294 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001295 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001296 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001297 ],
1298 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001299 "grpc_test_util",
1300 "grpc",
1301 "gpr_test_util",
1302 "gpr"
1303 ]
1304 },
1305 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001306 "name": "secure_endpoint_test",
1307 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001308 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001309 "src": [
1310 "test/core/security/secure_endpoint_test.c"
1311 ],
1312 "deps": [
1313 "grpc_test_util",
1314 "grpc",
1315 "gpr_test_util",
1316 "gpr"
1317 ]
1318 },
1319 {
1320 "name": "sockaddr_utils_test",
1321 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001322 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001323 "src": [
1324 "test/core/iomgr/sockaddr_utils_test.c"
1325 ],
1326 "deps": [
1327 "grpc_test_util",
1328 "grpc",
1329 "gpr_test_util",
1330 "gpr"
1331 ]
1332 },
1333 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001334 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001335 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001336 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001337 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001338 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001339 ],
1340 "deps": [
1341 "grpc_test_util",
1342 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001343 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001344 "gpr"
1345 ]
1346 },
1347 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001348 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001349 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001350 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001351 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001352 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001353 ],
1354 "deps": [
1355 "grpc_test_util",
1356 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001357 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001358 "gpr"
1359 ]
1360 },
1361 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001362 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001363 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001364 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001365 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001366 "test/core/iomgr/tcp_server_posix_test.c"
1367 ],
1368 "deps": [
1369 "grpc_test_util",
1370 "grpc",
1371 "gpr_test_util",
1372 "gpr"
1373 ]
1374 },
1375 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001376 "name": "time_averaged_stats_test",
1377 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001378 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001379 "src": [
1380 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001381 ],
1382 "deps": [
1383 "grpc_test_util",
1384 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001385 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001386 "gpr"
1387 ]
1388 },
1389 {
ctiller8919f602014-12-10 10:19:42 -08001390 "name": "time_test",
1391 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001392 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001393 "src": [
1394 "test/core/support/time_test.c"
1395 ],
1396 "deps": [
1397 "grpc_test_util",
1398 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001399 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001400 "gpr"
1401 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001402 },
1403 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001404 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001405 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001406 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001407 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001408 "test/core/transport/chttp2/timeout_encoding_test.c"
1409 ],
1410 "deps": [
1411 "grpc_test_util",
1412 "grpc",
1413 "gpr_test_util",
1414 "gpr"
1415 ]
1416 },
1417 {
1418 "name": "transport_metadata_test",
1419 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001420 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001421 "src": [
1422 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001423 ],
1424 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001425 "grpc_test_util",
1426 "grpc",
1427 "gpr_test_util",
1428 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001429 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001430 },
1431 {
Nicolas Noble66b5bba2015-01-27 19:12:26 -08001432 "name": "json_test",
1433 "build": "test",
1434 "language": "c",
1435 "src": [
1436 "test/core/json/json_test.c"
1437 ],
1438 "deps": [
1439 "grpc_test_util",
1440 "grpc",
1441 "gpr_test_util",
1442 "gpr"
1443 ]
1444 },
1445 {
1446 "name": "json_rewrite",
1447 "build": "test",
1448 "language": "c",
1449 "src": [
1450 "test/core/json/json_rewrite.c"
1451 ],
1452 "deps": [
Nicolas "Pixel" Noble3c63c0c2015-01-29 05:29:16 +01001453 "grpc",
1454 "gpr"
1455 ],
1456 "run": false
1457 },
1458 {
1459 "name": "json_rewrite_test",
1460 "build": "test",
1461 "language": "c",
1462 "src": [
1463 "test/core/json/json_rewrite_test.c"
1464 ],
1465 "deps": [
Nicolas Noble66b5bba2015-01-27 19:12:26 -08001466 "grpc_test_util",
1467 "grpc",
1468 "gpr_test_util",
1469 "gpr"
1470 ],
1471 "run": false
1472 },
1473 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001474 "name": "channel_arguments_test",
1475 "build": "test",
1476 "language": "c++",
1477 "src": [
1478 "test/cpp/client/channel_arguments_test.cc"
1479 ],
1480 "deps": [
1481 "grpc++",
1482 "grpc",
1483 "gpr"
1484 ]
1485 },
1486 {
1487 "name": "cpp_plugin",
1488 "build": "protoc",
1489 "language": "c++",
1490 "headers": [
1491 "src/compiler/cpp_generator.h",
1492 "src/compiler/cpp_generator_helpers.h"
1493 ],
1494 "src": [
1495 "src/compiler/cpp_generator.cc",
1496 "src/compiler/cpp_plugin.cc"
1497 ],
1498 "deps": [],
1499 "secure": false
1500 },
1501 {
1502 "name": "credentials_test",
1503 "build": "test",
1504 "language": "c++",
1505 "src": [
1506 "test/cpp/client/credentials_test.cc"
1507 ],
1508 "deps": [
1509 "grpc++",
1510 "grpc",
1511 "gpr"
1512 ]
1513 },
1514 {
1515 "name": "end2end_test",
1516 "build": "test",
1517 "language": "c++",
1518 "src": [
1519 "test/cpp/end2end/end2end_test.cc"
1520 ],
1521 "deps": [
1522 "grpc++_test_util",
1523 "grpc_test_util",
1524 "grpc++",
1525 "grpc",
1526 "gpr_test_util",
1527 "gpr"
1528 ]
1529 },
1530 {
1531 "name": "interop_client",
1532 "build": "test",
1533 "language": "c++",
1534 "src": [
1535 "test/cpp/interop/empty.proto",
1536 "test/cpp/interop/messages.proto",
1537 "test/cpp/interop/test.proto",
1538 "test/cpp/interop/client.cc"
1539 ],
1540 "deps": [
1541 "grpc++_test_util",
1542 "grpc_test_util",
1543 "grpc++",
1544 "grpc",
1545 "gpr_test_util",
1546 "gpr"
1547 ],
1548 "run": false
1549 },
1550 {
1551 "name": "interop_server",
1552 "build": "test",
1553 "language": "c++",
1554 "src": [
1555 "test/cpp/interop/empty.proto",
1556 "test/cpp/interop/messages.proto",
1557 "test/cpp/interop/test.proto",
1558 "test/cpp/interop/server.cc"
1559 ],
1560 "deps": [
1561 "grpc++_test_util",
1562 "grpc_test_util",
1563 "grpc++",
1564 "grpc",
1565 "gpr_test_util",
1566 "gpr"
1567 ],
1568 "run": false
1569 },
1570 {
Chen Wang86af8cf2015-01-21 18:05:40 -08001571 "name": "tips_client",
1572 "build": "test",
1573 "run": false,
Chen Wang69330752015-01-21 18:57:46 -08001574 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -08001575 "src": [
1576 "examples/tips/client_main.cc"
1577 ],
1578 "deps": [
1579 "tips_client_lib",
1580 "grpc++_test_util",
1581 "grpc_test_util",
1582 "grpc++",
1583 "grpc",
1584 "gpr_test_util",
1585 "gpr"
1586 ]
1587 },
1588 {
1589 "name": "tips_client_test",
1590 "build": "test",
Chen Wang69330752015-01-21 18:57:46 -08001591 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -08001592 "src": [
1593 "examples/tips/client_test.cc"
1594 ],
1595 "deps": [
1596 "tips_client_lib",
1597 "grpc++_test_util",
1598 "grpc_test_util",
1599 "grpc++",
1600 "grpc",
1601 "gpr_test_util",
1602 "gpr"
1603 ]
1604 },
1605 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001606 "name": "qps_client",
1607 "build": "test",
1608 "language": "c++",
1609 "src": [
1610 "test/cpp/qps/qpstest.proto",
1611 "test/cpp/qps/client.cc"
1612 ],
1613 "deps": [
1614 "grpc++_test_util",
1615 "grpc_test_util",
1616 "grpc++",
1617 "grpc",
1618 "gpr_test_util",
1619 "gpr"
1620 ]
1621 },
1622 {
1623 "name": "qps_server",
1624 "build": "test",
1625 "language": "c++",
1626 "src": [
1627 "test/cpp/qps/qpstest.proto",
1628 "test/cpp/qps/server.cc"
1629 ],
1630 "deps": [
1631 "grpc++_test_util",
1632 "grpc_test_util",
1633 "grpc++",
1634 "grpc",
1635 "gpr_test_util",
1636 "gpr"
1637 ]
1638 },
1639 {
1640 "name": "ruby_plugin",
1641 "build": "protoc",
1642 "language": "c++",
1643 "headers": [
1644 "src/compiler/cpp_generator.h",
1645 "src/compiler/cpp_generator_helpers-inl.h",
1646 "src/compiler/cpp_generator_map-inl.h",
1647 "src/compiler/cpp_generator_string-inl.h"
1648 ],
1649 "src": [
1650 "src/compiler/ruby_generator.cc",
1651 "src/compiler/ruby_plugin.cc"
1652 ],
1653 "deps": [],
1654 "secure": false
1655 },
1656 {
1657 "name": "status_test",
1658 "build": "test",
1659 "language": "c++",
1660 "src": [
1661 "test/cpp/util/status_test.cc"
1662 ],
1663 "deps": [
1664 "grpc_test_util",
1665 "grpc++",
1666 "grpc",
1667 "gpr_test_util",
1668 "gpr"
1669 ]
1670 },
1671 {
1672 "name": "sync_client_async_server_test",
1673 "build": "test",
1674 "language": "c++",
1675 "src": [
1676 "test/cpp/end2end/sync_client_async_server_test.cc"
1677 ],
1678 "deps": [
1679 "grpc++_test_util",
1680 "grpc_test_util",
1681 "grpc++",
1682 "grpc",
1683 "gpr_test_util",
1684 "gpr"
1685 ]
1686 },
1687 {
1688 "name": "thread_pool_test",
1689 "build": "test",
1690 "language": "c++",
1691 "src": [
1692 "test/cpp/server/thread_pool_test.cc"
1693 ],
1694 "deps": [
1695 "grpc_test_util",
1696 "grpc++",
1697 "grpc",
1698 "gpr_test_util",
1699 "gpr"
1700 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001701 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001702 ]
1703}