blob: 28039db35a428b02be70c7dfb7b00afd35051d14 [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
2 "settings": {
3 "#": "The public version number of the library.",
4 "version": {
5 "major": 0,
6 "minor": 8,
7 "micro": 0,
8 "build": 0
9 }
10 },
nnoblec87b1c52015-01-05 17:15:18 -080011 "filegroups": [
12 {
13 "name": "grpc_base",
Craig Tiller0b2a3722015-01-18 11:30:07 -080014 "public_headers": [
15 "include/grpc/byte_buffer.h",
16 "include/grpc/byte_buffer_reader.h",
17 "include/grpc/grpc.h",
18 "include/grpc/status.h"
19 ],
20 "headers": [
21 "src/core/channel/census_filter.h",
22 "src/core/channel/channel_args.h",
23 "src/core/channel/channel_stack.h",
24 "src/core/channel/child_channel.h",
25 "src/core/channel/client_channel.h",
26 "src/core/channel/client_setup.h",
27 "src/core/channel/connected_channel.h",
28 "src/core/channel/http_client_filter.h",
29 "src/core/channel/http_filter.h",
30 "src/core/channel/http_server_filter.h",
31 "src/core/channel/metadata_buffer.h",
32 "src/core/channel/noop_filter.h",
33 "src/core/compression/algorithm.h",
34 "src/core/compression/message_compress.h",
35 "src/core/httpcli/format_request.h",
36 "src/core/httpcli/httpcli.h",
37 "src/core/httpcli/httpcli_security_context.h",
38 "src/core/httpcli/parser.h",
39 "src/core/iomgr/alarm.h",
40 "src/core/iomgr/alarm_heap.h",
41 "src/core/iomgr/alarm_internal.h",
42 "src/core/iomgr/endpoint.h",
43 "src/core/iomgr/endpoint_pair.h",
44 "src/core/iomgr/fd_posix.h",
45 "src/core/iomgr/iomgr.h",
46 "src/core/iomgr/iomgr_internal.h",
47 "src/core/iomgr/iomgr_posix.h",
48 "src/core/iomgr/pollset.h",
49 "src/core/iomgr/pollset_kick.h",
50 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080051 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080052 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080053 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080054 "src/core/iomgr/resolve_address.h",
55 "src/core/iomgr/sockaddr.h",
56 "src/core/iomgr/sockaddr_posix.h",
57 "src/core/iomgr/sockaddr_utils.h",
58 "src/core/iomgr/sockaddr_win32.h",
59 "src/core/iomgr/socket_utils_posix.h",
60 "src/core/iomgr/tcp_client.h",
61 "src/core/iomgr/tcp_posix.h",
62 "src/core/iomgr/tcp_server.h",
63 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080064 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080065 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080066 "src/core/json/json.h",
67 "src/core/json/json_common.h",
68 "src/core/json/json_reader.h",
69 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080070 "src/core/statistics/census_interface.h",
71 "src/core/statistics/census_log.h",
72 "src/core/statistics/census_rpc_stats.h",
73 "src/core/statistics/census_tracing.h",
74 "src/core/statistics/hash_table.h",
75 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080076 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080077 "src/core/surface/call.h",
78 "src/core/surface/channel.h",
79 "src/core/surface/client.h",
80 "src/core/surface/completion_queue.h",
81 "src/core/surface/event_string.h",
82 "src/core/surface/lame_client.h",
83 "src/core/surface/server.h",
84 "src/core/surface/surface_trace.h",
85 "src/core/transport/chttp2/bin_encoder.h",
86 "src/core/transport/chttp2/frame.h",
87 "src/core/transport/chttp2/frame_data.h",
88 "src/core/transport/chttp2/frame_goaway.h",
89 "src/core/transport/chttp2/frame_ping.h",
90 "src/core/transport/chttp2/frame_rst_stream.h",
91 "src/core/transport/chttp2/frame_settings.h",
92 "src/core/transport/chttp2/frame_window_update.h",
93 "src/core/transport/chttp2/hpack_parser.h",
94 "src/core/transport/chttp2/hpack_table.h",
95 "src/core/transport/chttp2/http2_errors.h",
96 "src/core/transport/chttp2/huffsyms.h",
97 "src/core/transport/chttp2/status_conversion.h",
98 "src/core/transport/chttp2/stream_encoder.h",
99 "src/core/transport/chttp2/stream_map.h",
100 "src/core/transport/chttp2/timeout_encoding.h",
101 "src/core/transport/chttp2/varint.h",
102 "src/core/transport/chttp2_transport.h",
103 "src/core/transport/metadata.h",
104 "src/core/transport/stream_op.h",
105 "src/core/transport/transport.h",
106 "src/core/transport/transport_impl.h"
107 ],
nnoblec87b1c52015-01-05 17:15:18 -0800108 "src": [
109 "src/core/channel/call_op_string.c",
110 "src/core/channel/census_filter.c",
111 "src/core/channel/channel_args.c",
112 "src/core/channel/channel_stack.c",
113 "src/core/channel/child_channel.c",
114 "src/core/channel/client_channel.c",
115 "src/core/channel/client_setup.c",
116 "src/core/channel/connected_channel.c",
117 "src/core/channel/http_client_filter.c",
118 "src/core/channel/http_filter.c",
119 "src/core/channel/http_server_filter.c",
120 "src/core/channel/metadata_buffer.c",
121 "src/core/channel/noop_filter.c",
122 "src/core/compression/algorithm.c",
123 "src/core/compression/message_compress.c",
124 "src/core/httpcli/format_request.c",
125 "src/core/httpcli/httpcli.c",
126 "src/core/httpcli/httpcli_security_context.c",
127 "src/core/httpcli/parser.c",
128 "src/core/iomgr/alarm.c",
129 "src/core/iomgr/alarm_heap.c",
130 "src/core/iomgr/endpoint.c",
131 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800132 "src/core/iomgr/fd_posix.c",
133 "src/core/iomgr/iomgr.c",
134 "src/core/iomgr/iomgr_posix.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800135 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800136 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
137 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800138 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800139 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800140 "src/core/iomgr/sockaddr_utils.c",
141 "src/core/iomgr/socket_utils_common_posix.c",
142 "src/core/iomgr/socket_utils_linux.c",
143 "src/core/iomgr/socket_utils_posix.c",
144 "src/core/iomgr/tcp_client_posix.c",
145 "src/core/iomgr/tcp_posix.c",
146 "src/core/iomgr/tcp_server_posix.c",
147 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800148 "src/core/iomgr/wakeup_fd_eventfd.c",
149 "src/core/iomgr/wakeup_fd_nospecial.c",
150 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800151 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800152 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800153 "src/core/json/json_reader.c",
154 "src/core/json/json_string.c",
155 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800156 "src/core/statistics/census_init.c",
157 "src/core/statistics/census_log.c",
158 "src/core/statistics/census_rpc_stats.c",
159 "src/core/statistics/census_tracing.c",
160 "src/core/statistics/hash_table.c",
161 "src/core/statistics/window_stats.c",
162 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800163 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800164 "src/core/surface/byte_buffer_reader.c",
165 "src/core/surface/call.c",
166 "src/core/surface/channel.c",
167 "src/core/surface/channel_create.c",
168 "src/core/surface/client.c",
169 "src/core/surface/completion_queue.c",
170 "src/core/surface/event_string.c",
171 "src/core/surface/init.c",
172 "src/core/surface/lame_client.c",
173 "src/core/surface/secure_channel_create.c",
174 "src/core/surface/secure_server_create.c",
175 "src/core/surface/server.c",
176 "src/core/surface/server_chttp2.c",
177 "src/core/surface/server_create.c",
178 "src/core/transport/chttp2/alpn.c",
179 "src/core/transport/chttp2/bin_encoder.c",
180 "src/core/transport/chttp2/frame_data.c",
181 "src/core/transport/chttp2/frame_goaway.c",
182 "src/core/transport/chttp2/frame_ping.c",
183 "src/core/transport/chttp2/frame_rst_stream.c",
184 "src/core/transport/chttp2/frame_settings.c",
185 "src/core/transport/chttp2/frame_window_update.c",
186 "src/core/transport/chttp2/hpack_parser.c",
187 "src/core/transport/chttp2/hpack_table.c",
188 "src/core/transport/chttp2/huffsyms.c",
189 "src/core/transport/chttp2/status_conversion.c",
190 "src/core/transport/chttp2/stream_encoder.c",
191 "src/core/transport/chttp2/stream_map.c",
192 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800193 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800194 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800195 "src/core/transport/metadata.c",
196 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800197 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800198 ]
199 }
200 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800201 "libs": [
202 {
203 "name": "gpr",
204 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800205 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800206 "public_headers": [
207 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800208 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800209 "include/grpc/support/atm_gcc_atomic.h",
210 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800211 "include/grpc/support/atm_win32.h",
212 "include/grpc/support/cancellable_platform.h",
213 "include/grpc/support/cmdline.h",
214 "include/grpc/support/histogram.h",
215 "include/grpc/support/host_port.h",
216 "include/grpc/support/log.h",
217 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800218 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800219 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800221 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800222 "include/grpc/support/sync_posix.h",
223 "include/grpc/support/sync_win32.h",
224 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800225 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800226 "include/grpc/support/useful.h"
227 ],
228 "headers": [
229 "src/core/support/cpu.h",
Julien Boeuf026a4172015-02-02 18:36:37 -0800230 "src/core/support/env.h",
231 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800232 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800233 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800234 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800235 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800236 ],
237 "src": [
238 "src/core/support/alloc.c",
239 "src/core/support/cancellable.c",
240 "src/core/support/cmdline.c",
241 "src/core/support/cpu_linux.c",
242 "src/core/support/cpu_posix.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800243 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800244 "src/core/support/env_posix.c",
245 "src/core/support/env_win32.c",
246 "src/core/support/file.c",
247 "src/core/support/file_posix.c",
248 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800249 "src/core/support/histogram.c",
250 "src/core/support/host_port.c",
251 "src/core/support/log.c",
252 "src/core/support/log_android.c",
253 "src/core/support/log_linux.c",
254 "src/core/support/log_posix.c",
255 "src/core/support/log_win32.c",
256 "src/core/support/murmur_hash.c",
257 "src/core/support/slice.c",
258 "src/core/support/slice_buffer.c",
259 "src/core/support/string.c",
260 "src/core/support/string_posix.c",
261 "src/core/support/string_win32.c",
262 "src/core/support/sync.c",
263 "src/core/support/sync_posix.c",
264 "src/core/support/sync_win32.c",
265 "src/core/support/thd_posix.c",
266 "src/core/support/thd_win32.c",
267 "src/core/support/time.c",
268 "src/core/support/time_posix.c",
269 "src/core/support/time_win32.c"
270 ],
271 "secure": false,
272 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
273 },
274 {
275 "name": "gpr_test_util",
276 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800277 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800278 "src": [
279 "test/core/util/test_config.c"
280 ],
281 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 },
283 {
284 "name": "grpc",
285 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800286 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800287 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800288 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800289 ],
290 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800292 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800293 "src/core/security/credentials.h",
294 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800295 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800296 "src/core/security/secure_transport_setup.h",
297 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800298 "src/core/tsi/fake_transport_security.h",
299 "src/core/tsi/ssl_transport_security.h",
300 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800301 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800302 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800303 "src": [
304 "src/core/security/auth.c",
305 "src/core/security/base64.c",
306 "src/core/security/credentials.c",
307 "src/core/security/factories.c",
308 "src/core/security/google_root_certs.c",
309 "src/core/security/json_token.c",
310 "src/core/security/secure_endpoint.c",
311 "src/core/security/secure_transport_setup.c",
312 "src/core/security/security_context.c",
313 "src/core/security/server_secure_chttp2.c",
314 "src/core/tsi/fake_transport_security.c",
315 "src/core/tsi/ssl_transport_security.c",
316 "src/core/tsi/transport_security.c"
317 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800318 "deps": [
319 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800320 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800321 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800322 "filegroups": [
323 "grpc_base"
324 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800325 "secure": true,
326 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800327 },
328 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800329 "name": "grpc_csharp_ext",
330 "build": "all",
331 "language": "c",
332 "src": [
333 "src/csharp/ext/grpc_csharp_ext.c"
334 ],
335 "deps": [
336 "gpr",
337 "grpc"
338 ]
339 },
340 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800341 "name": "grpc_test_util",
342 "build": "private",
343 "language": "c",
344 "src": [
345 "test/core/end2end/cq_verifier.c",
346 "test/core/end2end/data/prod_roots_certs.c",
347 "test/core/end2end/data/server1_cert.c",
348 "test/core/end2end/data/server1_key.c",
349 "test/core/end2end/data/test_root_cert.c",
350 "test/core/iomgr/endpoint_tests.c",
351 "test/core/statistics/census_log_tests.c",
352 "test/core/transport/transport_end2end_tests.c",
353 "test/core/util/grpc_profiler.c",
354 "test/core/util/parse_hexstring.c",
355 "test/core/util/port_posix.c",
356 "test/core/util/slice_splitter.c"
357 ],
358 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
359 },
360 {
361 "name": "grpc_unsecure",
362 "build": "all",
363 "language": "c",
364 "deps": [
365 "gpr"
366 ],
367 "baselib": true,
368 "filegroups": [
369 "grpc_base"
370 ],
371 "secure": false,
372 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
373 },
374 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800375 "name": "grpc++",
376 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800377 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800378 "public_headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800379 "include/grpc++/async_server.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800380 "include/grpc++/async_server_context.h",
yangg59dfc902014-12-19 14:00:14 -0800381 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800382 "include/grpc++/channel_interface.h",
383 "include/grpc++/client_context.h",
384 "include/grpc++/completion_queue.h",
385 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800386 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800387 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800388 "include/grpc++/impl/internal_stub.h",
389 "include/grpc++/impl/rpc_method.h",
390 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800391 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800392 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800393 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800394 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800395 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800396 "include/grpc++/stream.h",
397 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800398 ],
399 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800400 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800401 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800402 "src/cpp/server/server_rpc_handler.h",
403 "src/cpp/server/thread_pool.h",
404 "src/cpp/stream/stream_context.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",
411 "src/cpp/client/create_channel.cc",
412 "src/cpp/client/credentials.cc",
413 "src/cpp/client/internal_stub.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800414 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800415 "src/cpp/common/rpc_method.cc",
416 "src/cpp/proto/proto_utils.cc",
417 "src/cpp/server/async_server.cc",
418 "src/cpp/server/async_server_context.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",
423 "src/cpp/server/server_rpc_handler.cc",
424 "src/cpp/server/thread_pool.cc",
425 "src/cpp/stream/stream_context.cc",
426 "src/cpp/util/status.cc",
427 "src/cpp/util/time.cc"
428 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800429 "deps": [
430 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800431 ],
432 "secure": true,
433 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800434 },
435 {
436 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800437 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800438 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800439 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800440 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800441 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800442 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800443 "test/cpp/end2end/async_test_server.cc",
444 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800445 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800446 },
447 {
448 "name": "tips_client_lib",
449 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800450 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800451 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800452 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800453 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800454 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800455 "examples/tips/publisher.cc",
456 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800457 ],
458 "deps": [
459 "grpc++",
460 "grpc",
461 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800462 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800463 }
464 ],
465 "targets": [
466 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800467 "name": "alarm_heap_test",
468 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800469 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800470 "src": [
471 "test/core/iomgr/alarm_heap_test.c"
472 ],
473 "deps": [
474 "grpc_test_util",
475 "grpc",
476 "gpr_test_util",
477 "gpr"
478 ]
479 },
480 {
481 "name": "alarm_list_test",
482 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800483 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800484 "src": [
485 "test/core/iomgr/alarm_list_test.c"
486 ],
487 "deps": [
488 "grpc_test_util",
489 "grpc",
490 "gpr_test_util",
491 "gpr"
492 ]
493 },
494 {
495 "name": "alarm_test",
496 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800497 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800498 "src": [
499 "test/core/iomgr/alarm_test.c"
500 ],
501 "deps": [
502 "grpc_test_util",
503 "grpc",
504 "gpr_test_util",
505 "gpr"
506 ]
507 },
508 {
509 "name": "alpn_test",
510 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800511 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800512 "src": [
513 "test/core/transport/chttp2/alpn_test.c"
514 ],
515 "deps": [
516 "grpc_test_util",
517 "grpc",
518 "gpr_test_util",
519 "gpr"
520 ]
521 },
522 {
523 "name": "bin_encoder_test",
524 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800525 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800526 "src": [
527 "test/core/transport/chttp2/bin_encoder_test.c"
528 ],
529 "deps": [
530 "grpc_test_util",
531 "grpc",
532 "gpr_test_util",
533 "gpr"
534 ]
535 },
536 {
537 "name": "census_hash_table_test",
538 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800539 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800540 "src": [
541 "test/core/statistics/hash_table_test.c"
542 ],
543 "deps": [
544 "grpc_test_util",
545 "grpc",
546 "gpr_test_util",
547 "gpr"
548 ]
549 },
550 {
551 "name": "census_statistics_multiple_writers_circular_buffer_test",
552 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800553 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800554 "src": [
555 "test/core/statistics/multiple_writers_circular_buffer_test.c"
556 ],
557 "deps": [
558 "grpc_test_util",
559 "grpc",
560 "gpr_test_util",
561 "gpr"
562 ]
563 },
564 {
565 "name": "census_statistics_multiple_writers_test",
566 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800567 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800568 "src": [
569 "test/core/statistics/multiple_writers_test.c"
570 ],
571 "deps": [
572 "grpc_test_util",
573 "grpc",
574 "gpr_test_util",
575 "gpr"
576 ]
577 },
578 {
579 "name": "census_statistics_performance_test",
580 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800581 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800582 "src": [
583 "test/core/statistics/performance_test.c"
584 ],
585 "deps": [
586 "grpc_test_util",
587 "grpc",
588 "gpr_test_util",
589 "gpr"
590 ]
591 },
592 {
593 "name": "census_statistics_quick_test",
594 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800595 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800596 "src": [
597 "test/core/statistics/quick_test.c"
598 ],
599 "deps": [
600 "grpc_test_util",
601 "grpc",
602 "gpr_test_util",
603 "gpr"
604 ]
605 },
606 {
607 "name": "census_statistics_small_log_test",
608 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800609 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800610 "src": [
611 "test/core/statistics/small_log_test.c"
612 ],
613 "deps": [
614 "grpc_test_util",
615 "grpc",
616 "gpr_test_util",
617 "gpr"
618 ]
619 },
620 {
621 "name": "census_stats_store_test",
622 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800623 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800624 "src": [
625 "test/core/statistics/rpc_stats_test.c"
626 ],
627 "deps": [
628 "grpc_test_util",
629 "grpc",
630 "gpr_test_util",
631 "gpr"
632 ]
633 },
634 {
635 "name": "census_stub_test",
636 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800637 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800638 "src": [
639 "test/core/statistics/census_stub_test.c"
640 ],
641 "deps": [
642 "grpc_test_util",
643 "grpc",
644 "gpr_test_util",
645 "gpr"
646 ]
647 },
648 {
649 "name": "census_trace_store_test",
650 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800651 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800652 "src": [
653 "test/core/statistics/trace_test.c"
654 ],
655 "deps": [
656 "grpc_test_util",
657 "grpc",
658 "gpr_test_util",
659 "gpr"
660 ]
661 },
662 {
663 "name": "census_window_stats_test",
664 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800665 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800666 "src": [
667 "test/core/statistics/window_stats_test.c"
668 ],
669 "deps": [
670 "grpc_test_util",
671 "grpc",
672 "gpr_test_util",
673 "gpr"
674 ]
675 },
676 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800677 "name": "chttp2_status_conversion_test",
678 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800679 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800680 "src": [
681 "test/core/transport/chttp2/status_conversion_test.c"
682 ],
683 "deps": [
684 "grpc_test_util",
685 "grpc",
686 "gpr_test_util",
687 "gpr"
688 ]
689 },
690 {
691 "name": "chttp2_stream_encoder_test",
692 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800693 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800694 "src": [
695 "test/core/transport/chttp2/stream_encoder_test.c"
696 ],
697 "deps": [
698 "grpc_test_util",
699 "grpc",
700 "gpr_test_util",
701 "gpr"
702 ]
703 },
704 {
705 "name": "chttp2_stream_map_test",
706 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800707 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800708 "src": [
709 "test/core/transport/chttp2/stream_map_test.c"
710 ],
711 "deps": [
712 "grpc_test_util",
713 "grpc",
714 "gpr_test_util",
715 "gpr"
716 ]
717 },
718 {
719 "name": "chttp2_transport_end2end_test",
720 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800721 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800722 "src": [
723 "test/core/transport/chttp2_transport_end2end_test.c"
724 ],
725 "deps": [
726 "grpc_test_util",
727 "grpc",
728 "gpr_test_util",
729 "gpr"
730 ]
731 },
732 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800733 "name": "dualstack_socket_test",
734 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800735 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800736 "src": [
737 "test/core/end2end/dualstack_socket_test.c"
738 ],
739 "deps": [
740 "grpc_test_util",
741 "grpc",
742 "gpr_test_util",
743 "gpr"
744 ]
745 },
746 {
747 "name": "echo_client",
748 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800749 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800750 "src": [
751 "test/core/echo/client.c"
752 ],
753 "deps": [
754 "grpc_test_util",
755 "grpc",
756 "gpr_test_util",
757 "gpr"
758 ],
759 "run": false
760 },
761 {
762 "name": "echo_server",
763 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800764 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800765 "src": [
766 "test/core/echo/server.c"
767 ],
768 "deps": [
769 "grpc_test_util",
770 "grpc",
771 "gpr_test_util",
772 "gpr"
773 ],
774 "run": false
775 },
776 {
777 "name": "echo_test",
778 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800779 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800780 "src": [
781 "test/core/echo/echo_test.c"
782 ],
783 "deps": [
784 "grpc_test_util",
785 "grpc",
786 "gpr_test_util",
787 "gpr"
788 ]
789 },
790 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800791 "name": "fd_posix_test",
792 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800793 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800794 "src": [
795 "test/core/iomgr/fd_posix_test.c"
796 ],
797 "deps": [
798 "grpc_test_util",
799 "grpc",
800 "gpr_test_util",
801 "gpr"
802 ]
803 },
804 {
805 "name": "fling_client",
806 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800807 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800808 "src": [
809 "test/core/fling/client.c"
810 ],
811 "deps": [
812 "grpc_test_util",
813 "grpc",
814 "gpr_test_util",
815 "gpr"
816 ],
817 "run": false
818 },
819 {
820 "name": "fling_server",
821 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800822 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800823 "src": [
824 "test/core/fling/server.c"
825 ],
826 "deps": [
827 "grpc_test_util",
828 "grpc",
829 "gpr_test_util",
830 "gpr"
831 ],
832 "run": false
833 },
834 {
835 "name": "fling_stream_test",
836 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800837 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800838 "src": [
839 "test/core/fling/fling_stream_test.c"
840 ],
841 "deps": [
842 "grpc_test_util",
843 "grpc",
844 "gpr_test_util",
845 "gpr"
846 ]
847 },
848 {
849 "name": "fling_test",
850 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800851 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800852 "src": [
853 "test/core/fling/fling_test.c"
854 ],
855 "deps": [
856 "grpc_test_util",
857 "grpc",
858 "gpr_test_util",
859 "gpr"
860 ]
861 },
862 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800863 "name": "gen_hpack_tables",
864 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800865 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800866 "src": [
867 "src/core/transport/chttp2/gen_hpack_tables.c"
868 ],
869 "deps": [
870 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800871 "gpr",
872 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800873 ]
874 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800875 {
876 "name": "gpr_cancellable_test",
877 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800878 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800879 "src": [
880 "test/core/support/cancellable_test.c"
881 ],
882 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800883 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800884 "gpr"
885 ]
886 },
887 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800888 "name": "gpr_cmdline_test",
889 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800890 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800891 "src": [
892 "test/core/support/cmdline_test.c"
893 ],
894 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800895 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800896 "gpr"
897 ]
898 },
899 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800900 "name": "gpr_env_test",
901 "build": "test",
902 "language": "c",
903 "src": [
904 "test/core/support/env_test.c"
905 ],
906 "deps": [
907 "gpr_test_util",
908 "gpr"
909 ]
910 },
911 {
912 "name": "gpr_file_test",
913 "build": "test",
914 "language": "c",
915 "src": [
916 "test/core/support/file_test.c"
917 ],
918 "deps": [
919 "gpr_test_util",
920 "gpr"
921 ]
922 },
923 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800924 "name": "gpr_histogram_test",
925 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800926 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800927 "src": [
928 "test/core/support/histogram_test.c"
929 ],
930 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800931 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800932 "gpr"
933 ]
934 },
935 {
936 "name": "gpr_host_port_test",
937 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800938 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800939 "src": [
940 "test/core/support/host_port_test.c"
941 ],
942 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800943 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800944 "gpr"
945 ]
946 },
947 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800948 "name": "gpr_log_test",
949 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800950 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800951 "src": [
952 "test/core/support/log_test.c"
953 ],
954 "deps": [
955 "gpr_test_util",
956 "gpr"
957 ]
958 },
959 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800960 "name": "gpr_slice_buffer_test",
961 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800962 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800963 "src": [
964 "test/core/support/slice_buffer_test.c"
965 ],
966 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800967 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800968 "gpr"
969 ]
970 },
971 {
972 "name": "gpr_slice_test",
973 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800974 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800975 "src": [
976 "test/core/support/slice_test.c"
977 ],
978 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800979 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800980 "gpr"
981 ]
982 },
983 {
984 "name": "gpr_string_test",
985 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800986 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800987 "src": [
988 "test/core/support/string_test.c"
989 ],
990 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800991 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800992 "gpr"
993 ]
994 },
995 {
996 "name": "gpr_sync_test",
997 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800998 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800999 "src": [
1000 "test/core/support/sync_test.c"
1001 ],
1002 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001003 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001004 "gpr"
1005 ]
1006 },
1007 {
1008 "name": "gpr_thd_test",
1009 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001010 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001011 "src": [
1012 "test/core/support/thd_test.c"
1013 ],
1014 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001015 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001016 "gpr"
1017 ]
1018 },
1019 {
1020 "name": "gpr_time_test",
1021 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001022 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001023 "src": [
1024 "test/core/support/time_test.c"
1025 ],
1026 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001027 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001028 "gpr"
1029 ]
1030 },
1031 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001032 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001033 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001034 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001035 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001036 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001037 ],
1038 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001039 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 "gpr"
1041 ]
1042 },
1043 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001044 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001045 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001046 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001048 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001049 ],
1050 "deps": [
1051 "grpc_test_util",
1052 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001053 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001054 "gpr"
1055 ]
1056 },
1057 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001058 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001059 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001060 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001061 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001062 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001063 ],
1064 "deps": [
1065 "grpc_test_util",
1066 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001067 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001068 "gpr"
1069 ]
1070 },
1071 {
1072 "name": "grpc_channel_stack_test",
1073 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001074 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001075 "src": [
1076 "test/core/channel/channel_stack_test.c"
1077 ],
1078 "deps": [
1079 "grpc_test_util",
1080 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001081 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001082 "gpr"
1083 ]
1084 },
1085 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001086 "name": "grpc_completion_queue_benchmark",
1087 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001088 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001089 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001090 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001091 ],
1092 "deps": [
1093 "grpc_test_util",
1094 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001095 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001096 "gpr"
1097 ]
1098 },
1099 {
1100 "name": "grpc_completion_queue_test",
1101 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001102 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001103 "src": [
1104 "test/core/surface/completion_queue_test.c"
1105 ],
1106 "deps": [
1107 "grpc_test_util",
1108 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001109 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001110 "gpr"
1111 ]
1112 },
1113 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001114 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001115 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001116 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001117 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001118 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001119 ],
1120 "deps": [
1121 "grpc_test_util",
1122 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001123 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001124 "gpr"
1125 ]
1126 },
1127 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001128 "name": "grpc_fetch_oauth2",
1129 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001130 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001131 "src": [
1132 "test/core/security/fetch_oauth2.c"
1133 ],
1134 "deps": [
1135 "grpc_test_util",
1136 "grpc",
1137 "gpr_test_util",
1138 "gpr"
1139 ]
1140 },
1141 {
1142 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001143 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001144 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001145 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001146 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001147 ],
1148 "deps": [
1149 "grpc_test_util",
1150 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001151 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001152 "gpr"
1153 ]
1154 },
1155 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001156 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001157 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001158 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001159 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001160 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001161 ],
1162 "deps": [
1163 "grpc_test_util",
1164 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001165 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001166 "gpr"
1167 ]
1168 },
1169 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001170 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001171 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001172 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001173 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001174 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001175 ],
1176 "deps": [
1177 "grpc_test_util",
1178 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001179 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001180 "gpr"
1181 ]
1182 },
1183 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001184 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001185 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001186 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001187 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001188 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001189 ],
1190 "deps": [
1191 "grpc_test_util",
1192 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001193 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001194 "gpr"
1195 ]
1196 },
1197 {
1198 "name": "httpcli_format_request_test",
1199 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001200 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001201 "src": [
1202 "test/core/httpcli/format_request_test.c"
1203 ],
1204 "deps": [
1205 "grpc_test_util",
1206 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001207 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001208 "gpr"
1209 ]
1210 },
1211 {
1212 "name": "httpcli_parser_test",
1213 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001214 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001215 "src": [
1216 "test/core/httpcli/parser_test.c"
1217 ],
1218 "deps": [
1219 "grpc_test_util",
1220 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001221 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001222 "gpr"
1223 ]
1224 },
1225 {
1226 "name": "httpcli_test",
1227 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001228 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001229 "src": [
1230 "test/core/httpcli/httpcli_test.c"
1231 ],
1232 "deps": [
1233 "grpc_test_util",
1234 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001235 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001236 "gpr"
1237 ]
1238 },
1239 {
Craig Tiller4450db22015-01-30 16:49:22 -08001240 "name": "json_rewrite",
1241 "build": "test",
1242 "language": "c",
1243 "src": [
1244 "test/core/json/json_rewrite.c"
1245 ],
1246 "deps": [
1247 "grpc",
1248 "gpr"
1249 ],
1250 "run": false
1251 },
1252 {
1253 "name": "json_rewrite_test",
1254 "build": "test",
1255 "language": "c",
1256 "src": [
1257 "test/core/json/json_rewrite_test.c"
1258 ],
1259 "deps": [
1260 "grpc_test_util",
1261 "grpc",
1262 "gpr_test_util",
1263 "gpr"
1264 ],
1265 "run": false
1266 },
1267 {
1268 "name": "json_test",
1269 "build": "test",
1270 "language": "c",
1271 "src": [
1272 "test/core/json/json_test.c"
1273 ],
1274 "deps": [
1275 "grpc_test_util",
1276 "grpc",
1277 "gpr_test_util",
1278 "gpr"
1279 ]
1280 },
1281 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001282 "name": "lame_client_test",
1283 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001284 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001285 "src": [
1286 "test/core/surface/lame_client_test.c"
1287 ],
1288 "deps": [
1289 "grpc_test_util",
1290 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001291 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001292 "gpr"
1293 ]
1294 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001295 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001296 "name": "low_level_ping_pong_benchmark",
1297 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001298 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001299 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001300 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001301 ],
1302 "deps": [
1303 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001304 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001305 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001306 "gpr"
1307 ]
1308 },
1309 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001310 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001311 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001312 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001313 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001314 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001315 ],
1316 "deps": [
1317 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001318 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001319 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001320 "gpr"
1321 ]
ctiller8919f602014-12-10 10:19:42 -08001322 },
1323 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001324 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001325 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001326 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001327 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001328 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001329 ],
1330 "deps": [
1331 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001332 "grpc",
1333 "gpr_test_util",
1334 "gpr"
1335 ]
1336 },
1337 {
1338 "name": "murmur_hash_test",
1339 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001340 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001341 "src": [
1342 "test/core/support/murmur_hash_test.c"
1343 ],
1344 "deps": [
1345 "gpr_test_util",
1346 "gpr"
1347 ]
1348 },
1349 {
1350 "name": "no_server_test",
1351 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001352 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001353 "src": [
1354 "test/core/end2end/no_server_test.c"
1355 ],
1356 "deps": [
1357 "grpc_test_util",
1358 "grpc",
1359 "gpr_test_util",
1360 "gpr"
1361 ]
1362 },
1363 {
David Klempnere3605682015-01-26 17:27:21 -08001364 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001365 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001366 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001367 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001368 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001369 ],
1370 "deps": [
1371 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001372 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001373 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001374 "gpr"
1375 ]
1376 },
1377 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001378 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001379 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001380 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001381 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001382 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001383 ],
1384 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001385 "grpc_test_util",
1386 "grpc",
1387 "gpr_test_util",
1388 "gpr"
1389 ]
1390 },
1391 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001392 "name": "secure_endpoint_test",
1393 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001394 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001395 "src": [
1396 "test/core/security/secure_endpoint_test.c"
1397 ],
1398 "deps": [
1399 "grpc_test_util",
1400 "grpc",
1401 "gpr_test_util",
1402 "gpr"
1403 ]
1404 },
1405 {
1406 "name": "sockaddr_utils_test",
1407 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001408 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001409 "src": [
1410 "test/core/iomgr/sockaddr_utils_test.c"
1411 ],
1412 "deps": [
1413 "grpc_test_util",
1414 "grpc",
1415 "gpr_test_util",
1416 "gpr"
1417 ]
1418 },
1419 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001420 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001421 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001422 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001423 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001424 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001425 ],
1426 "deps": [
1427 "grpc_test_util",
1428 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001429 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001430 "gpr"
1431 ]
1432 },
1433 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001434 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001435 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001436 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001437 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001438 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001439 ],
1440 "deps": [
1441 "grpc_test_util",
1442 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001443 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001444 "gpr"
1445 ]
1446 },
1447 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001448 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001449 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001450 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001451 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001452 "test/core/iomgr/tcp_server_posix_test.c"
1453 ],
1454 "deps": [
1455 "grpc_test_util",
1456 "grpc",
1457 "gpr_test_util",
1458 "gpr"
1459 ]
1460 },
1461 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001462 "name": "time_averaged_stats_test",
1463 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001464 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001465 "src": [
1466 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001467 ],
1468 "deps": [
1469 "grpc_test_util",
1470 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001471 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001472 "gpr"
1473 ]
1474 },
1475 {
ctiller8919f602014-12-10 10:19:42 -08001476 "name": "time_test",
1477 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001478 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001479 "src": [
1480 "test/core/support/time_test.c"
1481 ],
1482 "deps": [
1483 "grpc_test_util",
1484 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001485 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001486 "gpr"
1487 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001488 },
1489 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001490 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001491 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001492 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001493 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001494 "test/core/transport/chttp2/timeout_encoding_test.c"
1495 ],
1496 "deps": [
1497 "grpc_test_util",
1498 "grpc",
1499 "gpr_test_util",
1500 "gpr"
1501 ]
1502 },
1503 {
1504 "name": "transport_metadata_test",
1505 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001506 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001507 "src": [
1508 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001509 ],
1510 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001511 "grpc_test_util",
1512 "grpc",
1513 "gpr_test_util",
1514 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001515 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001516 },
1517 {
1518 "name": "channel_arguments_test",
1519 "build": "test",
1520 "language": "c++",
1521 "src": [
1522 "test/cpp/client/channel_arguments_test.cc"
1523 ],
1524 "deps": [
1525 "grpc++",
1526 "grpc",
1527 "gpr"
1528 ]
1529 },
1530 {
1531 "name": "cpp_plugin",
1532 "build": "protoc",
1533 "language": "c++",
1534 "headers": [
1535 "src/compiler/cpp_generator.h",
1536 "src/compiler/cpp_generator_helpers.h"
1537 ],
1538 "src": [
1539 "src/compiler/cpp_generator.cc",
1540 "src/compiler/cpp_plugin.cc"
1541 ],
1542 "deps": [],
1543 "secure": false
1544 },
1545 {
1546 "name": "credentials_test",
1547 "build": "test",
1548 "language": "c++",
1549 "src": [
1550 "test/cpp/client/credentials_test.cc"
1551 ],
1552 "deps": [
1553 "grpc++",
1554 "grpc",
1555 "gpr"
1556 ]
1557 },
1558 {
1559 "name": "end2end_test",
1560 "build": "test",
1561 "language": "c++",
1562 "src": [
1563 "test/cpp/end2end/end2end_test.cc"
1564 ],
1565 "deps": [
1566 "grpc++_test_util",
1567 "grpc_test_util",
1568 "grpc++",
1569 "grpc",
1570 "gpr_test_util",
1571 "gpr"
1572 ]
1573 },
1574 {
1575 "name": "interop_client",
1576 "build": "test",
1577 "language": "c++",
1578 "src": [
1579 "test/cpp/interop/empty.proto",
1580 "test/cpp/interop/messages.proto",
1581 "test/cpp/interop/test.proto",
1582 "test/cpp/interop/client.cc"
1583 ],
1584 "deps": [
1585 "grpc++_test_util",
1586 "grpc_test_util",
1587 "grpc++",
1588 "grpc",
1589 "gpr_test_util",
1590 "gpr"
1591 ],
1592 "run": false
1593 },
1594 {
1595 "name": "interop_server",
1596 "build": "test",
1597 "language": "c++",
1598 "src": [
1599 "test/cpp/interop/empty.proto",
1600 "test/cpp/interop/messages.proto",
1601 "test/cpp/interop/test.proto",
1602 "test/cpp/interop/server.cc"
1603 ],
1604 "deps": [
1605 "grpc++_test_util",
1606 "grpc_test_util",
1607 "grpc++",
1608 "grpc",
1609 "gpr_test_util",
1610 "gpr"
1611 ],
1612 "run": false
1613 },
1614 {
1615 "name": "qps_client",
1616 "build": "test",
1617 "language": "c++",
1618 "src": [
1619 "test/cpp/qps/qpstest.proto",
1620 "test/cpp/qps/client.cc"
1621 ],
1622 "deps": [
1623 "grpc++_test_util",
1624 "grpc_test_util",
1625 "grpc++",
1626 "grpc",
1627 "gpr_test_util",
1628 "gpr"
1629 ]
1630 },
1631 {
1632 "name": "qps_server",
1633 "build": "test",
1634 "language": "c++",
1635 "src": [
1636 "test/cpp/qps/qpstest.proto",
1637 "test/cpp/qps/server.cc"
1638 ],
1639 "deps": [
1640 "grpc++_test_util",
1641 "grpc_test_util",
1642 "grpc++",
1643 "grpc",
1644 "gpr_test_util",
1645 "gpr"
1646 ]
1647 },
1648 {
1649 "name": "ruby_plugin",
1650 "build": "protoc",
1651 "language": "c++",
1652 "headers": [
1653 "src/compiler/cpp_generator.h",
1654 "src/compiler/cpp_generator_helpers-inl.h",
1655 "src/compiler/cpp_generator_map-inl.h",
1656 "src/compiler/cpp_generator_string-inl.h"
1657 ],
1658 "src": [
1659 "src/compiler/ruby_generator.cc",
1660 "src/compiler/ruby_plugin.cc"
1661 ],
1662 "deps": [],
1663 "secure": false
1664 },
1665 {
1666 "name": "status_test",
1667 "build": "test",
1668 "language": "c++",
1669 "src": [
1670 "test/cpp/util/status_test.cc"
1671 ],
1672 "deps": [
1673 "grpc_test_util",
1674 "grpc++",
1675 "grpc",
1676 "gpr_test_util",
1677 "gpr"
1678 ]
1679 },
1680 {
1681 "name": "sync_client_async_server_test",
1682 "build": "test",
1683 "language": "c++",
1684 "src": [
1685 "test/cpp/end2end/sync_client_async_server_test.cc"
1686 ],
1687 "deps": [
1688 "grpc++_test_util",
1689 "grpc_test_util",
1690 "grpc++",
1691 "grpc",
1692 "gpr_test_util",
1693 "gpr"
1694 ]
1695 },
1696 {
1697 "name": "thread_pool_test",
1698 "build": "test",
1699 "language": "c++",
1700 "src": [
1701 "test/cpp/server/thread_pool_test.cc"
1702 ],
1703 "deps": [
1704 "grpc_test_util",
1705 "grpc++",
1706 "grpc",
1707 "gpr_test_util",
1708 "gpr"
1709 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001710 },
1711 {
1712 "name": "tips_client",
1713 "build": "test",
1714 "language": "c++",
1715 "src": [
1716 "examples/tips/main.cc"
1717 ],
1718 "deps": [
1719 "tips_client_lib",
1720 "grpc++_test_util",
1721 "grpc_test_util",
1722 "grpc++",
1723 "grpc",
1724 "gpr_test_util",
1725 "gpr"
1726 ],
1727 "run": false
1728 },
1729 {
1730 "name": "tips_publisher_test",
1731 "build": "test",
1732 "language": "c++",
1733 "src": [
1734 "examples/tips/publisher_test.cc"
1735 ],
1736 "deps": [
1737 "tips_client_lib",
1738 "grpc++_test_util",
1739 "grpc_test_util",
1740 "grpc++",
1741 "grpc",
1742 "gpr_test_util",
1743 "gpr"
1744 ]
1745 },
1746 {
1747 "name": "tips_subscriber_test",
1748 "build": "test",
1749 "language": "c++",
1750 "src": [
1751 "examples/tips/subscriber_test.cc"
1752 ],
1753 "deps": [
1754 "tips_client_lib",
1755 "grpc++_test_util",
1756 "grpc_test_util",
1757 "grpc++",
1758 "grpc",
1759 "gpr_test_util",
1760 "gpr"
1761 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001762 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001763 ]
1764}