blob: df59c0460ade897eb97f762b1a798773b9a84047 [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": [
yangg1456d152015-01-08 15:39:58 -0800389 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800390 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800391 "test/cpp/util/echo_duplicate.proto",
yangg59dfc902014-12-19 14:00:14 -0800392 "test/cpp/util/create_test_channel.cc",
nnoble4cb93712014-12-17 14:18:08 -0800393 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800394 ],
395 "c++": true
396 }
397 ],
398 "targets": [
399 {
400 "name": "gen_hpack_tables",
401 "build": "tool",
402 "src": [
403 "src/core/transport/chttp2/gen_hpack_tables.c"
404 ],
405 "deps": [
406 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800407 "gpr",
408 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800409 ]
410 },
nnobleebebb7e2014-12-10 16:31:01 -0800411
412 {
413 "name": "cpp_plugin",
414 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800415 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800416 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800417 "src": [
418 "src/compiler/cpp_plugin.cpp",
419 "src/compiler/cpp_generator.cpp"
420 ],
421 "headers": [
422 "src/compiler/cpp_generator.h",
423 "src/compiler/cpp_generator_helpers.h"
424 ],
425 "deps": []
426 },
427 {
428 "name": "ruby_plugin",
429 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800430 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800431 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800432 "src": [
433 "src/compiler/ruby_plugin.cpp",
434 "src/compiler/ruby_generator.cpp"
435 ],
436 "headers": [
437 "src/compiler/cpp_generator.h",
438 "src/compiler/cpp_generator_helpers-inl.h",
439 "src/compiler/cpp_generator_map-inl.h",
440 "src/compiler/cpp_generator_string-inl.h"
441 ],
442 "deps": []
443 },
444
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800445 {
446 "name": "grpc_byte_buffer_reader_test",
447 "build": "test",
448 "src": [
449 "test/core/surface/byte_buffer_reader_test.c"
450 ],
451 "deps": [
452 "grpc_test_util",
453 "grpc",
454 "gpr"
455 ]
456 },
457 {
458 "name": "gpr_cancellable_test",
459 "build": "test",
460 "src": [
461 "test/core/support/cancellable_test.c"
462 ],
463 "deps": [
464 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800465 "gpr"
466 ]
467 },
468 {
469 "name": "gpr_log_test",
470 "build": "test",
471 "src": [
472 "test/core/support/log_test.c"
473 ],
474 "deps": [
475 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800476 "gpr"
477 ]
478 },
479 {
ctiller5e04b132014-12-15 09:24:43 -0800480 "name": "gpr_useful_test",
481 "build": "test",
482 "src": [
483 "test/core/support/useful_test.c"
484 ],
485 "deps": [
486 "grpc_test_util",
487 "gpr"
488 ]
489 },
490 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800491 "name": "gpr_cmdline_test",
492 "build": "test",
493 "src": [
494 "test/core/support/cmdline_test.c"
495 ],
496 "deps": [
497 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800498 "gpr"
499 ]
500 },
501 {
502 "name": "gpr_histogram_test",
503 "build": "test",
504 "src": [
505 "test/core/support/histogram_test.c"
506 ],
507 "deps": [
508 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800509 "gpr"
510 ]
511 },
512 {
513 "name": "gpr_host_port_test",
514 "build": "test",
515 "src": [
516 "test/core/support/host_port_test.c"
517 ],
518 "deps": [
519 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800520 "gpr"
521 ]
522 },
523 {
524 "name": "gpr_slice_buffer_test",
525 "build": "test",
526 "src": [
527 "test/core/support/slice_buffer_test.c"
528 ],
529 "deps": [
530 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800531 "gpr"
532 ]
533 },
534 {
535 "name": "gpr_slice_test",
536 "build": "test",
537 "src": [
538 "test/core/support/slice_test.c"
539 ],
540 "deps": [
541 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800542 "gpr"
543 ]
544 },
545 {
546 "name": "gpr_string_test",
547 "build": "test",
548 "src": [
549 "test/core/support/string_test.c"
550 ],
551 "deps": [
552 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800553 "gpr"
554 ]
555 },
556 {
557 "name": "gpr_sync_test",
558 "build": "test",
559 "src": [
560 "test/core/support/sync_test.c"
561 ],
562 "deps": [
563 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800564 "gpr"
565 ]
566 },
567 {
568 "name": "gpr_thd_test",
569 "build": "test",
570 "src": [
571 "test/core/support/thd_test.c"
572 ],
573 "deps": [
574 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800575 "gpr"
576 ]
577 },
578 {
579 "name": "gpr_time_test",
580 "build": "test",
581 "src": [
582 "test/core/support/time_test.c"
583 ],
584 "deps": [
585 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800586 "gpr"
587 ]
588 },
589 {
590 "name": "murmur_hash_test",
591 "build": "test",
592 "src": [
593 "test/core/support/murmur_hash_test.c"
594 ],
595 "deps": [
596 "grpc_test_util",
597 "grpc",
598 "gpr"
599 ]
600 },
601 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800602 "name": "grpc_stream_op_test",
603 "build": "test",
604 "src": [
605 "test/core/transport/stream_op_test.c"
606 ],
607 "deps": [
608 "grpc_test_util",
609 "grpc",
610 "gpr"
611 ]
612 },
613 {
nnoble0c475f02014-12-05 15:37:39 -0800614 "name": "alpn_test",
615 "build": "test",
616 "src": [
617 "test/core/transport/chttp2/alpn_test.c"
618 ],
619 "deps": [
620 "grpc_test_util",
621 "grpc",
622 "gpr"
623 ]
624 },
625 {
ctillerc1ddffb2014-12-15 13:08:18 -0800626 "name": "time_averaged_stats_test",
627 "build": "test",
628 "src": [
629 "test/core/iomgr/time_averaged_stats_test.c"
630 ],
631 "deps": [
632 "grpc_test_util",
633 "grpc",
634 "gpr"
635 ]
636 },
637 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800638 "name": "chttp2_stream_encoder_test",
639 "build": "test",
640 "src": [
641 "test/core/transport/chttp2/stream_encoder_test.c"
642 ],
643 "deps": [
644 "grpc_test_util",
645 "grpc",
646 "gpr"
647 ]
648 },
649 {
650 "name": "hpack_table_test",
651 "build": "test",
652 "src": [
653 "test/core/transport/chttp2/hpack_table_test.c"
654 ],
655 "deps": [
656 "grpc_test_util",
657 "grpc",
658 "gpr"
659 ]
660 },
661 {
662 "name": "chttp2_stream_map_test",
663 "build": "test",
664 "src": [
665 "test/core/transport/chttp2/stream_map_test.c"
666 ],
667 "deps": [
668 "grpc_test_util",
669 "grpc",
670 "gpr"
671 ]
672 },
673 {
674 "name": "hpack_parser_test",
675 "build": "test",
676 "src": [
677 "test/core/transport/chttp2/hpack_parser_test.c"
678 ],
679 "deps": [
680 "grpc_test_util",
681 "grpc",
682 "gpr"
683 ]
684 },
685 {
686 "name": "transport_metadata_test",
687 "build": "test",
688 "src": [
689 "test/core/transport/metadata_test.c"
690 ],
691 "deps": [
692 "grpc_test_util",
693 "grpc",
694 "gpr"
695 ]
696 },
697 {
698 "name": "chttp2_status_conversion_test",
699 "build": "test",
700 "src": [
701 "test/core/transport/chttp2/status_conversion_test.c"
702 ],
703 "deps": [
704 "grpc_test_util",
705 "grpc",
706 "gpr"
707 ]
708 },
709 {
710 "name": "chttp2_transport_end2end_test",
711 "build": "test",
712 "src": [
713 "test/core/transport/chttp2_transport_end2end_test.c"
714 ],
715 "deps": [
716 "grpc_test_util",
717 "grpc",
718 "gpr"
719 ]
720 },
721 {
ctiller18b49ab2014-12-09 14:39:16 -0800722 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800723 "build": "test",
724 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800725 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800726 ],
727 "deps": [
728 "grpc_test_util",
729 "grpc",
730 "gpr"
731 ]
732 },
733 {
nnoble0c475f02014-12-05 15:37:39 -0800734 "name": "dualstack_socket_test",
735 "build": "test",
736 "src": [
737 "test/core/end2end/dualstack_socket_test.c"
738 ],
739 "deps": [
740 "grpc_test_util",
741 "grpc",
742 "gpr"
743 ]
744 },
745 {
746 "name": "no_server_test",
747 "build": "test",
748 "src": [
749 "test/core/end2end/no_server_test.c"
750 ],
751 "deps": [
752 "grpc_test_util",
753 "grpc",
754 "gpr"
755 ]
756 },
757 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800758 "name": "resolve_address_test",
759 "build": "test",
760 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800761 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800762 ],
763 "deps": [
764 "grpc_test_util",
765 "grpc",
766 "gpr"
767 ]
768 },
769 {
ctiller18b49ab2014-12-09 14:39:16 -0800770 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800771 "build": "test",
772 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800773 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800774 ],
775 "deps": [
776 "grpc_test_util",
777 "grpc",
778 "gpr"
779 ]
780 },
781 {
ctiller18b49ab2014-12-09 14:39:16 -0800782 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800783 "build": "test",
784 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800785 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800786 ],
787 "deps": [
788 "grpc_test_util",
789 "grpc",
790 "gpr"
791 ]
792 },
793 {
ctiller18b49ab2014-12-09 14:39:16 -0800794 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800795 "build": "test",
796 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800797 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800798 ],
799 "deps": [
800 "grpc_test_util",
801 "grpc",
802 "gpr"
803 ]
804 },
805 {
806 "name": "grpc_channel_stack_test",
807 "build": "test",
808 "src": [
809 "test/core/channel/channel_stack_test.c"
810 ],
811 "deps": [
812 "grpc_test_util",
813 "grpc",
814 "gpr"
815 ]
816 },
817 {
818 "name": "metadata_buffer_test",
819 "build": "test",
820 "src": [
821 "test/core/channel/metadata_buffer_test.c"
822 ],
823 "deps": [
824 "grpc_test_util",
825 "grpc",
826 "gpr"
827 ]
828 },
829 {
830 "name": "grpc_completion_queue_test",
831 "build": "test",
832 "src": [
833 "test/core/surface/completion_queue_test.c"
834 ],
835 "deps": [
836 "grpc_test_util",
837 "grpc",
838 "gpr"
839 ]
840 },
841 {
842 "name": "grpc_completion_queue_benchmark",
843 "build": "benchmark",
844 "src": [
845 "test/core/surface/completion_queue_benchmark.c"
846 ],
847 "deps": [
848 "grpc_test_util",
849 "grpc",
850 "gpr"
851 ]
852 },
853 {
hongyu24200d32015-01-08 15:13:49 -0800854 "name": "census_trace_store_test",
855 "build": "executable",
856 "src": [
857 "test/core/statistics/trace_test.c"
858 ],
859 "deps": [
860 "grpc_test_util",
861 "grpc",
862 "gpr"
863 ]
864 },
865 {
866 "name": "census_stats_store_test",
867 "build": "executable",
868 "src": [
869 "test/core/statistics/rpc_stats_test.c"
870 ],
871 "deps": [
872 "grpc_test_util",
873 "grpc",
874 "gpr"
875 ]
876 },
877 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800878 "name": "census_window_stats_test",
879 "build": "test",
880 "src": [
881 "test/core/statistics/window_stats_test.c"
882 ],
883 "deps": [
884 "grpc_test_util",
885 "grpc",
886 "gpr"
887 ]
888 },
889 {
890 "name": "census_statistics_quick_test",
891 "build": "test",
892 "src": [
893 "test/core/statistics/quick_test.c"
894 ],
895 "deps": [
896 "grpc_test_util",
897 "grpc",
898 "gpr"
899 ]
900 },
901 {
aveitch482a5be2014-12-15 10:25:12 -0800902 "name": "census_statistics_small_log_test",
903 "build": "test",
904 "src": [
905 "test/core/statistics/small_log_test.c"
906 ],
907 "deps": [
908 "grpc_test_util",
909 "grpc",
910 "gpr"
911 ]
912 },
913 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800914 "name": "census_statistics_performance_test",
915 "build": "test",
916 "src": [
917 "test/core/statistics/performance_test.c"
918 ],
919 "deps": [
920 "grpc_test_util",
921 "grpc",
922 "gpr"
923 ]
924 },
925 {
926 "name": "census_statistics_multiple_writers_test",
927 "build": "test",
928 "src": [
929 "test/core/statistics/multiple_writers_test.c"
930 ],
931 "deps": [
932 "grpc_test_util",
933 "grpc",
934 "gpr"
935 ]
936 },
937 {
938 "name": "census_statistics_multiple_writers_circular_buffer_test",
939 "build": "test",
940 "src": [
941 "test/core/statistics/multiple_writers_circular_buffer_test.c"
942 ],
943 "deps": [
944 "grpc_test_util",
945 "grpc",
946 "gpr"
947 ]
948 },
949 {
950 "name": "census_stub_test",
951 "build": "test",
952 "src": [
953 "test/core/statistics/census_stub_test.c"
954 ],
955 "deps": [
956 "grpc_test_util",
957 "grpc",
958 "gpr"
959 ]
960 },
961 {
962 "name": "census_hash_table_test",
963 "build": "test",
964 "src": [
965 "test/core/statistics/hash_table_test.c"
966 ],
967 "deps": [
968 "grpc_test_util",
969 "grpc",
970 "gpr"
971 ]
972 },
973 {
974 "name": "fling_server",
975 "build": "test",
976 "run": false,
977 "src": [
978 "test/core/fling/server.c"
979 ],
980 "deps": [
981 "grpc_test_util",
982 "grpc",
983 "gpr"
984 ]
985 },
986 {
987 "name": "fling_client",
988 "build": "test",
989 "run": false,
990 "src": [
991 "test/core/fling/client.c"
992 ],
993 "deps": [
994 "grpc_test_util",
995 "grpc",
996 "gpr"
997 ]
998 },
999 {
1000 "name": "fling_test",
1001 "build": "test",
1002 "src": [
1003 "test/core/fling/fling_test.c"
1004 ],
1005 "deps": [
1006 "grpc_test_util",
1007 "grpc",
1008 "gpr"
1009 ]
1010 },
1011 {
1012 "name": "echo_server",
1013 "build": "test",
1014 "run": false,
1015 "src": [
1016 "test/core/echo/server.c"
1017 ],
1018 "deps": [
1019 "grpc_test_util",
1020 "grpc",
1021 "gpr"
1022 ]
1023 },
1024 {
1025 "name": "echo_client",
1026 "build": "test",
1027 "run": false,
1028 "src": [
1029 "test/core/echo/client.c"
1030 ],
1031 "deps": [
1032 "grpc_test_util",
1033 "grpc",
1034 "gpr"
1035 ]
1036 },
1037 {
1038 "name": "echo_test",
1039 "build": "test",
1040 "src": [
1041 "test/core/echo/echo_test.c"
1042 ],
1043 "deps": [
1044 "grpc_test_util",
1045 "grpc",
1046 "gpr"
1047 ]
1048 },
1049 {
1050 "name": "low_level_ping_pong_benchmark",
1051 "build": "benchmark",
1052 "src": [
1053 "test/core/network_benchmarks/low_level_ping_pong.c"
1054 ],
1055 "deps": [
1056 "grpc_test_util",
1057 "grpc",
1058 "gpr"
1059 ]
1060 },
1061 {
1062 "name": "message_compress_test",
1063 "build": "test",
1064 "src": [
1065 "test/core/compression/message_compress_test.c"
1066 ],
1067 "deps": [
1068 "grpc_test_util",
1069 "grpc",
1070 "gpr"
1071 ]
1072 },
nnoble0c475f02014-12-05 15:37:39 -08001073 {
1074 "name": "bin_encoder_test",
1075 "build": "test",
1076 "src": [
1077 "test/core/transport/chttp2/bin_encoder_test.c"
1078 ],
1079 "deps": [
1080 "grpc_test_util",
1081 "grpc",
1082 "gpr"
1083 ]
1084 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001085 {
1086 "name": "secure_endpoint_test",
1087 "build": "test",
1088 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001089 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001090 ],
1091 "deps": [
1092 "grpc_test_util",
1093 "grpc",
1094 "gpr"
1095 ]
1096 },
1097 {
1098 "name": "httpcli_format_request_test",
1099 "build": "test",
1100 "src": [
1101 "test/core/httpcli/format_request_test.c"
1102 ],
1103 "deps": [
1104 "grpc_test_util",
1105 "grpc",
1106 "gpr"
1107 ]
1108 },
1109 {
1110 "name": "httpcli_parser_test",
1111 "build": "test",
1112 "src": [
1113 "test/core/httpcli/parser_test.c"
1114 ],
1115 "deps": [
1116 "grpc_test_util",
1117 "grpc",
1118 "gpr"
1119 ]
1120 },
1121 {
1122 "name": "httpcli_test",
1123 "build": "test",
1124 "src": [
1125 "test/core/httpcli/httpcli_test.c"
1126 ],
1127 "deps": [
1128 "grpc_test_util",
1129 "grpc",
1130 "gpr"
1131 ]
1132 },
1133 {
1134 "name": "grpc_credentials_test",
1135 "build": "test",
1136 "src": [
1137 "test/core/security/credentials_test.c"
1138 ],
1139 "deps": [
1140 "grpc_test_util",
1141 "grpc",
1142 "gpr"
1143 ]
1144 },
1145 {
jboeuf1a809c02014-12-19 15:44:30 -08001146 "name": "grpc_fetch_oauth2",
1147 "build": "tool",
1148 "src": [
1149 "test/core/security/fetch_oauth2.c"
1150 ],
1151 "deps": [
1152 "grpc_test_util",
1153 "grpc",
1154 "gpr"
1155 ]
1156 },
1157 {
jboeufbefd2652014-12-12 15:39:47 -08001158 "name": "grpc_base64_test",
1159 "build": "test",
1160 "src": [
1161 "test/core/security/base64_test.c"
1162 ],
1163 "deps": [
1164 "grpc_test_util",
1165 "grpc",
1166 "gpr"
1167 ]
1168 },
1169 {
1170 "name": "grpc_json_token_test",
1171 "build": "test",
1172 "src": [
1173 "test/core/security/json_token_test.c"
1174 ],
1175 "deps": [
1176 "grpc_test_util",
1177 "grpc",
1178 "gpr"
1179 ]
1180 },
1181 {
ctiller8919f602014-12-10 10:19:42 -08001182 "name": "timeout_encoding_test",
1183 "build": "test",
1184 "src": [
1185 "test/core/transport/chttp2/timeout_encoding_test.c"
1186 ],
1187 "deps": [
1188 "grpc_test_util",
1189 "grpc",
1190 "gpr"
1191 ]
1192 },
1193 {
1194 "name": "fd_posix_test",
1195 "build": "test",
1196 "src": [
1197 "test/core/iomgr/fd_posix_test.c"
1198 ],
1199 "deps": [
1200 "grpc_test_util",
1201 "grpc",
1202 "gpr"
1203 ]
1204 },
1205 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 "name": "fling_stream_test",
1207 "build": "test",
1208 "src": [
1209 "test/core/fling/fling_stream_test.c"
1210 ],
1211 "deps": [
1212 "grpc_test_util",
1213 "grpc",
1214 "gpr"
1215 ]
1216 },
1217 {
1218 "name": "lame_client_test",
1219 "build": "test",
1220 "src": [
1221 "test/core/surface/lame_client_test.c"
1222 ],
1223 "deps": [
1224 "grpc_test_util",
1225 "grpc",
1226 "gpr"
1227 ]
1228 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001229 {
1230 "name": "thread_pool_test",
1231 "build": "test",
1232 "c++": true,
1233 "src": [
1234 "test/cpp/server/thread_pool_test.cc"
1235 ],
1236 "deps": [
1237 "grpc_test_util",
1238 "grpc++",
1239 "grpc",
1240 "gpr"
1241 ]
1242 },
1243 {
1244 "name": "status_test",
1245 "build": "test",
1246 "c++": true,
1247 "src": [
1248 "test/cpp/util/status_test.cc"
1249 ],
1250 "deps": [
1251 "grpc_test_util",
1252 "grpc++",
1253 "grpc",
1254 "gpr"
1255 ]
ctiller8919f602014-12-10 10:19:42 -08001256 },
1257 {
1258 "name": "sync_client_async_server_test",
1259 "build": "test",
1260 "c++": true,
1261 "src": [
1262 "test/cpp/end2end/sync_client_async_server_test.cc"
1263 ],
1264 "deps": [
1265 "grpc_test_util",
1266 "grpc++",
1267 "grpc",
1268 "gpr"
1269 ]
1270 },
1271 {
1272 "name": "qps_client",
1273 "build": "test",
1274 "c++": true,
1275 "src": [
vpai80b6d012014-12-17 11:47:32 -08001276 "test/cpp/interop/empty.proto",
1277 "test/cpp/interop/messages.proto",
1278 "test/cpp/interop/test.proto",
1279 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001280 ],
1281 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001282 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001283 "grpc_test_util",
1284 "grpc++",
1285 "grpc",
1286 "gpr"
1287 ]
1288 },
1289 {
1290 "name": "qps_server",
1291 "build": "test",
1292 "c++": true,
1293 "src": [
vpai80b6d012014-12-17 11:47:32 -08001294 "test/cpp/interop/empty.proto",
1295 "test/cpp/interop/messages.proto",
1296 "test/cpp/interop/test.proto",
1297 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001298 ],
1299 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001300 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001301 "grpc_test_util",
1302 "grpc++",
1303 "grpc",
1304 "gpr"
1305 ]
1306 },
1307 {
1308 "name": "interop_server",
1309 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001310 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001311 "c++": true,
1312 "src": [
nnoble72309c62014-12-12 11:42:26 -08001313 "test/cpp/interop/empty.proto",
1314 "test/cpp/interop/messages.proto",
1315 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001316 "test/cpp/interop/server.cc"
1317 ],
1318 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001319 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001320 "grpc_test_util",
1321 "grpc++",
1322 "grpc",
1323 "gpr"
1324 ]
1325 },
1326 {
1327 "name": "interop_client",
1328 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001329 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001330 "c++": true,
1331 "src": [
nnoble72309c62014-12-12 11:42:26 -08001332 "test/cpp/interop/empty.proto",
1333 "test/cpp/interop/messages.proto",
1334 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001335 "test/cpp/interop/client.cc"
1336 ],
1337 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001338 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001339 "grpc_test_util",
1340 "grpc++",
1341 "grpc",
1342 "gpr"
1343 ]
1344 },
1345 {
1346 "name": "end2end_test",
1347 "build": "test",
1348 "c++": true,
1349 "src": [
1350 "test/cpp/end2end/end2end_test.cc"
1351 ],
1352 "deps": [
yangg1456d152015-01-08 15:39:58 -08001353 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001354 "grpc_test_util",
1355 "grpc++",
1356 "grpc",
1357 "gpr"
1358 ]
1359 },
1360 {
yangg59dfc902014-12-19 14:00:14 -08001361 "name": "channel_arguments_test",
1362 "build": "test",
1363 "c++": true,
1364 "src": [
1365 "test/cpp/client/channel_arguments_test.cc"
1366 ],
1367 "deps": [
1368 "grpc++",
1369 "grpc"
1370 ]
1371 },
1372 {
yangg4105e2b2015-01-09 14:19:44 -08001373 "name": "credentials_test",
1374 "build": "test",
1375 "c++": true,
1376 "src": [
1377 "test/cpp/client/credentials_test.cc"
1378 ],
1379 "deps": [
1380 "grpc++",
1381 "grpc"
1382 ]
1383 },
1384 {
ctiller8919f602014-12-10 10:19:42 -08001385 "name": "alarm_test",
1386 "build": "test",
1387 "src": [
1388 "test/core/iomgr/alarm_test.c"
1389 ],
1390 "deps": [
1391 "grpc_test_util",
1392 "grpc",
1393 "gpr"
1394 ]
1395 },
1396 {
ctiller3bf466f2014-12-19 16:21:57 -08001397 "name": "alarm_list_test",
1398 "build": "test",
1399 "src": [
1400 "test/core/iomgr/alarm_list_test.c"
1401 ],
1402 "deps": [
1403 "grpc_test_util",
1404 "grpc",
1405 "gpr"
1406 ]
1407 },
1408 {
1409 "name": "alarm_heap_test",
1410 "build": "test",
1411 "src": [
1412 "test/core/iomgr/alarm_heap_test.c"
1413 ],
1414 "deps": [
1415 "grpc_test_util",
1416 "grpc",
1417 "gpr"
1418 ]
1419 },
1420 {
ctiller8919f602014-12-10 10:19:42 -08001421 "name": "time_test",
1422 "build": "test",
1423 "src": [
1424 "test/core/support/time_test.c"
1425 ],
1426 "deps": [
1427 "grpc_test_util",
1428 "grpc",
1429 "gpr"
1430 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001431 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001432 ]
1433}