blob: 602d7752a1c2e1e5c0671ffe544bb33f93320bac [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
2 "settings": {
3 "#": "The public version number of the library.",
4 "version": {
5 "major": 0,
6 "minor": 8,
7 "micro": 0,
8 "build": 0
9 }
10 },
nnoblec87b1c52015-01-05 17:15:18 -080011 "filegroups": [
12 {
13 "name": "grpc_base",
Craig Tiller0b2a3722015-01-18 11:30:07 -080014 "public_headers": [
15 "include/grpc/byte_buffer.h",
16 "include/grpc/byte_buffer_reader.h",
17 "include/grpc/grpc.h",
18 "include/grpc/status.h"
19 ],
20 "headers": [
21 "src/core/channel/census_filter.h",
22 "src/core/channel/channel_args.h",
23 "src/core/channel/channel_stack.h",
24 "src/core/channel/child_channel.h",
25 "src/core/channel/client_channel.h",
26 "src/core/channel/client_setup.h",
27 "src/core/channel/connected_channel.h",
28 "src/core/channel/http_client_filter.h",
29 "src/core/channel/http_filter.h",
30 "src/core/channel/http_server_filter.h",
31 "src/core/channel/metadata_buffer.h",
32 "src/core/channel/noop_filter.h",
33 "src/core/compression/algorithm.h",
34 "src/core/compression/message_compress.h",
35 "src/core/httpcli/format_request.h",
36 "src/core/httpcli/httpcli.h",
37 "src/core/httpcli/httpcli_security_context.h",
38 "src/core/httpcli/parser.h",
39 "src/core/iomgr/alarm.h",
40 "src/core/iomgr/alarm_heap.h",
41 "src/core/iomgr/alarm_internal.h",
42 "src/core/iomgr/endpoint.h",
43 "src/core/iomgr/endpoint_pair.h",
44 "src/core/iomgr/fd_posix.h",
45 "src/core/iomgr/iomgr.h",
46 "src/core/iomgr/iomgr_internal.h",
47 "src/core/iomgr/iomgr_posix.h",
48 "src/core/iomgr/pollset.h",
49 "src/core/iomgr/pollset_kick.h",
50 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080051 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080052 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080053 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080054 "src/core/iomgr/resolve_address.h",
55 "src/core/iomgr/sockaddr.h",
56 "src/core/iomgr/sockaddr_posix.h",
57 "src/core/iomgr/sockaddr_utils.h",
58 "src/core/iomgr/sockaddr_win32.h",
59 "src/core/iomgr/socket_utils_posix.h",
60 "src/core/iomgr/tcp_client.h",
61 "src/core/iomgr/tcp_posix.h",
62 "src/core/iomgr/tcp_server.h",
63 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080064 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080065 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080066 "src/core/json/json.h",
67 "src/core/json/json_common.h",
68 "src/core/json/json_reader.h",
69 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080070 "src/core/statistics/census_interface.h",
71 "src/core/statistics/census_log.h",
72 "src/core/statistics/census_rpc_stats.h",
73 "src/core/statistics/census_tracing.h",
74 "src/core/statistics/hash_table.h",
75 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080076 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080077 "src/core/surface/call.h",
78 "src/core/surface/channel.h",
79 "src/core/surface/client.h",
80 "src/core/surface/completion_queue.h",
81 "src/core/surface/event_string.h",
82 "src/core/surface/lame_client.h",
83 "src/core/surface/server.h",
84 "src/core/surface/surface_trace.h",
85 "src/core/transport/chttp2/bin_encoder.h",
86 "src/core/transport/chttp2/frame.h",
87 "src/core/transport/chttp2/frame_data.h",
88 "src/core/transport/chttp2/frame_goaway.h",
89 "src/core/transport/chttp2/frame_ping.h",
90 "src/core/transport/chttp2/frame_rst_stream.h",
91 "src/core/transport/chttp2/frame_settings.h",
92 "src/core/transport/chttp2/frame_window_update.h",
93 "src/core/transport/chttp2/hpack_parser.h",
94 "src/core/transport/chttp2/hpack_table.h",
95 "src/core/transport/chttp2/http2_errors.h",
96 "src/core/transport/chttp2/huffsyms.h",
97 "src/core/transport/chttp2/status_conversion.h",
98 "src/core/transport/chttp2/stream_encoder.h",
99 "src/core/transport/chttp2/stream_map.h",
100 "src/core/transport/chttp2/timeout_encoding.h",
101 "src/core/transport/chttp2/varint.h",
102 "src/core/transport/chttp2_transport.h",
103 "src/core/transport/metadata.h",
104 "src/core/transport/stream_op.h",
105 "src/core/transport/transport.h",
106 "src/core/transport/transport_impl.h"
107 ],
nnoblec87b1c52015-01-05 17:15:18 -0800108 "src": [
109 "src/core/channel/call_op_string.c",
110 "src/core/channel/census_filter.c",
111 "src/core/channel/channel_args.c",
112 "src/core/channel/channel_stack.c",
113 "src/core/channel/child_channel.c",
114 "src/core/channel/client_channel.c",
115 "src/core/channel/client_setup.c",
116 "src/core/channel/connected_channel.c",
117 "src/core/channel/http_client_filter.c",
118 "src/core/channel/http_filter.c",
119 "src/core/channel/http_server_filter.c",
120 "src/core/channel/metadata_buffer.c",
121 "src/core/channel/noop_filter.c",
122 "src/core/compression/algorithm.c",
123 "src/core/compression/message_compress.c",
124 "src/core/httpcli/format_request.c",
125 "src/core/httpcli/httpcli.c",
126 "src/core/httpcli/httpcli_security_context.c",
127 "src/core/httpcli/parser.c",
128 "src/core/iomgr/alarm.c",
129 "src/core/iomgr/alarm_heap.c",
130 "src/core/iomgr/endpoint.c",
131 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800132 "src/core/iomgr/fd_posix.c",
133 "src/core/iomgr/iomgr.c",
134 "src/core/iomgr/iomgr_posix.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800135 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800136 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
137 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800138 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800139 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800140 "src/core/iomgr/sockaddr_utils.c",
141 "src/core/iomgr/socket_utils_common_posix.c",
142 "src/core/iomgr/socket_utils_linux.c",
143 "src/core/iomgr/socket_utils_posix.c",
144 "src/core/iomgr/tcp_client_posix.c",
145 "src/core/iomgr/tcp_posix.c",
146 "src/core/iomgr/tcp_server_posix.c",
147 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800148 "src/core/iomgr/wakeup_fd_eventfd.c",
149 "src/core/iomgr/wakeup_fd_nospecial.c",
150 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800151 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800152 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800153 "src/core/json/json_reader.c",
154 "src/core/json/json_string.c",
155 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800156 "src/core/statistics/census_init.c",
157 "src/core/statistics/census_log.c",
158 "src/core/statistics/census_rpc_stats.c",
159 "src/core/statistics/census_tracing.c",
160 "src/core/statistics/hash_table.c",
161 "src/core/statistics/window_stats.c",
162 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800163 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800164 "src/core/surface/byte_buffer_reader.c",
165 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800166 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800167 "src/core/surface/channel.c",
168 "src/core/surface/channel_create.c",
169 "src/core/surface/client.c",
170 "src/core/surface/completion_queue.c",
171 "src/core/surface/event_string.c",
172 "src/core/surface/init.c",
173 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800174 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800175 "src/core/surface/secure_channel_create.c",
176 "src/core/surface/secure_server_create.c",
177 "src/core/surface/server.c",
178 "src/core/surface/server_chttp2.c",
179 "src/core/surface/server_create.c",
180 "src/core/transport/chttp2/alpn.c",
181 "src/core/transport/chttp2/bin_encoder.c",
182 "src/core/transport/chttp2/frame_data.c",
183 "src/core/transport/chttp2/frame_goaway.c",
184 "src/core/transport/chttp2/frame_ping.c",
185 "src/core/transport/chttp2/frame_rst_stream.c",
186 "src/core/transport/chttp2/frame_settings.c",
187 "src/core/transport/chttp2/frame_window_update.c",
188 "src/core/transport/chttp2/hpack_parser.c",
189 "src/core/transport/chttp2/hpack_table.c",
190 "src/core/transport/chttp2/huffsyms.c",
191 "src/core/transport/chttp2/status_conversion.c",
192 "src/core/transport/chttp2/stream_encoder.c",
193 "src/core/transport/chttp2/stream_map.c",
194 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800195 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800196 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800197 "src/core/transport/metadata.c",
198 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800199 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800200 ]
201 }
202 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800203 "libs": [
204 {
205 "name": "gpr",
206 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800207 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800208 "public_headers": [
209 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800210 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800211 "include/grpc/support/atm_gcc_atomic.h",
212 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800213 "include/grpc/support/atm_win32.h",
214 "include/grpc/support/cancellable_platform.h",
215 "include/grpc/support/cmdline.h",
216 "include/grpc/support/histogram.h",
217 "include/grpc/support/host_port.h",
218 "include/grpc/support/log.h",
219 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800221 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800222 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800223 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800224 "include/grpc/support/sync_posix.h",
225 "include/grpc/support/sync_win32.h",
226 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800227 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800228 "include/grpc/support/useful.h"
229 ],
230 "headers": [
231 "src/core/support/cpu.h",
Julien Boeuf026a4172015-02-02 18:36:37 -0800232 "src/core/support/env.h",
233 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800234 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800235 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800236 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800238 ],
239 "src": [
240 "src/core/support/alloc.c",
241 "src/core/support/cancellable.c",
242 "src/core/support/cmdline.c",
243 "src/core/support/cpu_linux.c",
244 "src/core/support/cpu_posix.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800245 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800246 "src/core/support/env_posix.c",
247 "src/core/support/env_win32.c",
248 "src/core/support/file.c",
249 "src/core/support/file_posix.c",
250 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800251 "src/core/support/histogram.c",
252 "src/core/support/host_port.c",
253 "src/core/support/log.c",
254 "src/core/support/log_android.c",
255 "src/core/support/log_linux.c",
256 "src/core/support/log_posix.c",
257 "src/core/support/log_win32.c",
258 "src/core/support/murmur_hash.c",
259 "src/core/support/slice.c",
260 "src/core/support/slice_buffer.c",
261 "src/core/support/string.c",
262 "src/core/support/string_posix.c",
263 "src/core/support/string_win32.c",
264 "src/core/support/sync.c",
265 "src/core/support/sync_posix.c",
266 "src/core/support/sync_win32.c",
267 "src/core/support/thd_posix.c",
268 "src/core/support/thd_win32.c",
269 "src/core/support/time.c",
270 "src/core/support/time_posix.c",
271 "src/core/support/time_win32.c"
272 ],
273 "secure": false,
274 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
275 },
276 {
277 "name": "gpr_test_util",
278 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800279 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800280 "src": [
281 "test/core/util/test_config.c"
282 ],
283 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800284 },
285 {
286 "name": "grpc",
287 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800288 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800289 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800290 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 ],
292 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800293 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800294 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800295 "src/core/security/credentials.h",
296 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800297 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800298 "src/core/security/secure_transport_setup.h",
299 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800300 "src/core/tsi/fake_transport_security.h",
301 "src/core/tsi/ssl_transport_security.h",
302 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800303 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800304 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800305 "src": [
306 "src/core/security/auth.c",
307 "src/core/security/base64.c",
308 "src/core/security/credentials.c",
309 "src/core/security/factories.c",
310 "src/core/security/google_root_certs.c",
311 "src/core/security/json_token.c",
312 "src/core/security/secure_endpoint.c",
313 "src/core/security/secure_transport_setup.c",
314 "src/core/security/security_context.c",
315 "src/core/security/server_secure_chttp2.c",
316 "src/core/tsi/fake_transport_security.c",
317 "src/core/tsi/ssl_transport_security.c",
318 "src/core/tsi/transport_security.c"
319 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800320 "deps": [
321 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800322 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800323 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800324 "filegroups": [
325 "grpc_base"
326 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800327 "secure": true,
328 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800329 },
330 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800331 "name": "grpc_csharp_ext",
332 "build": "all",
333 "language": "c",
334 "src": [
335 "src/csharp/ext/grpc_csharp_ext.c"
336 ],
337 "deps": [
338 "gpr",
339 "grpc"
340 ]
341 },
342 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800343 "name": "grpc_test_util",
344 "build": "private",
345 "language": "c",
346 "src": [
347 "test/core/end2end/cq_verifier.c",
348 "test/core/end2end/data/prod_roots_certs.c",
349 "test/core/end2end/data/server1_cert.c",
350 "test/core/end2end/data/server1_key.c",
351 "test/core/end2end/data/test_root_cert.c",
352 "test/core/iomgr/endpoint_tests.c",
353 "test/core/statistics/census_log_tests.c",
354 "test/core/transport/transport_end2end_tests.c",
355 "test/core/util/grpc_profiler.c",
356 "test/core/util/parse_hexstring.c",
357 "test/core/util/port_posix.c",
358 "test/core/util/slice_splitter.c"
359 ],
360 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
361 },
362 {
363 "name": "grpc_unsecure",
364 "build": "all",
365 "language": "c",
366 "deps": [
367 "gpr"
368 ],
369 "baselib": true,
370 "filegroups": [
371 "grpc_base"
372 ],
373 "secure": false,
374 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
375 },
376 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800377 "name": "grpc++",
378 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800379 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800380 "public_headers": [
yangg59dfc902014-12-19 14:00:14 -0800381 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800382 "include/grpc++/channel_interface.h",
383 "include/grpc++/client_context.h",
384 "include/grpc++/completion_queue.h",
385 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800386 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800387 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800388 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800389 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800390 "include/grpc++/impl/internal_stub.h",
391 "include/grpc++/impl/rpc_method.h",
392 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800393 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800394 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800395 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800396 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800397 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800398 "include/grpc++/stream.h",
399 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800400 ],
401 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800402 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800403 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800404 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800405 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800406 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800407 "src": [
408 "src/cpp/client/channel.cc",
409 "src/cpp/client/channel_arguments.cc",
410 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800411 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800412 "src/cpp/client/create_channel.cc",
413 "src/cpp/client/credentials.cc",
414 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800415 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800416 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800417 "src/cpp/common/rpc_method.cc",
418 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800419 "src/cpp/server/server.cc",
420 "src/cpp/server/server_builder.cc",
421 "src/cpp/server/server_context_impl.cc",
422 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800423 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800424 "src/cpp/util/status.cc",
425 "src/cpp/util/time.cc"
426 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800427 "deps": [
428 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800429 ],
430 "secure": true,
431 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800432 },
433 {
434 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800435 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800436 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800437 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800438 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800439 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800440 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800441 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800442 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800443 },
444 {
445 "name": "tips_client_lib",
446 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800447 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800448 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800449 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800450 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800451 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800452 "examples/tips/publisher.cc",
453 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800454 ],
455 "deps": [
456 "grpc++",
457 "grpc",
458 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800459 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800460 }
461 ],
462 "targets": [
463 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800464 "name": "alarm_heap_test",
465 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800466 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800467 "src": [
468 "test/core/iomgr/alarm_heap_test.c"
469 ],
470 "deps": [
471 "grpc_test_util",
472 "grpc",
473 "gpr_test_util",
474 "gpr"
475 ]
476 },
477 {
478 "name": "alarm_list_test",
479 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800480 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800481 "src": [
482 "test/core/iomgr/alarm_list_test.c"
483 ],
484 "deps": [
485 "grpc_test_util",
486 "grpc",
487 "gpr_test_util",
488 "gpr"
489 ]
490 },
491 {
492 "name": "alarm_test",
493 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800494 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800495 "src": [
496 "test/core/iomgr/alarm_test.c"
497 ],
498 "deps": [
499 "grpc_test_util",
500 "grpc",
501 "gpr_test_util",
502 "gpr"
503 ]
504 },
505 {
506 "name": "alpn_test",
507 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800508 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800509 "src": [
510 "test/core/transport/chttp2/alpn_test.c"
511 ],
512 "deps": [
513 "grpc_test_util",
514 "grpc",
515 "gpr_test_util",
516 "gpr"
517 ]
518 },
519 {
520 "name": "bin_encoder_test",
521 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800522 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800523 "src": [
524 "test/core/transport/chttp2/bin_encoder_test.c"
525 ],
526 "deps": [
527 "grpc_test_util",
528 "grpc",
529 "gpr_test_util",
530 "gpr"
531 ]
532 },
533 {
534 "name": "census_hash_table_test",
535 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800536 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800537 "src": [
538 "test/core/statistics/hash_table_test.c"
539 ],
540 "deps": [
541 "grpc_test_util",
542 "grpc",
543 "gpr_test_util",
544 "gpr"
545 ]
546 },
547 {
548 "name": "census_statistics_multiple_writers_circular_buffer_test",
549 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800550 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800551 "src": [
552 "test/core/statistics/multiple_writers_circular_buffer_test.c"
553 ],
554 "deps": [
555 "grpc_test_util",
556 "grpc",
557 "gpr_test_util",
558 "gpr"
559 ]
560 },
561 {
562 "name": "census_statistics_multiple_writers_test",
563 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800564 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800565 "src": [
566 "test/core/statistics/multiple_writers_test.c"
567 ],
568 "deps": [
569 "grpc_test_util",
570 "grpc",
571 "gpr_test_util",
572 "gpr"
573 ]
574 },
575 {
576 "name": "census_statistics_performance_test",
577 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800578 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800579 "src": [
580 "test/core/statistics/performance_test.c"
581 ],
582 "deps": [
583 "grpc_test_util",
584 "grpc",
585 "gpr_test_util",
586 "gpr"
587 ]
588 },
589 {
590 "name": "census_statistics_quick_test",
591 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800592 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800593 "src": [
594 "test/core/statistics/quick_test.c"
595 ],
596 "deps": [
597 "grpc_test_util",
598 "grpc",
599 "gpr_test_util",
600 "gpr"
601 ]
602 },
603 {
604 "name": "census_statistics_small_log_test",
605 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800606 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800607 "src": [
608 "test/core/statistics/small_log_test.c"
609 ],
610 "deps": [
611 "grpc_test_util",
612 "grpc",
613 "gpr_test_util",
614 "gpr"
615 ]
616 },
617 {
618 "name": "census_stats_store_test",
619 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800620 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800621 "src": [
622 "test/core/statistics/rpc_stats_test.c"
623 ],
624 "deps": [
625 "grpc_test_util",
626 "grpc",
627 "gpr_test_util",
628 "gpr"
629 ]
630 },
631 {
632 "name": "census_stub_test",
633 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800634 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800635 "src": [
636 "test/core/statistics/census_stub_test.c"
637 ],
638 "deps": [
639 "grpc_test_util",
640 "grpc",
641 "gpr_test_util",
642 "gpr"
643 ]
644 },
645 {
646 "name": "census_trace_store_test",
647 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800648 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800649 "src": [
650 "test/core/statistics/trace_test.c"
651 ],
652 "deps": [
653 "grpc_test_util",
654 "grpc",
655 "gpr_test_util",
656 "gpr"
657 ]
658 },
659 {
660 "name": "census_window_stats_test",
661 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800662 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800663 "src": [
664 "test/core/statistics/window_stats_test.c"
665 ],
666 "deps": [
667 "grpc_test_util",
668 "grpc",
669 "gpr_test_util",
670 "gpr"
671 ]
672 },
673 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800674 "name": "chttp2_status_conversion_test",
675 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800676 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800677 "src": [
678 "test/core/transport/chttp2/status_conversion_test.c"
679 ],
680 "deps": [
681 "grpc_test_util",
682 "grpc",
683 "gpr_test_util",
684 "gpr"
685 ]
686 },
687 {
688 "name": "chttp2_stream_encoder_test",
689 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800690 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800691 "src": [
692 "test/core/transport/chttp2/stream_encoder_test.c"
693 ],
694 "deps": [
695 "grpc_test_util",
696 "grpc",
697 "gpr_test_util",
698 "gpr"
699 ]
700 },
701 {
702 "name": "chttp2_stream_map_test",
703 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800704 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800705 "src": [
706 "test/core/transport/chttp2/stream_map_test.c"
707 ],
708 "deps": [
709 "grpc_test_util",
710 "grpc",
711 "gpr_test_util",
712 "gpr"
713 ]
714 },
715 {
716 "name": "chttp2_transport_end2end_test",
717 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800718 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800719 "src": [
720 "test/core/transport/chttp2_transport_end2end_test.c"
721 ],
722 "deps": [
723 "grpc_test_util",
724 "grpc",
725 "gpr_test_util",
726 "gpr"
727 ]
728 },
729 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800730 "name": "dualstack_socket_test",
731 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800732 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800733 "src": [
734 "test/core/end2end/dualstack_socket_test.c"
735 ],
736 "deps": [
737 "grpc_test_util",
738 "grpc",
739 "gpr_test_util",
740 "gpr"
741 ]
742 },
743 {
744 "name": "echo_client",
745 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800746 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800747 "src": [
748 "test/core/echo/client.c"
749 ],
750 "deps": [
751 "grpc_test_util",
752 "grpc",
753 "gpr_test_util",
754 "gpr"
755 ],
756 "run": false
757 },
758 {
759 "name": "echo_server",
760 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800761 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800762 "src": [
763 "test/core/echo/server.c"
764 ],
765 "deps": [
766 "grpc_test_util",
767 "grpc",
768 "gpr_test_util",
769 "gpr"
770 ],
771 "run": false
772 },
773 {
774 "name": "echo_test",
775 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800776 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800777 "src": [
778 "test/core/echo/echo_test.c"
779 ],
780 "deps": [
781 "grpc_test_util",
782 "grpc",
783 "gpr_test_util",
784 "gpr"
785 ]
786 },
787 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800788 "name": "fd_posix_test",
789 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800790 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800791 "src": [
792 "test/core/iomgr/fd_posix_test.c"
793 ],
794 "deps": [
795 "grpc_test_util",
796 "grpc",
797 "gpr_test_util",
798 "gpr"
799 ]
800 },
801 {
802 "name": "fling_client",
803 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800804 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800805 "src": [
806 "test/core/fling/client.c"
807 ],
808 "deps": [
809 "grpc_test_util",
810 "grpc",
811 "gpr_test_util",
812 "gpr"
813 ],
814 "run": false
815 },
816 {
817 "name": "fling_server",
818 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800819 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800820 "src": [
821 "test/core/fling/server.c"
822 ],
823 "deps": [
824 "grpc_test_util",
825 "grpc",
826 "gpr_test_util",
827 "gpr"
828 ],
829 "run": false
830 },
831 {
832 "name": "fling_stream_test",
833 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800834 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800835 "src": [
836 "test/core/fling/fling_stream_test.c"
837 ],
838 "deps": [
839 "grpc_test_util",
840 "grpc",
841 "gpr_test_util",
842 "gpr"
843 ]
844 },
845 {
846 "name": "fling_test",
847 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800848 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800849 "src": [
850 "test/core/fling/fling_test.c"
851 ],
852 "deps": [
853 "grpc_test_util",
854 "grpc",
855 "gpr_test_util",
856 "gpr"
857 ]
858 },
859 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800860 "name": "gen_hpack_tables",
861 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800862 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800863 "src": [
864 "src/core/transport/chttp2/gen_hpack_tables.c"
865 ],
866 "deps": [
867 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800868 "gpr",
869 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800870 ]
871 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800872 {
873 "name": "gpr_cancellable_test",
874 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800875 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800876 "src": [
877 "test/core/support/cancellable_test.c"
878 ],
879 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800880 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800881 "gpr"
882 ]
883 },
884 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800885 "name": "gpr_cmdline_test",
886 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800887 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800888 "src": [
889 "test/core/support/cmdline_test.c"
890 ],
891 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800892 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800893 "gpr"
894 ]
895 },
896 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800897 "name": "gpr_env_test",
898 "build": "test",
899 "language": "c",
900 "src": [
901 "test/core/support/env_test.c"
902 ],
903 "deps": [
904 "gpr_test_util",
905 "gpr"
906 ]
907 },
908 {
909 "name": "gpr_file_test",
910 "build": "test",
911 "language": "c",
912 "src": [
913 "test/core/support/file_test.c"
914 ],
915 "deps": [
916 "gpr_test_util",
917 "gpr"
918 ]
919 },
920 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800921 "name": "gpr_histogram_test",
922 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800923 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800924 "src": [
925 "test/core/support/histogram_test.c"
926 ],
927 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800928 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800929 "gpr"
930 ]
931 },
932 {
933 "name": "gpr_host_port_test",
934 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800935 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800936 "src": [
937 "test/core/support/host_port_test.c"
938 ],
939 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800940 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800941 "gpr"
942 ]
943 },
944 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800945 "name": "gpr_log_test",
946 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800947 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800948 "src": [
949 "test/core/support/log_test.c"
950 ],
951 "deps": [
952 "gpr_test_util",
953 "gpr"
954 ]
955 },
956 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800957 "name": "gpr_slice_buffer_test",
958 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800959 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800960 "src": [
961 "test/core/support/slice_buffer_test.c"
962 ],
963 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800964 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800965 "gpr"
966 ]
967 },
968 {
969 "name": "gpr_slice_test",
970 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800971 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800972 "src": [
973 "test/core/support/slice_test.c"
974 ],
975 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800976 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800977 "gpr"
978 ]
979 },
980 {
981 "name": "gpr_string_test",
982 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800983 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800984 "src": [
985 "test/core/support/string_test.c"
986 ],
987 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800988 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800989 "gpr"
990 ]
991 },
992 {
993 "name": "gpr_sync_test",
994 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800995 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800996 "src": [
997 "test/core/support/sync_test.c"
998 ],
999 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001000 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001001 "gpr"
1002 ]
1003 },
1004 {
1005 "name": "gpr_thd_test",
1006 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001007 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001008 "src": [
1009 "test/core/support/thd_test.c"
1010 ],
1011 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001012 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001013 "gpr"
1014 ]
1015 },
1016 {
1017 "name": "gpr_time_test",
1018 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001019 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001020 "src": [
1021 "test/core/support/time_test.c"
1022 ],
1023 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001024 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001025 "gpr"
1026 ]
1027 },
1028 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001029 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001030 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001031 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001032 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001033 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001034 ],
1035 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001036 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001037 "gpr"
1038 ]
1039 },
1040 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001041 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001042 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001043 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001044 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001045 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001046 ],
1047 "deps": [
1048 "grpc_test_util",
1049 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001050 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001051 "gpr"
1052 ]
1053 },
1054 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001055 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001056 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001057 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001058 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001059 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001060 ],
1061 "deps": [
1062 "grpc_test_util",
1063 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001064 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001065 "gpr"
1066 ]
1067 },
1068 {
1069 "name": "grpc_channel_stack_test",
1070 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001071 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001072 "src": [
1073 "test/core/channel/channel_stack_test.c"
1074 ],
1075 "deps": [
1076 "grpc_test_util",
1077 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001078 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001079 "gpr"
1080 ]
1081 },
1082 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001083 "name": "grpc_completion_queue_benchmark",
1084 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001085 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001086 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001087 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001088 ],
1089 "deps": [
1090 "grpc_test_util",
1091 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001092 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001093 "gpr"
1094 ]
1095 },
1096 {
1097 "name": "grpc_completion_queue_test",
1098 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001099 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001100 "src": [
1101 "test/core/surface/completion_queue_test.c"
1102 ],
1103 "deps": [
1104 "grpc_test_util",
1105 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001106 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001107 "gpr"
1108 ]
1109 },
1110 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001111 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001112 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001113 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001114 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001115 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001116 ],
1117 "deps": [
1118 "grpc_test_util",
1119 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001120 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001121 "gpr"
1122 ]
1123 },
1124 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001125 "name": "grpc_fetch_oauth2",
1126 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001127 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001128 "src": [
1129 "test/core/security/fetch_oauth2.c"
1130 ],
1131 "deps": [
1132 "grpc_test_util",
1133 "grpc",
1134 "gpr_test_util",
1135 "gpr"
1136 ]
1137 },
1138 {
1139 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001140 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001141 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001142 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001143 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001144 ],
1145 "deps": [
1146 "grpc_test_util",
1147 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001148 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001149 "gpr"
1150 ]
1151 },
1152 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001153 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001154 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001155 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001156 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001157 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001158 ],
1159 "deps": [
1160 "grpc_test_util",
1161 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001162 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001163 "gpr"
1164 ]
1165 },
1166 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001167 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001168 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001169 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001170 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001171 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001172 ],
1173 "deps": [
1174 "grpc_test_util",
1175 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001176 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001177 "gpr"
1178 ]
1179 },
1180 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001181 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001182 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001183 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001184 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001185 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 ],
1187 "deps": [
1188 "grpc_test_util",
1189 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001190 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001191 "gpr"
1192 ]
1193 },
1194 {
1195 "name": "httpcli_format_request_test",
1196 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001197 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001198 "src": [
1199 "test/core/httpcli/format_request_test.c"
1200 ],
1201 "deps": [
1202 "grpc_test_util",
1203 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001204 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001205 "gpr"
1206 ]
1207 },
1208 {
1209 "name": "httpcli_parser_test",
1210 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001211 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001212 "src": [
1213 "test/core/httpcli/parser_test.c"
1214 ],
1215 "deps": [
1216 "grpc_test_util",
1217 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001218 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001219 "gpr"
1220 ]
1221 },
1222 {
1223 "name": "httpcli_test",
1224 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001225 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001226 "src": [
1227 "test/core/httpcli/httpcli_test.c"
1228 ],
1229 "deps": [
1230 "grpc_test_util",
1231 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001232 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001233 "gpr"
1234 ]
1235 },
1236 {
Craig Tiller4450db22015-01-30 16:49:22 -08001237 "name": "json_rewrite",
1238 "build": "test",
1239 "language": "c",
1240 "src": [
1241 "test/core/json/json_rewrite.c"
1242 ],
1243 "deps": [
1244 "grpc",
1245 "gpr"
1246 ],
1247 "run": false
1248 },
1249 {
1250 "name": "json_rewrite_test",
1251 "build": "test",
1252 "language": "c",
1253 "src": [
1254 "test/core/json/json_rewrite_test.c"
1255 ],
1256 "deps": [
1257 "grpc_test_util",
1258 "grpc",
1259 "gpr_test_util",
1260 "gpr"
1261 ],
1262 "run": false
1263 },
1264 {
1265 "name": "json_test",
1266 "build": "test",
1267 "language": "c",
1268 "src": [
1269 "test/core/json/json_test.c"
1270 ],
1271 "deps": [
1272 "grpc_test_util",
1273 "grpc",
1274 "gpr_test_util",
1275 "gpr"
1276 ]
1277 },
1278 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001279 "name": "lame_client_test",
1280 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001281 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001282 "src": [
1283 "test/core/surface/lame_client_test.c"
1284 ],
1285 "deps": [
1286 "grpc_test_util",
1287 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001288 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001289 "gpr"
1290 ]
1291 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001292 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001293 "name": "low_level_ping_pong_benchmark",
1294 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001295 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001296 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001297 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001298 ],
1299 "deps": [
1300 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001301 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001302 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001303 "gpr"
1304 ]
1305 },
1306 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001307 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001308 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001309 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001310 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001311 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001312 ],
1313 "deps": [
1314 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001315 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001316 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001317 "gpr"
1318 ]
ctiller8919f602014-12-10 10:19:42 -08001319 },
1320 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001321 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001322 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001323 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001324 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001325 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001326 ],
1327 "deps": [
1328 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001329 "grpc",
1330 "gpr_test_util",
1331 "gpr"
1332 ]
1333 },
1334 {
1335 "name": "murmur_hash_test",
1336 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001337 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001338 "src": [
1339 "test/core/support/murmur_hash_test.c"
1340 ],
1341 "deps": [
1342 "gpr_test_util",
1343 "gpr"
1344 ]
1345 },
1346 {
1347 "name": "no_server_test",
1348 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001349 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001350 "src": [
1351 "test/core/end2end/no_server_test.c"
1352 ],
1353 "deps": [
1354 "grpc_test_util",
1355 "grpc",
1356 "gpr_test_util",
1357 "gpr"
1358 ]
1359 },
1360 {
David Klempnere3605682015-01-26 17:27:21 -08001361 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001362 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001363 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001364 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001365 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001366 ],
1367 "deps": [
1368 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001369 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001370 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001371 "gpr"
1372 ]
1373 },
1374 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001375 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001376 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001377 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001378 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001379 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001380 ],
1381 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001382 "grpc_test_util",
1383 "grpc",
1384 "gpr_test_util",
1385 "gpr"
1386 ]
1387 },
1388 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001389 "name": "secure_endpoint_test",
1390 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001391 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001392 "src": [
1393 "test/core/security/secure_endpoint_test.c"
1394 ],
1395 "deps": [
1396 "grpc_test_util",
1397 "grpc",
1398 "gpr_test_util",
1399 "gpr"
1400 ]
1401 },
1402 {
1403 "name": "sockaddr_utils_test",
1404 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001405 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001406 "src": [
1407 "test/core/iomgr/sockaddr_utils_test.c"
1408 ],
1409 "deps": [
1410 "grpc_test_util",
1411 "grpc",
1412 "gpr_test_util",
1413 "gpr"
1414 ]
1415 },
1416 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001417 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001418 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001419 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001420 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001421 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001422 ],
1423 "deps": [
1424 "grpc_test_util",
1425 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001426 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001427 "gpr"
1428 ]
1429 },
1430 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001431 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001432 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001433 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001434 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001435 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001436 ],
1437 "deps": [
1438 "grpc_test_util",
1439 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001440 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001441 "gpr"
1442 ]
1443 },
1444 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001445 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001446 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001447 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001448 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001449 "test/core/iomgr/tcp_server_posix_test.c"
1450 ],
1451 "deps": [
1452 "grpc_test_util",
1453 "grpc",
1454 "gpr_test_util",
1455 "gpr"
1456 ]
1457 },
1458 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001459 "name": "time_averaged_stats_test",
1460 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001461 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001462 "src": [
1463 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001464 ],
1465 "deps": [
1466 "grpc_test_util",
1467 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001468 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001469 "gpr"
1470 ]
1471 },
1472 {
ctiller8919f602014-12-10 10:19:42 -08001473 "name": "time_test",
1474 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001475 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001476 "src": [
1477 "test/core/support/time_test.c"
1478 ],
1479 "deps": [
1480 "grpc_test_util",
1481 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001482 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001483 "gpr"
1484 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001485 },
1486 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001487 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001488 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001489 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001490 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001491 "test/core/transport/chttp2/timeout_encoding_test.c"
1492 ],
1493 "deps": [
1494 "grpc_test_util",
1495 "grpc",
1496 "gpr_test_util",
1497 "gpr"
1498 ]
1499 },
1500 {
1501 "name": "transport_metadata_test",
1502 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001503 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001504 "src": [
1505 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001506 ],
1507 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001508 "grpc_test_util",
1509 "grpc",
1510 "gpr_test_util",
1511 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001512 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001513 },
1514 {
1515 "name": "channel_arguments_test",
1516 "build": "test",
1517 "language": "c++",
1518 "src": [
1519 "test/cpp/client/channel_arguments_test.cc"
1520 ],
1521 "deps": [
1522 "grpc++",
1523 "grpc",
1524 "gpr"
1525 ]
1526 },
1527 {
1528 "name": "cpp_plugin",
1529 "build": "protoc",
1530 "language": "c++",
1531 "headers": [
1532 "src/compiler/cpp_generator.h",
1533 "src/compiler/cpp_generator_helpers.h"
1534 ],
1535 "src": [
1536 "src/compiler/cpp_generator.cc",
1537 "src/compiler/cpp_plugin.cc"
1538 ],
1539 "deps": [],
1540 "secure": false
1541 },
1542 {
1543 "name": "credentials_test",
1544 "build": "test",
1545 "language": "c++",
1546 "src": [
1547 "test/cpp/client/credentials_test.cc"
1548 ],
1549 "deps": [
1550 "grpc++",
1551 "grpc",
1552 "gpr"
1553 ]
1554 },
1555 {
1556 "name": "end2end_test",
1557 "build": "test",
1558 "language": "c++",
1559 "src": [
1560 "test/cpp/end2end/end2end_test.cc"
1561 ],
1562 "deps": [
1563 "grpc++_test_util",
1564 "grpc_test_util",
1565 "grpc++",
1566 "grpc",
1567 "gpr_test_util",
1568 "gpr"
1569 ]
1570 },
1571 {
1572 "name": "interop_client",
1573 "build": "test",
1574 "language": "c++",
1575 "src": [
1576 "test/cpp/interop/empty.proto",
1577 "test/cpp/interop/messages.proto",
1578 "test/cpp/interop/test.proto",
1579 "test/cpp/interop/client.cc"
1580 ],
1581 "deps": [
1582 "grpc++_test_util",
1583 "grpc_test_util",
1584 "grpc++",
1585 "grpc",
1586 "gpr_test_util",
1587 "gpr"
1588 ],
1589 "run": false
1590 },
1591 {
1592 "name": "interop_server",
1593 "build": "test",
1594 "language": "c++",
1595 "src": [
1596 "test/cpp/interop/empty.proto",
1597 "test/cpp/interop/messages.proto",
1598 "test/cpp/interop/test.proto",
1599 "test/cpp/interop/server.cc"
1600 ],
1601 "deps": [
1602 "grpc++_test_util",
1603 "grpc_test_util",
1604 "grpc++",
1605 "grpc",
1606 "gpr_test_util",
1607 "gpr"
1608 ],
1609 "run": false
1610 },
1611 {
1612 "name": "qps_client",
1613 "build": "test",
1614 "language": "c++",
1615 "src": [
1616 "test/cpp/qps/qpstest.proto",
1617 "test/cpp/qps/client.cc"
1618 ],
1619 "deps": [
1620 "grpc++_test_util",
1621 "grpc_test_util",
1622 "grpc++",
1623 "grpc",
1624 "gpr_test_util",
1625 "gpr"
1626 ]
1627 },
1628 {
1629 "name": "qps_server",
1630 "build": "test",
1631 "language": "c++",
1632 "src": [
1633 "test/cpp/qps/qpstest.proto",
1634 "test/cpp/qps/server.cc"
1635 ],
1636 "deps": [
1637 "grpc++_test_util",
1638 "grpc_test_util",
1639 "grpc++",
1640 "grpc",
1641 "gpr_test_util",
1642 "gpr"
1643 ]
1644 },
1645 {
1646 "name": "ruby_plugin",
1647 "build": "protoc",
1648 "language": "c++",
1649 "headers": [
1650 "src/compiler/cpp_generator.h",
1651 "src/compiler/cpp_generator_helpers-inl.h",
1652 "src/compiler/cpp_generator_map-inl.h",
1653 "src/compiler/cpp_generator_string-inl.h"
1654 ],
1655 "src": [
1656 "src/compiler/ruby_generator.cc",
1657 "src/compiler/ruby_plugin.cc"
1658 ],
1659 "deps": [],
1660 "secure": false
1661 },
1662 {
1663 "name": "status_test",
1664 "build": "test",
1665 "language": "c++",
1666 "src": [
1667 "test/cpp/util/status_test.cc"
1668 ],
1669 "deps": [
1670 "grpc_test_util",
1671 "grpc++",
1672 "grpc",
1673 "gpr_test_util",
1674 "gpr"
1675 ]
1676 },
1677 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001678 "name": "thread_pool_test",
1679 "build": "test",
1680 "language": "c++",
1681 "src": [
1682 "test/cpp/server/thread_pool_test.cc"
1683 ],
1684 "deps": [
1685 "grpc_test_util",
1686 "grpc++",
1687 "grpc",
1688 "gpr_test_util",
1689 "gpr"
1690 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001691 },
1692 {
1693 "name": "tips_client",
1694 "build": "test",
1695 "language": "c++",
1696 "src": [
1697 "examples/tips/main.cc"
1698 ],
1699 "deps": [
1700 "tips_client_lib",
1701 "grpc++_test_util",
1702 "grpc_test_util",
1703 "grpc++",
1704 "grpc",
1705 "gpr_test_util",
1706 "gpr"
1707 ],
1708 "run": false
1709 },
1710 {
1711 "name": "tips_publisher_test",
1712 "build": "test",
1713 "language": "c++",
1714 "src": [
1715 "examples/tips/publisher_test.cc"
1716 ],
1717 "deps": [
1718 "tips_client_lib",
1719 "grpc++_test_util",
1720 "grpc_test_util",
1721 "grpc++",
1722 "grpc",
1723 "gpr_test_util",
1724 "gpr"
1725 ]
1726 },
1727 {
1728 "name": "tips_subscriber_test",
1729 "build": "test",
1730 "language": "c++",
1731 "src": [
1732 "examples/tips/subscriber_test.cc"
1733 ],
1734 "deps": [
1735 "tips_client_lib",
1736 "grpc++_test_util",
1737 "grpc_test_util",
1738 "grpc++",
1739 "grpc",
1740 "gpr_test_util",
1741 "gpr"
1742 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001743 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001744 ]
1745}