blob: 77a737031ad20cdd428571ac5b2e96570f82fffb [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",
Nicolas Noble45e67a32015-02-09 16:20:49 -080045 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080046 "src/core/iomgr/iomgr.h",
47 "src/core/iomgr/iomgr_internal.h",
48 "src/core/iomgr/iomgr_posix.h",
49 "src/core/iomgr/pollset.h",
50 "src/core/iomgr/pollset_kick.h",
51 "src/core/iomgr/pollset_kick_posix.h",
Craig Tiller6a6e4a12015-01-21 15:28:24 -080052 "src/core/iomgr/pollset_kick_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080053 "src/core/iomgr/pollset_posix.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -080054 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080055 "src/core/iomgr/resolve_address.h",
56 "src/core/iomgr/sockaddr.h",
57 "src/core/iomgr/sockaddr_posix.h",
58 "src/core/iomgr/sockaddr_utils.h",
59 "src/core/iomgr/sockaddr_win32.h",
60 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010061 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080062 "src/core/iomgr/tcp_client.h",
63 "src/core/iomgr/tcp_posix.h",
64 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +010065 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080066 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -080067 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -080068 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -080069 "src/core/json/json.h",
70 "src/core/json/json_common.h",
71 "src/core/json/json_reader.h",
72 "src/core/json/json_writer.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080073 "src/core/statistics/census_interface.h",
74 "src/core/statistics/census_log.h",
75 "src/core/statistics/census_rpc_stats.h",
76 "src/core/statistics/census_tracing.h",
77 "src/core/statistics/hash_table.h",
78 "src/core/statistics/window_stats.h",
Craig Tiller4450db22015-01-30 16:49:22 -080079 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -080080 "src/core/surface/call.h",
81 "src/core/surface/channel.h",
82 "src/core/surface/client.h",
83 "src/core/surface/completion_queue.h",
84 "src/core/surface/event_string.h",
85 "src/core/surface/lame_client.h",
86 "src/core/surface/server.h",
87 "src/core/surface/surface_trace.h",
88 "src/core/transport/chttp2/bin_encoder.h",
89 "src/core/transport/chttp2/frame.h",
90 "src/core/transport/chttp2/frame_data.h",
91 "src/core/transport/chttp2/frame_goaway.h",
92 "src/core/transport/chttp2/frame_ping.h",
93 "src/core/transport/chttp2/frame_rst_stream.h",
94 "src/core/transport/chttp2/frame_settings.h",
95 "src/core/transport/chttp2/frame_window_update.h",
96 "src/core/transport/chttp2/hpack_parser.h",
97 "src/core/transport/chttp2/hpack_table.h",
98 "src/core/transport/chttp2/http2_errors.h",
99 "src/core/transport/chttp2/huffsyms.h",
100 "src/core/transport/chttp2/status_conversion.h",
101 "src/core/transport/chttp2/stream_encoder.h",
102 "src/core/transport/chttp2/stream_map.h",
103 "src/core/transport/chttp2/timeout_encoding.h",
104 "src/core/transport/chttp2/varint.h",
105 "src/core/transport/chttp2_transport.h",
106 "src/core/transport/metadata.h",
107 "src/core/transport/stream_op.h",
108 "src/core/transport/transport.h",
109 "src/core/transport/transport_impl.h"
110 ],
nnoblec87b1c52015-01-05 17:15:18 -0800111 "src": [
112 "src/core/channel/call_op_string.c",
113 "src/core/channel/census_filter.c",
114 "src/core/channel/channel_args.c",
115 "src/core/channel/channel_stack.c",
116 "src/core/channel/child_channel.c",
117 "src/core/channel/client_channel.c",
118 "src/core/channel/client_setup.c",
119 "src/core/channel/connected_channel.c",
120 "src/core/channel/http_client_filter.c",
121 "src/core/channel/http_filter.c",
122 "src/core/channel/http_server_filter.c",
123 "src/core/channel/metadata_buffer.c",
124 "src/core/channel/noop_filter.c",
125 "src/core/compression/algorithm.c",
126 "src/core/compression/message_compress.c",
127 "src/core/httpcli/format_request.c",
128 "src/core/httpcli/httpcli.c",
129 "src/core/httpcli/httpcli_security_context.c",
130 "src/core/httpcli/parser.c",
131 "src/core/iomgr/alarm.c",
132 "src/core/iomgr/alarm_heap.c",
133 "src/core/iomgr/endpoint.c",
134 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800135 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800136 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800137 "src/core/iomgr/iomgr.c",
138 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100139 "src/core/iomgr/iomgr_windows.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800140 "src/core/iomgr/pollset_kick.c",
ctiller58393c22015-01-07 14:03:30 -0800141 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
142 "src/core/iomgr/pollset_posix.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800143 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Nobled5a99852015-01-24 01:27:48 -0800144 "src/core/iomgr/resolve_address.c",
nnoblec87b1c52015-01-05 17:15:18 -0800145 "src/core/iomgr/sockaddr_utils.c",
146 "src/core/iomgr/socket_utils_common_posix.c",
147 "src/core/iomgr/socket_utils_linux.c",
148 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100149 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800150 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100151 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800152 "src/core/iomgr/tcp_posix.c",
153 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100154 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100155 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800156 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800157 "src/core/iomgr/wakeup_fd_eventfd.c",
158 "src/core/iomgr/wakeup_fd_nospecial.c",
159 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800160 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800161 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800162 "src/core/json/json_reader.c",
163 "src/core/json/json_string.c",
164 "src/core/json/json_writer.c",
nnoblec87b1c52015-01-05 17:15:18 -0800165 "src/core/statistics/census_init.c",
166 "src/core/statistics/census_log.c",
167 "src/core/statistics/census_rpc_stats.c",
168 "src/core/statistics/census_tracing.c",
169 "src/core/statistics/hash_table.c",
170 "src/core/statistics/window_stats.c",
171 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800172 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800173 "src/core/surface/byte_buffer_reader.c",
174 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800175 "src/core/surface/call_details.c",
nnoblec87b1c52015-01-05 17:15:18 -0800176 "src/core/surface/channel.c",
177 "src/core/surface/channel_create.c",
178 "src/core/surface/client.c",
179 "src/core/surface/completion_queue.c",
180 "src/core/surface/event_string.c",
181 "src/core/surface/init.c",
182 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800183 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800184 "src/core/surface/secure_channel_create.c",
185 "src/core/surface/secure_server_create.c",
186 "src/core/surface/server.c",
187 "src/core/surface/server_chttp2.c",
188 "src/core/surface/server_create.c",
189 "src/core/transport/chttp2/alpn.c",
190 "src/core/transport/chttp2/bin_encoder.c",
191 "src/core/transport/chttp2/frame_data.c",
192 "src/core/transport/chttp2/frame_goaway.c",
193 "src/core/transport/chttp2/frame_ping.c",
194 "src/core/transport/chttp2/frame_rst_stream.c",
195 "src/core/transport/chttp2/frame_settings.c",
196 "src/core/transport/chttp2/frame_window_update.c",
197 "src/core/transport/chttp2/hpack_parser.c",
198 "src/core/transport/chttp2/hpack_table.c",
199 "src/core/transport/chttp2/huffsyms.c",
200 "src/core/transport/chttp2/status_conversion.c",
201 "src/core/transport/chttp2/stream_encoder.c",
202 "src/core/transport/chttp2/stream_map.c",
203 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800204 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -0800205 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -0800206 "src/core/transport/metadata.c",
207 "src/core/transport/stream_op.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800208 "src/core/transport/transport.c"
nnoblec87b1c52015-01-05 17:15:18 -0800209 ]
210 }
211 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800212 "libs": [
213 {
214 "name": "gpr",
215 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800216 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800217 "public_headers": [
218 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800219 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800220 "include/grpc/support/atm_gcc_atomic.h",
221 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800222 "include/grpc/support/atm_win32.h",
223 "include/grpc/support/cancellable_platform.h",
224 "include/grpc/support/cmdline.h",
225 "include/grpc/support/histogram.h",
226 "include/grpc/support/host_port.h",
227 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100228 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800229 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800230 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800231 "include/grpc/support/slice_buffer.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800232 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800233 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800234 "include/grpc/support/sync_posix.h",
235 "include/grpc/support/sync_win32.h",
236 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "include/grpc/support/time.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800238 "include/grpc/support/useful.h"
239 ],
240 "headers": [
241 "src/core/support/cpu.h",
Julien Boeuf026a4172015-02-02 18:36:37 -0800242 "src/core/support/env.h",
243 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800244 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800245 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800246 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800247 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800248 ],
249 "src": [
250 "src/core/support/alloc.c",
251 "src/core/support/cancellable.c",
252 "src/core/support/cmdline.c",
253 "src/core/support/cpu_linux.c",
254 "src/core/support/cpu_posix.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800255 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800256 "src/core/support/env_posix.c",
257 "src/core/support/env_win32.c",
258 "src/core/support/file.c",
259 "src/core/support/file_posix.c",
260 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800261 "src/core/support/histogram.c",
262 "src/core/support/host_port.c",
263 "src/core/support/log.c",
264 "src/core/support/log_android.c",
265 "src/core/support/log_linux.c",
266 "src/core/support/log_posix.c",
267 "src/core/support/log_win32.c",
268 "src/core/support/murmur_hash.c",
269 "src/core/support/slice.c",
270 "src/core/support/slice_buffer.c",
271 "src/core/support/string.c",
272 "src/core/support/string_posix.c",
273 "src/core/support/string_win32.c",
274 "src/core/support/sync.c",
275 "src/core/support/sync_posix.c",
276 "src/core/support/sync_win32.c",
277 "src/core/support/thd_posix.c",
278 "src/core/support/thd_win32.c",
279 "src/core/support/time.c",
280 "src/core/support/time_posix.c",
281 "src/core/support/time_win32.c"
282 ],
283 "secure": false,
284 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
285 },
286 {
287 "name": "gpr_test_util",
288 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800289 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800290 "src": [
291 "test/core/util/test_config.c"
292 ],
293 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800294 },
295 {
296 "name": "grpc",
297 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800298 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800299 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800300 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800301 ],
302 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800303 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800304 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 "src/core/security/credentials.h",
306 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800307 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800308 "src/core/security/secure_transport_setup.h",
309 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800310 "src/core/tsi/fake_transport_security.h",
311 "src/core/tsi/ssl_transport_security.h",
312 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800313 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800314 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800315 "src": [
316 "src/core/security/auth.c",
317 "src/core/security/base64.c",
318 "src/core/security/credentials.c",
319 "src/core/security/factories.c",
320 "src/core/security/google_root_certs.c",
321 "src/core/security/json_token.c",
322 "src/core/security/secure_endpoint.c",
323 "src/core/security/secure_transport_setup.c",
324 "src/core/security/security_context.c",
325 "src/core/security/server_secure_chttp2.c",
326 "src/core/tsi/fake_transport_security.c",
327 "src/core/tsi/ssl_transport_security.c",
328 "src/core/tsi/transport_security.c"
329 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800330 "deps": [
331 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800332 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800333 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800334 "filegroups": [
335 "grpc_base"
336 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800337 "secure": true,
338 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800339 },
340 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800341 "name": "grpc_csharp_ext",
342 "build": "all",
343 "language": "c",
344 "src": [
345 "src/csharp/ext/grpc_csharp_ext.c"
346 ],
347 "deps": [
348 "gpr",
349 "grpc"
350 ]
351 },
352 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800353 "name": "grpc_test_util",
354 "build": "private",
355 "language": "c",
356 "src": [
357 "test/core/end2end/cq_verifier.c",
358 "test/core/end2end/data/prod_roots_certs.c",
359 "test/core/end2end/data/server1_cert.c",
360 "test/core/end2end/data/server1_key.c",
361 "test/core/end2end/data/test_root_cert.c",
362 "test/core/iomgr/endpoint_tests.c",
363 "test/core/statistics/census_log_tests.c",
364 "test/core/transport/transport_end2end_tests.c",
365 "test/core/util/grpc_profiler.c",
366 "test/core/util/parse_hexstring.c",
367 "test/core/util/port_posix.c",
368 "test/core/util/slice_splitter.c"
369 ],
370 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
371 },
372 {
373 "name": "grpc_unsecure",
374 "build": "all",
375 "language": "c",
376 "deps": [
377 "gpr"
378 ],
379 "baselib": true,
380 "filegroups": [
381 "grpc_base"
382 ],
383 "secure": false,
384 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
385 },
386 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800387 "name": "grpc++",
388 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800389 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800390 "public_headers": [
yangg59dfc902014-12-19 14:00:14 -0800391 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800392 "include/grpc++/channel_interface.h",
393 "include/grpc++/client_context.h",
394 "include/grpc++/completion_queue.h",
395 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800396 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800397 "include/grpc++/credentials.h",
Craig Tiller20f4af22015-02-10 09:52:15 -0800398 "include/grpc++/impl/call.h",
Craig Tiller80e00a82015-02-09 20:54:25 -0800399 "include/grpc++/impl/client_unary_call.h",
yangg1b151092015-01-09 15:31:05 -0800400 "include/grpc++/impl/internal_stub.h",
401 "include/grpc++/impl/rpc_method.h",
402 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800403 "include/grpc++/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800404 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800405 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800406 "include/grpc++/server_credentials.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800407 "include/grpc++/status.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800408 "include/grpc++/stream.h",
409 "include/grpc++/stream_context_interface.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800410 ],
411 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800412 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800413 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800414 "src/cpp/server/thread_pool.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800415 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800416 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800417 "src": [
418 "src/cpp/client/channel.cc",
419 "src/cpp/client/channel_arguments.cc",
420 "src/cpp/client/client_context.cc",
Craig Tiller80e00a82015-02-09 20:54:25 -0800421 "src/cpp/client/client_unary_call.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800422 "src/cpp/client/create_channel.cc",
423 "src/cpp/client/credentials.cc",
424 "src/cpp/client/internal_stub.cc",
Craig Tillerc4965752015-02-09 09:51:00 -0800425 "src/cpp/common/call.cc",
Craig Tillerf834bdc2015-02-06 16:36:05 -0800426 "src/cpp/common/completion_queue.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800427 "src/cpp/common/rpc_method.cc",
428 "src/cpp/proto/proto_utils.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800429 "src/cpp/server/server.cc",
430 "src/cpp/server/server_builder.cc",
Craig Tillerc4165772015-02-11 10:51:04 -0800431 "src/cpp/server/server_context.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800432 "src/cpp/server/server_credentials.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800433 "src/cpp/server/thread_pool.cc",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800434 "src/cpp/util/status.cc",
435 "src/cpp/util/time.cc"
436 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800437 "deps": [
438 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800439 ],
440 "secure": true,
441 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800442 },
443 {
444 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800445 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800446 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800447 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800448 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800449 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800450 "test/cpp/util/echo_duplicate.proto",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800451 "test/cpp/util/create_test_channel.cc"
Craig Tiller3a653582015-01-18 11:35:42 -0800452 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800453 },
454 {
455 "name": "tips_client_lib",
456 "build": "private",
Chen Wang69330752015-01-21 18:57:46 -0800457 "language": "c++",
Chen Wang86af8cf2015-01-21 18:05:40 -0800458 "src": [
Craig Tiller4450db22015-01-30 16:49:22 -0800459 "examples/tips/label.proto",
Craig Tiller7431fa92015-01-31 20:06:02 -0800460 "examples/tips/empty.proto",
Chen Wang86af8cf2015-01-21 18:05:40 -0800461 "examples/tips/pubsub.proto",
Chen Wang04f1aa82015-01-30 18:26:16 -0800462 "examples/tips/publisher.cc",
463 "examples/tips/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800464 ],
465 "deps": [
466 "grpc++",
467 "grpc",
468 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800469 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800470 }
471 ],
472 "targets": [
473 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800474 "name": "alarm_heap_test",
475 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800476 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800477 "src": [
478 "test/core/iomgr/alarm_heap_test.c"
479 ],
480 "deps": [
481 "grpc_test_util",
482 "grpc",
483 "gpr_test_util",
484 "gpr"
485 ]
486 },
487 {
488 "name": "alarm_list_test",
489 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800490 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800491 "src": [
492 "test/core/iomgr/alarm_list_test.c"
493 ],
494 "deps": [
495 "grpc_test_util",
496 "grpc",
497 "gpr_test_util",
498 "gpr"
499 ]
500 },
501 {
502 "name": "alarm_test",
503 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800504 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800505 "src": [
506 "test/core/iomgr/alarm_test.c"
507 ],
508 "deps": [
509 "grpc_test_util",
510 "grpc",
511 "gpr_test_util",
512 "gpr"
513 ]
514 },
515 {
516 "name": "alpn_test",
517 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800518 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800519 "src": [
520 "test/core/transport/chttp2/alpn_test.c"
521 ],
522 "deps": [
523 "grpc_test_util",
524 "grpc",
525 "gpr_test_util",
526 "gpr"
527 ]
528 },
529 {
530 "name": "bin_encoder_test",
531 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800532 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800533 "src": [
534 "test/core/transport/chttp2/bin_encoder_test.c"
535 ],
536 "deps": [
537 "grpc_test_util",
538 "grpc",
539 "gpr_test_util",
540 "gpr"
541 ]
542 },
543 {
544 "name": "census_hash_table_test",
545 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800546 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800547 "src": [
548 "test/core/statistics/hash_table_test.c"
549 ],
550 "deps": [
551 "grpc_test_util",
552 "grpc",
553 "gpr_test_util",
554 "gpr"
555 ]
556 },
557 {
558 "name": "census_statistics_multiple_writers_circular_buffer_test",
559 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800560 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800561 "src": [
562 "test/core/statistics/multiple_writers_circular_buffer_test.c"
563 ],
564 "deps": [
565 "grpc_test_util",
566 "grpc",
567 "gpr_test_util",
568 "gpr"
569 ]
570 },
571 {
572 "name": "census_statistics_multiple_writers_test",
573 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800574 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800575 "src": [
576 "test/core/statistics/multiple_writers_test.c"
577 ],
578 "deps": [
579 "grpc_test_util",
580 "grpc",
581 "gpr_test_util",
582 "gpr"
583 ]
584 },
585 {
586 "name": "census_statistics_performance_test",
587 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800588 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800589 "src": [
590 "test/core/statistics/performance_test.c"
591 ],
592 "deps": [
593 "grpc_test_util",
594 "grpc",
595 "gpr_test_util",
596 "gpr"
597 ]
598 },
599 {
600 "name": "census_statistics_quick_test",
601 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800602 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800603 "src": [
604 "test/core/statistics/quick_test.c"
605 ],
606 "deps": [
607 "grpc_test_util",
608 "grpc",
609 "gpr_test_util",
610 "gpr"
611 ]
612 },
613 {
614 "name": "census_statistics_small_log_test",
615 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800616 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800617 "src": [
618 "test/core/statistics/small_log_test.c"
619 ],
620 "deps": [
621 "grpc_test_util",
622 "grpc",
623 "gpr_test_util",
624 "gpr"
625 ]
626 },
627 {
628 "name": "census_stats_store_test",
629 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800630 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800631 "src": [
632 "test/core/statistics/rpc_stats_test.c"
633 ],
634 "deps": [
635 "grpc_test_util",
636 "grpc",
637 "gpr_test_util",
638 "gpr"
639 ]
640 },
641 {
642 "name": "census_stub_test",
643 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800644 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800645 "src": [
646 "test/core/statistics/census_stub_test.c"
647 ],
648 "deps": [
649 "grpc_test_util",
650 "grpc",
651 "gpr_test_util",
652 "gpr"
653 ]
654 },
655 {
656 "name": "census_trace_store_test",
657 "build": "executable",
Craig Tiller3a653582015-01-18 11:35:42 -0800658 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800659 "src": [
660 "test/core/statistics/trace_test.c"
661 ],
662 "deps": [
663 "grpc_test_util",
664 "grpc",
665 "gpr_test_util",
666 "gpr"
667 ]
668 },
669 {
670 "name": "census_window_stats_test",
671 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800672 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800673 "src": [
674 "test/core/statistics/window_stats_test.c"
675 ],
676 "deps": [
677 "grpc_test_util",
678 "grpc",
679 "gpr_test_util",
680 "gpr"
681 ]
682 },
683 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800684 "name": "chttp2_status_conversion_test",
685 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800686 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800687 "src": [
688 "test/core/transport/chttp2/status_conversion_test.c"
689 ],
690 "deps": [
691 "grpc_test_util",
692 "grpc",
693 "gpr_test_util",
694 "gpr"
695 ]
696 },
697 {
698 "name": "chttp2_stream_encoder_test",
699 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800700 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800701 "src": [
702 "test/core/transport/chttp2/stream_encoder_test.c"
703 ],
704 "deps": [
705 "grpc_test_util",
706 "grpc",
707 "gpr_test_util",
708 "gpr"
709 ]
710 },
711 {
712 "name": "chttp2_stream_map_test",
713 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800714 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800715 "src": [
716 "test/core/transport/chttp2/stream_map_test.c"
717 ],
718 "deps": [
719 "grpc_test_util",
720 "grpc",
721 "gpr_test_util",
722 "gpr"
723 ]
724 },
725 {
726 "name": "chttp2_transport_end2end_test",
727 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800728 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800729 "src": [
730 "test/core/transport/chttp2_transport_end2end_test.c"
731 ],
732 "deps": [
733 "grpc_test_util",
734 "grpc",
735 "gpr_test_util",
736 "gpr"
737 ]
738 },
739 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800740 "name": "dualstack_socket_test",
741 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800742 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800743 "src": [
744 "test/core/end2end/dualstack_socket_test.c"
745 ],
746 "deps": [
747 "grpc_test_util",
748 "grpc",
749 "gpr_test_util",
750 "gpr"
751 ]
752 },
753 {
754 "name": "echo_client",
755 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800756 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800757 "src": [
758 "test/core/echo/client.c"
759 ],
760 "deps": [
761 "grpc_test_util",
762 "grpc",
763 "gpr_test_util",
764 "gpr"
765 ],
766 "run": false
767 },
768 {
769 "name": "echo_server",
770 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800771 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800772 "src": [
773 "test/core/echo/server.c"
774 ],
775 "deps": [
776 "grpc_test_util",
777 "grpc",
778 "gpr_test_util",
779 "gpr"
780 ],
781 "run": false
782 },
783 {
784 "name": "echo_test",
785 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800786 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800787 "src": [
788 "test/core/echo/echo_test.c"
789 ],
790 "deps": [
791 "grpc_test_util",
792 "grpc",
793 "gpr_test_util",
794 "gpr"
795 ]
796 },
797 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800798 "name": "fd_posix_test",
799 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800800 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800801 "src": [
802 "test/core/iomgr/fd_posix_test.c"
803 ],
804 "deps": [
805 "grpc_test_util",
806 "grpc",
807 "gpr_test_util",
808 "gpr"
809 ]
810 },
811 {
812 "name": "fling_client",
813 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800814 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800815 "src": [
816 "test/core/fling/client.c"
817 ],
818 "deps": [
819 "grpc_test_util",
820 "grpc",
821 "gpr_test_util",
822 "gpr"
823 ],
824 "run": false
825 },
826 {
827 "name": "fling_server",
828 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800829 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800830 "src": [
831 "test/core/fling/server.c"
832 ],
833 "deps": [
834 "grpc_test_util",
835 "grpc",
836 "gpr_test_util",
837 "gpr"
838 ],
839 "run": false
840 },
841 {
842 "name": "fling_stream_test",
843 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800844 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800845 "src": [
846 "test/core/fling/fling_stream_test.c"
847 ],
848 "deps": [
849 "grpc_test_util",
850 "grpc",
851 "gpr_test_util",
852 "gpr"
853 ]
854 },
855 {
856 "name": "fling_test",
857 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800858 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800859 "src": [
860 "test/core/fling/fling_test.c"
861 ],
862 "deps": [
863 "grpc_test_util",
864 "grpc",
865 "gpr_test_util",
866 "gpr"
867 ]
868 },
869 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800870 "name": "gen_hpack_tables",
871 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -0800872 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800873 "src": [
874 "src/core/transport/chttp2/gen_hpack_tables.c"
875 ],
876 "deps": [
877 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800878 "gpr",
879 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800880 ]
881 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800882 {
883 "name": "gpr_cancellable_test",
884 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800885 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800886 "src": [
887 "test/core/support/cancellable_test.c"
888 ],
889 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800890 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800891 "gpr"
892 ]
893 },
894 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800895 "name": "gpr_cmdline_test",
896 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800897 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800898 "src": [
899 "test/core/support/cmdline_test.c"
900 ],
901 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800902 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800903 "gpr"
904 ]
905 },
906 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -0800907 "name": "gpr_env_test",
908 "build": "test",
909 "language": "c",
910 "src": [
911 "test/core/support/env_test.c"
912 ],
913 "deps": [
914 "gpr_test_util",
915 "gpr"
916 ]
917 },
918 {
919 "name": "gpr_file_test",
920 "build": "test",
921 "language": "c",
922 "src": [
923 "test/core/support/file_test.c"
924 ],
925 "deps": [
926 "gpr_test_util",
927 "gpr"
928 ]
929 },
930 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800931 "name": "gpr_histogram_test",
932 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800933 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800934 "src": [
935 "test/core/support/histogram_test.c"
936 ],
937 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800938 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800939 "gpr"
940 ]
941 },
942 {
943 "name": "gpr_host_port_test",
944 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800945 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800946 "src": [
947 "test/core/support/host_port_test.c"
948 ],
949 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800950 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800951 "gpr"
952 ]
953 },
954 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800955 "name": "gpr_log_test",
956 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800957 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800958 "src": [
959 "test/core/support/log_test.c"
960 ],
961 "deps": [
962 "gpr_test_util",
963 "gpr"
964 ]
965 },
966 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800967 "name": "gpr_slice_buffer_test",
968 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800969 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800970 "src": [
971 "test/core/support/slice_buffer_test.c"
972 ],
973 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800974 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800975 "gpr"
976 ]
977 },
978 {
979 "name": "gpr_slice_test",
980 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800981 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800982 "src": [
983 "test/core/support/slice_test.c"
984 ],
985 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800986 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800987 "gpr"
988 ]
989 },
990 {
991 "name": "gpr_string_test",
992 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800993 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800994 "src": [
995 "test/core/support/string_test.c"
996 ],
997 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800998 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800999 "gpr"
1000 ]
1001 },
1002 {
1003 "name": "gpr_sync_test",
1004 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001005 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001006 "src": [
1007 "test/core/support/sync_test.c"
1008 ],
1009 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001010 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001011 "gpr"
1012 ]
1013 },
1014 {
1015 "name": "gpr_thd_test",
1016 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001017 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001018 "src": [
1019 "test/core/support/thd_test.c"
1020 ],
1021 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001022 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001023 "gpr"
1024 ]
1025 },
1026 {
1027 "name": "gpr_time_test",
1028 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001029 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001030 "src": [
1031 "test/core/support/time_test.c"
1032 ],
1033 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001034 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001035 "gpr"
1036 ]
1037 },
1038 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001039 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001040 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001041 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001042 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001043 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001044 ],
1045 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001046 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 "gpr"
1048 ]
1049 },
1050 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001051 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001052 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001053 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001054 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001055 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001056 ],
1057 "deps": [
1058 "grpc_test_util",
1059 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001060 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001061 "gpr"
1062 ]
1063 },
1064 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001065 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001066 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001067 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001068 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001069 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001070 ],
1071 "deps": [
1072 "grpc_test_util",
1073 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001074 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001075 "gpr"
1076 ]
1077 },
1078 {
1079 "name": "grpc_channel_stack_test",
1080 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001081 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001082 "src": [
1083 "test/core/channel/channel_stack_test.c"
1084 ],
1085 "deps": [
1086 "grpc_test_util",
1087 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001088 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001089 "gpr"
1090 ]
1091 },
1092 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001093 "name": "grpc_completion_queue_benchmark",
1094 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001095 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001096 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001097 "test/core/surface/completion_queue_benchmark.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001098 ],
1099 "deps": [
1100 "grpc_test_util",
1101 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001102 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001103 "gpr"
1104 ]
1105 },
1106 {
1107 "name": "grpc_completion_queue_test",
1108 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001109 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001110 "src": [
1111 "test/core/surface/completion_queue_test.c"
1112 ],
1113 "deps": [
1114 "grpc_test_util",
1115 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001116 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001117 "gpr"
1118 ]
1119 },
1120 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001121 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001122 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001123 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001124 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001125 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001126 ],
1127 "deps": [
1128 "grpc_test_util",
1129 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001130 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001131 "gpr"
1132 ]
1133 },
1134 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001135 "name": "grpc_fetch_oauth2",
1136 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001137 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001138 "src": [
1139 "test/core/security/fetch_oauth2.c"
1140 ],
1141 "deps": [
1142 "grpc_test_util",
1143 "grpc",
1144 "gpr_test_util",
1145 "gpr"
1146 ]
1147 },
1148 {
1149 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001150 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001151 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001152 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001153 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001154 ],
1155 "deps": [
1156 "grpc_test_util",
1157 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001158 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001159 "gpr"
1160 ]
1161 },
1162 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001163 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001164 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001165 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001166 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001167 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001168 ],
1169 "deps": [
1170 "grpc_test_util",
1171 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001172 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001173 "gpr"
1174 ]
1175 },
1176 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001177 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001179 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001180 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001181 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001182 ],
1183 "deps": [
1184 "grpc_test_util",
1185 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001186 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001187 "gpr"
1188 ]
1189 },
1190 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001191 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001192 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001193 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001194 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001195 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001196 ],
1197 "deps": [
1198 "grpc_test_util",
1199 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001200 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001201 "gpr"
1202 ]
1203 },
1204 {
1205 "name": "httpcli_format_request_test",
1206 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001207 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001208 "src": [
1209 "test/core/httpcli/format_request_test.c"
1210 ],
1211 "deps": [
1212 "grpc_test_util",
1213 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001214 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001215 "gpr"
1216 ]
1217 },
1218 {
1219 "name": "httpcli_parser_test",
1220 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001221 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001222 "src": [
1223 "test/core/httpcli/parser_test.c"
1224 ],
1225 "deps": [
1226 "grpc_test_util",
1227 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001228 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001229 "gpr"
1230 ]
1231 },
1232 {
1233 "name": "httpcli_test",
1234 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001235 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001236 "src": [
1237 "test/core/httpcli/httpcli_test.c"
1238 ],
1239 "deps": [
1240 "grpc_test_util",
1241 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001242 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001243 "gpr"
1244 ]
1245 },
1246 {
Craig Tiller4450db22015-01-30 16:49:22 -08001247 "name": "json_rewrite",
1248 "build": "test",
1249 "language": "c",
1250 "src": [
1251 "test/core/json/json_rewrite.c"
1252 ],
1253 "deps": [
1254 "grpc",
1255 "gpr"
1256 ],
1257 "run": false
1258 },
1259 {
1260 "name": "json_rewrite_test",
1261 "build": "test",
1262 "language": "c",
1263 "src": [
1264 "test/core/json/json_rewrite_test.c"
1265 ],
1266 "deps": [
1267 "grpc_test_util",
1268 "grpc",
1269 "gpr_test_util",
1270 "gpr"
1271 ],
1272 "run": false
1273 },
1274 {
1275 "name": "json_test",
1276 "build": "test",
1277 "language": "c",
1278 "src": [
1279 "test/core/json/json_test.c"
1280 ],
1281 "deps": [
1282 "grpc_test_util",
1283 "grpc",
1284 "gpr_test_util",
1285 "gpr"
1286 ]
1287 },
1288 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001289 "name": "lame_client_test",
1290 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001291 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001292 "src": [
1293 "test/core/surface/lame_client_test.c"
1294 ],
1295 "deps": [
1296 "grpc_test_util",
1297 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001298 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001299 "gpr"
1300 ]
1301 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001302 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001303 "name": "low_level_ping_pong_benchmark",
1304 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001305 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001306 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001307 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001308 ],
1309 "deps": [
1310 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001311 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001312 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001313 "gpr"
1314 ]
1315 },
1316 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001317 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001318 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001319 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001320 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001321 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001322 ],
1323 "deps": [
1324 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001325 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001326 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001327 "gpr"
1328 ]
ctiller8919f602014-12-10 10:19:42 -08001329 },
1330 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001331 "name": "metadata_buffer_test",
ctiller8919f602014-12-10 10:19:42 -08001332 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001333 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001334 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001335 "test/core/channel/metadata_buffer_test.c"
ctiller8919f602014-12-10 10:19:42 -08001336 ],
1337 "deps": [
1338 "grpc_test_util",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001339 "grpc",
1340 "gpr_test_util",
1341 "gpr"
1342 ]
1343 },
1344 {
1345 "name": "murmur_hash_test",
1346 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001347 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001348 "src": [
1349 "test/core/support/murmur_hash_test.c"
1350 ],
1351 "deps": [
1352 "gpr_test_util",
1353 "gpr"
1354 ]
1355 },
1356 {
1357 "name": "no_server_test",
1358 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001359 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001360 "src": [
1361 "test/core/end2end/no_server_test.c"
1362 ],
1363 "deps": [
1364 "grpc_test_util",
1365 "grpc",
1366 "gpr_test_util",
1367 "gpr"
1368 ]
1369 },
1370 {
David Klempnere3605682015-01-26 17:27:21 -08001371 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001372 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001373 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001374 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001375 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001376 ],
1377 "deps": [
1378 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001379 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001380 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001381 "gpr"
1382 ]
1383 },
1384 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001385 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001386 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001387 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001388 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001389 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001390 ],
1391 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001392 "grpc_test_util",
1393 "grpc",
1394 "gpr_test_util",
1395 "gpr"
1396 ]
1397 },
1398 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001399 "name": "secure_endpoint_test",
1400 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001401 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001402 "src": [
1403 "test/core/security/secure_endpoint_test.c"
1404 ],
1405 "deps": [
1406 "grpc_test_util",
1407 "grpc",
1408 "gpr_test_util",
1409 "gpr"
1410 ]
1411 },
1412 {
1413 "name": "sockaddr_utils_test",
1414 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001415 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001416 "src": [
1417 "test/core/iomgr/sockaddr_utils_test.c"
1418 ],
1419 "deps": [
1420 "grpc_test_util",
1421 "grpc",
1422 "gpr_test_util",
1423 "gpr"
1424 ]
1425 },
1426 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001427 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001428 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001429 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001430 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001431 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001432 ],
1433 "deps": [
1434 "grpc_test_util",
1435 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001436 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001437 "gpr"
1438 ]
1439 },
1440 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001441 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001442 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001443 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001444 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001445 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001446 ],
1447 "deps": [
1448 "grpc_test_util",
1449 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001450 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001451 "gpr"
1452 ]
1453 },
1454 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001455 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001456 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001457 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001458 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001459 "test/core/iomgr/tcp_server_posix_test.c"
1460 ],
1461 "deps": [
1462 "grpc_test_util",
1463 "grpc",
1464 "gpr_test_util",
1465 "gpr"
1466 ]
1467 },
1468 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001469 "name": "time_averaged_stats_test",
1470 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001471 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001472 "src": [
1473 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001474 ],
1475 "deps": [
1476 "grpc_test_util",
1477 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001478 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001479 "gpr"
1480 ]
1481 },
1482 {
ctiller8919f602014-12-10 10:19:42 -08001483 "name": "time_test",
1484 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001485 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001486 "src": [
1487 "test/core/support/time_test.c"
1488 ],
1489 "deps": [
1490 "grpc_test_util",
1491 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001492 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001493 "gpr"
1494 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001495 },
1496 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001497 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001498 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001499 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001500 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001501 "test/core/transport/chttp2/timeout_encoding_test.c"
1502 ],
1503 "deps": [
1504 "grpc_test_util",
1505 "grpc",
1506 "gpr_test_util",
1507 "gpr"
1508 ]
1509 },
1510 {
1511 "name": "transport_metadata_test",
1512 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001513 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001514 "src": [
1515 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001516 ],
1517 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001518 "grpc_test_util",
1519 "grpc",
1520 "gpr_test_util",
1521 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001522 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001523 },
1524 {
1525 "name": "channel_arguments_test",
1526 "build": "test",
1527 "language": "c++",
1528 "src": [
1529 "test/cpp/client/channel_arguments_test.cc"
1530 ],
1531 "deps": [
1532 "grpc++",
1533 "grpc",
1534 "gpr"
1535 ]
1536 },
1537 {
1538 "name": "cpp_plugin",
1539 "build": "protoc",
1540 "language": "c++",
1541 "headers": [
1542 "src/compiler/cpp_generator.h",
1543 "src/compiler/cpp_generator_helpers.h"
1544 ],
1545 "src": [
1546 "src/compiler/cpp_generator.cc",
1547 "src/compiler/cpp_plugin.cc"
1548 ],
1549 "deps": [],
1550 "secure": false
1551 },
1552 {
1553 "name": "credentials_test",
1554 "build": "test",
1555 "language": "c++",
1556 "src": [
1557 "test/cpp/client/credentials_test.cc"
1558 ],
1559 "deps": [
1560 "grpc++",
1561 "grpc",
1562 "gpr"
1563 ]
1564 },
1565 {
1566 "name": "end2end_test",
1567 "build": "test",
1568 "language": "c++",
1569 "src": [
1570 "test/cpp/end2end/end2end_test.cc"
1571 ],
1572 "deps": [
1573 "grpc++_test_util",
1574 "grpc_test_util",
1575 "grpc++",
1576 "grpc",
1577 "gpr_test_util",
1578 "gpr"
1579 ]
1580 },
1581 {
1582 "name": "interop_client",
1583 "build": "test",
1584 "language": "c++",
1585 "src": [
1586 "test/cpp/interop/empty.proto",
1587 "test/cpp/interop/messages.proto",
1588 "test/cpp/interop/test.proto",
1589 "test/cpp/interop/client.cc"
1590 ],
1591 "deps": [
1592 "grpc++_test_util",
1593 "grpc_test_util",
1594 "grpc++",
1595 "grpc",
1596 "gpr_test_util",
1597 "gpr"
1598 ],
1599 "run": false
1600 },
1601 {
1602 "name": "interop_server",
1603 "build": "test",
1604 "language": "c++",
1605 "src": [
1606 "test/cpp/interop/empty.proto",
1607 "test/cpp/interop/messages.proto",
1608 "test/cpp/interop/test.proto",
1609 "test/cpp/interop/server.cc"
1610 ],
1611 "deps": [
1612 "grpc++_test_util",
1613 "grpc_test_util",
1614 "grpc++",
1615 "grpc",
1616 "gpr_test_util",
1617 "gpr"
1618 ],
1619 "run": false
1620 },
1621 {
1622 "name": "qps_client",
1623 "build": "test",
1624 "language": "c++",
1625 "src": [
1626 "test/cpp/qps/qpstest.proto",
1627 "test/cpp/qps/client.cc"
1628 ],
1629 "deps": [
1630 "grpc++_test_util",
1631 "grpc_test_util",
1632 "grpc++",
1633 "grpc",
1634 "gpr_test_util",
1635 "gpr"
Craig Tillerc4165772015-02-11 10:51:04 -08001636 ],
1637 "run": false
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001638 },
1639 {
1640 "name": "qps_server",
1641 "build": "test",
1642 "language": "c++",
1643 "src": [
1644 "test/cpp/qps/qpstest.proto",
1645 "test/cpp/qps/server.cc"
1646 ],
1647 "deps": [
1648 "grpc++_test_util",
1649 "grpc_test_util",
1650 "grpc++",
1651 "grpc",
1652 "gpr_test_util",
1653 "gpr"
Craig Tillerc4165772015-02-11 10:51:04 -08001654 ],
1655 "run": false
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001656 },
1657 {
1658 "name": "ruby_plugin",
1659 "build": "protoc",
1660 "language": "c++",
1661 "headers": [
1662 "src/compiler/cpp_generator.h",
1663 "src/compiler/cpp_generator_helpers-inl.h",
1664 "src/compiler/cpp_generator_map-inl.h",
1665 "src/compiler/cpp_generator_string-inl.h"
1666 ],
1667 "src": [
1668 "src/compiler/ruby_generator.cc",
1669 "src/compiler/ruby_plugin.cc"
1670 ],
1671 "deps": [],
1672 "secure": false
1673 },
1674 {
1675 "name": "status_test",
1676 "build": "test",
1677 "language": "c++",
1678 "src": [
1679 "test/cpp/util/status_test.cc"
1680 ],
1681 "deps": [
1682 "grpc_test_util",
1683 "grpc++",
1684 "grpc",
1685 "gpr_test_util",
1686 "gpr"
1687 ]
1688 },
1689 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001690 "name": "thread_pool_test",
1691 "build": "test",
1692 "language": "c++",
1693 "src": [
1694 "test/cpp/server/thread_pool_test.cc"
1695 ],
1696 "deps": [
1697 "grpc_test_util",
1698 "grpc++",
1699 "grpc",
1700 "gpr_test_util",
1701 "gpr"
1702 ]
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001703 },
1704 {
1705 "name": "tips_client",
1706 "build": "test",
1707 "language": "c++",
1708 "src": [
1709 "examples/tips/main.cc"
1710 ],
1711 "deps": [
1712 "tips_client_lib",
1713 "grpc++_test_util",
1714 "grpc_test_util",
1715 "grpc++",
1716 "grpc",
1717 "gpr_test_util",
1718 "gpr"
1719 ],
1720 "run": false
1721 },
1722 {
1723 "name": "tips_publisher_test",
1724 "build": "test",
1725 "language": "c++",
1726 "src": [
1727 "examples/tips/publisher_test.cc"
1728 ],
1729 "deps": [
1730 "tips_client_lib",
1731 "grpc++_test_util",
1732 "grpc_test_util",
1733 "grpc++",
1734 "grpc",
1735 "gpr_test_util",
1736 "gpr"
1737 ]
1738 },
1739 {
1740 "name": "tips_subscriber_test",
1741 "build": "test",
1742 "language": "c++",
1743 "src": [
1744 "examples/tips/subscriber_test.cc"
1745 ],
1746 "deps": [
1747 "tips_client_lib",
1748 "grpc++_test_util",
1749 "grpc_test_util",
1750 "grpc++",
1751 "grpc",
1752 "gpr_test_util",
1753 "gpr"
1754 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001755 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001756 ]
1757}