blob: 19078ed72654c596282a64bbf7977c533eb66173 [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
Nicolas "Pixel" Noble62b8ddf2015-04-22 17:36:47 +02002 "#1": "This file describes the list of targets and dependencies.",
3 "#2": "It is used among other things to generate all of our project files.",
4 "#3": "Please refer to the templates directory for more information.",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08005 "settings": {
6 "#": "The public version number of the library.",
7 "version": {
8 "major": 0,
Craig Tillera2ca74e2015-05-27 09:56:09 -07009 "minor": 10,
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080010 "micro": 0,
11 "build": 0
12 }
13 },
nnoblec87b1c52015-01-05 17:15:18 -080014 "filegroups": [
15 {
Alistair Veitch9686dab2015-05-26 14:26:47 -070016 "name": "census",
17 "public_headers": [
18 "include/grpc/census.h"
19 ],
20 "headers": [
21 "src/core/census/context.h"
22 ],
23 "src": [
24 "src/core/census/context.c",
25 "src/core/census/initialize.c"
26 ]
27 },
28 {
Craig Tiller47c83fd2015-02-21 22:45:35 -080029 "name": "grpc++_base",
30 "public_headers": [
Yang Gao49996492015-03-12 16:40:19 -070031 "include/grpc++/async_generic_service.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080032 "include/grpc++/async_unary_call.h",
Yang Gaofccea1f2015-03-10 13:17:39 -070033 "include/grpc++/byte_buffer.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080034 "include/grpc++/channel_arguments.h",
35 "include/grpc++/channel_interface.h",
36 "include/grpc++/client_context.h",
37 "include/grpc++/completion_queue.h",
38 "include/grpc++/config.h",
yang-gadfed032015-06-23 13:01:22 -070039 "include/grpc++/config_protobuf.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080040 "include/grpc++/create_channel.h",
41 "include/grpc++/credentials.h",
Yang Gao75e2f6d2015-03-19 07:04:38 -070042 "include/grpc++/generic_stub.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080043 "include/grpc++/impl/call.h",
44 "include/grpc++/impl/client_unary_call.h",
Yang Gao96de4842015-04-24 13:13:12 -070045 "include/grpc++/impl/grpc_library.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080046 "include/grpc++/impl/internal_stub.h",
yang-gadfed032015-06-23 13:01:22 -070047 "include/grpc++/impl/proto_utils.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080048 "include/grpc++/impl/rpc_method.h",
49 "include/grpc++/impl/rpc_service_method.h",
Craig Tiller6ef7f312015-06-05 10:15:10 -070050 "include/grpc++/impl/serialization_traits.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080051 "include/grpc++/impl/service_type.h",
Yang Gaofa4549d2015-04-10 13:12:09 -070052 "include/grpc++/impl/sync.h",
53 "include/grpc++/impl/sync_cxx11.h",
54 "include/grpc++/impl/sync_no_cxx11.h",
55 "include/grpc++/impl/thd.h",
56 "include/grpc++/impl/thd_cxx11.h",
57 "include/grpc++/impl/thd_no_cxx11.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080058 "include/grpc++/server.h",
59 "include/grpc++/server_builder.h",
60 "include/grpc++/server_context.h",
61 "include/grpc++/server_credentials.h",
Yang Gaofccea1f2015-03-10 13:17:39 -070062 "include/grpc++/slice.h",
Craig Tiller47c83fd2015-02-21 22:45:35 -080063 "include/grpc++/status.h",
64 "include/grpc++/status_code_enum.h",
65 "include/grpc++/stream.h",
Nicolas "Pixel" Noble27a0dc02015-04-11 01:25:22 +020066 "include/grpc++/thread_pool_interface.h",
67 "include/grpc++/time.h"
Craig Tiller47c83fd2015-02-21 22:45:35 -080068 ],
69 "headers": [
70 "src/cpp/client/channel.h",
Nicolas "Pixel" Noble27a0dc02015-04-11 01:25:22 +020071 "src/cpp/server/thread_pool.h"
Craig Tiller47c83fd2015-02-21 22:45:35 -080072 ],
73 "src": [
74 "src/cpp/client/channel.cc",
75 "src/cpp/client/channel_arguments.cc",
76 "src/cpp/client/client_context.cc",
Craig Tiller47c83fd2015-02-21 22:45:35 -080077 "src/cpp/client/create_channel.cc",
78 "src/cpp/client/credentials.cc",
Yang Gao75e2f6d2015-03-19 07:04:38 -070079 "src/cpp/client/generic_stub.cc",
Craig Tiller47c83fd2015-02-21 22:45:35 -080080 "src/cpp/client/insecure_credentials.cc",
81 "src/cpp/client/internal_stub.cc",
82 "src/cpp/common/call.cc",
83 "src/cpp/common/completion_queue.cc",
84 "src/cpp/common/rpc_method.cc",
85 "src/cpp/proto/proto_utils.cc",
Yang Gao49996492015-03-12 16:40:19 -070086 "src/cpp/server/async_generic_service.cc",
Yang Gao6f4fb3b2015-06-03 12:56:19 -070087 "src/cpp/server/create_default_thread_pool.cc",
Craig Tiller42bc87c2015-02-23 08:50:19 -080088 "src/cpp/server/insecure_server_credentials.cc",
Craig Tiller47c83fd2015-02-21 22:45:35 -080089 "src/cpp/server/server.cc",
90 "src/cpp/server/server_builder.cc",
91 "src/cpp/server/server_context.cc",
92 "src/cpp/server/server_credentials.cc",
93 "src/cpp/server/thread_pool.cc",
Yang Gaofccea1f2015-03-10 13:17:39 -070094 "src/cpp/util/byte_buffer.cc",
95 "src/cpp/util/slice.cc",
Craig Tiller47c83fd2015-02-21 22:45:35 -080096 "src/cpp/util/status.cc",
97 "src/cpp/util/time.cc"
98 ]
99 },
100 {
nnoblec87b1c52015-01-05 17:15:18 -0800101 "name": "grpc_base",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800102 "public_headers": [
103 "include/grpc/byte_buffer.h",
104 "include/grpc/byte_buffer_reader.h",
David Garcia Quintas59f905d2015-06-08 16:31:19 -0700105 "include/grpc/compression.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800106 "include/grpc/grpc.h",
107 "include/grpc/status.h"
108 ],
109 "headers": [
Alistair Veitch9686dab2015-05-26 14:26:47 -0700110 "src/core/census/grpc_context.h",
murgatroid997da8b1a2015-06-17 12:37:34 -0700111 "src/core/channel/census_filter.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800112 "src/core/channel/channel_args.h",
113 "src/core/channel/channel_stack.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800114 "src/core/channel/client_channel.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800115 "src/core/channel/connected_channel.h",
murgatroid997da8b1a2015-06-17 12:37:34 -0700116 "src/core/channel/context.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800117 "src/core/channel/http_client_filter.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800118 "src/core/channel/http_server_filter.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800119 "src/core/channel/noop_filter.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700120 "src/core/client_config/client_config.h",
Craig Tiller91624662015-06-25 16:31:02 -0700121 "src/core/client_config/connector.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700122 "src/core/client_config/lb_policies/pick_first.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700123 "src/core/client_config/lb_policy.h",
124 "src/core/client_config/resolver.h",
Craig Tiller1b81cc42015-06-24 09:24:40 -0700125 "src/core/client_config/resolver_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700126 "src/core/client_config/resolver_registry.h",
127 "src/core/client_config/resolvers/dns_resolver.h",
Craig Tilleracf0f072015-06-29 08:24:16 -0700128 "src/core/client_config/resolvers/unix_resolver_posix.h",
Craig Tilleraf691802015-06-23 14:57:07 -0700129 "src/core/client_config/subchannel.h",
130 "src/core/client_config/subchannel_factory.h",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700131 "src/core/client_config/uri_parser.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800132 "src/core/compression/message_compress.h",
Craig Tiller6e7c6222015-02-20 15:31:21 -0800133 "src/core/debug/trace.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800134 "src/core/iomgr/alarm.h",
135 "src/core/iomgr/alarm_heap.h",
136 "src/core/iomgr/alarm_internal.h",
137 "src/core/iomgr/endpoint.h",
138 "src/core/iomgr/endpoint_pair.h",
139 "src/core/iomgr/fd_posix.h",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800140 "src/core/iomgr/iocp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800141 "src/core/iomgr/iomgr.h",
142 "src/core/iomgr/iomgr_internal.h",
143 "src/core/iomgr/iomgr_posix.h",
144 "src/core/iomgr/pollset.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800145 "src/core/iomgr/pollset_kick_posix.h",
146 "src/core/iomgr/pollset_posix.h",
Jorge Canizalesfe8ad732015-06-20 19:53:59 -0700147 "src/core/iomgr/pollset_set.h",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700148 "src/core/iomgr/pollset_set_posix.h",
149 "src/core/iomgr/pollset_set_windows.h",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800150 "src/core/iomgr/pollset_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800151 "src/core/iomgr/resolve_address.h",
152 "src/core/iomgr/sockaddr.h",
153 "src/core/iomgr/sockaddr_posix.h",
154 "src/core/iomgr/sockaddr_utils.h",
155 "src/core/iomgr/sockaddr_win32.h",
156 "src/core/iomgr/socket_utils_posix.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100157 "src/core/iomgr/socket_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800158 "src/core/iomgr/tcp_client.h",
159 "src/core/iomgr/tcp_posix.h",
160 "src/core/iomgr/tcp_server.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100161 "src/core/iomgr/tcp_windows.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800162 "src/core/iomgr/time_averaged_stats.h",
David Klempner8bfbc882015-01-26 17:23:33 -0800163 "src/core/iomgr/wakeup_fd_pipe.h",
Craig Tiller4450db22015-01-30 16:49:22 -0800164 "src/core/iomgr/wakeup_fd_posix.h",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800165 "src/core/json/json.h",
166 "src/core/json/json_common.h",
167 "src/core/json/json_reader.h",
168 "src/core/json/json_writer.h",
Vijay Pai6dfa7e62015-04-13 10:41:40 -0700169 "src/core/profiling/timers.h",
Vijay Pai9cccb082015-04-13 13:04:06 -0700170 "src/core/profiling/timers_preciseclock.h",
Craig Tiller4450db22015-01-30 16:49:22 -0800171 "src/core/surface/byte_buffer_queue.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800172 "src/core/surface/call.h",
173 "src/core/surface/channel.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800174 "src/core/surface/completion_queue.h",
175 "src/core/surface/event_string.h",
Craig Tillerfaa84802015-03-01 21:56:38 -0800176 "src/core/surface/init.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800177 "src/core/surface/server.h",
178 "src/core/surface/surface_trace.h",
Nicolas "Pixel" Noble710b6a42015-03-20 00:54:10 +0100179 "src/core/transport/chttp2/alpn.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800180 "src/core/transport/chttp2/bin_encoder.h",
181 "src/core/transport/chttp2/frame.h",
182 "src/core/transport/chttp2/frame_data.h",
183 "src/core/transport/chttp2/frame_goaway.h",
184 "src/core/transport/chttp2/frame_ping.h",
185 "src/core/transport/chttp2/frame_rst_stream.h",
186 "src/core/transport/chttp2/frame_settings.h",
187 "src/core/transport/chttp2/frame_window_update.h",
188 "src/core/transport/chttp2/hpack_parser.h",
189 "src/core/transport/chttp2/hpack_table.h",
190 "src/core/transport/chttp2/http2_errors.h",
191 "src/core/transport/chttp2/huffsyms.h",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700192 "src/core/transport/chttp2/incoming_metadata.h",
Craig Tiller41527062015-06-12 07:51:05 -0700193 "src/core/transport/chttp2/internal.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800194 "src/core/transport/chttp2/status_conversion.h",
195 "src/core/transport/chttp2/stream_encoder.h",
196 "src/core/transport/chttp2/stream_map.h",
197 "src/core/transport/chttp2/timeout_encoding.h",
198 "src/core/transport/chttp2/varint.h",
199 "src/core/transport/chttp2_transport.h",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700200 "src/core/transport/connectivity_state.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800201 "src/core/transport/metadata.h",
202 "src/core/transport/stream_op.h",
203 "src/core/transport/transport.h",
204 "src/core/transport/transport_impl.h"
205 ],
nnoblec87b1c52015-01-05 17:15:18 -0800206 "src": [
Alistair Veitch9686dab2015-05-26 14:26:47 -0700207 "src/core/census/grpc_context.c",
nnoblec87b1c52015-01-05 17:15:18 -0800208 "src/core/channel/channel_args.c",
209 "src/core/channel/channel_stack.c",
nnoblec87b1c52015-01-05 17:15:18 -0800210 "src/core/channel/client_channel.c",
nnoblec87b1c52015-01-05 17:15:18 -0800211 "src/core/channel/connected_channel.c",
212 "src/core/channel/http_client_filter.c",
nnoblec87b1c52015-01-05 17:15:18 -0800213 "src/core/channel/http_server_filter.c",
nnoblec87b1c52015-01-05 17:15:18 -0800214 "src/core/channel/noop_filter.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700215 "src/core/client_config/client_config.c",
Craig Tiller91624662015-06-25 16:31:02 -0700216 "src/core/client_config/connector.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700217 "src/core/client_config/lb_policies/pick_first.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700218 "src/core/client_config/lb_policy.c",
219 "src/core/client_config/resolver.c",
Craig Tiller1b81cc42015-06-24 09:24:40 -0700220 "src/core/client_config/resolver_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700221 "src/core/client_config/resolver_registry.c",
222 "src/core/client_config/resolvers/dns_resolver.c",
Craig Tilleracf0f072015-06-29 08:24:16 -0700223 "src/core/client_config/resolvers/unix_resolver_posix.c",
Craig Tilleraf691802015-06-23 14:57:07 -0700224 "src/core/client_config/subchannel.c",
225 "src/core/client_config/subchannel_factory.c",
Craig Tiller3bc8ebd2015-06-24 15:41:15 -0700226 "src/core/client_config/uri_parser.c",
nnoblec87b1c52015-01-05 17:15:18 -0800227 "src/core/compression/algorithm.c",
228 "src/core/compression/message_compress.c",
Craig Tiller6e7c6222015-02-20 15:31:21 -0800229 "src/core/debug/trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800230 "src/core/iomgr/alarm.c",
231 "src/core/iomgr/alarm_heap.c",
232 "src/core/iomgr/endpoint.c",
233 "src/core/iomgr/endpoint_pair_posix.c",
Craig Tillerb25c90d2015-04-08 11:26:30 -0700234 "src/core/iomgr/endpoint_pair_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800235 "src/core/iomgr/fd_posix.c",
Nicolas Noble45e67a32015-02-09 16:20:49 -0800236 "src/core/iomgr/iocp_windows.c",
ctiller58393c22015-01-07 14:03:30 -0800237 "src/core/iomgr/iomgr.c",
238 "src/core/iomgr/iomgr_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100239 "src/core/iomgr/iomgr_windows.c",
Craig Tiller0c1d2782015-05-28 17:06:05 -0700240 "src/core/iomgr/pollset_kick_posix.c",
David Klempnerbaced4d2015-02-10 17:10:15 -0800241 "src/core/iomgr/pollset_multipoller_with_epoll.c",
Craig Tiller24c06ea2015-02-11 21:26:45 -0800242 "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
ctiller58393c22015-01-07 14:03:30 -0800243 "src/core/iomgr/pollset_posix.c",
Craig Tillerb7cf08f2015-05-07 07:58:30 -0700244 "src/core/iomgr/pollset_set_posix.c",
245 "src/core/iomgr/pollset_set_windows.c",
Craig Tillerf2d39b72015-01-21 15:06:08 -0800246 "src/core/iomgr/pollset_windows.c",
Nicolas "Pixel" Noble94964fd2015-02-21 07:19:19 +0100247 "src/core/iomgr/resolve_address_posix.c",
248 "src/core/iomgr/resolve_address_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800249 "src/core/iomgr/sockaddr_utils.c",
250 "src/core/iomgr/socket_utils_common_posix.c",
251 "src/core/iomgr/socket_utils_linux.c",
252 "src/core/iomgr/socket_utils_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100253 "src/core/iomgr/socket_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800254 "src/core/iomgr/tcp_client_posix.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100255 "src/core/iomgr/tcp_client_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800256 "src/core/iomgr/tcp_posix.c",
257 "src/core/iomgr/tcp_server_posix.c",
Nicolas "Pixel" Noble0f3ec822015-02-05 19:40:38 +0100258 "src/core/iomgr/tcp_server_windows.c",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100259 "src/core/iomgr/tcp_windows.c",
nnoblec87b1c52015-01-05 17:15:18 -0800260 "src/core/iomgr/time_averaged_stats.c",
David Klempner78dc6cd2015-01-26 15:02:51 -0800261 "src/core/iomgr/wakeup_fd_eventfd.c",
262 "src/core/iomgr/wakeup_fd_nospecial.c",
263 "src/core/iomgr/wakeup_fd_pipe.c",
David Klempner8bfbc882015-01-26 17:23:33 -0800264 "src/core/iomgr/wakeup_fd_posix.c",
Nicolas Noble614c2bf2015-01-21 15:48:36 -0800265 "src/core/json/json.c",
Nicolas Noblee04455a2015-01-26 17:01:29 -0800266 "src/core/json/json_reader.c",
267 "src/core/json/json_string.c",
268 "src/core/json/json_writer.c",
David Garcia Quintas8954e902015-04-29 09:46:33 -0700269 "src/core/profiling/basic_timers.c",
270 "src/core/profiling/stap_timers.c",
nnoblec87b1c52015-01-05 17:15:18 -0800271 "src/core/surface/byte_buffer.c",
Craig Tiller4450db22015-01-30 16:49:22 -0800272 "src/core/surface/byte_buffer_queue.c",
nnoblec87b1c52015-01-05 17:15:18 -0800273 "src/core/surface/byte_buffer_reader.c",
274 "src/core/surface/call.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800275 "src/core/surface/call_details.c",
murgatroid99d47946b2015-03-09 14:27:07 -0700276 "src/core/surface/call_log_batch.c",
nnoblec87b1c52015-01-05 17:15:18 -0800277 "src/core/surface/channel.c",
278 "src/core/surface/channel_create.c",
nnoblec87b1c52015-01-05 17:15:18 -0800279 "src/core/surface/completion_queue.c",
280 "src/core/surface/event_string.c",
281 "src/core/surface/init.c",
282 "src/core/surface/lame_client.c",
Craig Tillerea61b072015-02-03 19:19:27 -0800283 "src/core/surface/metadata_array.c",
nnoblec87b1c52015-01-05 17:15:18 -0800284 "src/core/surface/server.c",
285 "src/core/surface/server_chttp2.c",
286 "src/core/surface/server_create.c",
Craig Tillerfaa84802015-03-01 21:56:38 -0800287 "src/core/surface/surface_trace.c",
nnoblec87b1c52015-01-05 17:15:18 -0800288 "src/core/transport/chttp2/alpn.c",
289 "src/core/transport/chttp2/bin_encoder.c",
290 "src/core/transport/chttp2/frame_data.c",
291 "src/core/transport/chttp2/frame_goaway.c",
292 "src/core/transport/chttp2/frame_ping.c",
293 "src/core/transport/chttp2/frame_rst_stream.c",
294 "src/core/transport/chttp2/frame_settings.c",
295 "src/core/transport/chttp2/frame_window_update.c",
296 "src/core/transport/chttp2/hpack_parser.c",
297 "src/core/transport/chttp2/hpack_table.c",
298 "src/core/transport/chttp2/huffsyms.c",
Craig Tiller5dc3b302015-06-15 16:06:50 -0700299 "src/core/transport/chttp2/incoming_metadata.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700300 "src/core/transport/chttp2/parsing.c",
nnoblec87b1c52015-01-05 17:15:18 -0800301 "src/core/transport/chttp2/status_conversion.c",
302 "src/core/transport/chttp2/stream_encoder.c",
Craig Tiller6459db42015-06-15 17:11:45 -0700303 "src/core/transport/chttp2/stream_lists.c",
nnoblec87b1c52015-01-05 17:15:18 -0800304 "src/core/transport/chttp2/stream_map.c",
305 "src/core/transport/chttp2/timeout_encoding.c",
ctillere4b40932015-01-07 12:13:17 -0800306 "src/core/transport/chttp2/varint.c",
Craig Tillerd8df50c2015-06-12 07:53:56 -0700307 "src/core/transport/chttp2/writing.c",
ctiller58393c22015-01-07 14:03:30 -0800308 "src/core/transport/chttp2_transport.c",
Craig Tiller08a1cf82015-06-29 09:37:52 -0700309 "src/core/transport/connectivity_state.c",
nnoblec87b1c52015-01-05 17:15:18 -0800310 "src/core/transport/metadata.c",
311 "src/core/transport/stream_op.c",
Craig Tiller83f88d92015-04-21 16:02:05 -0700312 "src/core/transport/transport.c",
313 "src/core/transport/transport_op_string.c"
nnoblec87b1c52015-01-05 17:15:18 -0800314 ]
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200315 },
316 {
317 "name": "grpc_test_util_base",
Craig Tillerf75fc122015-06-25 06:58:00 -0700318 "headers": [
319 "test/core/end2end/cq_verifier.h",
320 "test/core/iomgr/endpoint_tests.h",
321 "test/core/util/grpc_profiler.h",
322 "test/core/util/parse_hexstring.h",
323 "test/core/util/port.h",
324 "test/core/util/slice_splitter.h"
325 ],
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200326 "src": [
327 "test/core/end2end/cq_verifier.c",
328 "test/core/iomgr/endpoint_tests.c",
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200329 "test/core/util/grpc_profiler.c",
330 "test/core/util/parse_hexstring.c",
331 "test/core/util/port_posix.c",
332 "test/core/util/port_windows.c",
333 "test/core/util/slice_splitter.c"
334 ]
nnoblec87b1c52015-01-05 17:15:18 -0800335 }
336 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800337 "libs": [
338 {
339 "name": "gpr",
340 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800341 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800342 "public_headers": [
343 "include/grpc/support/alloc.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800344 "include/grpc/support/atm.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800345 "include/grpc/support/atm_gcc_atomic.h",
346 "include/grpc/support/atm_gcc_sync.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800347 "include/grpc/support/atm_win32.h",
348 "include/grpc/support/cancellable_platform.h",
349 "include/grpc/support/cmdline.h",
Nicolas "Pixel" Noble51f5b912015-03-19 20:18:04 +0100350 "include/grpc/support/cpu.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800351 "include/grpc/support/histogram.h",
352 "include/grpc/support/host_port.h",
353 "include/grpc/support/log.h",
Nicolas "Pixel" Noble21f627a2015-02-04 01:31:14 +0100354 "include/grpc/support/log_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800355 "include/grpc/support/port_platform.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800356 "include/grpc/support/slice.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800357 "include/grpc/support/slice_buffer.h",
Masood Malekghassemi701af602015-06-03 15:01:17 -0700358 "include/grpc/support/string_util.h",
Craig Tiller685f1e62015-05-15 11:40:59 -0700359 "include/grpc/support/subprocess.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800360 "include/grpc/support/sync.h",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800361 "include/grpc/support/sync_generic.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800362 "include/grpc/support/sync_posix.h",
363 "include/grpc/support/sync_win32.h",
364 "include/grpc/support/thd.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800365 "include/grpc/support/time.h",
Craig Tiller8cca9ab2015-04-10 10:39:38 -0700366 "include/grpc/support/tls.h",
367 "include/grpc/support/tls_gcc.h",
368 "include/grpc/support/tls_msvc.h",
369 "include/grpc/support/tls_pthread.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800370 "include/grpc/support/useful.h"
371 ],
372 "headers": [
Julien Boeuf026a4172015-02-02 18:36:37 -0800373 "src/core/support/env.h",
374 "src/core/support/file.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800375 "src/core/support/murmur_hash.h",
Jan Tattermuscha54b60d2015-01-27 09:46:33 -0800376 "src/core/support/string.h",
Nicolas "Pixel" Nobled6dcec52015-02-05 23:28:17 -0800377 "src/core/support/string_win32.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800378 "src/core/support/thd_internal.h"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800379 ],
380 "src": [
381 "src/core/support/alloc.c",
382 "src/core/support/cancellable.c",
383 "src/core/support/cmdline.c",
Nicolas "Pixel" Noble710b6a42015-03-20 00:54:10 +0100384 "src/core/support/cpu_iphone.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800385 "src/core/support/cpu_linux.c",
386 "src/core/support/cpu_posix.c",
Jan Tattermusch6943fb32015-02-09 17:38:52 -0800387 "src/core/support/cpu_windows.c",
Julien Boeuf7413f102015-02-04 17:00:08 -0800388 "src/core/support/env_linux.c",
Julien Boeuf026a4172015-02-02 18:36:37 -0800389 "src/core/support/env_posix.c",
390 "src/core/support/env_win32.c",
391 "src/core/support/file.c",
392 "src/core/support/file_posix.c",
393 "src/core/support/file_win32.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800394 "src/core/support/histogram.c",
395 "src/core/support/host_port.c",
396 "src/core/support/log.c",
397 "src/core/support/log_android.c",
398 "src/core/support/log_linux.c",
399 "src/core/support/log_posix.c",
400 "src/core/support/log_win32.c",
401 "src/core/support/murmur_hash.c",
402 "src/core/support/slice.c",
403 "src/core/support/slice_buffer.c",
404 "src/core/support/string.c",
405 "src/core/support/string_posix.c",
406 "src/core/support/string_win32.c",
Craig Tillerc21a8092015-05-15 10:03:40 -0700407 "src/core/support/subprocess_posix.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800408 "src/core/support/sync.c",
409 "src/core/support/sync_posix.c",
410 "src/core/support/sync_win32.c",
Nicolas Noble91647cc2015-04-03 13:32:47 -0700411 "src/core/support/thd.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800412 "src/core/support/thd_posix.c",
413 "src/core/support/thd_win32.c",
414 "src/core/support/time.c",
415 "src/core/support/time_posix.c",
Craig Tilleree210ab2015-05-15 10:32:28 -0700416 "src/core/support/time_win32.c",
417 "src/core/support/tls_pthread.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800418 ],
Nicolas "Pixel" Noble061690d2015-03-06 22:58:58 +0100419 "secure": "no",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800420 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}"
421 },
422 {
423 "name": "gpr_test_util",
424 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800425 "language": "c",
Yang Gao929481e2015-04-01 13:58:25 -0700426 "headers": [
427 "test/core/util/test_config.h"
428 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800429 "src": [
430 "test/core/util/test_config.c"
431 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800432 "deps": [
433 "gpr"
434 ],
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200435 "secure": "no",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800436 "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800437 },
438 {
439 "name": "grpc",
440 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800441 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800442 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800443 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800444 ],
445 "headers": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100446 "src/core/httpcli/format_request.h",
447 "src/core/httpcli/httpcli.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700448 "src/core/httpcli/httpcli_security_connector.h",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100449 "src/core/httpcli/parser.h",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700450 "src/core/security/auth_filters.h",
jboeufbefd2652014-12-12 15:39:47 -0800451 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800452 "src/core/security/credentials.h",
jboeufbefd2652014-12-12 15:39:47 -0800453 "src/core/security/json_token.h",
Nicolas "Pixel" Noble710b6a42015-03-20 00:54:10 +0100454 "src/core/security/secure_endpoint.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800455 "src/core/security/secure_transport_setup.h",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700456 "src/core/security/security_connector.h",
Julien Boeufd7f768b2015-05-08 16:37:16 -0700457 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800458 "src/core/tsi/fake_transport_security.h",
459 "src/core/tsi/ssl_transport_security.h",
460 "src/core/tsi/transport_security.h",
nnoble472f60e2015-01-12 18:40:46 -0800461 "src/core/tsi/transport_security_interface.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800462 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800463 "src": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100464 "src/core/httpcli/format_request.c",
465 "src/core/httpcli/httpcli.c",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700466 "src/core/httpcli/httpcli_security_connector.c",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100467 "src/core/httpcli/parser.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800468 "src/core/security/base64.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700469 "src/core/security/client_auth_filter.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800470 "src/core/security/credentials.c",
Julien Boeuf75c9b6f2015-05-29 13:12:12 -0700471 "src/core/security/credentials_metadata.c",
Julien Boeufcd9b1c82015-02-20 17:40:41 -0800472 "src/core/security/credentials_posix.c",
473 "src/core/security/credentials_win32.c",
Julien Boeufc66f2a82015-02-23 13:00:36 -0800474 "src/core/security/google_default_credentials.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800475 "src/core/security/json_token.c",
476 "src/core/security/secure_endpoint.c",
477 "src/core/security/secure_transport_setup.c",
Julien Boeuf7d1d9ca2015-04-17 14:38:48 -0700478 "src/core/security/security_connector.c",
Julien Boeufd7f768b2015-05-08 16:37:16 -0700479 "src/core/security/security_context.c",
Julien Boeufc6f8d0a2015-05-11 22:40:02 -0700480 "src/core/security/server_auth_filter.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800481 "src/core/security/server_secure_chttp2.c",
Craig Tillerfaa84802015-03-01 21:56:38 -0800482 "src/core/surface/init_secure.c",
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100483 "src/core/surface/secure_channel_create.c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800484 "src/core/tsi/fake_transport_security.c",
485 "src/core/tsi/ssl_transport_security.c",
486 "src/core/tsi/transport_security.c"
487 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800488 "deps": [
489 "gpr"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800490 ],
Craig Tiller3a653582015-01-18 11:35:42 -0800491 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800492 "filegroups": [
Alistair Veitch9686dab2015-05-26 14:26:47 -0700493 "grpc_base",
494 "census"
nnoblec87b1c52015-01-05 17:15:18 -0800495 ],
Nicolas "Pixel" Noble061690d2015-03-06 22:58:58 +0100496 "secure": "yes",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800497 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800498 },
499 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800500 "name": "grpc_test_util",
501 "build": "private",
502 "language": "c",
Craig Tillerf75fc122015-06-25 06:58:00 -0700503 "headers": [
504 "test/core/end2end/data/ssl_test_data.h"
505 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800506 "src": [
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800507 "test/core/end2end/data/server1_cert.c",
508 "test/core/end2end/data/server1_key.c",
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200509 "test/core/end2end/data/test_root_cert.c"
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800510 ],
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800511 "deps": [
512 "gpr",
Yang Gao7eb76cc2015-04-01 15:52:08 -0700513 "gpr_test_util",
Jan Tattermuschadeaf632015-02-12 17:23:13 -0800514 "grpc"
515 ],
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200516 "filegroups": [
517 "grpc_test_util_base"
518 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800519 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}"
520 },
521 {
Nicolas "Pixel" Noble010f1e72015-04-23 02:23:49 +0200522 "name": "grpc_test_util_unsecure",
523 "build": "private",
524 "language": "c",
525 "deps": [
526 "gpr",
527 "gpr_test_util",
528 "grpc"
529 ],
530 "filegroups": [
531 "grpc_test_util_base"
532 ],
533 "secure": "no",
534 "vs_project_guid": "{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}"
535 },
536 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800537 "name": "grpc_unsecure",
538 "build": "all",
539 "language": "c",
Craig Tillerfaa84802015-03-01 21:56:38 -0800540 "src": [
541 "src/core/surface/init_unsecure.c"
542 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800543 "deps": [
544 "gpr"
545 ],
546 "baselib": true,
547 "filegroups": [
Alistair Veitch9686dab2015-05-26 14:26:47 -0700548 "grpc_base",
549 "census"
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800550 ],
Nicolas "Pixel" Noble061690d2015-03-06 22:58:58 +0100551 "secure": "no",
Craig Tiller7d7b6c72015-01-18 12:03:17 -0800552 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}"
553 },
554 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800555 "name": "grpc++",
556 "build": "all",
Craig Tiller59140fc2015-01-18 10:12:17 -0800557 "language": "c++",
Julien Boeuf1d2240c2015-04-09 21:07:56 -0700558 "headers": [
559 "src/cpp/client/secure_credentials.h",
560 "src/cpp/server/secure_server_credentials.h"
561 ],
Craig Tiller0b2a3722015-01-18 11:30:07 -0800562 "src": [
Craig Tillerf75fc122015-06-25 06:58:00 -0700563 "src/cpp/client/secure_channel_arguments.cc",
Craig Tiller42bc87c2015-02-23 08:50:19 -0800564 "src/cpp/client/secure_credentials.cc",
565 "src/cpp/server/secure_server_credentials.cc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800566 ],
nnoble5b7f32a2014-12-22 08:12:44 -0800567 "deps": [
Nicolas "Pixel" Nobledda049c2015-02-21 00:39:32 +0100568 "gpr",
nnoble5b7f32a2014-12-22 08:12:44 -0800569 "grpc"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800570 ],
Craig Tiller47c83fd2015-02-21 22:45:35 -0800571 "baselib": true,
572 "filegroups": [
573 "grpc++_base"
574 ],
Nicolas "Pixel" Noble061690d2015-03-06 22:58:58 +0100575 "secure": "check",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800576 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800577 },
578 {
Yang Gao103837e2015-04-15 15:23:54 -0700579 "name": "grpc++_test_config",
580 "build": "private",
581 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -0700582 "headers": [
583 "test/cpp/util/test_config.h"
584 ],
Yang Gao103837e2015-04-15 15:23:54 -0700585 "src": [
586 "test/cpp/util/test_config.cc"
587 ]
588 },
589 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800590 "name": "grpc++_test_util",
nnoble5f2ecb32015-01-12 16:40:18 -0800591 "build": "private",
Craig Tiller3a653582015-01-18 11:35:42 -0800592 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -0700593 "headers": [
594 "test/cpp/util/cli_call.h",
595 "test/cpp/util/create_test_channel.h",
596 "test/cpp/util/fake_credentials.h",
597 "test/cpp/util/subprocess.h"
598 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800599 "src": [
Craig Tiller7431fa92015-01-31 20:06:02 -0800600 "test/cpp/util/messages.proto",
nnoble72309c62014-12-12 11:42:26 -0800601 "test/cpp/util/echo.proto",
yangg1456d152015-01-08 15:39:58 -0800602 "test/cpp/util/echo_duplicate.proto",
Yang Gaob946b5e2015-03-27 13:20:59 -0700603 "test/cpp/util/cli_call.cc",
Yang Gao26a49122015-05-15 17:02:56 -0700604 "test/cpp/util/create_test_channel.cc",
Craig Tiller4f8b6792015-05-19 09:13:35 -0700605 "test/cpp/util/fake_credentials.cc",
Craig Tillerfbac5f12015-05-15 14:20:44 -0700606 "test/cpp/util/subprocess.cc"
Craig Tillerf75fc122015-06-25 06:58:00 -0700607 ],
608 "deps": [
609 "grpc++",
610 "grpc_test_util"
Craig Tiller3a653582015-01-18 11:35:42 -0800611 ]
Chen Wang86af8cf2015-01-21 18:05:40 -0800612 },
613 {
Craig Tiller47c83fd2015-02-21 22:45:35 -0800614 "name": "grpc++_unsecure",
615 "build": "all",
616 "language": "c++",
617 "deps": [
618 "gpr",
619 "grpc_unsecure"
620 ],
621 "baselib": true,
622 "filegroups": [
623 "grpc++_base"
624 ],
Nicolas "Pixel" Noble7bf50922015-05-09 03:17:21 +0200625 "secure": "no",
626 "vs_project_guid": "{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}"
Craig Tiller47c83fd2015-02-21 22:45:35 -0800627 },
628 {
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +0100629 "name": "grpc_plugin_support",
Masood Malekghassemi3bb52152015-03-17 21:52:52 -0700630 "build": "protoc",
631 "language": "c++",
Nicolas "Pixel" Noble65c5efb2015-03-27 01:29:22 +0100632 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -0700633 "include/grpc++/config.h",
634 "include/grpc++/config_protobuf.h",
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +0100635 "src/compiler/config.h",
636 "src/compiler/cpp_generator.h",
637 "src/compiler/cpp_generator_helpers.h",
Jan Tattermusch2d924952015-05-06 10:23:17 -0700638 "src/compiler/csharp_generator.h",
639 "src/compiler/csharp_generator_helpers.h",
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +0100640 "src/compiler/generator_helpers.h",
murgatroid99ac0002a2015-04-07 12:49:14 -0700641 "src/compiler/objective_c_generator.h",
642 "src/compiler/objective_c_generator_helpers.h",
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +0100643 "src/compiler/python_generator.h",
644 "src/compiler/ruby_generator.h",
645 "src/compiler/ruby_generator_helpers-inl.h",
646 "src/compiler/ruby_generator_map-inl.h",
647 "src/compiler/ruby_generator_string-inl.h"
Masood Malekghassemi3bb52152015-03-17 21:52:52 -0700648 ],
649 "src": [
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +0100650 "src/compiler/cpp_generator.cc",
Jan Tattermusch2d924952015-05-06 10:23:17 -0700651 "src/compiler/csharp_generator.cc",
murgatroid99ac0002a2015-04-07 12:49:14 -0700652 "src/compiler/objective_c_generator.cc",
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +0100653 "src/compiler/python_generator.cc",
654 "src/compiler/ruby_generator.cc"
Masood Malekghassemi3bb52152015-03-17 21:52:52 -0700655 ],
656 "deps": [],
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -0700657 "secure": "no",
658 "vs_project_guid": "{B6E81D84-2ACB-41B8-8781-493A944C7817}"
Masood Malekghassemi3bb52152015-03-17 21:52:52 -0700659 },
660 {
Yang Gaob0b518e2015-04-13 14:53:25 -0700661 "name": "interop_client_helper",
Yang Gaoa4002072015-04-09 23:25:21 -0700662 "build": "private",
663 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -0700664 "headers": [
665 "test/cpp/interop/client_helper.h"
666 ],
Yang Gaoa4002072015-04-09 23:25:21 -0700667 "src": [
Yang Gaob0b518e2015-04-13 14:53:25 -0700668 "test/cpp/interop/client_helper.cc"
Yang Gaoa4002072015-04-09 23:25:21 -0700669 ],
670 "deps": [
Yang Gao8158c6b2015-04-10 08:23:35 -0700671 "grpc++_test_util",
Yang Gao702c7092015-04-10 14:33:51 -0700672 "grpc_test_util",
Yang Gaoa4002072015-04-09 23:25:21 -0700673 "grpc++",
674 "grpc",
Yang Gaoa4002072015-04-09 23:25:21 -0700675 "gpr"
676 ]
677 },
678 {
Yang Gaob0b518e2015-04-13 14:53:25 -0700679 "name": "interop_client_main",
680 "build": "private",
681 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -0700682 "headers": [
683 "test/cpp/interop/interop_client.h"
684 ],
Yang Gaob0b518e2015-04-13 14:53:25 -0700685 "src": [
Abhishek Kumar60572d42015-04-16 20:45:25 -0700686 "test/proto/empty.proto",
687 "test/proto/messages.proto",
Abhishek Kumar1b3e3cd2015-04-16 20:10:29 -0700688 "test/proto/test.proto",
Yang Gaob0b518e2015-04-13 14:53:25 -0700689 "test/cpp/interop/client.cc",
690 "test/cpp/interop/interop_client.cc"
691 ],
692 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -0700693 "interop_client_helper",
Yang Gaob0b518e2015-04-13 14:53:25 -0700694 "grpc++_test_util",
695 "grpc_test_util",
696 "grpc++",
697 "grpc",
698 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -0700699 "gpr",
700 "grpc++_test_config"
Yang Gaob0b518e2015-04-13 14:53:25 -0700701 ]
702 },
703 {
704 "name": "interop_server_helper",
Yang Gaoa4002072015-04-09 23:25:21 -0700705 "build": "private",
706 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -0700707 "headers": [
708 "test/cpp/interop/server_helper.h"
709 ],
Yang Gaoa4002072015-04-09 23:25:21 -0700710 "src": [
711 "test/cpp/interop/server_helper.cc"
712 ],
713 "deps": [
Yang Gao6392d502015-04-10 11:36:35 -0700714 "grpc_test_util",
Yang Gao8158c6b2015-04-10 08:23:35 -0700715 "grpc++",
Yang Gao6392d502015-04-10 11:36:35 -0700716 "grpc",
717 "gpr"
Yang Gaoa4002072015-04-09 23:25:21 -0700718 ]
719 },
720 {
Yang Gaob0b518e2015-04-13 14:53:25 -0700721 "name": "interop_server_main",
722 "build": "private",
723 "language": "c++",
724 "src": [
Abhishek Kumar60572d42015-04-16 20:45:25 -0700725 "test/proto/empty.proto",
726 "test/proto/messages.proto",
Abhishek Kumar1b3e3cd2015-04-16 20:10:29 -0700727 "test/proto/test.proto",
Yang Gaob0b518e2015-04-13 14:53:25 -0700728 "test/cpp/interop/server.cc"
729 ],
730 "deps": [
Craig Tillerf75fc122015-06-25 06:58:00 -0700731 "interop_server_helper",
Yang Gaob0b518e2015-04-13 14:53:25 -0700732 "grpc++_test_util",
733 "grpc_test_util",
734 "grpc++",
735 "grpc",
736 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -0700737 "gpr",
738 "grpc++_test_config"
Yang Gaob0b518e2015-04-13 14:53:25 -0700739 ]
740 },
741 {
Chen wang84232512015-02-12 17:29:18 -0800742 "name": "pubsub_client_lib",
Yang Gao084ef522015-04-15 11:34:15 -0700743 "build": "do_not_build",
Chen Wang69330752015-01-21 18:57:46 -0800744 "language": "c++",
Craig Tillerf75fc122015-06-25 06:58:00 -0700745 "headers": [
746 "examples/pubsub/publisher.h",
747 "examples/pubsub/subscriber.h"
748 ],
Chen Wang86af8cf2015-01-21 18:05:40 -0800749 "src": [
Chen wang84232512015-02-12 17:29:18 -0800750 "examples/pubsub/label.proto",
751 "examples/pubsub/empty.proto",
752 "examples/pubsub/pubsub.proto",
753 "examples/pubsub/publisher.cc",
754 "examples/pubsub/subscriber.cc"
Chen Wang86af8cf2015-01-21 18:05:40 -0800755 ],
756 "deps": [
757 "grpc++",
758 "grpc",
759 "gpr"
Chen Wang69330752015-01-21 18:57:46 -0800760 ]
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100761 },
762 {
Craig Tillere4860192015-02-23 17:10:41 -0800763 "name": "qps",
764 "build": "private",
765 "language": "c++",
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800766 "headers": [
Craig Tillerf75fc122015-06-25 06:58:00 -0700767 "test/cpp/qps/client.h",
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800768 "test/cpp/qps/driver.h",
Craig Tillerf75fc122015-06-25 06:58:00 -0700769 "test/cpp/qps/histogram.h",
Vijay Pai372fd872015-06-08 13:30:08 -0700770 "test/cpp/qps/interarrival.h",
Siddharth Rakeshb7135462015-06-29 14:14:37 -0700771 "test/cpp/qps/perf_db_client.h",
Craig Tillere9a6eb72015-04-09 15:51:41 -0700772 "test/cpp/qps/qps_worker.h",
Craig Tiller66048f42015-04-10 08:23:52 -0700773 "test/cpp/qps/report.h",
Craig Tillerf75fc122015-06-25 06:58:00 -0700774 "test/cpp/qps/server.h",
775 "test/cpp/qps/stats.h",
776 "test/cpp/qps/timer.h",
777 "test/cpp/util/benchmark_config.h"
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800778 ],
Craig Tillere4860192015-02-23 17:10:41 -0800779 "src": [
780 "test/cpp/qps/qpstest.proto",
Siddharth Rakeshcc5857b2015-06-18 16:45:55 -0700781 "test/cpp/qps/perf_db.proto",
Craig Tillere9a6eb72015-04-09 15:51:41 -0700782 "test/cpp/qps/client_async.cc",
783 "test/cpp/qps/client_sync.cc",
Craig Tiller2d0f36c2015-02-23 23:16:17 -0800784 "test/cpp/qps/driver.cc",
Siddharth Rakeshcc5857b2015-06-18 16:45:55 -0700785 "test/cpp/qps/perf_db_client.cc",
Craig Tillere9a6eb72015-04-09 15:51:41 -0700786 "test/cpp/qps/qps_worker.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -0700787 "test/cpp/qps/report.cc",
Craig Tillere9a6eb72015-04-09 15:51:41 -0700788 "test/cpp/qps/server_async.cc",
789 "test/cpp/qps/server_sync.cc",
Craig Tillerf75fc122015-06-25 06:58:00 -0700790 "test/cpp/qps/timer.cc",
791 "test/cpp/util/benchmark_config.cc"
Nicolas "Pixel" Noble1cc29c12015-04-18 00:20:22 +0200792 ],
793 "deps": [
Nicolas "Pixel" Noble9d7031c2015-04-21 02:12:11 +0200794 "grpc_test_util",
Craig Tillerf75fc122015-06-25 06:58:00 -0700795 "grpc++_test_util",
796 "grpc++"
Craig Tillere4860192015-02-23 17:10:41 -0800797 ]
798 },
799 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +0100800 "name": "grpc_csharp_ext",
801 "build": "all",
802 "language": "csharp",
803 "src": [
804 "src/csharp/ext/grpc_csharp_ext.c"
805 ],
806 "deps": [
807 "gpr",
808 "grpc"
809 ],
810 "vs_project_guid": "{D64C6D63-4458-4A88-AB38-35678384A7E4}"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800811 }
812 ],
813 "targets": [
814 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800815 "name": "alarm_heap_test",
816 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -0800817 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800818 "src": [
819 "test/core/iomgr/alarm_heap_test.c"
820 ],
821 "deps": [
822 "grpc_test_util",
823 "grpc",
824 "gpr_test_util",
825 "gpr"
826 ]
827 },
828 {
829 "name": "alarm_list_test",
830 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800831 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800832 "src": [
833 "test/core/iomgr/alarm_list_test.c"
834 ],
835 "deps": [
836 "grpc_test_util",
837 "grpc",
838 "gpr_test_util",
839 "gpr"
840 ]
841 },
842 {
843 "name": "alarm_test",
844 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800845 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800846 "src": [
847 "test/core/iomgr/alarm_test.c"
848 ],
849 "deps": [
850 "grpc_test_util",
851 "grpc",
852 "gpr_test_util",
853 "gpr"
854 ]
855 },
856 {
857 "name": "alpn_test",
858 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800859 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800860 "src": [
861 "test/core/transport/chttp2/alpn_test.c"
862 ],
863 "deps": [
864 "grpc_test_util",
865 "grpc",
866 "gpr_test_util",
867 "gpr"
868 ]
869 },
870 {
871 "name": "bin_encoder_test",
872 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800873 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800874 "src": [
875 "test/core/transport/chttp2/bin_encoder_test.c"
876 ],
877 "deps": [
878 "grpc_test_util",
879 "grpc",
880 "gpr_test_util",
881 "gpr"
882 ]
883 },
884 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800885 "name": "chttp2_status_conversion_test",
886 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800887 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800888 "src": [
889 "test/core/transport/chttp2/status_conversion_test.c"
890 ],
891 "deps": [
892 "grpc_test_util",
893 "grpc",
894 "gpr_test_util",
895 "gpr"
896 ]
897 },
898 {
899 "name": "chttp2_stream_encoder_test",
900 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800901 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800902 "src": [
903 "test/core/transport/chttp2/stream_encoder_test.c"
904 ],
905 "deps": [
906 "grpc_test_util",
907 "grpc",
908 "gpr_test_util",
909 "gpr"
910 ]
911 },
912 {
913 "name": "chttp2_stream_map_test",
914 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800915 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800916 "src": [
917 "test/core/transport/chttp2/stream_map_test.c"
918 ],
919 "deps": [
920 "grpc_test_util",
921 "grpc",
922 "gpr_test_util",
923 "gpr"
924 ]
925 },
926 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800927 "name": "dualstack_socket_test",
928 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800929 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800930 "src": [
931 "test/core/end2end/dualstack_socket_test.c"
932 ],
933 "deps": [
934 "grpc_test_util",
935 "grpc",
936 "gpr_test_util",
937 "gpr"
Craig Tillerd625d812015-04-08 15:52:35 -0700938 ],
939 "platforms": [
940 "posix"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800941 ]
942 },
943 {
Craig Tilleree98d842015-06-29 08:45:55 -0700944 "name": "fd_conservation_posix_test",
945 "build": "test",
946 "language": "c",
947 "src": [
948 "test/core/iomgr/fd_conservation_posix_test.c"
949 ],
950 "deps": [
951 "grpc_test_util",
952 "grpc",
953 "gpr_test_util",
954 "gpr"
955 ],
956 "platforms": [
957 "posix"
958 ]
959 },
960 {
Craig Tiller0b2a3722015-01-18 11:30:07 -0800961 "name": "fd_posix_test",
962 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -0800963 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800964 "src": [
965 "test/core/iomgr/fd_posix_test.c"
966 ],
967 "deps": [
968 "grpc_test_util",
969 "grpc",
970 "gpr_test_util",
971 "gpr"
Nicolas Noble2e363932015-05-04 14:54:33 -0700972 ],
973 "platforms": [
974 "posix"
Craig Tiller0b2a3722015-01-18 11:30:07 -0800975 ]
976 },
977 {
978 "name": "fling_client",
979 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800980 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800981 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800982 "src": [
983 "test/core/fling/client.c"
984 ],
985 "deps": [
986 "grpc_test_util",
987 "grpc",
988 "gpr_test_util",
989 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -0800990 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -0800991 },
992 {
993 "name": "fling_server",
994 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -0800995 "run": false,
Craig Tiller3a653582015-01-18 11:35:42 -0800996 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -0800997 "src": [
998 "test/core/fling/server.c"
999 ],
1000 "deps": [
1001 "grpc_test_util",
1002 "grpc",
1003 "gpr_test_util",
1004 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001005 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -08001006 },
1007 {
1008 "name": "fling_stream_test",
1009 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001010 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001011 "src": [
1012 "test/core/fling/fling_stream_test.c"
1013 ],
1014 "deps": [
1015 "grpc_test_util",
1016 "grpc",
1017 "gpr_test_util",
1018 "gpr"
Nicolas Noble2e363932015-05-04 14:54:33 -07001019 ],
1020 "platforms": [
1021 "posix"
Craig Tiller45115842015-03-02 10:05:10 -08001022 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -08001023 },
1024 {
1025 "name": "fling_test",
1026 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001027 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001028 "src": [
1029 "test/core/fling/fling_test.c"
1030 ],
1031 "deps": [
1032 "grpc_test_util",
1033 "grpc",
1034 "gpr_test_util",
1035 "gpr"
Nicolas Noble2e363932015-05-04 14:54:33 -07001036 ],
1037 "platforms": [
1038 "posix"
Craig Tiller45115842015-03-02 10:05:10 -08001039 ]
Craig Tiller0b2a3722015-01-18 11:30:07 -08001040 },
1041 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001042 "name": "gen_hpack_tables",
1043 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001044 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001045 "src": [
Craig Tiller31489e32015-06-23 14:27:34 -07001046 "tools/codegen/core/gen_hpack_tables.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 ],
1048 "deps": [
nnoble0c475f02014-12-05 15:37:39 -08001049 "gpr",
1050 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001051 ]
1052 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001053 {
1054 "name": "gpr_cancellable_test",
1055 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001056 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001057 "src": [
1058 "test/core/support/cancellable_test.c"
1059 ],
1060 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001061 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001062 "gpr"
1063 ]
1064 },
1065 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001066 "name": "gpr_cmdline_test",
1067 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001068 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001069 "src": [
1070 "test/core/support/cmdline_test.c"
1071 ],
1072 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001073 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001074 "gpr"
1075 ]
1076 },
1077 {
Craig Tiller1ffa52f2015-02-06 16:32:46 -08001078 "name": "gpr_env_test",
1079 "build": "test",
1080 "language": "c",
1081 "src": [
1082 "test/core/support/env_test.c"
1083 ],
1084 "deps": [
1085 "gpr_test_util",
1086 "gpr"
1087 ]
1088 },
1089 {
1090 "name": "gpr_file_test",
1091 "build": "test",
1092 "language": "c",
1093 "src": [
1094 "test/core/support/file_test.c"
1095 ],
1096 "deps": [
1097 "gpr_test_util",
1098 "gpr"
1099 ]
1100 },
1101 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001102 "name": "gpr_histogram_test",
1103 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001104 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001105 "src": [
1106 "test/core/support/histogram_test.c"
1107 ],
1108 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001109 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001110 "gpr"
1111 ]
1112 },
1113 {
1114 "name": "gpr_host_port_test",
1115 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001116 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001117 "src": [
1118 "test/core/support/host_port_test.c"
1119 ],
1120 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001121 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001122 "gpr"
1123 ]
1124 },
1125 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001126 "name": "gpr_log_test",
1127 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001128 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001129 "src": [
1130 "test/core/support/log_test.c"
1131 ],
1132 "deps": [
1133 "gpr_test_util",
1134 "gpr"
1135 ]
1136 },
1137 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001138 "name": "gpr_slice_buffer_test",
1139 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001140 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001141 "src": [
1142 "test/core/support/slice_buffer_test.c"
1143 ],
1144 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001145 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001146 "gpr"
1147 ]
1148 },
1149 {
1150 "name": "gpr_slice_test",
1151 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001152 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001153 "src": [
1154 "test/core/support/slice_test.c"
1155 ],
1156 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001157 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001158 "gpr"
1159 ]
1160 },
1161 {
1162 "name": "gpr_string_test",
1163 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001164 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001165 "src": [
1166 "test/core/support/string_test.c"
1167 ],
1168 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001169 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001170 "gpr"
1171 ]
1172 },
1173 {
1174 "name": "gpr_sync_test",
1175 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001176 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001177 "src": [
1178 "test/core/support/sync_test.c"
1179 ],
1180 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001181 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001182 "gpr"
1183 ]
1184 },
1185 {
1186 "name": "gpr_thd_test",
1187 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001188 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001189 "src": [
1190 "test/core/support/thd_test.c"
1191 ],
1192 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001193 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001194 "gpr"
1195 ]
1196 },
1197 {
1198 "name": "gpr_time_test",
1199 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001200 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001201 "src": [
1202 "test/core/support/time_test.c"
1203 ],
1204 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001205 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001206 "gpr"
1207 ]
1208 },
1209 {
Craig Tiller8cca9ab2015-04-10 10:39:38 -07001210 "name": "gpr_tls_test",
1211 "build": "test",
1212 "language": "c",
1213 "src": [
1214 "test/core/support/tls_test.c"
1215 ],
1216 "deps": [
1217 "gpr_test_util",
1218 "gpr"
1219 ]
1220 },
1221 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001222 "name": "gpr_useful_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001223 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001224 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001225 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001226 "test/core/support/useful_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001227 ],
1228 "deps": [
nnoble5f2ecb32015-01-12 16:40:18 -08001229 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001230 "gpr"
1231 ]
1232 },
1233 {
Julien Boeuf84d964a2015-04-29 11:31:06 -07001234 "name": "grpc_auth_context_test",
1235 "build": "test",
1236 "language": "c",
1237 "src": [
1238 "test/core/security/auth_context_test.c"
1239 ],
1240 "deps": [
1241 "grpc_test_util",
1242 "grpc",
1243 "gpr_test_util",
1244 "gpr"
1245 ]
1246 },
1247 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001248 "name": "grpc_base64_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001249 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001250 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001251 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001252 "test/core/security/base64_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001253 ],
1254 "deps": [
1255 "grpc_test_util",
1256 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001257 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001258 "gpr"
1259 ]
1260 },
1261 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001262 "name": "grpc_byte_buffer_reader_test",
nnoble0c475f02014-12-05 15:37:39 -08001263 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001264 "language": "c",
nnoble0c475f02014-12-05 15:37:39 -08001265 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001266 "test/core/surface/byte_buffer_reader_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001267 ],
1268 "deps": [
1269 "grpc_test_util",
1270 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001271 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001272 "gpr"
1273 ]
1274 },
1275 {
1276 "name": "grpc_channel_stack_test",
1277 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001278 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001279 "src": [
1280 "test/core/channel/channel_stack_test.c"
1281 ],
1282 "deps": [
1283 "grpc_test_util",
1284 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001285 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001286 "gpr"
1287 ]
1288 },
1289 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001290 "name": "grpc_completion_queue_test",
1291 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001292 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001293 "src": [
1294 "test/core/surface/completion_queue_test.c"
1295 ],
1296 "deps": [
1297 "grpc_test_util",
1298 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001299 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001300 "gpr"
1301 ]
1302 },
1303 {
Nicolas "Pixel" Nobleb8f5f1b2015-02-21 19:03:00 +01001304 "name": "grpc_create_jwt",
1305 "build": "tool",
1306 "language": "c",
1307 "src": [
1308 "test/core/security/create_jwt.c"
1309 ],
1310 "deps": [
1311 "grpc_test_util",
1312 "grpc",
1313 "gpr_test_util",
1314 "gpr"
1315 ]
1316 },
1317 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001318 "name": "grpc_credentials_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001319 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001320 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001321 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001322 "test/core/security/credentials_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001323 ],
1324 "deps": [
1325 "grpc_test_util",
1326 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001327 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001328 "gpr"
1329 ]
1330 },
1331 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001332 "name": "grpc_fetch_oauth2",
1333 "build": "tool",
Craig Tiller3a653582015-01-18 11:35:42 -08001334 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001335 "src": [
1336 "test/core/security/fetch_oauth2.c"
1337 ],
1338 "deps": [
1339 "grpc_test_util",
1340 "grpc",
1341 "gpr_test_util",
1342 "gpr"
1343 ]
1344 },
1345 {
1346 "name": "grpc_json_token_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001347 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001348 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001349 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001350 "test/core/security/json_token_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001351 ],
1352 "deps": [
1353 "grpc_test_util",
1354 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001355 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001356 "gpr"
1357 ]
1358 },
1359 {
Julien Boeufc66f2a82015-02-23 13:00:36 -08001360 "name": "grpc_print_google_default_creds_token",
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001361 "build": "tool",
1362 "language": "c",
1363 "src": [
Julien Boeufc66f2a82015-02-23 13:00:36 -08001364 "test/core/security/print_google_default_creds_token.c"
Julien Boeufcd9b1c82015-02-20 17:40:41 -08001365 ],
1366 "deps": [
1367 "grpc_test_util",
1368 "grpc",
1369 "gpr_test_util",
1370 "gpr"
1371 ]
1372 },
1373 {
Julien Boeufa701ade2015-06-18 15:23:40 +02001374 "name": "grpc_security_connector_test",
1375 "build": "test",
1376 "language": "c",
1377 "src": [
1378 "test/core/security/security_connector_test.c"
1379 ],
1380 "deps": [
1381 "grpc_test_util",
1382 "grpc",
1383 "gpr_test_util",
1384 "gpr"
1385 ]
1386 },
1387 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001388 "name": "grpc_stream_op_test",
aveitch482a5be2014-12-15 10:25:12 -08001389 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001390 "language": "c",
aveitch482a5be2014-12-15 10:25:12 -08001391 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001392 "test/core/transport/stream_op_test.c"
aveitch482a5be2014-12-15 10:25:12 -08001393 ],
1394 "deps": [
1395 "grpc_test_util",
1396 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001397 "gpr_test_util",
aveitch482a5be2014-12-15 10:25:12 -08001398 "gpr"
1399 ]
1400 },
1401 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001402 "name": "hpack_parser_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001403 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001404 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001405 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001406 "test/core/transport/chttp2/hpack_parser_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001407 ],
1408 "deps": [
1409 "grpc_test_util",
1410 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001411 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001412 "gpr"
1413 ]
1414 },
1415 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001416 "name": "hpack_table_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001417 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001418 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001419 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001420 "test/core/transport/chttp2/hpack_table_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001421 ],
1422 "deps": [
1423 "grpc_test_util",
1424 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001425 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001426 "gpr"
1427 ]
1428 },
1429 {
1430 "name": "httpcli_format_request_test",
1431 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001432 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001433 "src": [
1434 "test/core/httpcli/format_request_test.c"
1435 ],
1436 "deps": [
1437 "grpc_test_util",
1438 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001439 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001440 "gpr"
1441 ]
1442 },
1443 {
1444 "name": "httpcli_parser_test",
1445 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001446 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001447 "src": [
1448 "test/core/httpcli/parser_test.c"
1449 ],
1450 "deps": [
1451 "grpc_test_util",
1452 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001453 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001454 "gpr"
1455 ]
1456 },
1457 {
1458 "name": "httpcli_test",
1459 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001460 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001461 "src": [
1462 "test/core/httpcli/httpcli_test.c"
1463 ],
1464 "deps": [
1465 "grpc_test_util",
1466 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001467 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001468 "gpr"
Jan Tattermusch4b3f9522015-06-15 16:41:48 -07001469 ],
1470 "platforms": [
1471 "posix"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001472 ]
1473 },
1474 {
Craig Tiller4450db22015-01-30 16:49:22 -08001475 "name": "json_rewrite",
1476 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08001477 "run": false,
Craig Tiller4450db22015-01-30 16:49:22 -08001478 "language": "c",
1479 "src": [
1480 "test/core/json/json_rewrite.c"
1481 ],
1482 "deps": [
1483 "grpc",
1484 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001485 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001486 },
1487 {
1488 "name": "json_rewrite_test",
1489 "build": "test",
1490 "language": "c",
1491 "src": [
1492 "test/core/json/json_rewrite_test.c"
1493 ],
1494 "deps": [
1495 "grpc_test_util",
1496 "grpc",
1497 "gpr_test_util",
1498 "gpr"
Craig Tiller9d085a32015-02-11 18:17:01 -08001499 ]
Craig Tiller4450db22015-01-30 16:49:22 -08001500 },
1501 {
1502 "name": "json_test",
1503 "build": "test",
1504 "language": "c",
1505 "src": [
1506 "test/core/json/json_test.c"
1507 ],
1508 "deps": [
1509 "grpc_test_util",
1510 "grpc",
1511 "gpr_test_util",
1512 "gpr"
1513 ]
1514 },
1515 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001516 "name": "lame_client_test",
1517 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001518 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001519 "src": [
1520 "test/core/surface/lame_client_test.c"
1521 ],
1522 "deps": [
1523 "grpc_test_util",
1524 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001525 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001526 "gpr"
1527 ]
1528 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001529 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001530 "name": "low_level_ping_pong_benchmark",
1531 "build": "benchmark",
Craig Tiller3a653582015-01-18 11:35:42 -08001532 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001533 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001534 "test/core/network_benchmarks/low_level_ping_pong.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001535 ],
1536 "deps": [
1537 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001538 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001539 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001540 "gpr"
1541 ]
1542 },
1543 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001544 "name": "message_compress_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001545 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001546 "language": "c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001547 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001548 "test/core/compression/message_compress_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001549 ],
1550 "deps": [
1551 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001552 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001553 "gpr_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001554 "gpr"
1555 ]
ctiller8919f602014-12-10 10:19:42 -08001556 },
1557 {
Craig Tiller35108f62015-02-17 11:24:15 -08001558 "name": "multi_init_test",
1559 "build": "test",
1560 "language": "c",
1561 "src": [
1562 "test/core/surface/multi_init_test.c"
1563 ],
1564 "deps": [
1565 "grpc_test_util",
1566 "grpc",
1567 "gpr_test_util",
1568 "gpr"
1569 ]
1570 },
1571 {
Craig Tiller30ee10b2015-06-26 08:09:01 -07001572 "name": "multiple_server_queues_test",
1573 "build": "test",
1574 "language": "c",
1575 "src": [
1576 "test/core/end2end/multiple_server_queues_test.c"
1577 ],
1578 "deps": [
Craig Tiller052d27b2015-06-26 08:11:34 -07001579 "grpc_test_util",
Craig Tiller30ee10b2015-06-26 08:09:01 -07001580 "grpc",
Craig Tiller052d27b2015-06-26 08:11:34 -07001581 "gpr_test_util",
Craig Tiller30ee10b2015-06-26 08:09:01 -07001582 "gpr"
1583 ]
1584 },
1585 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001586 "name": "murmur_hash_test",
1587 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001588 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001589 "src": [
1590 "test/core/support/murmur_hash_test.c"
1591 ],
1592 "deps": [
1593 "gpr_test_util",
1594 "gpr"
1595 ]
1596 },
1597 {
1598 "name": "no_server_test",
1599 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001600 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001601 "src": [
1602 "test/core/end2end/no_server_test.c"
1603 ],
1604 "deps": [
1605 "grpc_test_util",
1606 "grpc",
1607 "gpr_test_util",
1608 "gpr"
1609 ]
1610 },
1611 {
David Klempnere3605682015-01-26 17:27:21 -08001612 "name": "poll_kick_posix_test",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001613 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001614 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001615 "src": [
David Klempnere3605682015-01-26 17:27:21 -08001616 "test/core/iomgr/poll_kick_posix_test.c"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001617 ],
1618 "deps": [
1619 "grpc_test_util",
ctiller8919f602014-12-10 10:19:42 -08001620 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001621 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001622 "gpr"
Nicolas Noble2e363932015-05-04 14:54:33 -07001623 ],
1624 "platforms": [
1625 "posix"
ctiller8919f602014-12-10 10:19:42 -08001626 ]
1627 },
1628 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001629 "name": "resolve_address_test",
ctiller8919f602014-12-10 10:19:42 -08001630 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001631 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001632 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001633 "test/core/iomgr/resolve_address_test.c"
ctiller8919f602014-12-10 10:19:42 -08001634 ],
1635 "deps": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001636 "grpc_test_util",
1637 "grpc",
1638 "gpr_test_util",
1639 "gpr"
1640 ]
1641 },
1642 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001643 "name": "secure_endpoint_test",
1644 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001645 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001646 "src": [
1647 "test/core/security/secure_endpoint_test.c"
1648 ],
1649 "deps": [
1650 "grpc_test_util",
1651 "grpc",
1652 "gpr_test_util",
1653 "gpr"
1654 ]
1655 },
1656 {
1657 "name": "sockaddr_utils_test",
1658 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001659 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001660 "src": [
1661 "test/core/iomgr/sockaddr_utils_test.c"
1662 ],
1663 "deps": [
1664 "grpc_test_util",
1665 "grpc",
1666 "gpr_test_util",
1667 "gpr"
1668 ]
1669 },
1670 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001671 "name": "tcp_client_posix_test",
ctiller8919f602014-12-10 10:19:42 -08001672 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001673 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001674 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001675 "test/core/iomgr/tcp_client_posix_test.c"
ctiller8919f602014-12-10 10:19:42 -08001676 ],
1677 "deps": [
1678 "grpc_test_util",
1679 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001680 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001681 "gpr"
Nicolas Noble2e363932015-05-04 14:54:33 -07001682 ],
1683 "platforms": [
1684 "posix"
ctiller8919f602014-12-10 10:19:42 -08001685 ]
1686 },
1687 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001688 "name": "tcp_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001689 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001690 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001691 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001692 "test/core/iomgr/tcp_posix_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001693 ],
1694 "deps": [
1695 "grpc_test_util",
1696 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001697 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001698 "gpr"
Nicolas Noble2e363932015-05-04 14:54:33 -07001699 ],
1700 "platforms": [
1701 "posix"
ctiller3bf466f2014-12-19 16:21:57 -08001702 ]
1703 },
1704 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001705 "name": "tcp_server_posix_test",
ctiller3bf466f2014-12-19 16:21:57 -08001706 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001707 "language": "c",
ctiller3bf466f2014-12-19 16:21:57 -08001708 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001709 "test/core/iomgr/tcp_server_posix_test.c"
1710 ],
1711 "deps": [
1712 "grpc_test_util",
1713 "grpc",
1714 "gpr_test_util",
1715 "gpr"
Nicolas Noble2e363932015-05-04 14:54:33 -07001716 ],
1717 "platforms": [
1718 "posix"
Craig Tiller0b2a3722015-01-18 11:30:07 -08001719 ]
1720 },
1721 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001722 "name": "time_averaged_stats_test",
1723 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001724 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001725 "src": [
1726 "test/core/iomgr/time_averaged_stats_test.c"
ctiller3bf466f2014-12-19 16:21:57 -08001727 ],
1728 "deps": [
1729 "grpc_test_util",
1730 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001731 "gpr_test_util",
ctiller3bf466f2014-12-19 16:21:57 -08001732 "gpr"
1733 ]
1734 },
1735 {
ctiller8919f602014-12-10 10:19:42 -08001736 "name": "time_test",
1737 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001738 "language": "c",
ctiller8919f602014-12-10 10:19:42 -08001739 "src": [
1740 "test/core/support/time_test.c"
1741 ],
1742 "deps": [
1743 "grpc_test_util",
1744 "grpc",
nnoble5f2ecb32015-01-12 16:40:18 -08001745 "gpr_test_util",
ctiller8919f602014-12-10 10:19:42 -08001746 "gpr"
1747 ]
David Klempner7f3ed1e2015-01-16 15:35:56 -08001748 },
1749 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001750 "name": "timeout_encoding_test",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001751 "build": "test",
Craig Tiller59140fc2015-01-18 10:12:17 -08001752 "language": "c",
David Klempner7f3ed1e2015-01-16 15:35:56 -08001753 "src": [
Craig Tiller0b2a3722015-01-18 11:30:07 -08001754 "test/core/transport/chttp2/timeout_encoding_test.c"
1755 ],
1756 "deps": [
1757 "grpc_test_util",
1758 "grpc",
1759 "gpr_test_util",
1760 "gpr"
1761 ]
1762 },
1763 {
Vijay Paic914c4a2015-04-13 07:00:07 -07001764 "name": "timers_test",
1765 "build": "test",
1766 "language": "c",
1767 "src": [
Vijay Pai6dfa7e62015-04-13 10:41:40 -07001768 "test/core/profiling/timers_test.c"
Vijay Paic914c4a2015-04-13 07:00:07 -07001769 ],
1770 "deps": [
1771 "grpc_test_util",
1772 "grpc",
1773 "gpr_test_util",
1774 "gpr"
1775 ]
1776 },
1777 {
Craig Tiller0b2a3722015-01-18 11:30:07 -08001778 "name": "transport_metadata_test",
1779 "build": "test",
Craig Tiller3a653582015-01-18 11:35:42 -08001780 "language": "c",
Craig Tiller0b2a3722015-01-18 11:30:07 -08001781 "src": [
1782 "test/core/transport/metadata_test.c"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001783 ],
1784 "deps": [
Nicolas Noble19e0aa92015-01-16 17:29:34 -08001785 "grpc_test_util",
1786 "grpc",
1787 "gpr_test_util",
1788 "gpr"
David Klempner7f3ed1e2015-01-16 15:35:56 -08001789 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001790 },
1791 {
Julien Boeuf9fff77e2015-02-24 16:50:35 -08001792 "name": "transport_security_test",
1793 "build": "test",
1794 "language": "c",
1795 "src": [
1796 "test/core/tsi/transport_security_test.c"
1797 ],
1798 "deps": [
1799 "grpc_test_util",
1800 "grpc",
1801 "gpr_test_util",
1802 "gpr"
1803 ]
1804 },
1805 {
Craig Tiller3bc8ebd2015-06-24 15:41:15 -07001806 "name": "uri_parser_test",
1807 "build": "test",
1808 "language": "c",
1809 "src": [
1810 "test/core/client_config/uri_parser_test.c"
1811 ],
1812 "deps": [
1813 "grpc_test_util",
1814 "grpc",
1815 "gpr_test_util",
1816 "gpr"
1817 ]
1818 },
1819 {
Craig Tiller0220cf12015-02-12 17:39:26 -08001820 "name": "async_end2end_test",
1821 "build": "test",
1822 "language": "c++",
1823 "src": [
1824 "test/cpp/end2end/async_end2end_test.cc"
1825 ],
1826 "deps": [
1827 "grpc++_test_util",
1828 "grpc_test_util",
1829 "grpc++",
1830 "grpc",
1831 "gpr_test_util",
1832 "gpr"
1833 ]
1834 },
1835 {
Siddharth Rakesh2e9157d2015-05-11 16:50:10 -07001836 "name": "async_streaming_ping_pong_test",
1837 "build": "test",
Siddharth Rakesh2e9157d2015-05-11 16:50:10 -07001838 "language": "c++",
1839 "src": [
1840 "test/cpp/qps/async_streaming_ping_pong_test.cc"
1841 ],
1842 "deps": [
1843 "qps",
1844 "grpc++_test_util",
1845 "grpc_test_util",
1846 "grpc++",
1847 "grpc",
1848 "gpr_test_util",
1849 "gpr"
1850 ]
1851 },
1852 {
David Garcia Quintasd4f10c02015-04-29 15:28:55 -07001853 "name": "async_unary_ping_pong_test",
1854 "build": "test",
David Garcia Quintasd4f10c02015-04-29 15:28:55 -07001855 "language": "c++",
1856 "src": [
1857 "test/cpp/qps/async_unary_ping_pong_test.cc"
1858 ],
1859 "deps": [
1860 "qps",
1861 "grpc++_test_util",
1862 "grpc_test_util",
1863 "grpc++",
1864 "grpc",
1865 "gpr_test_util",
1866 "gpr"
1867 ]
1868 },
1869 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001870 "name": "channel_arguments_test",
1871 "build": "test",
1872 "language": "c++",
1873 "src": [
1874 "test/cpp/client/channel_arguments_test.cc"
1875 ],
1876 "deps": [
1877 "grpc++",
1878 "grpc",
1879 "gpr"
1880 ]
1881 },
1882 {
Yang Gaob946b5e2015-03-27 13:20:59 -07001883 "name": "cli_call_test",
1884 "build": "test",
1885 "language": "c++",
1886 "src": [
1887 "test/cpp/util/cli_call_test.cc"
1888 ],
1889 "deps": [
1890 "grpc++_test_util",
1891 "grpc_test_util",
1892 "grpc++",
1893 "grpc",
1894 "gpr_test_util",
1895 "gpr"
1896 ]
1897 },
1898 {
Craig Tiller7a317e52015-05-19 09:38:29 -07001899 "name": "client_crash_test",
Craig Tillerfbac5f12015-05-15 14:20:44 -07001900 "build": "test",
1901 "language": "c++",
1902 "src": [
Craig Tiller7a317e52015-05-19 09:38:29 -07001903 "test/cpp/end2end/client_crash_test.cc"
Craig Tillerfbac5f12015-05-15 14:20:44 -07001904 ],
1905 "deps": [
1906 "grpc++_test_util",
1907 "grpc_test_util",
1908 "grpc++",
1909 "grpc",
1910 "gpr_test_util",
1911 "gpr"
1912 ]
1913 },
1914 {
Craig Tiller7a317e52015-05-19 09:38:29 -07001915 "name": "client_crash_test_server",
Craig Tillerfbac5f12015-05-15 14:20:44 -07001916 "build": "test",
1917 "run": false,
1918 "language": "c++",
1919 "src": [
Craig Tiller7a317e52015-05-19 09:38:29 -07001920 "test/cpp/end2end/client_crash_test_server.cc"
Craig Tillerfbac5f12015-05-15 14:20:44 -07001921 ],
1922 "deps": [
1923 "grpc++_test_util",
1924 "grpc_test_util",
1925 "grpc++",
1926 "grpc",
1927 "gpr_test_util",
1928 "gpr"
1929 ]
1930 },
1931 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001932 "name": "credentials_test",
1933 "build": "test",
1934 "language": "c++",
1935 "src": [
1936 "test/cpp/client/credentials_test.cc"
1937 ],
1938 "deps": [
1939 "grpc++",
1940 "grpc",
1941 "gpr"
1942 ]
1943 },
1944 {
Yang Gao89c5a562015-06-22 16:31:11 -07001945 "name": "cxx_byte_buffer_test",
1946 "build": "test",
1947 "language": "c++",
1948 "src": [
1949 "test/cpp/util/byte_buffer_test.cc"
1950 ],
1951 "deps": [
1952 "grpc_test_util",
1953 "grpc++",
1954 "grpc",
1955 "gpr_test_util",
1956 "gpr"
1957 ]
1958 },
1959 {
1960 "name": "cxx_slice_test",
1961 "build": "test",
1962 "language": "c++",
1963 "src": [
1964 "test/cpp/util/slice_test.cc"
1965 ],
1966 "deps": [
1967 "grpc_test_util",
1968 "grpc++",
1969 "grpc",
1970 "gpr_test_util",
1971 "gpr"
1972 ]
1973 },
1974 {
Yang Gaocdb2a6e2015-03-20 23:55:04 -07001975 "name": "cxx_time_test",
1976 "build": "test",
1977 "language": "c++",
1978 "src": [
1979 "test/cpp/util/time_test.cc"
1980 ],
1981 "deps": [
1982 "grpc_test_util",
1983 "grpc++",
1984 "grpc",
1985 "gpr_test_util",
1986 "gpr"
1987 ]
1988 },
1989 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08001990 "name": "end2end_test",
1991 "build": "test",
1992 "language": "c++",
1993 "src": [
1994 "test/cpp/end2end/end2end_test.cc"
1995 ],
1996 "deps": [
1997 "grpc++_test_util",
1998 "grpc_test_util",
1999 "grpc++",
2000 "grpc",
2001 "gpr_test_util",
2002 "gpr"
2003 ]
2004 },
2005 {
Yang Gao005eb882015-03-11 22:17:13 -07002006 "name": "generic_end2end_test",
2007 "build": "test",
2008 "language": "c++",
2009 "src": [
2010 "test/cpp/end2end/generic_end2end_test.cc"
2011 ],
2012 "deps": [
2013 "grpc++_test_util",
2014 "grpc_test_util",
2015 "grpc++",
2016 "grpc",
2017 "gpr_test_util",
2018 "gpr"
2019 ]
2020 },
2021 {
Yang Gaoa5e20d32015-03-25 09:55:20 -07002022 "name": "grpc_cli",
2023 "build": "test",
2024 "run": false,
2025 "language": "c++",
2026 "src": [
2027 "test/cpp/util/grpc_cli.cc"
2028 ],
2029 "deps": [
2030 "grpc++_test_util",
2031 "grpc_test_util",
2032 "grpc++",
2033 "grpc",
2034 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -07002035 "gpr",
2036 "grpc++_test_config"
Yang Gaoa5e20d32015-03-25 09:55:20 -07002037 ]
2038 },
2039 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002040 "name": "grpc_cpp_plugin",
2041 "build": "protoc",
2042 "language": "c++",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002043 "src": [
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002044 "src/compiler/cpp_plugin.cc"
2045 ],
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +01002046 "deps": [
2047 "grpc_plugin_support"
2048 ],
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -07002049 "secure": "no",
2050 "vs_project_guid": "{7E51A25F-AC59-488F-906C-C60FAAE706AA}"
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002051 },
2052 {
Jan Tattermusch2d924952015-05-06 10:23:17 -07002053 "name": "grpc_csharp_plugin",
2054 "build": "protoc",
2055 "language": "c++",
2056 "src": [
2057 "src/compiler/csharp_plugin.cc"
2058 ],
2059 "deps": [
2060 "grpc_plugin_support"
2061 ],
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -07002062 "secure": "no",
2063 "vs_project_guid": "{3C813052-A49A-4662-B90A-1ADBEC7EE453}"
Jan Tattermusch2d924952015-05-06 10:23:17 -07002064 },
2065 {
murgatroid99ac0002a2015-04-07 12:49:14 -07002066 "name": "grpc_objective_c_plugin",
2067 "build": "protoc",
2068 "language": "c++",
2069 "src": [
2070 "src/compiler/objective_c_plugin.cc"
2071 ],
2072 "deps": [
2073 "grpc_plugin_support"
2074 ],
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -07002075 "secure": "no",
2076 "vs_project_guid": "{19564640-CEE6-4921-ABA5-676ED79A36F6}"
murgatroid99ac0002a2015-04-07 12:49:14 -07002077 },
2078 {
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002079 "name": "grpc_python_plugin",
2080 "build": "protoc",
2081 "language": "c++",
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002082 "src": [
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002083 "src/compiler/python_plugin.cc"
2084 ],
Masood Malekghassemi3bb52152015-03-17 21:52:52 -07002085 "deps": [
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +01002086 "grpc_plugin_support"
Masood Malekghassemi3bb52152015-03-17 21:52:52 -07002087 ],
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -07002088 "secure": "no",
2089 "vs_project_guid": "{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}"
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002090 },
2091 {
2092 "name": "grpc_ruby_plugin",
2093 "build": "protoc",
2094 "language": "c++",
2095 "src": [
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002096 "src/compiler/ruby_plugin.cc"
2097 ],
Nicolas "Pixel" Noble714cf692015-03-26 00:20:13 +01002098 "deps": [
2099 "grpc_plugin_support"
2100 ],
Jan Tattermusch8ed4c3e2015-05-27 09:01:17 -07002101 "secure": "no",
2102 "vs_project_guid": "{069E9D05-B78B-4751-9252-D21EBAE7DE8E}"
Nicolas "Pixel" Noble3f1e6962015-02-20 19:44:26 +01002103 },
2104 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002105 "name": "interop_client",
2106 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08002107 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002108 "language": "c++",
Yang Gaob0b518e2015-04-13 14:53:25 -07002109 "src": [],
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002110 "deps": [
Yang Gaob0b518e2015-04-13 14:53:25 -07002111 "interop_client_main",
2112 "interop_client_helper",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002113 "grpc++_test_util",
2114 "grpc_test_util",
2115 "grpc++",
2116 "grpc",
2117 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -07002118 "gpr",
2119 "grpc++_test_config"
Craig Tiller9d085a32015-02-11 18:17:01 -08002120 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002121 },
2122 {
2123 "name": "interop_server",
2124 "build": "test",
Craig Tiller9d085a32015-02-11 18:17:01 -08002125 "run": false,
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002126 "language": "c++",
Yang Gaob0b518e2015-04-13 14:53:25 -07002127 "src": [],
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002128 "deps": [
Yang Gaob0b518e2015-04-13 14:53:25 -07002129 "interop_server_main",
2130 "interop_server_helper",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002131 "grpc++_test_util",
2132 "grpc_test_util",
2133 "grpc++",
2134 "grpc",
2135 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -07002136 "gpr",
2137 "grpc++_test_config"
Craig Tiller9d085a32015-02-11 18:17:01 -08002138 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002139 },
2140 {
Craig Tillerfe8af4e2015-02-21 07:04:49 -08002141 "name": "interop_test",
2142 "build": "test",
2143 "language": "c++",
2144 "src": [
2145 "test/cpp/interop/interop_test.cc"
2146 ],
2147 "deps": [
2148 "grpc_test_util",
2149 "grpc",
2150 "gpr_test_util",
2151 "gpr"
2152 ]
2153 },
2154 {
Yang Gao196ade32015-05-05 13:31:12 -07002155 "name": "mock_test",
2156 "build": "test",
2157 "language": "c++",
2158 "src": [
2159 "test/cpp/end2end/mock_test.cc"
2160 ],
2161 "deps": [
2162 "grpc++_test_util",
2163 "grpc_test_util",
2164 "grpc++",
2165 "grpc",
2166 "gpr_test_util",
2167 "gpr"
2168 ]
2169 },
2170 {
Craig Tiller73b70182015-02-17 07:36:09 -08002171 "name": "pubsub_client",
Yang Gao084ef522015-04-15 11:34:15 -07002172 "build": "do_not_build",
Craig Tiller73b70182015-02-17 07:36:09 -08002173 "run": false,
2174 "language": "c++",
2175 "src": [
2176 "examples/pubsub/main.cc"
2177 ],
2178 "deps": [
2179 "pubsub_client_lib",
Craig Tiller73b70182015-02-17 07:36:09 -08002180 "grpc_test_util",
2181 "grpc++",
2182 "grpc",
2183 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -07002184 "gpr",
2185 "grpc++_test_config"
Craig Tiller73b70182015-02-17 07:36:09 -08002186 ]
2187 },
2188 {
2189 "name": "pubsub_publisher_test",
Yang Gao084ef522015-04-15 11:34:15 -07002190 "build": "do_not_build",
Craig Tiller73b70182015-02-17 07:36:09 -08002191 "language": "c++",
2192 "src": [
2193 "examples/pubsub/publisher_test.cc"
2194 ],
2195 "deps": [
2196 "pubsub_client_lib",
2197 "grpc++_test_util",
2198 "grpc_test_util",
2199 "grpc++",
2200 "grpc",
2201 "gpr_test_util",
2202 "gpr"
2203 ]
2204 },
2205 {
2206 "name": "pubsub_subscriber_test",
Yang Gao084ef522015-04-15 11:34:15 -07002207 "build": "do_not_build",
Craig Tiller73b70182015-02-17 07:36:09 -08002208 "language": "c++",
2209 "src": [
2210 "examples/pubsub/subscriber_test.cc"
2211 ],
2212 "deps": [
2213 "pubsub_client_lib",
2214 "grpc++_test_util",
2215 "grpc_test_util",
2216 "grpc++",
2217 "grpc",
2218 "gpr_test_util",
2219 "gpr"
2220 ]
2221 },
2222 {
Craig Tillerb449de02015-03-02 09:18:05 -08002223 "name": "qps_driver",
David Garcia Quintasaa52d0a2015-05-14 19:04:23 -07002224 "build": "benchmark",
Craig Tillerb449de02015-03-02 09:18:05 -08002225 "language": "c++",
2226 "src": [
2227 "test/cpp/qps/qps_driver.cc"
2228 ],
2229 "deps": [
2230 "qps",
2231 "grpc++_test_util",
2232 "grpc_test_util",
2233 "grpc++",
2234 "grpc",
2235 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -07002236 "gpr",
Craig Tillerf75fc122015-06-25 06:58:00 -07002237 "grpc++_test_config"
Craig Tillerb449de02015-03-02 09:18:05 -08002238 ]
2239 },
2240 {
Vijay Pai372fd872015-06-08 13:30:08 -07002241 "name": "qps_interarrival_test",
2242 "build": "test",
2243 "run": false,
2244 "language": "c++",
2245 "src": [
2246 "test/cpp/qps/qps_interarrival_test.cc"
2247 ],
2248 "deps": [
2249 "qps",
2250 "grpc++_test_util",
2251 "grpc_test_util",
2252 "grpc++",
2253 "grpc",
2254 "gpr_test_util",
2255 "gpr"
2256 ]
2257 },
2258 {
David Garcia Quintasd4f10c02015-04-29 15:28:55 -07002259 "name": "qps_test",
Vijay Pai372fd872015-06-08 13:30:08 -07002260 "build": "test",
Craig Tiller2c2cf6d2015-04-09 09:40:20 -07002261 "language": "c++",
2262 "src": [
David Garcia Quintasd4f10c02015-04-29 15:28:55 -07002263 "test/cpp/qps/qps_test.cc"
Craig Tiller2c2cf6d2015-04-09 09:40:20 -07002264 ],
2265 "deps": [
2266 "qps",
2267 "grpc++_test_util",
2268 "grpc_test_util",
2269 "grpc++",
2270 "grpc",
2271 "gpr_test_util",
David Garcia Quintasaa52d0a2015-05-14 19:04:23 -07002272 "gpr",
2273 "grpc++_test_config"
Craig Tiller2c2cf6d2015-04-09 09:40:20 -07002274 ]
2275 },
2276 {
Vijay Pai372fd872015-06-08 13:30:08 -07002277 "name": "qps_test_openloop",
2278 "build": "test",
2279 "language": "c++",
2280 "src": [
2281 "test/cpp/qps/qps_test_openloop.cc"
2282 ],
2283 "deps": [
2284 "qps",
2285 "grpc++_test_util",
Vijay Pai372fd872015-06-08 13:30:08 -07002286 "grpc_test_util",
2287 "grpc++",
2288 "grpc",
2289 "gpr_test_util",
2290 "gpr",
2291 "grpc++_test_config"
2292 ]
2293 },
2294 {
Craig Tiller26598a32015-03-02 16:16:00 -08002295 "name": "qps_worker",
David Garcia Quintasaa52d0a2015-05-14 19:04:23 -07002296 "build": "benchmark",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002297 "language": "c++",
Craig Tiller26598a32015-03-02 16:16:00 -08002298 "headers": [
2299 "test/cpp/qps/client.h",
2300 "test/cpp/qps/server.h"
2301 ],
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002302 "src": [
Craig Tiller26598a32015-03-02 16:16:00 -08002303 "test/cpp/qps/worker.cc"
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002304 ],
2305 "deps": [
Craig Tillere4860192015-02-23 17:10:41 -08002306 "qps",
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002307 "grpc++_test_util",
2308 "grpc_test_util",
2309 "grpc++",
2310 "grpc",
2311 "gpr_test_util",
Yang Gao103837e2015-04-15 15:23:54 -07002312 "gpr",
2313 "grpc++_test_config"
Craig Tiller24c06ea2015-02-11 21:26:45 -08002314 ]
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002315 },
2316 {
Craig Tiller7a317e52015-05-19 09:38:29 -07002317 "name": "server_crash_test",
2318 "build": "test",
2319 "language": "c++",
2320 "src": [
2321 "test/cpp/end2end/server_crash_test.cc"
2322 ],
2323 "deps": [
2324 "grpc++_test_util",
2325 "grpc_test_util",
2326 "grpc++",
2327 "grpc",
2328 "gpr_test_util",
2329 "gpr"
2330 ]
2331 },
2332 {
2333 "name": "server_crash_test_client",
2334 "build": "test",
2335 "run": false,
2336 "language": "c++",
2337 "src": [
2338 "test/cpp/end2end/server_crash_test_client.cc"
2339 ],
2340 "deps": [
2341 "grpc++_test_util",
2342 "grpc_test_util",
2343 "grpc++",
2344 "grpc",
2345 "gpr_test_util",
2346 "gpr"
2347 ]
2348 },
2349 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002350 "name": "status_test",
2351 "build": "test",
2352 "language": "c++",
2353 "src": [
2354 "test/cpp/util/status_test.cc"
2355 ],
2356 "deps": [
2357 "grpc_test_util",
2358 "grpc++",
2359 "grpc",
2360 "gpr_test_util",
2361 "gpr"
2362 ]
2363 },
2364 {
David Garcia Quintasd4f10c02015-04-29 15:28:55 -07002365 "name": "sync_streaming_ping_pong_test",
2366 "build": "test",
David Garcia Quintasd4f10c02015-04-29 15:28:55 -07002367 "language": "c++",
2368 "src": [
2369 "test/cpp/qps/sync_streaming_ping_pong_test.cc"
2370 ],
2371 "deps": [
2372 "qps",
2373 "grpc++_test_util",
2374 "grpc_test_util",
2375 "grpc++",
2376 "grpc",
2377 "gpr_test_util",
2378 "gpr"
2379 ]
2380 },
2381 {
2382 "name": "sync_unary_ping_pong_test",
2383 "build": "test",
David Garcia Quintasd4f10c02015-04-29 15:28:55 -07002384 "language": "c++",
2385 "src": [
2386 "test/cpp/qps/sync_unary_ping_pong_test.cc"
2387 ],
2388 "deps": [
2389 "qps",
2390 "grpc++_test_util",
2391 "grpc_test_util",
2392 "grpc++",
2393 "grpc",
2394 "gpr_test_util",
2395 "gpr"
2396 ]
2397 },
2398 {
Craig Tiller7d7b6c72015-01-18 12:03:17 -08002399 "name": "thread_pool_test",
2400 "build": "test",
2401 "language": "c++",
2402 "src": [
2403 "test/cpp/server/thread_pool_test.cc"
2404 ],
2405 "deps": [
2406 "grpc_test_util",
2407 "grpc++",
2408 "grpc",
2409 "gpr_test_util",
2410 "gpr"
2411 ]
Craig Tiller0c233202015-05-06 07:42:43 -07002412 },
2413 {
2414 "name": "thread_stress_test",
2415 "build": "test",
2416 "language": "c++",
2417 "src": [
2418 "test/cpp/end2end/thread_stress_test.cc"
2419 ],
2420 "deps": [
2421 "grpc++_test_util",
2422 "grpc_test_util",
2423 "grpc++",
2424 "grpc",
2425 "gpr_test_util",
2426 "gpr"
2427 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08002428 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08002429 ]
2430}