blob: d60f4e5705cd61a776a6ef41df2f31a958802a02 [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",
41 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
42 "src/core/iomgr/pollset_posix.c",
nnoblec87b1c52015-01-05 17:15:18 -080043 "src/core/iomgr/resolve_address_posix.c",
44 "src/core/iomgr/sockaddr_utils.c",
45 "src/core/iomgr/socket_utils_common_posix.c",
46 "src/core/iomgr/socket_utils_linux.c",
47 "src/core/iomgr/socket_utils_posix.c",
48 "src/core/iomgr/tcp_client_posix.c",
49 "src/core/iomgr/tcp_posix.c",
50 "src/core/iomgr/tcp_server_posix.c",
51 "src/core/iomgr/time_averaged_stats.c",
52 "src/core/statistics/census_init.c",
53 "src/core/statistics/census_log.c",
54 "src/core/statistics/census_rpc_stats.c",
55 "src/core/statistics/census_tracing.c",
56 "src/core/statistics/hash_table.c",
57 "src/core/statistics/window_stats.c",
58 "src/core/surface/byte_buffer.c",
59 "src/core/surface/byte_buffer_reader.c",
60 "src/core/surface/call.c",
61 "src/core/surface/channel.c",
62 "src/core/surface/channel_create.c",
63 "src/core/surface/client.c",
64 "src/core/surface/completion_queue.c",
65 "src/core/surface/event_string.c",
66 "src/core/surface/init.c",
67 "src/core/surface/lame_client.c",
68 "src/core/surface/secure_channel_create.c",
69 "src/core/surface/secure_server_create.c",
70 "src/core/surface/server.c",
71 "src/core/surface/server_chttp2.c",
72 "src/core/surface/server_create.c",
73 "src/core/transport/chttp2/alpn.c",
74 "src/core/transport/chttp2/bin_encoder.c",
75 "src/core/transport/chttp2/frame_data.c",
76 "src/core/transport/chttp2/frame_goaway.c",
77 "src/core/transport/chttp2/frame_ping.c",
78 "src/core/transport/chttp2/frame_rst_stream.c",
79 "src/core/transport/chttp2/frame_settings.c",
80 "src/core/transport/chttp2/frame_window_update.c",
81 "src/core/transport/chttp2/hpack_parser.c",
82 "src/core/transport/chttp2/hpack_table.c",
83 "src/core/transport/chttp2/huffsyms.c",
84 "src/core/transport/chttp2/status_conversion.c",
85 "src/core/transport/chttp2/stream_encoder.c",
86 "src/core/transport/chttp2/stream_map.c",
87 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -080088 "src/core/transport/chttp2/varint.c",
ctiller58393c22015-01-07 14:03:30 -080089 "src/core/transport/chttp2_transport.c",
nnoblec87b1c52015-01-05 17:15:18 -080090 "src/core/transport/metadata.c",
91 "src/core/transport/stream_op.c",
92 "src/core/transport/transport.c",
93 "third_party/cJSON/cJSON.c"
94 ],
95 "public_headers": [
96 "include/grpc/byte_buffer.h",
97 "include/grpc/byte_buffer_reader.h",
98 "include/grpc/grpc.h",
99 "include/grpc/status.h"
100 ],
101 "headers": [
102 "src/core/channel/census_filter.h",
103 "src/core/channel/channel_args.h",
104 "src/core/channel/channel_stack.h",
105 "src/core/channel/child_channel.h",
106 "src/core/channel/client_channel.h",
107 "src/core/channel/client_setup.h",
108 "src/core/channel/connected_channel.h",
109 "src/core/channel/http_client_filter.h",
110 "src/core/channel/http_filter.h",
111 "src/core/channel/http_server_filter.h",
112 "src/core/channel/metadata_buffer.h",
113 "src/core/channel/noop_filter.h",
114 "src/core/compression/algorithm.h",
115 "src/core/compression/message_compress.h",
116 "src/core/httpcli/format_request.h",
117 "src/core/httpcli/httpcli.h",
118 "src/core/httpcli/httpcli_security_context.h",
119 "src/core/httpcli/parser.h",
120 "src/core/iomgr/alarm.h",
121 "src/core/iomgr/alarm_heap.h",
122 "src/core/iomgr/alarm_internal.h",
123 "src/core/iomgr/endpoint.h",
124 "src/core/iomgr/endpoint_pair.h",
ctiller58393c22015-01-07 14:03:30 -0800125 "src/core/iomgr/fd_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800126 "src/core/iomgr/iomgr.h",
ctiller58393c22015-01-07 14:03:30 -0800127 "src/core/iomgr/iomgr_internal.h",
128 "src/core/iomgr/iomgr_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800129 "src/core/iomgr/pollset.h",
ctiller58393c22015-01-07 14:03:30 -0800130 "src/core/iomgr/pollset_posix.h",
nnoblec87b1c52015-01-05 17:15:18 -0800131 "src/core/iomgr/resolve_address.h",
132 "src/core/iomgr/sockaddr.h",
133 "src/core/iomgr/sockaddr_posix.h",
134 "src/core/iomgr/sockaddr_utils.h",
135 "src/core/iomgr/sockaddr_win32.h",
136 "src/core/iomgr/socket_utils_posix.h",
137 "src/core/iomgr/tcp_client.h",
138 "src/core/iomgr/tcp_posix.h",
139 "src/core/iomgr/tcp_server.h",
140 "src/core/iomgr/time_averaged_stats.h",
141 "src/core/statistics/census_interface.h",
142 "src/core/statistics/census_log.h",
143 "src/core/statistics/census_rpc_stats.h",
hongyu24200d32015-01-08 15:13:49 -0800144 "src/core/statistics/census_tracing.h",
nnoblec87b1c52015-01-05 17:15:18 -0800145 "src/core/statistics/hash_table.h",
146 "src/core/statistics/window_stats.h",
147 "src/core/surface/call.h",
148 "src/core/surface/channel.h",
149 "src/core/surface/client.h",
150 "src/core/surface/completion_queue.h",
151 "src/core/surface/event_string.h",
152 "src/core/surface/lame_client.h",
153 "src/core/surface/server.h",
154 "src/core/surface/surface_trace.h",
155 "src/core/transport/chttp2/bin_encoder.h",
ctiller58393c22015-01-07 14:03:30 -0800156 "src/core/transport/chttp2/frame.h",
nnoblec87b1c52015-01-05 17:15:18 -0800157 "src/core/transport/chttp2/frame_data.h",
158 "src/core/transport/chttp2/frame_goaway.h",
nnoblec87b1c52015-01-05 17:15:18 -0800159 "src/core/transport/chttp2/frame_ping.h",
160 "src/core/transport/chttp2/frame_rst_stream.h",
161 "src/core/transport/chttp2/frame_settings.h",
162 "src/core/transport/chttp2/frame_window_update.h",
163 "src/core/transport/chttp2/hpack_parser.h",
164 "src/core/transport/chttp2/hpack_table.h",
165 "src/core/transport/chttp2/http2_errors.h",
166 "src/core/transport/chttp2/huffsyms.h",
167 "src/core/transport/chttp2/status_conversion.h",
168 "src/core/transport/chttp2/stream_encoder.h",
169 "src/core/transport/chttp2/stream_map.h",
170 "src/core/transport/chttp2/timeout_encoding.h",
ctillere4b40932015-01-07 12:13:17 -0800171 "src/core/transport/chttp2/varint.h",
ctiller58393c22015-01-07 14:03:30 -0800172 "src/core/transport/chttp2_transport.h",
nnoblec87b1c52015-01-05 17:15:18 -0800173 "src/core/transport/metadata.h",
174 "src/core/transport/stream_op.h",
175 "src/core/transport/transport.h",
176 "src/core/transport/transport_impl.h"
177 ]
178 }
179 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800180 "libs": [
181 {
182 "name": "gpr",
183 "build": "all",
184 "secure": false,
jtattermusch97fb3f62014-12-08 15:13:41 -0800185 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800186 "src": [
187 "src/core/support/alloc.c",
188 "src/core/support/cancellable.c",
189 "src/core/support/cmdline.c",
ctillerd94ad102014-12-23 08:53:43 -0800190 "src/core/support/cpu_linux.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800191 "src/core/support/cpu_posix.c",
192 "src/core/support/histogram.c",
193 "src/core/support/host_port.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800194 "src/core/support/log_android.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800195 "src/core/support/log.c",
196 "src/core/support/log_linux.c",
197 "src/core/support/log_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800198 "src/core/support/log_win32.c",
199 "src/core/support/murmur_hash.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800200 "src/core/support/slice_buffer.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800201 "src/core/support/slice.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800202 "src/core/support/string.c",
203 "src/core/support/string_posix.c",
nnoble0c475f02014-12-05 15:37:39 -0800204 "src/core/support/string_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800205 "src/core/support/sync.c",
206 "src/core/support/sync_posix.c",
jtattermusch98bffb72014-12-09 12:47:19 -0800207 "src/core/support/sync_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800208 "src/core/support/thd_posix.c",
209 "src/core/support/thd_win32.c",
210 "src/core/support/time.c",
211 "src/core/support/time_posix.c",
212 "src/core/support/time_win32.c"
213 ],
214 "public_headers": [
215 "include/grpc/support/alloc.h",
216 "include/grpc/support/atm_gcc_atomic.h",
217 "include/grpc/support/atm_gcc_sync.h",
218 "include/grpc/support/atm.h",
219 "include/grpc/support/atm_win32.h",
220 "include/grpc/support/cancellable_platform.h",
221 "include/grpc/support/cmdline.h",
222 "include/grpc/support/histogram.h",
223 "include/grpc/support/host_port.h",
224 "include/grpc/support/log.h",
225 "include/grpc/support/port_platform.h",
226 "include/grpc/support/slice_buffer.h",
227 "include/grpc/support/slice.h",
228 "include/grpc/support/string.h",
229 "include/grpc/support/sync_generic.h",
230 "include/grpc/support/sync.h",
231 "include/grpc/support/sync_posix.h",
232 "include/grpc/support/sync_win32.h",
233 "include/grpc/support/thd.h",
234 "include/grpc/support/thd_posix.h",
235 "include/grpc/support/thd_win32.h",
236 "include/grpc/support/time.h",
237 "include/grpc/support/time_posix.h",
238 "include/grpc/support/time_win32.h",
239 "include/grpc/support/useful.h"
240 ],
241 "headers": [
242 "src/core/support/cpu.h",
243 "src/core/support/murmur_hash.h",
244 "src/core/support/thd_internal.h"
245 ]
246 },
247 {
248 "name": "grpc",
249 "build": "all",
250 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800251 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
nnoble20e2e3f2014-12-16 15:37:57 -0800252 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800253 "filegroups": [
254 "grpc_base"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800255 ],
256 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800257 "src/core/security/auth.c",
jboeufbefd2652014-12-12 15:39:47 -0800258 "src/core/security/base64.c",
ctiller18b49ab2014-12-09 14:39:16 -0800259 "src/core/security/credentials.c",
260 "src/core/security/google_root_certs.c",
jboeufbefd2652014-12-12 15:39:47 -0800261 "src/core/security/json_token.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800262 "src/core/security/secure_endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800263 "src/core/security/secure_transport_setup.c",
264 "src/core/security/security_context.c",
265 "src/core/security/server_secure_chttp2.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800266 "src/core/tsi/fake_transport_security.c",
267 "src/core/tsi/ssl_transport_security.c",
nnoblec87b1c52015-01-05 17:15:18 -0800268 "src/core/tsi/transport_security.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800269 ],
270 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800271 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800272 ],
273 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800274 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800275 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800276 "src/core/security/credentials.h",
277 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800278 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800279 "src/core/security/secure_transport_setup.h",
280 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800281 "src/core/tsi/fake_transport_security.h",
282 "src/core/tsi/ssl_transport_security.h",
283 "src/core/tsi/transport_security.h",
284 "src/core/tsi/transport_security_interface.h",
285 "src/core/tsi/transport_security_test_lib.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800286 ],
287 "deps": [
288 "gpr"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800289 ]
290 },
291 {
nnoblec87b1c52015-01-05 17:15:18 -0800292 "name": "grpc_unsecure",
293 "build": "all",
294 "secure": false,
295 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}",
296 "baselib": true,
297 "filegroups": [
298 "grpc_base"
299 ],
300 "deps": [
301 "gpr"
302 ]
303 },
304 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 "name": "grpc_test_util",
306 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800307 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800308 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800309 "test/core/end2end/cq_verifier.c",
chenw97fd9e52014-12-19 17:12:36 -0800310 "test/core/end2end/data/test_root_cert.c",
311 "test/core/end2end/data/prod_roots_certs.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800312 "test/core/end2end/data/server1_cert.c",
313 "test/core/end2end/data/server1_key.c",
314 "test/core/iomgr/endpoint_tests.c",
315 "test/core/statistics/census_log_tests.c",
316 "test/core/transport/transport_end2end_tests.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800317 "test/core/util/grpc_profiler.c",
318 "test/core/util/parse_hexstring.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800319 "test/core/util/port_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800320 "test/core/util/slice_splitter.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800321 "test/core/util/test_config.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800322 ]
323 },
324 {
325 "name": "grpc++",
326 "build": "all",
327 "c++": true,
328 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800329 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800330 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800331 "src/cpp/client/channel.cc",
yangg59dfc902014-12-19 14:00:14 -0800332 "src/cpp/client/channel_arguments.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800333 "src/cpp/client/client_context.cc",
334 "src/cpp/client/create_channel.cc",
vpai80b6d012014-12-17 11:47:32 -0800335 "src/cpp/client/credentials.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800336 "src/cpp/client/internal_stub.cc",
337 "src/cpp/proto/proto_utils.cc",
338 "src/cpp/rpc_method.cc",
339 "src/cpp/server/async_server.cc",
340 "src/cpp/server/async_server_context.cc",
341 "src/cpp/server/completion_queue.cc",
342 "src/cpp/server/server_builder.cc",
yanggfd2f3ac2014-12-17 16:46:06 -0800343 "src/cpp/server/server_context_impl.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800344 "src/cpp/server/server.cc",
345 "src/cpp/server/server_rpc_handler.cc",
vpai80b6d012014-12-17 11:47:32 -0800346 "src/cpp/server/server_credentials.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800347 "src/cpp/server/thread_pool.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800348 "src/cpp/stream/stream_context.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800349 "src/cpp/util/status.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800350 "src/cpp/util/time.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800351 ],
352 "public_headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800353 "include/grpc++/async_server_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800354 "include/grpc++/async_server.h",
yangg59dfc902014-12-19 14:00:14 -0800355 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800356 "include/grpc++/channel_interface.h",
357 "include/grpc++/client_context.h",
358 "include/grpc++/completion_queue.h",
359 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800360 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800361 "include/grpc++/credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800362 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800363 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800364 "include/grpc++/server_credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800365 "include/grpc++/server.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800366 "include/grpc++/status.h",
367 "include/grpc++/stream_context_interface.h",
vpai80b6d012014-12-17 11:47:32 -0800368 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800369 ],
370 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800371 "src/cpp/client/channel.h",
372 "src/cpp/client/internal_stub.h",
373 "src/cpp/proto/proto_utils.h",
374 "src/cpp/rpc_method.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800375 "src/cpp/server/rpc_service_method.h",
376 "src/cpp/server/server_rpc_handler.h",
377 "src/cpp/server/thread_pool.h",
378 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800379 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800380 ],
381 "deps": [
382 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800383 ]
384 },
385 {
386 "name": "grpc++_test_util",
387 "build": "test",
388 "src": [
nnoble72309c62014-12-12 11:42:26 -0800389 "test/cpp/util/echo.proto",
yangg59dfc902014-12-19 14:00:14 -0800390 "test/cpp/util/create_test_channel.cc",
nnoble4cb93712014-12-17 14:18:08 -0800391 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800392 ],
393 "c++": true
394 }
395 ],
396 "targets": [
397 {
398 "name": "gen_hpack_tables",
399 "build": "tool",
400 "src": [
401 "src/core/transport/chttp2/gen_hpack_tables.c"
402 ],
403 "deps": [
404 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800405 "gpr",
406 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800407 ]
408 },
nnobleebebb7e2014-12-10 16:31:01 -0800409
410 {
411 "name": "cpp_plugin",
412 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800413 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800414 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800415 "src": [
416 "src/compiler/cpp_plugin.cpp",
417 "src/compiler/cpp_generator.cpp"
418 ],
419 "headers": [
420 "src/compiler/cpp_generator.h",
421 "src/compiler/cpp_generator_helpers.h"
422 ],
423 "deps": []
424 },
425 {
426 "name": "ruby_plugin",
427 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800428 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800429 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800430 "src": [
431 "src/compiler/ruby_plugin.cpp",
432 "src/compiler/ruby_generator.cpp"
433 ],
434 "headers": [
435 "src/compiler/cpp_generator.h",
436 "src/compiler/cpp_generator_helpers-inl.h",
437 "src/compiler/cpp_generator_map-inl.h",
438 "src/compiler/cpp_generator_string-inl.h"
439 ],
440 "deps": []
441 },
442
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800443 {
444 "name": "grpc_byte_buffer_reader_test",
445 "build": "test",
446 "src": [
447 "test/core/surface/byte_buffer_reader_test.c"
448 ],
449 "deps": [
450 "grpc_test_util",
451 "grpc",
452 "gpr"
453 ]
454 },
455 {
456 "name": "gpr_cancellable_test",
457 "build": "test",
458 "src": [
459 "test/core/support/cancellable_test.c"
460 ],
461 "deps": [
462 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800463 "gpr"
464 ]
465 },
466 {
467 "name": "gpr_log_test",
468 "build": "test",
469 "src": [
470 "test/core/support/log_test.c"
471 ],
472 "deps": [
473 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800474 "gpr"
475 ]
476 },
477 {
ctiller5e04b132014-12-15 09:24:43 -0800478 "name": "gpr_useful_test",
479 "build": "test",
480 "src": [
481 "test/core/support/useful_test.c"
482 ],
483 "deps": [
484 "grpc_test_util",
485 "gpr"
486 ]
487 },
488 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800489 "name": "gpr_cmdline_test",
490 "build": "test",
491 "src": [
492 "test/core/support/cmdline_test.c"
493 ],
494 "deps": [
495 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800496 "gpr"
497 ]
498 },
499 {
500 "name": "gpr_histogram_test",
501 "build": "test",
502 "src": [
503 "test/core/support/histogram_test.c"
504 ],
505 "deps": [
506 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800507 "gpr"
508 ]
509 },
510 {
511 "name": "gpr_host_port_test",
512 "build": "test",
513 "src": [
514 "test/core/support/host_port_test.c"
515 ],
516 "deps": [
517 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800518 "gpr"
519 ]
520 },
521 {
522 "name": "gpr_slice_buffer_test",
523 "build": "test",
524 "src": [
525 "test/core/support/slice_buffer_test.c"
526 ],
527 "deps": [
528 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800529 "gpr"
530 ]
531 },
532 {
533 "name": "gpr_slice_test",
534 "build": "test",
535 "src": [
536 "test/core/support/slice_test.c"
537 ],
538 "deps": [
539 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800540 "gpr"
541 ]
542 },
543 {
544 "name": "gpr_string_test",
545 "build": "test",
546 "src": [
547 "test/core/support/string_test.c"
548 ],
549 "deps": [
550 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800551 "gpr"
552 ]
553 },
554 {
555 "name": "gpr_sync_test",
556 "build": "test",
557 "src": [
558 "test/core/support/sync_test.c"
559 ],
560 "deps": [
561 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800562 "gpr"
563 ]
564 },
565 {
566 "name": "gpr_thd_test",
567 "build": "test",
568 "src": [
569 "test/core/support/thd_test.c"
570 ],
571 "deps": [
572 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800573 "gpr"
574 ]
575 },
576 {
577 "name": "gpr_time_test",
578 "build": "test",
579 "src": [
580 "test/core/support/time_test.c"
581 ],
582 "deps": [
583 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800584 "gpr"
585 ]
586 },
587 {
588 "name": "murmur_hash_test",
589 "build": "test",
590 "src": [
591 "test/core/support/murmur_hash_test.c"
592 ],
593 "deps": [
594 "grpc_test_util",
595 "grpc",
596 "gpr"
597 ]
598 },
599 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800600 "name": "grpc_stream_op_test",
601 "build": "test",
602 "src": [
603 "test/core/transport/stream_op_test.c"
604 ],
605 "deps": [
606 "grpc_test_util",
607 "grpc",
608 "gpr"
609 ]
610 },
611 {
nnoble0c475f02014-12-05 15:37:39 -0800612 "name": "alpn_test",
613 "build": "test",
614 "src": [
615 "test/core/transport/chttp2/alpn_test.c"
616 ],
617 "deps": [
618 "grpc_test_util",
619 "grpc",
620 "gpr"
621 ]
622 },
623 {
ctillerc1ddffb2014-12-15 13:08:18 -0800624 "name": "time_averaged_stats_test",
625 "build": "test",
626 "src": [
627 "test/core/iomgr/time_averaged_stats_test.c"
628 ],
629 "deps": [
630 "grpc_test_util",
631 "grpc",
632 "gpr"
633 ]
634 },
635 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800636 "name": "chttp2_stream_encoder_test",
637 "build": "test",
638 "src": [
639 "test/core/transport/chttp2/stream_encoder_test.c"
640 ],
641 "deps": [
642 "grpc_test_util",
643 "grpc",
644 "gpr"
645 ]
646 },
647 {
648 "name": "hpack_table_test",
649 "build": "test",
650 "src": [
651 "test/core/transport/chttp2/hpack_table_test.c"
652 ],
653 "deps": [
654 "grpc_test_util",
655 "grpc",
656 "gpr"
657 ]
658 },
659 {
660 "name": "chttp2_stream_map_test",
661 "build": "test",
662 "src": [
663 "test/core/transport/chttp2/stream_map_test.c"
664 ],
665 "deps": [
666 "grpc_test_util",
667 "grpc",
668 "gpr"
669 ]
670 },
671 {
672 "name": "hpack_parser_test",
673 "build": "test",
674 "src": [
675 "test/core/transport/chttp2/hpack_parser_test.c"
676 ],
677 "deps": [
678 "grpc_test_util",
679 "grpc",
680 "gpr"
681 ]
682 },
683 {
684 "name": "transport_metadata_test",
685 "build": "test",
686 "src": [
687 "test/core/transport/metadata_test.c"
688 ],
689 "deps": [
690 "grpc_test_util",
691 "grpc",
692 "gpr"
693 ]
694 },
695 {
696 "name": "chttp2_status_conversion_test",
697 "build": "test",
698 "src": [
699 "test/core/transport/chttp2/status_conversion_test.c"
700 ],
701 "deps": [
702 "grpc_test_util",
703 "grpc",
704 "gpr"
705 ]
706 },
707 {
708 "name": "chttp2_transport_end2end_test",
709 "build": "test",
710 "src": [
711 "test/core/transport/chttp2_transport_end2end_test.c"
712 ],
713 "deps": [
714 "grpc_test_util",
715 "grpc",
716 "gpr"
717 ]
718 },
719 {
ctiller18b49ab2014-12-09 14:39:16 -0800720 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800721 "build": "test",
722 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800723 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800724 ],
725 "deps": [
726 "grpc_test_util",
727 "grpc",
728 "gpr"
729 ]
730 },
731 {
nnoble0c475f02014-12-05 15:37:39 -0800732 "name": "dualstack_socket_test",
733 "build": "test",
734 "src": [
735 "test/core/end2end/dualstack_socket_test.c"
736 ],
737 "deps": [
738 "grpc_test_util",
739 "grpc",
740 "gpr"
741 ]
742 },
743 {
744 "name": "no_server_test",
745 "build": "test",
746 "src": [
747 "test/core/end2end/no_server_test.c"
748 ],
749 "deps": [
750 "grpc_test_util",
751 "grpc",
752 "gpr"
753 ]
754 },
755 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800756 "name": "resolve_address_test",
757 "build": "test",
758 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800759 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800760 ],
761 "deps": [
762 "grpc_test_util",
763 "grpc",
764 "gpr"
765 ]
766 },
767 {
ctiller18b49ab2014-12-09 14:39:16 -0800768 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800769 "build": "test",
770 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800771 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800772 ],
773 "deps": [
774 "grpc_test_util",
775 "grpc",
776 "gpr"
777 ]
778 },
779 {
ctiller18b49ab2014-12-09 14:39:16 -0800780 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800781 "build": "test",
782 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800783 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800784 ],
785 "deps": [
786 "grpc_test_util",
787 "grpc",
788 "gpr"
789 ]
790 },
791 {
ctiller18b49ab2014-12-09 14:39:16 -0800792 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800793 "build": "test",
794 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800795 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800796 ],
797 "deps": [
798 "grpc_test_util",
799 "grpc",
800 "gpr"
801 ]
802 },
803 {
804 "name": "grpc_channel_stack_test",
805 "build": "test",
806 "src": [
807 "test/core/channel/channel_stack_test.c"
808 ],
809 "deps": [
810 "grpc_test_util",
811 "grpc",
812 "gpr"
813 ]
814 },
815 {
816 "name": "metadata_buffer_test",
817 "build": "test",
818 "src": [
819 "test/core/channel/metadata_buffer_test.c"
820 ],
821 "deps": [
822 "grpc_test_util",
823 "grpc",
824 "gpr"
825 ]
826 },
827 {
828 "name": "grpc_completion_queue_test",
829 "build": "test",
830 "src": [
831 "test/core/surface/completion_queue_test.c"
832 ],
833 "deps": [
834 "grpc_test_util",
835 "grpc",
836 "gpr"
837 ]
838 },
839 {
840 "name": "grpc_completion_queue_benchmark",
841 "build": "benchmark",
842 "src": [
843 "test/core/surface/completion_queue_benchmark.c"
844 ],
845 "deps": [
846 "grpc_test_util",
847 "grpc",
848 "gpr"
849 ]
850 },
851 {
hongyu24200d32015-01-08 15:13:49 -0800852 "name": "census_trace_store_test",
853 "build": "executable",
854 "src": [
855 "test/core/statistics/trace_test.c"
856 ],
857 "deps": [
858 "grpc_test_util",
859 "grpc",
860 "gpr"
861 ]
862 },
863 {
864 "name": "census_stats_store_test",
865 "build": "executable",
866 "src": [
867 "test/core/statistics/rpc_stats_test.c"
868 ],
869 "deps": [
870 "grpc_test_util",
871 "grpc",
872 "gpr"
873 ]
874 },
875 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800876 "name": "census_window_stats_test",
877 "build": "test",
878 "src": [
879 "test/core/statistics/window_stats_test.c"
880 ],
881 "deps": [
882 "grpc_test_util",
883 "grpc",
884 "gpr"
885 ]
886 },
887 {
888 "name": "census_statistics_quick_test",
889 "build": "test",
890 "src": [
891 "test/core/statistics/quick_test.c"
892 ],
893 "deps": [
894 "grpc_test_util",
895 "grpc",
896 "gpr"
897 ]
898 },
899 {
aveitch482a5be2014-12-15 10:25:12 -0800900 "name": "census_statistics_small_log_test",
901 "build": "test",
902 "src": [
903 "test/core/statistics/small_log_test.c"
904 ],
905 "deps": [
906 "grpc_test_util",
907 "grpc",
908 "gpr"
909 ]
910 },
911 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800912 "name": "census_statistics_performance_test",
913 "build": "test",
914 "src": [
915 "test/core/statistics/performance_test.c"
916 ],
917 "deps": [
918 "grpc_test_util",
919 "grpc",
920 "gpr"
921 ]
922 },
923 {
924 "name": "census_statistics_multiple_writers_test",
925 "build": "test",
926 "src": [
927 "test/core/statistics/multiple_writers_test.c"
928 ],
929 "deps": [
930 "grpc_test_util",
931 "grpc",
932 "gpr"
933 ]
934 },
935 {
936 "name": "census_statistics_multiple_writers_circular_buffer_test",
937 "build": "test",
938 "src": [
939 "test/core/statistics/multiple_writers_circular_buffer_test.c"
940 ],
941 "deps": [
942 "grpc_test_util",
943 "grpc",
944 "gpr"
945 ]
946 },
947 {
948 "name": "census_stub_test",
949 "build": "test",
950 "src": [
951 "test/core/statistics/census_stub_test.c"
952 ],
953 "deps": [
954 "grpc_test_util",
955 "grpc",
956 "gpr"
957 ]
958 },
959 {
960 "name": "census_hash_table_test",
961 "build": "test",
962 "src": [
963 "test/core/statistics/hash_table_test.c"
964 ],
965 "deps": [
966 "grpc_test_util",
967 "grpc",
968 "gpr"
969 ]
970 },
971 {
972 "name": "fling_server",
973 "build": "test",
974 "run": false,
975 "src": [
976 "test/core/fling/server.c"
977 ],
978 "deps": [
979 "grpc_test_util",
980 "grpc",
981 "gpr"
982 ]
983 },
984 {
985 "name": "fling_client",
986 "build": "test",
987 "run": false,
988 "src": [
989 "test/core/fling/client.c"
990 ],
991 "deps": [
992 "grpc_test_util",
993 "grpc",
994 "gpr"
995 ]
996 },
997 {
998 "name": "fling_test",
999 "build": "test",
1000 "src": [
1001 "test/core/fling/fling_test.c"
1002 ],
1003 "deps": [
1004 "grpc_test_util",
1005 "grpc",
1006 "gpr"
1007 ]
1008 },
1009 {
1010 "name": "echo_server",
1011 "build": "test",
1012 "run": false,
1013 "src": [
1014 "test/core/echo/server.c"
1015 ],
1016 "deps": [
1017 "grpc_test_util",
1018 "grpc",
1019 "gpr"
1020 ]
1021 },
1022 {
1023 "name": "echo_client",
1024 "build": "test",
1025 "run": false,
1026 "src": [
1027 "test/core/echo/client.c"
1028 ],
1029 "deps": [
1030 "grpc_test_util",
1031 "grpc",
1032 "gpr"
1033 ]
1034 },
1035 {
1036 "name": "echo_test",
1037 "build": "test",
1038 "src": [
1039 "test/core/echo/echo_test.c"
1040 ],
1041 "deps": [
1042 "grpc_test_util",
1043 "grpc",
1044 "gpr"
1045 ]
1046 },
1047 {
1048 "name": "low_level_ping_pong_benchmark",
1049 "build": "benchmark",
1050 "src": [
1051 "test/core/network_benchmarks/low_level_ping_pong.c"
1052 ],
1053 "deps": [
1054 "grpc_test_util",
1055 "grpc",
1056 "gpr"
1057 ]
1058 },
1059 {
1060 "name": "message_compress_test",
1061 "build": "test",
1062 "src": [
1063 "test/core/compression/message_compress_test.c"
1064 ],
1065 "deps": [
1066 "grpc_test_util",
1067 "grpc",
1068 "gpr"
1069 ]
1070 },
nnoble0c475f02014-12-05 15:37:39 -08001071 {
1072 "name": "bin_encoder_test",
1073 "build": "test",
1074 "src": [
1075 "test/core/transport/chttp2/bin_encoder_test.c"
1076 ],
1077 "deps": [
1078 "grpc_test_util",
1079 "grpc",
1080 "gpr"
1081 ]
1082 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001083 {
1084 "name": "secure_endpoint_test",
1085 "build": "test",
1086 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001087 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001088 ],
1089 "deps": [
1090 "grpc_test_util",
1091 "grpc",
1092 "gpr"
1093 ]
1094 },
1095 {
1096 "name": "httpcli_format_request_test",
1097 "build": "test",
1098 "src": [
1099 "test/core/httpcli/format_request_test.c"
1100 ],
1101 "deps": [
1102 "grpc_test_util",
1103 "grpc",
1104 "gpr"
1105 ]
1106 },
1107 {
1108 "name": "httpcli_parser_test",
1109 "build": "test",
1110 "src": [
1111 "test/core/httpcli/parser_test.c"
1112 ],
1113 "deps": [
1114 "grpc_test_util",
1115 "grpc",
1116 "gpr"
1117 ]
1118 },
1119 {
1120 "name": "httpcli_test",
1121 "build": "test",
1122 "src": [
1123 "test/core/httpcli/httpcli_test.c"
1124 ],
1125 "deps": [
1126 "grpc_test_util",
1127 "grpc",
1128 "gpr"
1129 ]
1130 },
1131 {
1132 "name": "grpc_credentials_test",
1133 "build": "test",
1134 "src": [
1135 "test/core/security/credentials_test.c"
1136 ],
1137 "deps": [
1138 "grpc_test_util",
1139 "grpc",
1140 "gpr"
1141 ]
1142 },
1143 {
jboeuf1a809c02014-12-19 15:44:30 -08001144 "name": "grpc_fetch_oauth2",
1145 "build": "tool",
1146 "src": [
1147 "test/core/security/fetch_oauth2.c"
1148 ],
1149 "deps": [
1150 "grpc_test_util",
1151 "grpc",
1152 "gpr"
1153 ]
1154 },
1155 {
jboeufbefd2652014-12-12 15:39:47 -08001156 "name": "grpc_base64_test",
1157 "build": "test",
1158 "src": [
1159 "test/core/security/base64_test.c"
1160 ],
1161 "deps": [
1162 "grpc_test_util",
1163 "grpc",
1164 "gpr"
1165 ]
1166 },
1167 {
1168 "name": "grpc_json_token_test",
1169 "build": "test",
1170 "src": [
1171 "test/core/security/json_token_test.c"
1172 ],
1173 "deps": [
1174 "grpc_test_util",
1175 "grpc",
1176 "gpr"
1177 ]
1178 },
1179 {
ctiller8919f602014-12-10 10:19:42 -08001180 "name": "timeout_encoding_test",
1181 "build": "test",
1182 "src": [
1183 "test/core/transport/chttp2/timeout_encoding_test.c"
1184 ],
1185 "deps": [
1186 "grpc_test_util",
1187 "grpc",
1188 "gpr"
1189 ]
1190 },
1191 {
1192 "name": "fd_posix_test",
1193 "build": "test",
1194 "src": [
1195 "test/core/iomgr/fd_posix_test.c"
1196 ],
1197 "deps": [
1198 "grpc_test_util",
1199 "grpc",
1200 "gpr"
1201 ]
1202 },
1203 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001204 "name": "fling_stream_test",
1205 "build": "test",
1206 "src": [
1207 "test/core/fling/fling_stream_test.c"
1208 ],
1209 "deps": [
1210 "grpc_test_util",
1211 "grpc",
1212 "gpr"
1213 ]
1214 },
1215 {
1216 "name": "lame_client_test",
1217 "build": "test",
1218 "src": [
1219 "test/core/surface/lame_client_test.c"
1220 ],
1221 "deps": [
1222 "grpc_test_util",
1223 "grpc",
1224 "gpr"
1225 ]
1226 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001227 {
1228 "name": "thread_pool_test",
1229 "build": "test",
1230 "c++": true,
1231 "src": [
1232 "test/cpp/server/thread_pool_test.cc"
1233 ],
1234 "deps": [
1235 "grpc_test_util",
1236 "grpc++",
1237 "grpc",
1238 "gpr"
1239 ]
1240 },
1241 {
1242 "name": "status_test",
1243 "build": "test",
1244 "c++": true,
1245 "src": [
1246 "test/cpp/util/status_test.cc"
1247 ],
1248 "deps": [
1249 "grpc_test_util",
1250 "grpc++",
1251 "grpc",
1252 "gpr"
1253 ]
ctiller8919f602014-12-10 10:19:42 -08001254 },
1255 {
1256 "name": "sync_client_async_server_test",
1257 "build": "test",
1258 "c++": true,
1259 "src": [
1260 "test/cpp/end2end/sync_client_async_server_test.cc"
1261 ],
1262 "deps": [
1263 "grpc_test_util",
1264 "grpc++",
1265 "grpc",
1266 "gpr"
1267 ]
1268 },
1269 {
1270 "name": "qps_client",
1271 "build": "test",
1272 "c++": true,
1273 "src": [
vpai80b6d012014-12-17 11:47:32 -08001274 "test/cpp/interop/empty.proto",
1275 "test/cpp/interop/messages.proto",
1276 "test/cpp/interop/test.proto",
1277 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001278 ],
1279 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001280 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001281 "grpc_test_util",
1282 "grpc++",
1283 "grpc",
1284 "gpr"
1285 ]
1286 },
1287 {
1288 "name": "qps_server",
1289 "build": "test",
1290 "c++": true,
1291 "src": [
vpai80b6d012014-12-17 11:47:32 -08001292 "test/cpp/interop/empty.proto",
1293 "test/cpp/interop/messages.proto",
1294 "test/cpp/interop/test.proto",
1295 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001296 ],
1297 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001298 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001299 "grpc_test_util",
1300 "grpc++",
1301 "grpc",
1302 "gpr"
1303 ]
1304 },
1305 {
1306 "name": "interop_server",
1307 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001308 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001309 "c++": true,
1310 "src": [
nnoble72309c62014-12-12 11:42:26 -08001311 "test/cpp/interop/empty.proto",
1312 "test/cpp/interop/messages.proto",
1313 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001314 "test/cpp/interop/server.cc"
1315 ],
1316 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001317 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001318 "grpc_test_util",
1319 "grpc++",
1320 "grpc",
1321 "gpr"
1322 ]
1323 },
1324 {
1325 "name": "interop_client",
1326 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001327 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001328 "c++": true,
1329 "src": [
nnoble72309c62014-12-12 11:42:26 -08001330 "test/cpp/interop/empty.proto",
1331 "test/cpp/interop/messages.proto",
1332 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001333 "test/cpp/interop/client.cc"
1334 ],
1335 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001336 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001337 "grpc_test_util",
1338 "grpc++",
1339 "grpc",
1340 "gpr"
1341 ]
1342 },
1343 {
1344 "name": "end2end_test",
1345 "build": "test",
1346 "c++": true,
1347 "src": [
1348 "test/cpp/end2end/end2end_test.cc"
1349 ],
1350 "deps": [
1351 "grpc_test_util",
1352 "grpc++",
1353 "grpc",
1354 "gpr"
1355 ]
1356 },
1357 {
yangg59dfc902014-12-19 14:00:14 -08001358 "name": "channel_arguments_test",
1359 "build": "test",
1360 "c++": true,
1361 "src": [
1362 "test/cpp/client/channel_arguments_test.cc"
1363 ],
1364 "deps": [
1365 "grpc++",
1366 "grpc"
1367 ]
1368 },
1369 {
ctiller8919f602014-12-10 10:19:42 -08001370 "name": "alarm_test",
1371 "build": "test",
1372 "src": [
1373 "test/core/iomgr/alarm_test.c"
1374 ],
1375 "deps": [
1376 "grpc_test_util",
1377 "grpc",
1378 "gpr"
1379 ]
1380 },
1381 {
ctiller3bf466f2014-12-19 16:21:57 -08001382 "name": "alarm_list_test",
1383 "build": "test",
1384 "src": [
1385 "test/core/iomgr/alarm_list_test.c"
1386 ],
1387 "deps": [
1388 "grpc_test_util",
1389 "grpc",
1390 "gpr"
1391 ]
1392 },
1393 {
1394 "name": "alarm_heap_test",
1395 "build": "test",
1396 "src": [
1397 "test/core/iomgr/alarm_heap_test.c"
1398 ],
1399 "deps": [
1400 "grpc_test_util",
1401 "grpc",
1402 "gpr"
1403 ]
1404 },
1405 {
ctiller8919f602014-12-10 10:19:42 -08001406 "name": "time_test",
1407 "build": "test",
1408 "src": [
1409 "test/core/support/time_test.c"
1410 ],
1411 "deps": [
1412 "grpc_test_util",
1413 "grpc",
1414 "gpr"
1415 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001416 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001417 ]
1418}