blob: f394753a0ded3ec009744b381c65e98bff965caf [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",
14 "src": [
15 "src/core/channel/call_op_string.c",
16 "src/core/channel/census_filter.c",
17 "src/core/channel/channel_args.c",
18 "src/core/channel/channel_stack.c",
19 "src/core/channel/child_channel.c",
20 "src/core/channel/client_channel.c",
21 "src/core/channel/client_setup.c",
22 "src/core/channel/connected_channel.c",
23 "src/core/channel/http_client_filter.c",
24 "src/core/channel/http_filter.c",
25 "src/core/channel/http_server_filter.c",
26 "src/core/channel/metadata_buffer.c",
27 "src/core/channel/noop_filter.c",
28 "src/core/compression/algorithm.c",
29 "src/core/compression/message_compress.c",
30 "src/core/httpcli/format_request.c",
31 "src/core/httpcli/httpcli.c",
32 "src/core/httpcli/httpcli_security_context.c",
33 "src/core/httpcli/parser.c",
34 "src/core/iomgr/alarm.c",
35 "src/core/iomgr/alarm_heap.c",
36 "src/core/iomgr/endpoint.c",
37 "src/core/iomgr/endpoint_pair_posix.c",
ctiller58393c22015-01-07 14:03:30 -080038 "src/core/iomgr/fd_posix.c",
39 "src/core/iomgr/iomgr.c",
40 "src/core/iomgr/iomgr_posix.c",
Nicolas Noble19e0aa92015-01-16 17:29:34 -080041 "src/core/iomgr/pollset_kick_posix.c",
ctiller58393c22015-01-07 14:03:30 -080042 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
43 "src/core/iomgr/pollset_posix.c",
nnoblec87b1c52015-01-05 17:15:18 -080044 "src/core/iomgr/resolve_address_posix.c",
45 "src/core/iomgr/sockaddr_utils.c",
46 "src/core/iomgr/socket_utils_common_posix.c",
47 "src/core/iomgr/socket_utils_linux.c",
48 "src/core/iomgr/socket_utils_posix.c",
49 "src/core/iomgr/tcp_client_posix.c",
50 "src/core/iomgr/tcp_posix.c",
51 "src/core/iomgr/tcp_server_posix.c",
52 "src/core/iomgr/time_averaged_stats.c",
53 "src/core/statistics/census_init.c",
54 "src/core/statistics/census_log.c",
55 "src/core/statistics/census_rpc_stats.c",
56 "src/core/statistics/census_tracing.c",
57 "src/core/statistics/hash_table.c",
58 "src/core/statistics/window_stats.c",
59 "src/core/surface/byte_buffer.c",
60 "src/core/surface/byte_buffer_reader.c",
61 "src/core/surface/call.c",
62 "src/core/surface/channel.c",
63 "src/core/surface/channel_create.c",
64 "src/core/surface/client.c",
65 "src/core/surface/completion_queue.c",
66 "src/core/surface/event_string.c",
67 "src/core/surface/init.c",
68 "src/core/surface/lame_client.c",
69 "src/core/surface/secure_channel_create.c",
70 "src/core/surface/secure_server_create.c",
71 "src/core/surface/server.c",
72 "src/core/surface/server_chttp2.c",
73 "src/core/surface/server_create.c",
74 "src/core/transport/chttp2/alpn.c",
75 "src/core/transport/chttp2/bin_encoder.c",
76 "src/core/transport/chttp2/frame_data.c",
77 "src/core/transport/chttp2/frame_goaway.c",
78 "src/core/transport/chttp2/frame_ping.c",
79 "src/core/transport/chttp2/frame_rst_stream.c",
80 "src/core/transport/chttp2/frame_settings.c",
81 "src/core/transport/chttp2/frame_window_update.c",
82 "src/core/transport/chttp2/hpack_parser.c",
83 "src/core/transport/chttp2/hpack_table.c",
84 "src/core/transport/chttp2/huffsyms.c",
85 "src/core/transport/chttp2/status_conversion.c",
86 "src/core/transport/chttp2/stream_encoder.c",
87 "src/core/transport/chttp2/stream_map.c",
88 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -080089 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -080090 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -080091 "src/core/transport/metadata.c",
92 "src/core/transport/stream_op.c",
93 "src/core/transport/transport.c",
94 "third_party/cJSON/cJSON.c"
95 ],
96 "public_headers": [
97 "include/grpc/byte_buffer.h",
98 "include/grpc/byte_buffer_reader.h",
99 "include/grpc/grpc.h",
100 "include/grpc/status.h"
101 ],
102 "headers": [
103 "src/core/channel/census_filter.h",
104 "src/core/channel/channel_args.h",
105 "src/core/channel/channel_stack.h",
106 "src/core/channel/child_channel.h",
107 "src/core/channel/client_channel.h",
108 "src/core/channel/client_setup.h",
109 "src/core/channel/connected_channel.h",
110 "src/core/channel/http_client_filter.h",
111 "src/core/channel/http_filter.h",
112 "src/core/channel/http_server_filter.h",
113 "src/core/channel/metadata_buffer.h",
114 "src/core/channel/noop_filter.h",
115 "src/core/compression/algorithm.h",
116 "src/core/compression/message_compress.h",
117 "src/core/httpcli/format_request.h",
118 "src/core/httpcli/httpcli.h",
119 "src/core/httpcli/httpcli_security_context.h",
120 "src/core/httpcli/parser.h",
121 "src/core/iomgr/alarm.h",
122 "src/core/iomgr/alarm_heap.h",
123 "src/core/iomgr/alarm_internal.h",
124 "src/core/iomgr/endpoint.h",
125 "src/core/iomgr/endpoint_pair.h",
ctiller58393c22015-01-07 14:03:30 -0800126 "src/core/iomgr/fd_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800127 "src/core/iomgr/iomgr.h",
ctiller58393c22015-01-07 14:03:30 -0800128 "src/core/iomgr/iomgr_internal.h",
129 "src/core/iomgr/iomgr_posix.h",
Nicolas Noble19e0aa92015-01-16 17:29:34 -0800130 "src/core/iomgr/pollset_kick.h",
131 "src/core/iomgr/pollset_kick_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800132 "src/core/iomgr/pollset.h",
ctiller58393c22015-01-07 14:03:30 -0800133 "src/core/iomgr/pollset_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800134 "src/core/iomgr/resolve_address.h",
135 "src/core/iomgr/sockaddr.h",
136 "src/core/iomgr/sockaddr_posix.h",
137 "src/core/iomgr/sockaddr_utils.h",
138 "src/core/iomgr/sockaddr_win32.h",
139 "src/core/iomgr/socket_utils_posix.h",
140 "src/core/iomgr/tcp_client.h",
141 "src/core/iomgr/tcp_posix.h",
142 "src/core/iomgr/tcp_server.h",
143 "src/core/iomgr/time_averaged_stats.h",
144 "src/core/statistics/census_interface.h",
145 "src/core/statistics/census_log.h",
146 "src/core/statistics/census_rpc_stats.h",
hongyu24200d32015-01-08 15:13:49 -0800147 "src/core/statistics/census_tracing.h",
nnoblec87b1c52015-01-05 17:15:18 -0800148 "src/core/statistics/hash_table.h",
149 "src/core/statistics/window_stats.h",
150 "src/core/surface/call.h",
151 "src/core/surface/channel.h",
152 "src/core/surface/client.h",
153 "src/core/surface/completion_queue.h",
154 "src/core/surface/event_string.h",
155 "src/core/surface/lame_client.h",
156 "src/core/surface/server.h",
157 "src/core/surface/surface_trace.h",
158 "src/core/transport/chttp2/bin_encoder.h",
ctiller58393c22015-01-07 14:03:30 -0800159 "src/core/transport/chttp2/frame.h",
nnoblec87b1c52015-01-05 17:15:18 -0800160 "src/core/transport/chttp2/frame_data.h",
161 "src/core/transport/chttp2/frame_goaway.h",
nnoblec87b1c52015-01-05 17:15:18 -0800162 "src/core/transport/chttp2/frame_ping.h",
163 "src/core/transport/chttp2/frame_rst_stream.h",
164 "src/core/transport/chttp2/frame_settings.h",
165 "src/core/transport/chttp2/frame_window_update.h",
166 "src/core/transport/chttp2/hpack_parser.h",
167 "src/core/transport/chttp2/hpack_table.h",
168 "src/core/transport/chttp2/http2_errors.h",
169 "src/core/transport/chttp2/huffsyms.h",
170 "src/core/transport/chttp2/status_conversion.h",
171 "src/core/transport/chttp2/stream_encoder.h",
172 "src/core/transport/chttp2/stream_map.h",
173 "src/core/transport/chttp2/timeout_encoding.h",
ctillere4b40932015-01-07 12:13:17 -0800174 "src/core/transport/chttp2/varint.h",
ctiller58393c22015-01-07 14:03:30 -0800175 "src/core/transport/chttp2_transport.h",
nnoblec87b1c52015-01-05 17:15:18 -0800176 "src/core/transport/metadata.h",
177 "src/core/transport/stream_op.h",
178 "src/core/transport/transport.h",
179 "src/core/transport/transport_impl.h"
180 ]
181 }
182 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800183 "libs": [
184 {
185 "name": "gpr",
186 "build": "all",
187 "secure": false,
jtattermusch97fb3f62014-12-08 15:13:41 -0800188 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}",
Craig Tiller59140fc2015-01-18 10:12:17 -0800189 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800190 "src": [
191 "src/core/support/alloc.c",
192 "src/core/support/cancellable.c",
193 "src/core/support/cmdline.c",
ctillerd94ad102014-12-23 08:53:43 -0800194 "src/core/support/cpu_linux.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800195 "src/core/support/cpu_posix.c",
196 "src/core/support/histogram.c",
197 "src/core/support/host_port.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800198 "src/core/support/log_android.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800199 "src/core/support/log.c",
200 "src/core/support/log_linux.c",
201 "src/core/support/log_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800202 "src/core/support/log_win32.c",
203 "src/core/support/murmur_hash.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800204 "src/core/support/slice_buffer.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800205 "src/core/support/slice.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800206 "src/core/support/string.c",
207 "src/core/support/string_posix.c",
nnoble0c475f02014-12-05 15:37:39 -0800208 "src/core/support/string_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800209 "src/core/support/sync.c",
210 "src/core/support/sync_posix.c",
jtattermusch98bffb72014-12-09 12:47:19 -0800211 "src/core/support/sync_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800212 "src/core/support/thd_posix.c",
213 "src/core/support/thd_win32.c",
214 "src/core/support/time.c",
215 "src/core/support/time_posix.c",
216 "src/core/support/time_win32.c"
217 ],
218 "public_headers": [
219 "include/grpc/support/alloc.h",
220 "include/grpc/support/atm_gcc_atomic.h",
221 "include/grpc/support/atm_gcc_sync.h",
222 "include/grpc/support/atm.h",
223 "include/grpc/support/atm_win32.h",
224 "include/grpc/support/cancellable_platform.h",
225 "include/grpc/support/cmdline.h",
226 "include/grpc/support/histogram.h",
227 "include/grpc/support/host_port.h",
228 "include/grpc/support/log.h",
229 "include/grpc/support/port_platform.h",
230 "include/grpc/support/slice_buffer.h",
231 "include/grpc/support/slice.h",
232 "include/grpc/support/string.h",
233 "include/grpc/support/sync_generic.h",
234 "include/grpc/support/sync.h",
235 "include/grpc/support/sync_posix.h",
236 "include/grpc/support/sync_win32.h",
237 "include/grpc/support/thd.h",
238 "include/grpc/support/thd_posix.h",
239 "include/grpc/support/thd_win32.h",
240 "include/grpc/support/time.h",
241 "include/grpc/support/time_posix.h",
242 "include/grpc/support/time_win32.h",
243 "include/grpc/support/useful.h"
244 ],
245 "headers": [
246 "src/core/support/cpu.h",
247 "src/core/support/murmur_hash.h",
248 "src/core/support/thd_internal.h"
249 ]
250 },
251 {
252 "name": "grpc",
253 "build": "all",
254 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800255 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
nnoble20e2e3f2014-12-16 15:37:57 -0800256 "baselib": true,
Craig Tiller59140fc2015-01-18 10:12:17 -0800257 "language": "c",
nnoblec87b1c52015-01-05 17:15:18 -0800258 "filegroups": [
259 "grpc_base"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800260 ],
261 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800262 "src/core/security/auth.c",
jboeufbefd2652014-12-12 15:39:47 -0800263 "src/core/security/base64.c",
ctiller18b49ab2014-12-09 14:39:16 -0800264 "src/core/security/credentials.c",
jboeuf6ad120e2015-01-12 17:08:15 -0800265 "src/core/security/factories.c",
ctiller18b49ab2014-12-09 14:39:16 -0800266 "src/core/security/google_root_certs.c",
jboeufbefd2652014-12-12 15:39:47 -0800267 "src/core/security/json_token.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800268 "src/core/security/secure_endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800269 "src/core/security/secure_transport_setup.c",
270 "src/core/security/security_context.c",
271 "src/core/security/server_secure_chttp2.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800272 "src/core/tsi/fake_transport_security.c",
273 "src/core/tsi/ssl_transport_security.c",
nnoblec87b1c52015-01-05 17:15:18 -0800274 "src/core/tsi/transport_security.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800275 ],
276 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800277 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800278 ],
279 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800280 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800281 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800282 "src/core/security/credentials.h",
283 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800284 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800285 "src/core/security/secure_transport_setup.h",
286 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800287 "src/core/tsi/fake_transport_security.h",
288 "src/core/tsi/ssl_transport_security.h",
289 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800290 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800291 ],
292 "deps": [
293 "gpr"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800294 ]
295 },
296 {
nnoblec87b1c52015-01-05 17:15:18 -0800297 "name": "grpc_unsecure",
298 "build": "all",
299 "secure": false,
300 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}",
301 "baselib": true,
Craig Tiller59140fc2015-01-18 10:12:17 -0800302 "language": "c",
nnoblec87b1c52015-01-05 17:15:18 -0800303 "filegroups": [
304 "grpc_base"
305 ],
306 "deps": [
307 "gpr"
308 ]
309 },
310 {
nnoble5f2ecb32015-01-12 16:40:18 -0800311 "name": "gpr_test_util",
312 "build": "private",
Craig Tiller59140fc2015-01-18 10:12:17 -0800313 "language": "c",
nnoble5f2ecb32015-01-12 16:40:18 -0800314 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}",
315 "src": [
316 "test/core/util/test_config.c"
317 ]
318 },
319 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800320 "name": "grpc_test_util",
321 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800322 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Craig Tiller59140fc2015-01-18 10:12:17 -0800323 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800324 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800325 "test/core/end2end/cq_verifier.c",
chenw97fd9e52014-12-19 17:12:36 -0800326 "test/core/end2end/data/test_root_cert.c",
327 "test/core/end2end/data/prod_roots_certs.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800328 "test/core/end2end/data/server1_cert.c",
329 "test/core/end2end/data/server1_key.c",
330 "test/core/iomgr/endpoint_tests.c",
331 "test/core/statistics/census_log_tests.c",
332 "test/core/transport/transport_end2end_tests.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800333 "test/core/util/grpc_profiler.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800334 "test/core/util/port_posix.c",
nnoble5f2ecb32015-01-12 16:40:18 -0800335 "test/core/util/parse_hexstring.c",
336 "test/core/util/slice_splitter.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800337 ]
338 },
339 {
340 "name": "grpc++",
341 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800342 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800343 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800344 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800345 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800346 "src/cpp/client/channel.cc",
yangg59dfc902014-12-19 14:00:14 -0800347 "src/cpp/client/channel_arguments.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800348 "src/cpp/client/client_context.cc",
349 "src/cpp/client/create_channel.cc",
vpai80b6d012014-12-17 11:47:32 -0800350 "src/cpp/client/credentials.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800351 "src/cpp/client/internal_stub.cc",
352 "src/cpp/proto/proto_utils.cc",
rsilvera35e7b0c2015-01-12 13:52:04 -0800353 "src/cpp/common/rpc_method.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800354 "src/cpp/server/async_server.cc",
355 "src/cpp/server/async_server_context.cc",
356 "src/cpp/server/completion_queue.cc",
357 "src/cpp/server/server_builder.cc",
yanggfd2f3ac2014-12-17 16:46:06 -0800358 "src/cpp/server/server_context_impl.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800359 "src/cpp/server/server.cc",
360 "src/cpp/server/server_rpc_handler.cc",
vpai80b6d012014-12-17 11:47:32 -0800361 "src/cpp/server/server_credentials.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800362 "src/cpp/server/thread_pool.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800363 "src/cpp/stream/stream_context.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800364 "src/cpp/util/status.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800365 "src/cpp/util/time.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800366 ],
367 "public_headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800368 "include/grpc++/async_server_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800369 "include/grpc++/async_server.h",
yangg59dfc902014-12-19 14:00:14 -0800370 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800371 "include/grpc++/channel_interface.h",
372 "include/grpc++/client_context.h",
373 "include/grpc++/completion_queue.h",
374 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800375 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800376 "include/grpc++/credentials.h",
yangg1b151092015-01-09 15:31:05 -0800377 "include/grpc++/impl/internal_stub.h",
378 "include/grpc++/impl/rpc_method.h",
379 "include/grpc++/impl/rpc_service_method.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800380 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800381 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800382 "include/grpc++/server_credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800383 "include/grpc++/server.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800384 "include/grpc++/status.h",
385 "include/grpc++/stream_context_interface.h",
vpai80b6d012014-12-17 11:47:32 -0800386 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800387 ],
388 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800389 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800390 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800391 "src/cpp/server/server_rpc_handler.h",
392 "src/cpp/server/thread_pool.h",
393 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800394 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800395 ],
396 "deps": [
397 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800398 ]
399 },
400 {
401 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800402 "build": "private",
Craig Tiller59140fc2015-01-18 10:12:17 -0800403 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800404 "src": [
yangg1456d152015-01-08 15:39:58 -0800405 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800406 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800407 "test/cpp/util/echo_duplicate.proto",
yangg59dfc902014-12-19 14:00:14 -0800408 "test/cpp/util/create_test_channel.cc",
nnoble4cb93712014-12-17 14:18:08 -0800409 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800410 ],
Craig Tiller59140fc2015-01-18 10:12:17 -0800411 "language": "c++"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800412 }
413 ],
414 "targets": [
415 {
416 "name": "gen_hpack_tables",
417 "build": "tool",
418 "src": [
419 "src/core/transport/chttp2/gen_hpack_tables.c"
420 ],
421 "deps": [
422 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800423 "gpr",
424 "grpc"
Craig Tiller59140fc2015-01-18 10:12:17 -0800425 ],
426 "language": "c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800427 },
nnobleebebb7e2014-12-10 16:31:01 -0800428
429 {
430 "name": "cpp_plugin",
431 "build": "protoc",
Craig Tiller59140fc2015-01-18 10:12:17 -0800432 "language": "c++",
nnoble69ac39f2014-12-12 15:43:38 -0800433 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800434 "src": [
Nicolas Noble54f68b62015-01-15 15:38:07 -0800435 "src/compiler/cpp_plugin.cc",
436 "src/compiler/cpp_generator.cc"
nnobleebebb7e2014-12-10 16:31:01 -0800437 ],
438 "headers": [
439 "src/compiler/cpp_generator.h",
440 "src/compiler/cpp_generator_helpers.h"
441 ],
442 "deps": []
443 },
444 {
445 "name": "ruby_plugin",
446 "build": "protoc",
Craig Tiller59140fc2015-01-18 10:12:17 -0800447 "language": "c++",
nnoble69ac39f2014-12-12 15:43:38 -0800448 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800449 "src": [
Nicolas Noble54f68b62015-01-15 15:38:07 -0800450 "src/compiler/ruby_plugin.cc",
451 "src/compiler/ruby_generator.cc"
nnobleebebb7e2014-12-10 16:31:01 -0800452 ],
453 "headers": [
454 "src/compiler/cpp_generator.h",
455 "src/compiler/cpp_generator_helpers-inl.h",
456 "src/compiler/cpp_generator_map-inl.h",
457 "src/compiler/cpp_generator_string-inl.h"
458 ],
459 "deps": []
460 },
nnoble45fc1592015-01-09 18:18:47 -0800461 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800462 "name": "grpc_byte_buffer_reader_test",
463 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800464 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800465 "src": [
466 "test/core/surface/byte_buffer_reader_test.c"
467 ],
468 "deps": [
469 "grpc_test_util",
470 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800471 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800472 "gpr"
473 ]
474 },
475 {
476 "name": "gpr_cancellable_test",
477 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800478 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800479 "src": [
480 "test/core/support/cancellable_test.c"
481 ],
482 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800483 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800484 "gpr"
485 ]
486 },
487 {
488 "name": "gpr_log_test",
489 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800490 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800491 "src": [
492 "test/core/support/log_test.c"
493 ],
494 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800495 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800496 "gpr"
497 ]
498 },
499 {
ctiller5e04b132014-12-15 09:24:43 -0800500 "name": "gpr_useful_test",
501 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800502 "language": "c",
ctiller5e04b132014-12-15 09:24:43 -0800503 "src": [
504 "test/core/support/useful_test.c"
505 ],
506 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800507 "gpr_test_util",
ctiller5e04b132014-12-15 09:24:43 -0800508 "gpr"
509 ]
510 },
511 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800512 "name": "gpr_cmdline_test",
513 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800514 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800515 "src": [
516 "test/core/support/cmdline_test.c"
517 ],
518 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800519 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800520 "gpr"
521 ]
522 },
523 {
524 "name": "gpr_histogram_test",
525 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800526 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800527 "src": [
528 "test/core/support/histogram_test.c"
529 ],
530 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800531 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800532 "gpr"
533 ]
534 },
535 {
536 "name": "gpr_host_port_test",
537 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800538 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800539 "src": [
540 "test/core/support/host_port_test.c"
541 ],
542 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800543 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800544 "gpr"
545 ]
546 },
547 {
548 "name": "gpr_slice_buffer_test",
549 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800550 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800551 "src": [
552 "test/core/support/slice_buffer_test.c"
553 ],
554 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800555 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800556 "gpr"
557 ]
558 },
559 {
560 "name": "gpr_slice_test",
561 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800562 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800563 "src": [
564 "test/core/support/slice_test.c"
565 ],
566 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800567 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800568 "gpr"
569 ]
570 },
571 {
572 "name": "gpr_string_test",
573 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800574 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800575 "src": [
576 "test/core/support/string_test.c"
577 ],
578 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800579 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800580 "gpr"
581 ]
582 },
583 {
584 "name": "gpr_sync_test",
585 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800586 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800587 "src": [
588 "test/core/support/sync_test.c"
589 ],
590 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800591 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800592 "gpr"
593 ]
594 },
595 {
596 "name": "gpr_thd_test",
597 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800598 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800599 "src": [
600 "test/core/support/thd_test.c"
601 ],
602 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800603 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800604 "gpr"
605 ]
606 },
607 {
608 "name": "gpr_time_test",
609 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800610 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800611 "src": [
612 "test/core/support/time_test.c"
613 ],
614 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800615 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800616 "gpr"
617 ]
618 },
619 {
620 "name": "murmur_hash_test",
621 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800622 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800623 "src": [
624 "test/core/support/murmur_hash_test.c"
625 ],
626 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -0800627 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800628 "gpr"
629 ]
630 },
631 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800632 "name": "grpc_stream_op_test",
633 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800634 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800635 "src": [
636 "test/core/transport/stream_op_test.c"
637 ],
638 "deps": [
639 "grpc_test_util",
640 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800641 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800642 "gpr"
643 ]
644 },
645 {
nnoble0c475f02014-12-05 15:37:39 -0800646 "name": "alpn_test",
647 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800648 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -0800649 "src": [
650 "test/core/transport/chttp2/alpn_test.c"
651 ],
652 "deps": [
653 "grpc_test_util",
654 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800655 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800656 "gpr"
657 ]
658 },
659 {
ctillerc1ddffb2014-12-15 13:08:18 -0800660 "name": "time_averaged_stats_test",
661 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800662 "language": "c",
ctillerc1ddffb2014-12-15 13:08:18 -0800663 "src": [
664 "test/core/iomgr/time_averaged_stats_test.c"
665 ],
666 "deps": [
667 "grpc_test_util",
668 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800669 "gpr_test_util",
ctillerc1ddffb2014-12-15 13:08:18 -0800670 "gpr"
671 ]
672 },
673 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800674 "name": "chttp2_stream_encoder_test",
675 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800676 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800677 "src": [
678 "test/core/transport/chttp2/stream_encoder_test.c"
679 ],
680 "deps": [
681 "grpc_test_util",
682 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800683 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800684 "gpr"
685 ]
686 },
687 {
688 "name": "hpack_table_test",
689 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800690 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800691 "src": [
692 "test/core/transport/chttp2/hpack_table_test.c"
693 ],
694 "deps": [
695 "grpc_test_util",
696 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800697 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800698 "gpr"
699 ]
700 },
701 {
702 "name": "chttp2_stream_map_test",
703 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800704 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800705 "src": [
706 "test/core/transport/chttp2/stream_map_test.c"
707 ],
708 "deps": [
709 "grpc_test_util",
710 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800711 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800712 "gpr"
713 ]
714 },
715 {
716 "name": "hpack_parser_test",
717 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800718 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800719 "src": [
720 "test/core/transport/chttp2/hpack_parser_test.c"
721 ],
722 "deps": [
723 "grpc_test_util",
724 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800725 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800726 "gpr"
727 ]
728 },
729 {
730 "name": "transport_metadata_test",
731 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800732 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800733 "src": [
734 "test/core/transport/metadata_test.c"
735 ],
736 "deps": [
737 "grpc_test_util",
738 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800739 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800740 "gpr"
741 ]
742 },
743 {
744 "name": "chttp2_status_conversion_test",
745 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800746 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800747 "src": [
748 "test/core/transport/chttp2/status_conversion_test.c"
749 ],
750 "deps": [
751 "grpc_test_util",
752 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800753 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800754 "gpr"
755 ]
756 },
757 {
758 "name": "chttp2_transport_end2end_test",
759 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800760 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800761 "src": [
762 "test/core/transport/chttp2_transport_end2end_test.c"
763 ],
764 "deps": [
765 "grpc_test_util",
766 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800767 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800768 "gpr"
769 ]
770 },
771 {
ctiller18b49ab2014-12-09 14:39:16 -0800772 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800773 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800774 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800775 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800776 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800777 ],
778 "deps": [
779 "grpc_test_util",
780 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800781 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800782 "gpr"
783 ]
784 },
785 {
nnoble0c475f02014-12-05 15:37:39 -0800786 "name": "dualstack_socket_test",
787 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800788 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -0800789 "src": [
790 "test/core/end2end/dualstack_socket_test.c"
791 ],
792 "deps": [
793 "grpc_test_util",
794 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800795 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800796 "gpr"
797 ]
798 },
799 {
800 "name": "no_server_test",
801 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800802 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -0800803 "src": [
804 "test/core/end2end/no_server_test.c"
805 ],
806 "deps": [
807 "grpc_test_util",
808 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800809 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800810 "gpr"
811 ]
812 },
813 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800814 "name": "resolve_address_test",
815 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800816 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800817 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800818 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800819 ],
820 "deps": [
821 "grpc_test_util",
822 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800823 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800824 "gpr"
825 ]
826 },
827 {
ctiller18b49ab2014-12-09 14:39:16 -0800828 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800829 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800830 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -0800831 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800832 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800833 ],
834 "deps": [
835 "grpc_test_util",
836 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800837 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800838 "gpr"
839 ]
840 },
841 {
ctiller18b49ab2014-12-09 14:39:16 -0800842 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800843 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800844 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800845 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800846 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800847 ],
848 "deps": [
849 "grpc_test_util",
850 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800851 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800852 "gpr"
853 ]
854 },
855 {
ctiller18b49ab2014-12-09 14:39:16 -0800856 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800857 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800858 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800859 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800860 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800861 ],
862 "deps": [
863 "grpc_test_util",
864 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800865 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800866 "gpr"
867 ]
868 },
869 {
870 "name": "grpc_channel_stack_test",
871 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800872 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800873 "src": [
874 "test/core/channel/channel_stack_test.c"
875 ],
876 "deps": [
877 "grpc_test_util",
878 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800879 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800880 "gpr"
881 ]
882 },
883 {
884 "name": "metadata_buffer_test",
885 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800886 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800887 "src": [
888 "test/core/channel/metadata_buffer_test.c"
889 ],
890 "deps": [
891 "grpc_test_util",
892 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800893 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800894 "gpr"
895 ]
896 },
897 {
898 "name": "grpc_completion_queue_test",
899 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800900 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800901 "src": [
902 "test/core/surface/completion_queue_test.c"
903 ],
904 "deps": [
905 "grpc_test_util",
906 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800907 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800908 "gpr"
909 ]
910 },
911 {
912 "name": "grpc_completion_queue_benchmark",
913 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -0800914 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800915 "src": [
916 "test/core/surface/completion_queue_benchmark.c"
917 ],
918 "deps": [
919 "grpc_test_util",
920 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800921 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800922 "gpr"
923 ]
924 },
925 {
hongyu24200d32015-01-08 15:13:49 -0800926 "name": "census_trace_store_test",
927 "build": "executable",
Craig Tiller59140fc2015-01-18 10:12:17 -0800928 "language": "c",
hongyu24200d32015-01-08 15:13:49 -0800929 "src": [
930 "test/core/statistics/trace_test.c"
931 ],
932 "deps": [
933 "grpc_test_util",
934 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800935 "gpr_test_util",
hongyu24200d32015-01-08 15:13:49 -0800936 "gpr"
937 ]
938 },
939 {
940 "name": "census_stats_store_test",
941 "build": "executable",
Craig Tiller59140fc2015-01-18 10:12:17 -0800942 "language": "c",
hongyu24200d32015-01-08 15:13:49 -0800943 "src": [
944 "test/core/statistics/rpc_stats_test.c"
945 ],
946 "deps": [
947 "grpc_test_util",
948 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800949 "gpr_test_util",
hongyu24200d32015-01-08 15:13:49 -0800950 "gpr"
951 ]
952 },
953 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800954 "name": "census_window_stats_test",
955 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800956 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800957 "src": [
958 "test/core/statistics/window_stats_test.c"
959 ],
960 "deps": [
961 "grpc_test_util",
962 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800963 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800964 "gpr"
965 ]
966 },
967 {
968 "name": "census_statistics_quick_test",
969 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800970 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800971 "src": [
972 "test/core/statistics/quick_test.c"
973 ],
974 "deps": [
975 "grpc_test_util",
976 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800977 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800978 "gpr"
979 ]
980 },
981 {
aveitch482a5be2014-12-15 10:25:12 -0800982 "name": "census_statistics_small_log_test",
983 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800984 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -0800985 "src": [
986 "test/core/statistics/small_log_test.c"
987 ],
988 "deps": [
989 "grpc_test_util",
990 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -0800991 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -0800992 "gpr"
993 ]
994 },
995 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800996 "name": "census_statistics_performance_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/statistics/performance_test.c"
1001 ],
1002 "deps": [
1003 "grpc_test_util",
1004 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001005 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001006 "gpr"
1007 ]
1008 },
1009 {
1010 "name": "census_statistics_multiple_writers_test",
1011 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001012 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001013 "src": [
1014 "test/core/statistics/multiple_writers_test.c"
1015 ],
1016 "deps": [
1017 "grpc_test_util",
1018 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001019 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001020 "gpr"
1021 ]
1022 },
1023 {
1024 "name": "census_statistics_multiple_writers_circular_buffer_test",
1025 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001026 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001027 "src": [
1028 "test/core/statistics/multiple_writers_circular_buffer_test.c"
1029 ],
1030 "deps": [
1031 "grpc_test_util",
1032 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001033 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001034 "gpr"
1035 ]
1036 },
1037 {
1038 "name": "census_stub_test",
1039 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001040 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001041 "src": [
1042 "test/core/statistics/census_stub_test.c"
1043 ],
1044 "deps": [
1045 "grpc_test_util",
1046 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001047 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001048 "gpr"
1049 ]
1050 },
1051 {
1052 "name": "census_hash_table_test",
1053 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001054 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001055 "src": [
1056 "test/core/statistics/hash_table_test.c"
1057 ],
1058 "deps": [
1059 "grpc_test_util",
1060 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001061 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 "gpr"
1063 ]
1064 },
1065 {
1066 "name": "fling_server",
1067 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001068 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 "run": false,
1070 "src": [
1071 "test/core/fling/server.c"
1072 ],
1073 "deps": [
1074 "grpc_test_util",
1075 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001076 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001077 "gpr"
1078 ]
1079 },
1080 {
1081 "name": "fling_client",
1082 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001083 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001084 "run": false,
1085 "src": [
1086 "test/core/fling/client.c"
1087 ],
1088 "deps": [
1089 "grpc_test_util",
1090 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001091 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001092 "gpr"
1093 ]
1094 },
1095 {
1096 "name": "fling_test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001097 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001098 "build": "test",
1099 "src": [
1100 "test/core/fling/fling_test.c"
1101 ],
1102 "deps": [
1103 "grpc_test_util",
1104 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001105 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001106 "gpr"
1107 ]
1108 },
1109 {
1110 "name": "echo_server",
Craig Tiller59140fc2015-01-18 10:12:17 -08001111 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001112 "build": "test",
1113 "run": false,
1114 "src": [
1115 "test/core/echo/server.c"
1116 ],
1117 "deps": [
1118 "grpc_test_util",
1119 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001120 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001121 "gpr"
1122 ]
1123 },
1124 {
1125 "name": "echo_client",
Craig Tiller59140fc2015-01-18 10:12:17 -08001126 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001127 "build": "test",
1128 "run": false,
1129 "src": [
1130 "test/core/echo/client.c"
1131 ],
1132 "deps": [
1133 "grpc_test_util",
1134 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001135 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001136 "gpr"
1137 ]
1138 },
1139 {
1140 "name": "echo_test",
1141 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001142 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001143 "src": [
1144 "test/core/echo/echo_test.c"
1145 ],
1146 "deps": [
1147 "grpc_test_util",
1148 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001149 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001150 "gpr"
1151 ]
1152 },
1153 {
1154 "name": "low_level_ping_pong_benchmark",
1155 "build": "benchmark",
Craig Tiller59140fc2015-01-18 10:12:17 -08001156 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001157 "src": [
1158 "test/core/network_benchmarks/low_level_ping_pong.c"
1159 ],
1160 "deps": [
1161 "grpc_test_util",
1162 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001163 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001164 "gpr"
1165 ]
1166 },
1167 {
1168 "name": "message_compress_test",
1169 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001170 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001171 "src": [
1172 "test/core/compression/message_compress_test.c"
1173 ],
1174 "deps": [
1175 "grpc_test_util",
1176 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001177 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001178 "gpr"
1179 ]
1180 },
nnoble0c475f02014-12-05 15:37:39 -08001181 {
1182 "name": "bin_encoder_test",
1183 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001184 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001185 "src": [
1186 "test/core/transport/chttp2/bin_encoder_test.c"
1187 ],
1188 "deps": [
1189 "grpc_test_util",
1190 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001191 "gpr_test_util",
nnoble0c475f02014-12-05 15:37:39 -08001192 "gpr"
1193 ]
1194 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001195 {
1196 "name": "secure_endpoint_test",
1197 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001198 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001199 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001200 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001201 ],
1202 "deps": [
1203 "grpc_test_util",
1204 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001205 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 "gpr"
1207 ]
1208 },
1209 {
1210 "name": "httpcli_format_request_test",
1211 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001212 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001213 "src": [
1214 "test/core/httpcli/format_request_test.c"
1215 ],
1216 "deps": [
1217 "grpc_test_util",
1218 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001219 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001220 "gpr"
1221 ]
1222 },
1223 {
1224 "name": "httpcli_parser_test",
1225 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001226 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001227 "src": [
1228 "test/core/httpcli/parser_test.c"
1229 ],
1230 "deps": [
1231 "grpc_test_util",
1232 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001233 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001234 "gpr"
1235 ]
1236 },
1237 {
1238 "name": "httpcli_test",
1239 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001240 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001241 "src": [
1242 "test/core/httpcli/httpcli_test.c"
1243 ],
1244 "deps": [
1245 "grpc_test_util",
1246 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001247 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001248 "gpr"
1249 ]
1250 },
1251 {
1252 "name": "grpc_credentials_test",
1253 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001254 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001255 "src": [
1256 "test/core/security/credentials_test.c"
1257 ],
1258 "deps": [
1259 "grpc_test_util",
1260 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001261 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001262 "gpr"
1263 ]
1264 },
1265 {
jboeuf1a809c02014-12-19 15:44:30 -08001266 "name": "grpc_fetch_oauth2",
1267 "build": "tool",
Craig Tiller59140fc2015-01-18 10:12:17 -08001268 "language": "c",
jboeuf1a809c02014-12-19 15:44:30 -08001269 "src": [
1270 "test/core/security/fetch_oauth2.c"
1271 ],
1272 "deps": [
1273 "grpc_test_util",
1274 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001275 "gpr_test_util",
jboeuf1a809c02014-12-19 15:44:30 -08001276 "gpr"
1277 ]
1278 },
1279 {
jboeufbefd2652014-12-12 15:39:47 -08001280 "name": "grpc_base64_test",
1281 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001282 "language": "c",
jboeufbefd2652014-12-12 15:39:47 -08001283 "src": [
1284 "test/core/security/base64_test.c"
1285 ],
1286 "deps": [
1287 "grpc_test_util",
1288 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001289 "gpr_test_util",
jboeufbefd2652014-12-12 15:39:47 -08001290 "gpr"
1291 ]
1292 },
1293 {
1294 "name": "grpc_json_token_test",
1295 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001296 "language": "c",
jboeufbefd2652014-12-12 15:39:47 -08001297 "src": [
1298 "test/core/security/json_token_test.c"
1299 ],
1300 "deps": [
1301 "grpc_test_util",
1302 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001303 "gpr_test_util",
jboeufbefd2652014-12-12 15:39:47 -08001304 "gpr"
1305 ]
1306 },
1307 {
ctiller8919f602014-12-10 10:19:42 -08001308 "name": "timeout_encoding_test",
1309 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001310 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001311 "src": [
1312 "test/core/transport/chttp2/timeout_encoding_test.c"
1313 ],
1314 "deps": [
1315 "grpc_test_util",
1316 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001317 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001318 "gpr"
1319 ]
1320 },
1321 {
1322 "name": "fd_posix_test",
1323 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001324 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001325 "src": [
1326 "test/core/iomgr/fd_posix_test.c"
1327 ],
1328 "deps": [
1329 "grpc_test_util",
1330 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001331 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001332 "gpr"
1333 ]
1334 },
1335 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001336 "name": "fling_stream_test",
1337 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001338 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001339 "src": [
1340 "test/core/fling/fling_stream_test.c"
1341 ],
1342 "deps": [
1343 "grpc_test_util",
1344 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001345 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001346 "gpr"
1347 ]
1348 },
1349 {
1350 "name": "lame_client_test",
1351 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001352 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001353 "src": [
1354 "test/core/surface/lame_client_test.c"
1355 ],
1356 "deps": [
1357 "grpc_test_util",
1358 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001359 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001360 "gpr"
1361 ]
1362 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001363 {
1364 "name": "thread_pool_test",
1365 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001366 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001367 "src": [
1368 "test/cpp/server/thread_pool_test.cc"
1369 ],
1370 "deps": [
1371 "grpc_test_util",
1372 "grpc++",
1373 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001374 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001375 "gpr"
1376 ]
1377 },
1378 {
1379 "name": "status_test",
1380 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001381 "language": "c++",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001382 "src": [
1383 "test/cpp/util/status_test.cc"
1384 ],
1385 "deps": [
1386 "grpc_test_util",
1387 "grpc++",
1388 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001389 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001390 "gpr"
1391 ]
ctiller8919f602014-12-10 10:19:42 -08001392 },
1393 {
1394 "name": "sync_client_async_server_test",
1395 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001396 "language": "c++",
ctiller8919f602014-12-10 10:19:42 -08001397 "src": [
1398 "test/cpp/end2end/sync_client_async_server_test.cc"
1399 ],
1400 "deps": [
Craig Tillerd4773f52015-01-12 16:38:47 -08001401 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001402 "grpc_test_util",
1403 "grpc++",
1404 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001405 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001406 "gpr"
1407 ]
1408 },
1409 {
1410 "name": "qps_client",
1411 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001412 "language": "c++",
ctiller8919f602014-12-10 10:19:42 -08001413 "src": [
Craig Tillerbf2659f2015-01-13 12:27:06 -08001414 "test/cpp/qps/qpstest.proto",
vpai80b6d012014-12-17 11:47:32 -08001415 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001416 ],
1417 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001418 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001419 "grpc_test_util",
1420 "grpc++",
1421 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001422 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001423 "gpr"
1424 ]
1425 },
1426 {
1427 "name": "qps_server",
1428 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001429 "language": "c++",
ctiller8919f602014-12-10 10:19:42 -08001430 "src": [
Craig Tillerbf2659f2015-01-13 12:27:06 -08001431 "test/cpp/qps/qpstest.proto",
vpai80b6d012014-12-17 11:47:32 -08001432 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001433 ],
1434 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001435 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001436 "grpc_test_util",
1437 "grpc++",
1438 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001439 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001440 "gpr"
1441 ]
1442 },
1443 {
1444 "name": "interop_server",
1445 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001446 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001447 "language": "c++",
ctiller8919f602014-12-10 10:19:42 -08001448 "src": [
nnoble72309c62014-12-12 11:42:26 -08001449 "test/cpp/interop/empty.proto",
1450 "test/cpp/interop/messages.proto",
1451 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001452 "test/cpp/interop/server.cc"
1453 ],
1454 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001455 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001456 "grpc_test_util",
1457 "grpc++",
1458 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001459 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001460 "gpr"
1461 ]
1462 },
1463 {
1464 "name": "interop_client",
1465 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001466 "run": false,
Craig Tiller59140fc2015-01-18 10:12:17 -08001467 "language": "c++",
ctiller8919f602014-12-10 10:19:42 -08001468 "src": [
nnoble72309c62014-12-12 11:42:26 -08001469 "test/cpp/interop/empty.proto",
1470 "test/cpp/interop/messages.proto",
1471 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001472 "test/cpp/interop/client.cc"
1473 ],
1474 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001475 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001476 "grpc_test_util",
1477 "grpc++",
1478 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001479 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001480 "gpr"
1481 ]
1482 },
1483 {
1484 "name": "end2end_test",
1485 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001486 "language": "c++",
ctiller8919f602014-12-10 10:19:42 -08001487 "src": [
1488 "test/cpp/end2end/end2end_test.cc"
1489 ],
1490 "deps": [
yangg1456d152015-01-08 15:39:58 -08001491 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001492 "grpc_test_util",
1493 "grpc++",
1494 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001495 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001496 "gpr"
1497 ]
1498 },
1499 {
yangg59dfc902014-12-19 14:00:14 -08001500 "name": "channel_arguments_test",
1501 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001502 "language": "c++",
yangg59dfc902014-12-19 14:00:14 -08001503 "src": [
1504 "test/cpp/client/channel_arguments_test.cc"
1505 ],
1506 "deps": [
1507 "grpc++",
Craig Tillerd4773f52015-01-12 16:38:47 -08001508 "grpc",
Craig Tillere1586a72015-01-12 22:05:30 -08001509 "gpr"
yangg59dfc902014-12-19 14:00:14 -08001510 ]
1511 },
1512 {
yangg4105e2b2015-01-09 14:19:44 -08001513 "name": "credentials_test",
1514 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001515 "language": "c++",
yangg4105e2b2015-01-09 14:19:44 -08001516 "src": [
1517 "test/cpp/client/credentials_test.cc"
1518 ],
1519 "deps": [
1520 "grpc++",
Craig Tillerd4773f52015-01-12 16:38:47 -08001521 "grpc",
Craig Tillere1586a72015-01-12 22:05:30 -08001522 "gpr"
yangg4105e2b2015-01-09 14:19:44 -08001523 ]
1524 },
1525 {
ctiller8919f602014-12-10 10:19:42 -08001526 "name": "alarm_test",
1527 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001528 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001529 "src": [
1530 "test/core/iomgr/alarm_test.c"
1531 ],
1532 "deps": [
1533 "grpc_test_util",
1534 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001535 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001536 "gpr"
1537 ]
1538 },
1539 {
ctiller3bf466f2014-12-19 16:21:57 -08001540 "name": "alarm_list_test",
1541 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001542 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001543 "src": [
1544 "test/core/iomgr/alarm_list_test.c"
1545 ],
1546 "deps": [
1547 "grpc_test_util",
1548 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001549 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001550 "gpr"
1551 ]
1552 },
1553 {
1554 "name": "alarm_heap_test",
1555 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001556 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001557 "src": [
1558 "test/core/iomgr/alarm_heap_test.c"
1559 ],
1560 "deps": [
1561 "grpc_test_util",
1562 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001563 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001564 "gpr"
1565 ]
1566 },
1567 {
ctiller8919f602014-12-10 10:19:42 -08001568 "name": "time_test",
1569 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001570 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001571 "src": [
1572 "test/core/support/time_test.c"
1573 ],
1574 "deps": [
1575 "grpc_test_util",
1576 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001577 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001578 "gpr"
1579 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001580 },
1581 {
1582 "name": "poll_kick_test",
1583 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001584 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001585 "src": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001586 "test/core/iomgr/poll_kick_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001587 ],
1588 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001589 "grpc_test_util",
1590 "grpc",
1591 "gpr_test_util",
1592 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001593 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001594 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001595 ]
1596}