blob: f488e8b0fccf2eebb82b29e152efa53da7f9f178 [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",
rsilvera35e7b0c2015-01-12 13:52:04 -0800338 "src/cpp/common/rpc_method.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800339 "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",
yangg1b151092015-01-09 15:31:05 -0800362 "include/grpc++/impl/internal_stub.h",
363 "include/grpc++/impl/rpc_method.h",
364 "include/grpc++/impl/rpc_service_method.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800365 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800366 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800367 "include/grpc++/server_credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800368 "include/grpc++/server.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800369 "include/grpc++/status.h",
370 "include/grpc++/stream_context_interface.h",
vpai80b6d012014-12-17 11:47:32 -0800371 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800372 ],
373 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800374 "src/cpp/client/channel.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800375 "src/cpp/proto/proto_utils.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800376 "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 {
nnoble45fc1592015-01-09 18:18:47 -0800446 "name": "go_plugin",
447 "build": "protoc",
448 "c++": true,
449 "secure": false,
450 "src": [
451 "src/compiler/go_plugin.cpp",
452 "src/compiler/go_generator.cpp"
453 ],
454 "headers": [
455 "src/compiler/go_generator.h",
456 "src/compiler/go_generator_helpers-inl.h",
457 "src/compiler/go_generator_map-inl.h",
458 "src/compiler/go_generator_string-inl.h"
459 ],
460 "deps": []
461 },
462
463 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800464 "name": "grpc_byte_buffer_reader_test",
465 "build": "test",
466 "src": [
467 "test/core/surface/byte_buffer_reader_test.c"
468 ],
469 "deps": [
470 "grpc_test_util",
471 "grpc",
472 "gpr"
473 ]
474 },
475 {
476 "name": "gpr_cancellable_test",
477 "build": "test",
478 "src": [
479 "test/core/support/cancellable_test.c"
480 ],
481 "deps": [
482 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800483 "gpr"
484 ]
485 },
486 {
487 "name": "gpr_log_test",
488 "build": "test",
489 "src": [
490 "test/core/support/log_test.c"
491 ],
492 "deps": [
493 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800494 "gpr"
495 ]
496 },
497 {
ctiller5e04b132014-12-15 09:24:43 -0800498 "name": "gpr_useful_test",
499 "build": "test",
500 "src": [
501 "test/core/support/useful_test.c"
502 ],
503 "deps": [
504 "grpc_test_util",
505 "gpr"
506 ]
507 },
508 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800509 "name": "gpr_cmdline_test",
510 "build": "test",
511 "src": [
512 "test/core/support/cmdline_test.c"
513 ],
514 "deps": [
515 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800516 "gpr"
517 ]
518 },
519 {
520 "name": "gpr_histogram_test",
521 "build": "test",
522 "src": [
523 "test/core/support/histogram_test.c"
524 ],
525 "deps": [
526 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800527 "gpr"
528 ]
529 },
530 {
531 "name": "gpr_host_port_test",
532 "build": "test",
533 "src": [
534 "test/core/support/host_port_test.c"
535 ],
536 "deps": [
537 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800538 "gpr"
539 ]
540 },
541 {
542 "name": "gpr_slice_buffer_test",
543 "build": "test",
544 "src": [
545 "test/core/support/slice_buffer_test.c"
546 ],
547 "deps": [
548 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800549 "gpr"
550 ]
551 },
552 {
553 "name": "gpr_slice_test",
554 "build": "test",
555 "src": [
556 "test/core/support/slice_test.c"
557 ],
558 "deps": [
559 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800560 "gpr"
561 ]
562 },
563 {
564 "name": "gpr_string_test",
565 "build": "test",
566 "src": [
567 "test/core/support/string_test.c"
568 ],
569 "deps": [
570 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800571 "gpr"
572 ]
573 },
574 {
575 "name": "gpr_sync_test",
576 "build": "test",
577 "src": [
578 "test/core/support/sync_test.c"
579 ],
580 "deps": [
581 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800582 "gpr"
583 ]
584 },
585 {
586 "name": "gpr_thd_test",
587 "build": "test",
588 "src": [
589 "test/core/support/thd_test.c"
590 ],
591 "deps": [
592 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800593 "gpr"
594 ]
595 },
596 {
597 "name": "gpr_time_test",
598 "build": "test",
599 "src": [
600 "test/core/support/time_test.c"
601 ],
602 "deps": [
603 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800604 "gpr"
605 ]
606 },
607 {
608 "name": "murmur_hash_test",
609 "build": "test",
610 "src": [
611 "test/core/support/murmur_hash_test.c"
612 ],
613 "deps": [
614 "grpc_test_util",
615 "grpc",
616 "gpr"
617 ]
618 },
619 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800620 "name": "grpc_stream_op_test",
621 "build": "test",
622 "src": [
623 "test/core/transport/stream_op_test.c"
624 ],
625 "deps": [
626 "grpc_test_util",
627 "grpc",
628 "gpr"
629 ]
630 },
631 {
nnoble0c475f02014-12-05 15:37:39 -0800632 "name": "alpn_test",
633 "build": "test",
634 "src": [
635 "test/core/transport/chttp2/alpn_test.c"
636 ],
637 "deps": [
638 "grpc_test_util",
639 "grpc",
640 "gpr"
641 ]
642 },
643 {
ctillerc1ddffb2014-12-15 13:08:18 -0800644 "name": "time_averaged_stats_test",
645 "build": "test",
646 "src": [
647 "test/core/iomgr/time_averaged_stats_test.c"
648 ],
649 "deps": [
650 "grpc_test_util",
651 "grpc",
652 "gpr"
653 ]
654 },
655 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800656 "name": "chttp2_stream_encoder_test",
657 "build": "test",
658 "src": [
659 "test/core/transport/chttp2/stream_encoder_test.c"
660 ],
661 "deps": [
662 "grpc_test_util",
663 "grpc",
664 "gpr"
665 ]
666 },
667 {
668 "name": "hpack_table_test",
669 "build": "test",
670 "src": [
671 "test/core/transport/chttp2/hpack_table_test.c"
672 ],
673 "deps": [
674 "grpc_test_util",
675 "grpc",
676 "gpr"
677 ]
678 },
679 {
680 "name": "chttp2_stream_map_test",
681 "build": "test",
682 "src": [
683 "test/core/transport/chttp2/stream_map_test.c"
684 ],
685 "deps": [
686 "grpc_test_util",
687 "grpc",
688 "gpr"
689 ]
690 },
691 {
692 "name": "hpack_parser_test",
693 "build": "test",
694 "src": [
695 "test/core/transport/chttp2/hpack_parser_test.c"
696 ],
697 "deps": [
698 "grpc_test_util",
699 "grpc",
700 "gpr"
701 ]
702 },
703 {
704 "name": "transport_metadata_test",
705 "build": "test",
706 "src": [
707 "test/core/transport/metadata_test.c"
708 ],
709 "deps": [
710 "grpc_test_util",
711 "grpc",
712 "gpr"
713 ]
714 },
715 {
716 "name": "chttp2_status_conversion_test",
717 "build": "test",
718 "src": [
719 "test/core/transport/chttp2/status_conversion_test.c"
720 ],
721 "deps": [
722 "grpc_test_util",
723 "grpc",
724 "gpr"
725 ]
726 },
727 {
728 "name": "chttp2_transport_end2end_test",
729 "build": "test",
730 "src": [
731 "test/core/transport/chttp2_transport_end2end_test.c"
732 ],
733 "deps": [
734 "grpc_test_util",
735 "grpc",
736 "gpr"
737 ]
738 },
739 {
ctiller18b49ab2014-12-09 14:39:16 -0800740 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800741 "build": "test",
742 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800743 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800744 ],
745 "deps": [
746 "grpc_test_util",
747 "grpc",
748 "gpr"
749 ]
750 },
751 {
nnoble0c475f02014-12-05 15:37:39 -0800752 "name": "dualstack_socket_test",
753 "build": "test",
754 "src": [
755 "test/core/end2end/dualstack_socket_test.c"
756 ],
757 "deps": [
758 "grpc_test_util",
759 "grpc",
760 "gpr"
761 ]
762 },
763 {
764 "name": "no_server_test",
765 "build": "test",
766 "src": [
767 "test/core/end2end/no_server_test.c"
768 ],
769 "deps": [
770 "grpc_test_util",
771 "grpc",
772 "gpr"
773 ]
774 },
775 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800776 "name": "resolve_address_test",
777 "build": "test",
778 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800779 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800780 ],
781 "deps": [
782 "grpc_test_util",
783 "grpc",
784 "gpr"
785 ]
786 },
787 {
ctiller18b49ab2014-12-09 14:39:16 -0800788 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800789 "build": "test",
790 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800791 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800792 ],
793 "deps": [
794 "grpc_test_util",
795 "grpc",
796 "gpr"
797 ]
798 },
799 {
ctiller18b49ab2014-12-09 14:39:16 -0800800 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800801 "build": "test",
802 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800803 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800804 ],
805 "deps": [
806 "grpc_test_util",
807 "grpc",
808 "gpr"
809 ]
810 },
811 {
ctiller18b49ab2014-12-09 14:39:16 -0800812 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800813 "build": "test",
814 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800815 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800816 ],
817 "deps": [
818 "grpc_test_util",
819 "grpc",
820 "gpr"
821 ]
822 },
823 {
824 "name": "grpc_channel_stack_test",
825 "build": "test",
826 "src": [
827 "test/core/channel/channel_stack_test.c"
828 ],
829 "deps": [
830 "grpc_test_util",
831 "grpc",
832 "gpr"
833 ]
834 },
835 {
836 "name": "metadata_buffer_test",
837 "build": "test",
838 "src": [
839 "test/core/channel/metadata_buffer_test.c"
840 ],
841 "deps": [
842 "grpc_test_util",
843 "grpc",
844 "gpr"
845 ]
846 },
847 {
848 "name": "grpc_completion_queue_test",
849 "build": "test",
850 "src": [
851 "test/core/surface/completion_queue_test.c"
852 ],
853 "deps": [
854 "grpc_test_util",
855 "grpc",
856 "gpr"
857 ]
858 },
859 {
860 "name": "grpc_completion_queue_benchmark",
861 "build": "benchmark",
862 "src": [
863 "test/core/surface/completion_queue_benchmark.c"
864 ],
865 "deps": [
866 "grpc_test_util",
867 "grpc",
868 "gpr"
869 ]
870 },
871 {
hongyu24200d32015-01-08 15:13:49 -0800872 "name": "census_trace_store_test",
873 "build": "executable",
874 "src": [
875 "test/core/statistics/trace_test.c"
876 ],
877 "deps": [
878 "grpc_test_util",
879 "grpc",
880 "gpr"
881 ]
882 },
883 {
884 "name": "census_stats_store_test",
885 "build": "executable",
886 "src": [
887 "test/core/statistics/rpc_stats_test.c"
888 ],
889 "deps": [
890 "grpc_test_util",
891 "grpc",
892 "gpr"
893 ]
894 },
895 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800896 "name": "census_window_stats_test",
897 "build": "test",
898 "src": [
899 "test/core/statistics/window_stats_test.c"
900 ],
901 "deps": [
902 "grpc_test_util",
903 "grpc",
904 "gpr"
905 ]
906 },
907 {
908 "name": "census_statistics_quick_test",
909 "build": "test",
910 "src": [
911 "test/core/statistics/quick_test.c"
912 ],
913 "deps": [
914 "grpc_test_util",
915 "grpc",
916 "gpr"
917 ]
918 },
919 {
aveitch482a5be2014-12-15 10:25:12 -0800920 "name": "census_statistics_small_log_test",
921 "build": "test",
922 "src": [
923 "test/core/statistics/small_log_test.c"
924 ],
925 "deps": [
926 "grpc_test_util",
927 "grpc",
928 "gpr"
929 ]
930 },
931 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800932 "name": "census_statistics_performance_test",
933 "build": "test",
934 "src": [
935 "test/core/statistics/performance_test.c"
936 ],
937 "deps": [
938 "grpc_test_util",
939 "grpc",
940 "gpr"
941 ]
942 },
943 {
944 "name": "census_statistics_multiple_writers_test",
945 "build": "test",
946 "src": [
947 "test/core/statistics/multiple_writers_test.c"
948 ],
949 "deps": [
950 "grpc_test_util",
951 "grpc",
952 "gpr"
953 ]
954 },
955 {
956 "name": "census_statistics_multiple_writers_circular_buffer_test",
957 "build": "test",
958 "src": [
959 "test/core/statistics/multiple_writers_circular_buffer_test.c"
960 ],
961 "deps": [
962 "grpc_test_util",
963 "grpc",
964 "gpr"
965 ]
966 },
967 {
968 "name": "census_stub_test",
969 "build": "test",
970 "src": [
971 "test/core/statistics/census_stub_test.c"
972 ],
973 "deps": [
974 "grpc_test_util",
975 "grpc",
976 "gpr"
977 ]
978 },
979 {
980 "name": "census_hash_table_test",
981 "build": "test",
982 "src": [
983 "test/core/statistics/hash_table_test.c"
984 ],
985 "deps": [
986 "grpc_test_util",
987 "grpc",
988 "gpr"
989 ]
990 },
991 {
992 "name": "fling_server",
993 "build": "test",
994 "run": false,
995 "src": [
996 "test/core/fling/server.c"
997 ],
998 "deps": [
999 "grpc_test_util",
1000 "grpc",
1001 "gpr"
1002 ]
1003 },
1004 {
1005 "name": "fling_client",
1006 "build": "test",
1007 "run": false,
1008 "src": [
1009 "test/core/fling/client.c"
1010 ],
1011 "deps": [
1012 "grpc_test_util",
1013 "grpc",
1014 "gpr"
1015 ]
1016 },
1017 {
1018 "name": "fling_test",
1019 "build": "test",
1020 "src": [
1021 "test/core/fling/fling_test.c"
1022 ],
1023 "deps": [
1024 "grpc_test_util",
1025 "grpc",
1026 "gpr"
1027 ]
1028 },
1029 {
1030 "name": "echo_server",
1031 "build": "test",
1032 "run": false,
1033 "src": [
1034 "test/core/echo/server.c"
1035 ],
1036 "deps": [
1037 "grpc_test_util",
1038 "grpc",
1039 "gpr"
1040 ]
1041 },
1042 {
1043 "name": "echo_client",
1044 "build": "test",
1045 "run": false,
1046 "src": [
1047 "test/core/echo/client.c"
1048 ],
1049 "deps": [
1050 "grpc_test_util",
1051 "grpc",
1052 "gpr"
1053 ]
1054 },
1055 {
1056 "name": "echo_test",
1057 "build": "test",
1058 "src": [
1059 "test/core/echo/echo_test.c"
1060 ],
1061 "deps": [
1062 "grpc_test_util",
1063 "grpc",
1064 "gpr"
1065 ]
1066 },
1067 {
1068 "name": "low_level_ping_pong_benchmark",
1069 "build": "benchmark",
1070 "src": [
1071 "test/core/network_benchmarks/low_level_ping_pong.c"
1072 ],
1073 "deps": [
1074 "grpc_test_util",
1075 "grpc",
1076 "gpr"
1077 ]
1078 },
1079 {
1080 "name": "message_compress_test",
1081 "build": "test",
1082 "src": [
1083 "test/core/compression/message_compress_test.c"
1084 ],
1085 "deps": [
1086 "grpc_test_util",
1087 "grpc",
1088 "gpr"
1089 ]
1090 },
nnoble0c475f02014-12-05 15:37:39 -08001091 {
1092 "name": "bin_encoder_test",
1093 "build": "test",
1094 "src": [
1095 "test/core/transport/chttp2/bin_encoder_test.c"
1096 ],
1097 "deps": [
1098 "grpc_test_util",
1099 "grpc",
1100 "gpr"
1101 ]
1102 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001103 {
1104 "name": "secure_endpoint_test",
1105 "build": "test",
1106 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001107 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001108 ],
1109 "deps": [
1110 "grpc_test_util",
1111 "grpc",
1112 "gpr"
1113 ]
1114 },
1115 {
1116 "name": "httpcli_format_request_test",
1117 "build": "test",
1118 "src": [
1119 "test/core/httpcli/format_request_test.c"
1120 ],
1121 "deps": [
1122 "grpc_test_util",
1123 "grpc",
1124 "gpr"
1125 ]
1126 },
1127 {
1128 "name": "httpcli_parser_test",
1129 "build": "test",
1130 "src": [
1131 "test/core/httpcli/parser_test.c"
1132 ],
1133 "deps": [
1134 "grpc_test_util",
1135 "grpc",
1136 "gpr"
1137 ]
1138 },
1139 {
1140 "name": "httpcli_test",
1141 "build": "test",
1142 "src": [
1143 "test/core/httpcli/httpcli_test.c"
1144 ],
1145 "deps": [
1146 "grpc_test_util",
1147 "grpc",
1148 "gpr"
1149 ]
1150 },
1151 {
1152 "name": "grpc_credentials_test",
1153 "build": "test",
1154 "src": [
1155 "test/core/security/credentials_test.c"
1156 ],
1157 "deps": [
1158 "grpc_test_util",
1159 "grpc",
1160 "gpr"
1161 ]
1162 },
1163 {
jboeuf1a809c02014-12-19 15:44:30 -08001164 "name": "grpc_fetch_oauth2",
1165 "build": "tool",
1166 "src": [
1167 "test/core/security/fetch_oauth2.c"
1168 ],
1169 "deps": [
1170 "grpc_test_util",
1171 "grpc",
1172 "gpr"
1173 ]
1174 },
1175 {
jboeufbefd2652014-12-12 15:39:47 -08001176 "name": "grpc_base64_test",
1177 "build": "test",
1178 "src": [
1179 "test/core/security/base64_test.c"
1180 ],
1181 "deps": [
1182 "grpc_test_util",
1183 "grpc",
1184 "gpr"
1185 ]
1186 },
1187 {
1188 "name": "grpc_json_token_test",
1189 "build": "test",
1190 "src": [
1191 "test/core/security/json_token_test.c"
1192 ],
1193 "deps": [
1194 "grpc_test_util",
1195 "grpc",
1196 "gpr"
1197 ]
1198 },
1199 {
ctiller8919f602014-12-10 10:19:42 -08001200 "name": "timeout_encoding_test",
1201 "build": "test",
1202 "src": [
1203 "test/core/transport/chttp2/timeout_encoding_test.c"
1204 ],
1205 "deps": [
1206 "grpc_test_util",
1207 "grpc",
1208 "gpr"
1209 ]
1210 },
1211 {
1212 "name": "fd_posix_test",
1213 "build": "test",
1214 "src": [
1215 "test/core/iomgr/fd_posix_test.c"
1216 ],
1217 "deps": [
1218 "grpc_test_util",
1219 "grpc",
1220 "gpr"
1221 ]
1222 },
1223 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001224 "name": "fling_stream_test",
1225 "build": "test",
1226 "src": [
1227 "test/core/fling/fling_stream_test.c"
1228 ],
1229 "deps": [
1230 "grpc_test_util",
1231 "grpc",
1232 "gpr"
1233 ]
1234 },
1235 {
1236 "name": "lame_client_test",
1237 "build": "test",
1238 "src": [
1239 "test/core/surface/lame_client_test.c"
1240 ],
1241 "deps": [
1242 "grpc_test_util",
1243 "grpc",
1244 "gpr"
1245 ]
1246 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001247 {
1248 "name": "thread_pool_test",
1249 "build": "test",
1250 "c++": true,
1251 "src": [
1252 "test/cpp/server/thread_pool_test.cc"
1253 ],
1254 "deps": [
1255 "grpc_test_util",
1256 "grpc++",
1257 "grpc",
1258 "gpr"
1259 ]
1260 },
1261 {
1262 "name": "status_test",
1263 "build": "test",
1264 "c++": true,
1265 "src": [
1266 "test/cpp/util/status_test.cc"
1267 ],
1268 "deps": [
1269 "grpc_test_util",
1270 "grpc++",
1271 "grpc",
1272 "gpr"
1273 ]
ctiller8919f602014-12-10 10:19:42 -08001274 },
1275 {
1276 "name": "sync_client_async_server_test",
1277 "build": "test",
1278 "c++": true,
1279 "src": [
1280 "test/cpp/end2end/sync_client_async_server_test.cc"
1281 ],
1282 "deps": [
Craig Tillerd4773f52015-01-12 16:38:47 -08001283 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001284 "grpc_test_util",
1285 "grpc++",
1286 "grpc",
1287 "gpr"
1288 ]
1289 },
1290 {
1291 "name": "qps_client",
1292 "build": "test",
1293 "c++": true,
1294 "src": [
vpai80b6d012014-12-17 11:47:32 -08001295 "test/cpp/interop/empty.proto",
1296 "test/cpp/interop/messages.proto",
1297 "test/cpp/interop/test.proto",
1298 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001299 ],
1300 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001301 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001302 "grpc_test_util",
1303 "grpc++",
1304 "grpc",
1305 "gpr"
1306 ]
1307 },
1308 {
1309 "name": "qps_server",
1310 "build": "test",
1311 "c++": true,
1312 "src": [
vpai80b6d012014-12-17 11:47:32 -08001313 "test/cpp/interop/empty.proto",
1314 "test/cpp/interop/messages.proto",
1315 "test/cpp/interop/test.proto",
1316 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001317 ],
1318 "deps": [
vpai80b6d012014-12-17 11:47:32 -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_server",
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/server.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": "interop_client",
1347 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001348 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001349 "c++": true,
1350 "src": [
nnoble72309c62014-12-12 11:42:26 -08001351 "test/cpp/interop/empty.proto",
1352 "test/cpp/interop/messages.proto",
1353 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001354 "test/cpp/interop/client.cc"
1355 ],
1356 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001357 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001358 "grpc_test_util",
1359 "grpc++",
1360 "grpc",
1361 "gpr"
1362 ]
1363 },
1364 {
1365 "name": "end2end_test",
1366 "build": "test",
1367 "c++": true,
1368 "src": [
1369 "test/cpp/end2end/end2end_test.cc"
1370 ],
1371 "deps": [
yangg1456d152015-01-08 15:39:58 -08001372 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001373 "grpc_test_util",
1374 "grpc++",
1375 "grpc",
1376 "gpr"
1377 ]
1378 },
1379 {
yangg59dfc902014-12-19 14:00:14 -08001380 "name": "channel_arguments_test",
1381 "build": "test",
1382 "c++": true,
1383 "src": [
1384 "test/cpp/client/channel_arguments_test.cc"
1385 ],
1386 "deps": [
1387 "grpc++",
Craig Tillerd4773f52015-01-12 16:38:47 -08001388 "grpc",
1389 "gpr"
yangg59dfc902014-12-19 14:00:14 -08001390 ]
1391 },
1392 {
yangg4105e2b2015-01-09 14:19:44 -08001393 "name": "credentials_test",
1394 "build": "test",
1395 "c++": true,
1396 "src": [
1397 "test/cpp/client/credentials_test.cc"
1398 ],
1399 "deps": [
1400 "grpc++",
Craig Tillerd4773f52015-01-12 16:38:47 -08001401 "grpc",
1402 "gpr"
yangg4105e2b2015-01-09 14:19:44 -08001403 ]
1404 },
1405 {
ctiller8919f602014-12-10 10:19:42 -08001406 "name": "alarm_test",
1407 "build": "test",
1408 "src": [
1409 "test/core/iomgr/alarm_test.c"
1410 ],
1411 "deps": [
1412 "grpc_test_util",
1413 "grpc",
1414 "gpr"
1415 ]
1416 },
1417 {
ctiller3bf466f2014-12-19 16:21:57 -08001418 "name": "alarm_list_test",
1419 "build": "test",
1420 "src": [
1421 "test/core/iomgr/alarm_list_test.c"
1422 ],
1423 "deps": [
1424 "grpc_test_util",
1425 "grpc",
1426 "gpr"
1427 ]
1428 },
1429 {
1430 "name": "alarm_heap_test",
1431 "build": "test",
1432 "src": [
1433 "test/core/iomgr/alarm_heap_test.c"
1434 ],
1435 "deps": [
1436 "grpc_test_util",
1437 "grpc",
1438 "gpr"
1439 ]
1440 },
1441 {
ctiller8919f602014-12-10 10:19:42 -08001442 "name": "time_test",
1443 "build": "test",
1444 "src": [
1445 "test/core/support/time_test.c"
1446 ],
1447 "deps": [
1448 "grpc_test_util",
1449 "grpc",
1450 "gpr"
1451 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001452 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001453 ]
1454}