blob: 50f3ca3f3f1cd32df09e8dcde7fac402ff3df3bd [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 },
11 "libs": [
12 {
13 "name": "gpr",
14 "build": "all",
15 "secure": false,
jtattermusch97fb3f62014-12-08 15:13:41 -080016 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080017 "src": [
18 "src/core/support/alloc.c",
19 "src/core/support/cancellable.c",
20 "src/core/support/cmdline.c",
21 "src/core/support/cpu_posix.c",
22 "src/core/support/histogram.c",
23 "src/core/support/host_port.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080024 "src/core/support/log_android.c",
ctiller2bbb6c42014-12-17 09:44:44 -080025 "src/core/support/log.c",
26 "src/core/support/log_linux.c",
27 "src/core/support/log_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080028 "src/core/support/log_win32.c",
29 "src/core/support/murmur_hash.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080030 "src/core/support/slice_buffer.c",
ctiller2bbb6c42014-12-17 09:44:44 -080031 "src/core/support/slice.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080032 "src/core/support/string.c",
33 "src/core/support/string_posix.c",
nnoble0c475f02014-12-05 15:37:39 -080034 "src/core/support/string_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080035 "src/core/support/sync.c",
36 "src/core/support/sync_posix.c",
jtattermusch98bffb72014-12-09 12:47:19 -080037 "src/core/support/sync_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080038 "src/core/support/thd_posix.c",
39 "src/core/support/thd_win32.c",
40 "src/core/support/time.c",
41 "src/core/support/time_posix.c",
42 "src/core/support/time_win32.c"
43 ],
44 "public_headers": [
45 "include/grpc/support/alloc.h",
46 "include/grpc/support/atm_gcc_atomic.h",
47 "include/grpc/support/atm_gcc_sync.h",
48 "include/grpc/support/atm.h",
49 "include/grpc/support/atm_win32.h",
50 "include/grpc/support/cancellable_platform.h",
51 "include/grpc/support/cmdline.h",
52 "include/grpc/support/histogram.h",
53 "include/grpc/support/host_port.h",
54 "include/grpc/support/log.h",
55 "include/grpc/support/port_platform.h",
56 "include/grpc/support/slice_buffer.h",
57 "include/grpc/support/slice.h",
58 "include/grpc/support/string.h",
59 "include/grpc/support/sync_generic.h",
60 "include/grpc/support/sync.h",
61 "include/grpc/support/sync_posix.h",
62 "include/grpc/support/sync_win32.h",
63 "include/grpc/support/thd.h",
64 "include/grpc/support/thd_posix.h",
65 "include/grpc/support/thd_win32.h",
66 "include/grpc/support/time.h",
67 "include/grpc/support/time_posix.h",
68 "include/grpc/support/time_win32.h",
69 "include/grpc/support/useful.h"
70 ],
71 "headers": [
72 "src/core/support/cpu.h",
73 "src/core/support/murmur_hash.h",
74 "src/core/support/thd_internal.h"
75 ]
76 },
77 {
78 "name": "grpc",
79 "build": "all",
80 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -080081 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
nnoble20e2e3f2014-12-16 15:37:57 -080082 "baselib": true,
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080083 "alternates": [
84 {
85 "name": "grpc_unsecure",
86 "properties": [
87 {
88 "name": "secure",
89 "value": false
90 }
91 ],
92 "exclude_res": [
93 "^src/core/security/",
94 "^src/core/tsi/"
95 ]
96 }
97 ],
98 "src": [
99 "src/core/channel/call_op_string.c",
100 "src/core/channel/census_filter.c",
101 "src/core/channel/channel_args.c",
102 "src/core/channel/channel_stack.c",
ctiller82e275f2014-12-12 08:43:28 -0800103 "src/core/channel/child_channel.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800104 "src/core/channel/client_channel.c",
105 "src/core/channel/client_setup.c",
106 "src/core/channel/connected_channel.c",
107 "src/core/channel/http_client_filter.c",
108 "src/core/channel/http_filter.c",
109 "src/core/channel/http_server_filter.c",
110 "src/core/channel/metadata_buffer.c",
111 "src/core/channel/noop_filter.c",
112 "src/core/compression/algorithm.c",
113 "src/core/compression/message_compress.c",
ctiller18b49ab2014-12-09 14:39:16 -0800114 "src/core/httpcli/format_request.c",
115 "src/core/httpcli/httpcli.c",
116 "src/core/httpcli/httpcli_security_context.c",
117 "src/core/httpcli/parser.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800118 "src/core/iomgr/endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800119 "src/core/iomgr/endpoint_pair_posix.c",
120 "src/core/iomgr/iomgr_libevent.c",
121 "src/core/iomgr/iomgr_libevent_use_threads.c",
ctillerd79b4862014-12-17 16:36:59 -0800122 "src/core/iomgr/pollset.c",
ctiller18b49ab2014-12-09 14:39:16 -0800123 "src/core/iomgr/resolve_address_posix.c",
124 "src/core/iomgr/sockaddr_utils.c",
125 "src/core/iomgr/socket_utils_common_posix.c",
126 "src/core/iomgr/socket_utils_linux.c",
127 "src/core/iomgr/socket_utils_posix.c",
128 "src/core/iomgr/tcp_client_posix.c",
129 "src/core/iomgr/tcp_posix.c",
130 "src/core/iomgr/tcp_server_posix.c",
ctillerc1ddffb2014-12-15 13:08:18 -0800131 "src/core/iomgr/time_averaged_stats.c",
ctiller18b49ab2014-12-09 14:39:16 -0800132 "src/core/security/auth.c",
jboeufbefd2652014-12-12 15:39:47 -0800133 "src/core/security/base64.c",
ctiller18b49ab2014-12-09 14:39:16 -0800134 "src/core/security/credentials.c",
135 "src/core/security/google_root_certs.c",
jboeufbefd2652014-12-12 15:39:47 -0800136 "src/core/security/json_token.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800137 "src/core/security/secure_endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800138 "src/core/security/secure_transport_setup.c",
139 "src/core/security/security_context.c",
140 "src/core/security/server_secure_chttp2.c",
141 "src/core/statistics/census_init.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800142 "src/core/statistics/census_log.c",
ctiller18b49ab2014-12-09 14:39:16 -0800143 "src/core/statistics/census_rpc_stats.c",
144 "src/core/statistics/census_tracing.c",
145 "src/core/statistics/hash_table.c",
ctiller18b49ab2014-12-09 14:39:16 -0800146 "src/core/statistics/window_stats.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800147 "src/core/surface/byte_buffer.c",
148 "src/core/surface/byte_buffer_reader.c",
149 "src/core/surface/call.c",
150 "src/core/surface/channel.c",
151 "src/core/surface/channel_create.c",
152 "src/core/surface/client.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800153 "src/core/surface/completion_queue.c",
154 "src/core/surface/event_string.c",
155 "src/core/surface/init.c",
ctiller18b49ab2014-12-09 14:39:16 -0800156 "src/core/surface/lame_client.c",
157 "src/core/surface/secure_channel_create.c",
158 "src/core/surface/secure_server_create.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800159 "src/core/surface/server.c",
160 "src/core/surface/server_chttp2.c",
161 "src/core/surface/server_create.c",
nnoble0c475f02014-12-05 15:37:39 -0800162 "src/core/transport/chttp2/alpn.c",
163 "src/core/transport/chttp2/bin_encoder.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800164 "src/core/transport/chttp2/frame_data.c",
nnoble0c475f02014-12-05 15:37:39 -0800165 "src/core/transport/chttp2/frame_goaway.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800166 "src/core/transport/chttp2/frame_ping.c",
167 "src/core/transport/chttp2/frame_rst_stream.c",
168 "src/core/transport/chttp2/frame_settings.c",
169 "src/core/transport/chttp2/frame_window_update.c",
170 "src/core/transport/chttp2/hpack_parser.c",
171 "src/core/transport/chttp2/hpack_table.c",
nnoble0c475f02014-12-05 15:37:39 -0800172 "src/core/transport/chttp2/huffsyms.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800173 "src/core/transport/chttp2/status_conversion.c",
174 "src/core/transport/chttp2/stream_encoder.c",
175 "src/core/transport/chttp2/stream_map.c",
176 "src/core/transport/chttp2/timeout_encoding.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800177 "src/core/transport/chttp2_transport.c",
ctiller18b49ab2014-12-09 14:39:16 -0800178 "src/core/transport/chttp2/varint.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800179 "src/core/transport/metadata.c",
180 "src/core/transport/stream_op.c",
181 "src/core/transport/transport.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800182 "src/core/tsi/fake_transport_security.c",
183 "src/core/tsi/ssl_transport_security.c",
ctiller18b49ab2014-12-09 14:39:16 -0800184 "src/core/tsi/transport_security.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800185 "third_party/cJSON/cJSON.c"
186 ],
187 "public_headers": [
188 "include/grpc/byte_buffer.h",
189 "include/grpc/byte_buffer_reader.h",
190 "include/grpc/grpc.h",
191 "include/grpc/grpc_security.h",
192 "include/grpc/status.h"
193 ],
194 "headers": [
195 "src/core/channel/census_filter.h",
196 "src/core/channel/channel_args.h",
197 "src/core/channel/channel_stack.h",
ctiller82e275f2014-12-12 08:43:28 -0800198 "src/core/channel/child_channel.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800199 "src/core/channel/client_channel.h",
200 "src/core/channel/client_setup.h",
201 "src/core/channel/connected_channel.h",
202 "src/core/channel/http_client_filter.h",
203 "src/core/channel/http_filter.h",
204 "src/core/channel/http_server_filter.h",
205 "src/core/channel/metadata_buffer.h",
206 "src/core/channel/noop_filter.h",
207 "src/core/compression/algorithm.h",
208 "src/core/compression/message_compress.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800209 "src/core/httpcli/format_request.h",
210 "src/core/httpcli/httpcli.h",
211 "src/core/httpcli/httpcli_security_context.h",
212 "src/core/httpcli/parser.h",
ctiller18b49ab2014-12-09 14:39:16 -0800213 "src/core/iomgr/alarm.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800214 "src/core/iomgr/endpoint.h",
ctiller18b49ab2014-12-09 14:39:16 -0800215 "src/core/iomgr/endpoint_pair.h",
216 "src/core/iomgr/iomgr_completion_queue_interface.h",
217 "src/core/iomgr/iomgr.h",
218 "src/core/iomgr/iomgr_libevent.h",
ctillerd79b4862014-12-17 16:36:59 -0800219 "src/core/iomgr/pollset.h",
ctiller18b49ab2014-12-09 14:39:16 -0800220 "src/core/iomgr/resolve_address.h",
221 "src/core/iomgr/sockaddr.h",
222 "src/core/iomgr/sockaddr_posix.h",
223 "src/core/iomgr/sockaddr_utils.h",
224 "src/core/iomgr/sockaddr_win32.h",
225 "src/core/iomgr/socket_utils_posix.h",
226 "src/core/iomgr/tcp_client.h",
227 "src/core/iomgr/tcp_posix.h",
228 "src/core/iomgr/tcp_server.h",
ctillerc1ddffb2014-12-15 13:08:18 -0800229 "src/core/iomgr/time_averaged_stats.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800230 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800231 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800232 "src/core/security/credentials.h",
233 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800234 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800235 "src/core/security/secure_transport_setup.h",
236 "src/core/security/security_context.h",
237 "src/core/statistics/census_interface.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800238 "src/core/statistics/census_log.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800239 "src/core/statistics/census_rpc_stats.h",
240 "src/core/statistics/hash_table.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800241 "src/core/statistics/window_stats.h",
242 "src/core/surface/call.h",
243 "src/core/surface/channel.h",
244 "src/core/surface/client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800245 "src/core/surface/completion_queue.h",
246 "src/core/surface/event_string.h",
ctiller18b49ab2014-12-09 14:39:16 -0800247 "src/core/surface/lame_client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800248 "src/core/surface/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800249 "src/core/surface/surface_trace.h",
nnoble0c475f02014-12-05 15:37:39 -0800250 "src/core/transport/chttp2/bin_encoder.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800251 "src/core/transport/chttp2/frame_data.h",
nnoble0c475f02014-12-05 15:37:39 -0800252 "src/core/transport/chttp2/frame_goaway.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800253 "src/core/transport/chttp2/frame.h",
254 "src/core/transport/chttp2/frame_ping.h",
255 "src/core/transport/chttp2/frame_rst_stream.h",
256 "src/core/transport/chttp2/frame_settings.h",
257 "src/core/transport/chttp2/frame_window_update.h",
258 "src/core/transport/chttp2/hpack_parser.h",
259 "src/core/transport/chttp2/hpack_table.h",
260 "src/core/transport/chttp2/http2_errors.h",
ctiller18b49ab2014-12-09 14:39:16 -0800261 "src/core/transport/chttp2/huffsyms.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800262 "src/core/transport/chttp2/status_conversion.h",
263 "src/core/transport/chttp2/stream_encoder.h",
264 "src/core/transport/chttp2/stream_map.h",
265 "src/core/transport/chttp2/timeout_encoding.h",
266 "src/core/transport/chttp2_transport.h",
267 "src/core/transport/chttp2/varint.h",
268 "src/core/transport/metadata.h",
269 "src/core/transport/stream_op.h",
270 "src/core/transport/transport.h",
271 "src/core/transport/transport_impl.h",
272 "src/core/tsi/fake_transport_security.h",
273 "src/core/tsi/ssl_transport_security.h",
274 "src/core/tsi/transport_security.h",
275 "src/core/tsi/transport_security_interface.h",
276 "src/core/tsi/transport_security_test_lib.h"
277 ]
278 },
279 {
280 "name": "grpc_test_util",
281 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800282 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800283 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800284 "test/core/end2end/cq_verifier.c",
285 "test/core/end2end/data/ca_cert.c",
286 "test/core/end2end/data/server1_cert.c",
287 "test/core/end2end/data/server1_key.c",
288 "test/core/iomgr/endpoint_tests.c",
289 "test/core/statistics/census_log_tests.c",
290 "test/core/transport/transport_end2end_tests.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 "test/core/util/grpc_profiler.c",
292 "test/core/util/parse_hexstring.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800293 "test/core/util/port_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800294 "test/core/util/slice_splitter.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800295 "test/core/util/test_config.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800296 ]
297 },
298 {
299 "name": "grpc++",
300 "build": "all",
301 "c++": true,
302 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800303 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800304 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800305 "src/cpp/client/channel.cc",
yangg59dfc902014-12-19 14:00:14 -0800306 "src/cpp/client/channel_arguments.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800307 "src/cpp/client/client_context.cc",
308 "src/cpp/client/create_channel.cc",
vpai80b6d012014-12-17 11:47:32 -0800309 "src/cpp/client/credentials.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800310 "src/cpp/client/internal_stub.cc",
311 "src/cpp/proto/proto_utils.cc",
312 "src/cpp/rpc_method.cc",
313 "src/cpp/server/async_server.cc",
314 "src/cpp/server/async_server_context.cc",
315 "src/cpp/server/completion_queue.cc",
316 "src/cpp/server/server_builder.cc",
yanggfd2f3ac2014-12-17 16:46:06 -0800317 "src/cpp/server/server_context_impl.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800318 "src/cpp/server/server.cc",
319 "src/cpp/server/server_rpc_handler.cc",
vpai80b6d012014-12-17 11:47:32 -0800320 "src/cpp/server/server_credentials.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800321 "src/cpp/server/thread_pool.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800322 "src/cpp/stream/stream_context.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800323 "src/cpp/util/status.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800324 "src/cpp/util/time.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800325 ],
326 "public_headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800327 "include/grpc++/async_server_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800328 "include/grpc++/async_server.h",
yangg59dfc902014-12-19 14:00:14 -0800329 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800330 "include/grpc++/channel_interface.h",
331 "include/grpc++/client_context.h",
332 "include/grpc++/completion_queue.h",
333 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800334 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800335 "include/grpc++/credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800336 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800337 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800338 "include/grpc++/server_credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800339 "include/grpc++/server.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800340 "include/grpc++/status.h",
341 "include/grpc++/stream_context_interface.h",
vpai80b6d012014-12-17 11:47:32 -0800342 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800343 ],
344 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800345 "src/cpp/client/channel.h",
346 "src/cpp/client/internal_stub.h",
347 "src/cpp/proto/proto_utils.h",
348 "src/cpp/rpc_method.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800349 "src/cpp/server/rpc_service_method.h",
350 "src/cpp/server/server_rpc_handler.h",
351 "src/cpp/server/thread_pool.h",
352 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800353 "src/cpp/util/time.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800354 ]
355 },
356 {
357 "name": "grpc++_test_util",
358 "build": "test",
359 "src": [
nnoble72309c62014-12-12 11:42:26 -0800360 "test/cpp/util/echo.proto",
yangg59dfc902014-12-19 14:00:14 -0800361 "test/cpp/util/create_test_channel.cc",
nnoble4cb93712014-12-17 14:18:08 -0800362 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800363 ],
364 "c++": true
365 }
366 ],
367 "targets": [
368 {
369 "name": "gen_hpack_tables",
370 "build": "tool",
371 "src": [
372 "src/core/transport/chttp2/gen_hpack_tables.c"
373 ],
374 "deps": [
375 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800376 "gpr",
377 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800378 ]
379 },
nnobleebebb7e2014-12-10 16:31:01 -0800380
381 {
382 "name": "cpp_plugin",
383 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800384 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800385 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800386 "src": [
387 "src/compiler/cpp_plugin.cpp",
388 "src/compiler/cpp_generator.cpp"
389 ],
390 "headers": [
391 "src/compiler/cpp_generator.h",
392 "src/compiler/cpp_generator_helpers.h"
393 ],
394 "deps": []
395 },
396 {
397 "name": "ruby_plugin",
398 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800399 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800400 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800401 "src": [
402 "src/compiler/ruby_plugin.cpp",
403 "src/compiler/ruby_generator.cpp"
404 ],
405 "headers": [
406 "src/compiler/cpp_generator.h",
407 "src/compiler/cpp_generator_helpers-inl.h",
408 "src/compiler/cpp_generator_map-inl.h",
409 "src/compiler/cpp_generator_string-inl.h"
410 ],
411 "deps": []
412 },
413
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800414 {
415 "name": "grpc_byte_buffer_reader_test",
416 "build": "test",
417 "src": [
418 "test/core/surface/byte_buffer_reader_test.c"
419 ],
420 "deps": [
421 "grpc_test_util",
422 "grpc",
423 "gpr"
424 ]
425 },
426 {
427 "name": "gpr_cancellable_test",
428 "build": "test",
429 "src": [
430 "test/core/support/cancellable_test.c"
431 ],
432 "deps": [
433 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800434 "gpr"
435 ]
436 },
437 {
438 "name": "gpr_log_test",
439 "build": "test",
440 "src": [
441 "test/core/support/log_test.c"
442 ],
443 "deps": [
444 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800445 "gpr"
446 ]
447 },
448 {
ctiller5e04b132014-12-15 09:24:43 -0800449 "name": "gpr_useful_test",
450 "build": "test",
451 "src": [
452 "test/core/support/useful_test.c"
453 ],
454 "deps": [
455 "grpc_test_util",
456 "gpr"
457 ]
458 },
459 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800460 "name": "gpr_cmdline_test",
461 "build": "test",
462 "src": [
463 "test/core/support/cmdline_test.c"
464 ],
465 "deps": [
466 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800467 "gpr"
468 ]
469 },
470 {
471 "name": "gpr_histogram_test",
472 "build": "test",
473 "src": [
474 "test/core/support/histogram_test.c"
475 ],
476 "deps": [
477 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800478 "gpr"
479 ]
480 },
481 {
482 "name": "gpr_host_port_test",
483 "build": "test",
484 "src": [
485 "test/core/support/host_port_test.c"
486 ],
487 "deps": [
488 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800489 "gpr"
490 ]
491 },
492 {
493 "name": "gpr_slice_buffer_test",
494 "build": "test",
495 "src": [
496 "test/core/support/slice_buffer_test.c"
497 ],
498 "deps": [
499 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800500 "gpr"
501 ]
502 },
503 {
504 "name": "gpr_slice_test",
505 "build": "test",
506 "src": [
507 "test/core/support/slice_test.c"
508 ],
509 "deps": [
510 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800511 "gpr"
512 ]
513 },
514 {
515 "name": "gpr_string_test",
516 "build": "test",
517 "src": [
518 "test/core/support/string_test.c"
519 ],
520 "deps": [
521 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800522 "gpr"
523 ]
524 },
525 {
526 "name": "gpr_sync_test",
527 "build": "test",
528 "src": [
529 "test/core/support/sync_test.c"
530 ],
531 "deps": [
532 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800533 "gpr"
534 ]
535 },
536 {
537 "name": "gpr_thd_test",
538 "build": "test",
539 "src": [
540 "test/core/support/thd_test.c"
541 ],
542 "deps": [
543 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800544 "gpr"
545 ]
546 },
547 {
548 "name": "gpr_time_test",
549 "build": "test",
550 "src": [
551 "test/core/support/time_test.c"
552 ],
553 "deps": [
554 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800555 "gpr"
556 ]
557 },
558 {
559 "name": "murmur_hash_test",
560 "build": "test",
561 "src": [
562 "test/core/support/murmur_hash_test.c"
563 ],
564 "deps": [
565 "grpc_test_util",
566 "grpc",
567 "gpr"
568 ]
569 },
570 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800571 "name": "grpc_stream_op_test",
572 "build": "test",
573 "src": [
574 "test/core/transport/stream_op_test.c"
575 ],
576 "deps": [
577 "grpc_test_util",
578 "grpc",
579 "gpr"
580 ]
581 },
582 {
nnoble0c475f02014-12-05 15:37:39 -0800583 "name": "alpn_test",
584 "build": "test",
585 "src": [
586 "test/core/transport/chttp2/alpn_test.c"
587 ],
588 "deps": [
589 "grpc_test_util",
590 "grpc",
591 "gpr"
592 ]
593 },
594 {
ctillerc1ddffb2014-12-15 13:08:18 -0800595 "name": "time_averaged_stats_test",
596 "build": "test",
597 "src": [
598 "test/core/iomgr/time_averaged_stats_test.c"
599 ],
600 "deps": [
601 "grpc_test_util",
602 "grpc",
603 "gpr"
604 ]
605 },
606 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800607 "name": "chttp2_stream_encoder_test",
608 "build": "test",
609 "src": [
610 "test/core/transport/chttp2/stream_encoder_test.c"
611 ],
612 "deps": [
613 "grpc_test_util",
614 "grpc",
615 "gpr"
616 ]
617 },
618 {
619 "name": "hpack_table_test",
620 "build": "test",
621 "src": [
622 "test/core/transport/chttp2/hpack_table_test.c"
623 ],
624 "deps": [
625 "grpc_test_util",
626 "grpc",
627 "gpr"
628 ]
629 },
630 {
631 "name": "chttp2_stream_map_test",
632 "build": "test",
633 "src": [
634 "test/core/transport/chttp2/stream_map_test.c"
635 ],
636 "deps": [
637 "grpc_test_util",
638 "grpc",
639 "gpr"
640 ]
641 },
642 {
643 "name": "hpack_parser_test",
644 "build": "test",
645 "src": [
646 "test/core/transport/chttp2/hpack_parser_test.c"
647 ],
648 "deps": [
649 "grpc_test_util",
650 "grpc",
651 "gpr"
652 ]
653 },
654 {
655 "name": "transport_metadata_test",
656 "build": "test",
657 "src": [
658 "test/core/transport/metadata_test.c"
659 ],
660 "deps": [
661 "grpc_test_util",
662 "grpc",
663 "gpr"
664 ]
665 },
666 {
667 "name": "chttp2_status_conversion_test",
668 "build": "test",
669 "src": [
670 "test/core/transport/chttp2/status_conversion_test.c"
671 ],
672 "deps": [
673 "grpc_test_util",
674 "grpc",
675 "gpr"
676 ]
677 },
678 {
679 "name": "chttp2_transport_end2end_test",
680 "build": "test",
681 "src": [
682 "test/core/transport/chttp2_transport_end2end_test.c"
683 ],
684 "deps": [
685 "grpc_test_util",
686 "grpc",
687 "gpr"
688 ]
689 },
690 {
ctiller18b49ab2014-12-09 14:39:16 -0800691 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800692 "build": "test",
693 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800694 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800695 ],
696 "deps": [
697 "grpc_test_util",
698 "grpc",
699 "gpr"
700 ]
701 },
702 {
nnoble0c475f02014-12-05 15:37:39 -0800703 "name": "dualstack_socket_test",
704 "build": "test",
705 "src": [
706 "test/core/end2end/dualstack_socket_test.c"
707 ],
708 "deps": [
709 "grpc_test_util",
710 "grpc",
711 "gpr"
712 ]
713 },
714 {
715 "name": "no_server_test",
716 "build": "test",
717 "src": [
718 "test/core/end2end/no_server_test.c"
719 ],
720 "deps": [
721 "grpc_test_util",
722 "grpc",
723 "gpr"
724 ]
725 },
726 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800727 "name": "resolve_address_test",
728 "build": "test",
729 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800730 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800731 ],
732 "deps": [
733 "grpc_test_util",
734 "grpc",
735 "gpr"
736 ]
737 },
738 {
ctiller18b49ab2014-12-09 14:39:16 -0800739 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800740 "build": "test",
741 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800742 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800743 ],
744 "deps": [
745 "grpc_test_util",
746 "grpc",
747 "gpr"
748 ]
749 },
750 {
ctiller18b49ab2014-12-09 14:39:16 -0800751 "name": "tcp_server_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800752 "build": "test",
753 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800754 "test/core/iomgr/tcp_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
759 "gpr"
760 ]
761 },
762 {
ctiller18b49ab2014-12-09 14:39:16 -0800763 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800764 "build": "test",
765 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800766 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800767 ],
768 "deps": [
769 "grpc_test_util",
770 "grpc",
771 "gpr"
772 ]
773 },
774 {
775 "name": "grpc_channel_stack_test",
776 "build": "test",
777 "src": [
778 "test/core/channel/channel_stack_test.c"
779 ],
780 "deps": [
781 "grpc_test_util",
782 "grpc",
783 "gpr"
784 ]
785 },
786 {
787 "name": "metadata_buffer_test",
788 "build": "test",
789 "src": [
790 "test/core/channel/metadata_buffer_test.c"
791 ],
792 "deps": [
793 "grpc_test_util",
794 "grpc",
795 "gpr"
796 ]
797 },
798 {
799 "name": "grpc_completion_queue_test",
800 "build": "test",
801 "src": [
802 "test/core/surface/completion_queue_test.c"
803 ],
804 "deps": [
805 "grpc_test_util",
806 "grpc",
807 "gpr"
808 ]
809 },
810 {
811 "name": "grpc_completion_queue_benchmark",
812 "build": "benchmark",
813 "src": [
814 "test/core/surface/completion_queue_benchmark.c"
815 ],
816 "deps": [
817 "grpc_test_util",
818 "grpc",
819 "gpr"
820 ]
821 },
822 {
823 "name": "census_window_stats_test",
824 "build": "test",
825 "src": [
826 "test/core/statistics/window_stats_test.c"
827 ],
828 "deps": [
829 "grpc_test_util",
830 "grpc",
831 "gpr"
832 ]
833 },
834 {
835 "name": "census_statistics_quick_test",
836 "build": "test",
837 "src": [
838 "test/core/statistics/quick_test.c"
839 ],
840 "deps": [
841 "grpc_test_util",
842 "grpc",
843 "gpr"
844 ]
845 },
846 {
aveitch482a5be2014-12-15 10:25:12 -0800847 "name": "census_statistics_small_log_test",
848 "build": "test",
849 "src": [
850 "test/core/statistics/small_log_test.c"
851 ],
852 "deps": [
853 "grpc_test_util",
854 "grpc",
855 "gpr"
856 ]
857 },
858 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800859 "name": "census_statistics_performance_test",
860 "build": "test",
861 "src": [
862 "test/core/statistics/performance_test.c"
863 ],
864 "deps": [
865 "grpc_test_util",
866 "grpc",
867 "gpr"
868 ]
869 },
870 {
871 "name": "census_statistics_multiple_writers_test",
872 "build": "test",
873 "src": [
874 "test/core/statistics/multiple_writers_test.c"
875 ],
876 "deps": [
877 "grpc_test_util",
878 "grpc",
879 "gpr"
880 ]
881 },
882 {
883 "name": "census_statistics_multiple_writers_circular_buffer_test",
884 "build": "test",
885 "src": [
886 "test/core/statistics/multiple_writers_circular_buffer_test.c"
887 ],
888 "deps": [
889 "grpc_test_util",
890 "grpc",
891 "gpr"
892 ]
893 },
894 {
895 "name": "census_stub_test",
896 "build": "test",
897 "src": [
898 "test/core/statistics/census_stub_test.c"
899 ],
900 "deps": [
901 "grpc_test_util",
902 "grpc",
903 "gpr"
904 ]
905 },
906 {
907 "name": "census_hash_table_test",
908 "build": "test",
909 "src": [
910 "test/core/statistics/hash_table_test.c"
911 ],
912 "deps": [
913 "grpc_test_util",
914 "grpc",
915 "gpr"
916 ]
917 },
918 {
919 "name": "fling_server",
920 "build": "test",
921 "run": false,
922 "src": [
923 "test/core/fling/server.c"
924 ],
925 "deps": [
926 "grpc_test_util",
927 "grpc",
928 "gpr"
929 ]
930 },
931 {
932 "name": "fling_client",
933 "build": "test",
934 "run": false,
935 "src": [
936 "test/core/fling/client.c"
937 ],
938 "deps": [
939 "grpc_test_util",
940 "grpc",
941 "gpr"
942 ]
943 },
944 {
945 "name": "fling_test",
946 "build": "test",
947 "src": [
948 "test/core/fling/fling_test.c"
949 ],
950 "deps": [
951 "grpc_test_util",
952 "grpc",
953 "gpr"
954 ]
955 },
956 {
957 "name": "echo_server",
958 "build": "test",
959 "run": false,
960 "src": [
961 "test/core/echo/server.c"
962 ],
963 "deps": [
964 "grpc_test_util",
965 "grpc",
966 "gpr"
967 ]
968 },
969 {
970 "name": "echo_client",
971 "build": "test",
972 "run": false,
973 "src": [
974 "test/core/echo/client.c"
975 ],
976 "deps": [
977 "grpc_test_util",
978 "grpc",
979 "gpr"
980 ]
981 },
982 {
983 "name": "echo_test",
984 "build": "test",
985 "src": [
986 "test/core/echo/echo_test.c"
987 ],
988 "deps": [
989 "grpc_test_util",
990 "grpc",
991 "gpr"
992 ]
993 },
994 {
995 "name": "low_level_ping_pong_benchmark",
996 "build": "benchmark",
997 "src": [
998 "test/core/network_benchmarks/low_level_ping_pong.c"
999 ],
1000 "deps": [
1001 "grpc_test_util",
1002 "grpc",
1003 "gpr"
1004 ]
1005 },
1006 {
1007 "name": "message_compress_test",
1008 "build": "test",
1009 "src": [
1010 "test/core/compression/message_compress_test.c"
1011 ],
1012 "deps": [
1013 "grpc_test_util",
1014 "grpc",
1015 "gpr"
1016 ]
1017 },
nnoble0c475f02014-12-05 15:37:39 -08001018 {
1019 "name": "bin_encoder_test",
1020 "build": "test",
1021 "src": [
1022 "test/core/transport/chttp2/bin_encoder_test.c"
1023 ],
1024 "deps": [
1025 "grpc_test_util",
1026 "grpc",
1027 "gpr"
1028 ]
1029 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001030 {
1031 "name": "secure_endpoint_test",
1032 "build": "test",
1033 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001034 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001035 ],
1036 "deps": [
1037 "grpc_test_util",
1038 "grpc",
1039 "gpr"
1040 ]
1041 },
1042 {
1043 "name": "httpcli_format_request_test",
1044 "build": "test",
1045 "src": [
1046 "test/core/httpcli/format_request_test.c"
1047 ],
1048 "deps": [
1049 "grpc_test_util",
1050 "grpc",
1051 "gpr"
1052 ]
1053 },
1054 {
1055 "name": "httpcli_parser_test",
1056 "build": "test",
1057 "src": [
1058 "test/core/httpcli/parser_test.c"
1059 ],
1060 "deps": [
1061 "grpc_test_util",
1062 "grpc",
1063 "gpr"
1064 ]
1065 },
1066 {
1067 "name": "httpcli_test",
1068 "build": "test",
1069 "src": [
1070 "test/core/httpcli/httpcli_test.c"
1071 ],
1072 "deps": [
1073 "grpc_test_util",
1074 "grpc",
1075 "gpr"
1076 ]
1077 },
1078 {
1079 "name": "grpc_credentials_test",
1080 "build": "test",
1081 "src": [
1082 "test/core/security/credentials_test.c"
1083 ],
1084 "deps": [
1085 "grpc_test_util",
1086 "grpc",
1087 "gpr"
1088 ]
1089 },
1090 {
jboeuf1a809c02014-12-19 15:44:30 -08001091 "name": "grpc_fetch_oauth2",
1092 "build": "tool",
1093 "src": [
1094 "test/core/security/fetch_oauth2.c"
1095 ],
1096 "deps": [
1097 "grpc_test_util",
1098 "grpc",
1099 "gpr"
1100 ]
1101 },
1102 {
jboeufbefd2652014-12-12 15:39:47 -08001103 "name": "grpc_base64_test",
1104 "build": "test",
1105 "src": [
1106 "test/core/security/base64_test.c"
1107 ],
1108 "deps": [
1109 "grpc_test_util",
1110 "grpc",
1111 "gpr"
1112 ]
1113 },
1114 {
1115 "name": "grpc_json_token_test",
1116 "build": "test",
1117 "src": [
1118 "test/core/security/json_token_test.c"
1119 ],
1120 "deps": [
1121 "grpc_test_util",
1122 "grpc",
1123 "gpr"
1124 ]
1125 },
1126 {
ctiller8919f602014-12-10 10:19:42 -08001127 "name": "timeout_encoding_test",
1128 "build": "test",
1129 "src": [
1130 "test/core/transport/chttp2/timeout_encoding_test.c"
1131 ],
1132 "deps": [
1133 "grpc_test_util",
1134 "grpc",
1135 "gpr"
1136 ]
1137 },
1138 {
1139 "name": "fd_posix_test",
1140 "build": "test",
1141 "src": [
1142 "test/core/iomgr/fd_posix_test.c"
1143 ],
1144 "deps": [
1145 "grpc_test_util",
1146 "grpc",
1147 "gpr"
1148 ]
1149 },
1150 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001151 "name": "fling_stream_test",
1152 "build": "test",
1153 "src": [
1154 "test/core/fling/fling_stream_test.c"
1155 ],
1156 "deps": [
1157 "grpc_test_util",
1158 "grpc",
1159 "gpr"
1160 ]
1161 },
1162 {
1163 "name": "lame_client_test",
1164 "build": "test",
1165 "src": [
1166 "test/core/surface/lame_client_test.c"
1167 ],
1168 "deps": [
1169 "grpc_test_util",
1170 "grpc",
1171 "gpr"
1172 ]
1173 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001174 {
1175 "name": "thread_pool_test",
1176 "build": "test",
1177 "c++": true,
1178 "src": [
1179 "test/cpp/server/thread_pool_test.cc"
1180 ],
1181 "deps": [
1182 "grpc_test_util",
1183 "grpc++",
1184 "grpc",
1185 "gpr"
1186 ]
1187 },
1188 {
1189 "name": "status_test",
1190 "build": "test",
1191 "c++": true,
1192 "src": [
1193 "test/cpp/util/status_test.cc"
1194 ],
1195 "deps": [
1196 "grpc_test_util",
1197 "grpc++",
1198 "grpc",
1199 "gpr"
1200 ]
ctiller8919f602014-12-10 10:19:42 -08001201 },
1202 {
1203 "name": "sync_client_async_server_test",
1204 "build": "test",
1205 "c++": true,
1206 "src": [
1207 "test/cpp/end2end/sync_client_async_server_test.cc"
1208 ],
1209 "deps": [
1210 "grpc_test_util",
1211 "grpc++",
1212 "grpc",
1213 "gpr"
1214 ]
1215 },
1216 {
1217 "name": "qps_client",
1218 "build": "test",
1219 "c++": true,
1220 "src": [
vpai80b6d012014-12-17 11:47:32 -08001221 "test/cpp/interop/empty.proto",
1222 "test/cpp/interop/messages.proto",
1223 "test/cpp/interop/test.proto",
1224 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001225 ],
1226 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001227 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001228 "grpc_test_util",
1229 "grpc++",
1230 "grpc",
1231 "gpr"
1232 ]
1233 },
1234 {
1235 "name": "qps_server",
1236 "build": "test",
1237 "c++": true,
1238 "src": [
vpai80b6d012014-12-17 11:47:32 -08001239 "test/cpp/interop/empty.proto",
1240 "test/cpp/interop/messages.proto",
1241 "test/cpp/interop/test.proto",
1242 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001243 ],
1244 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001245 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001246 "grpc_test_util",
1247 "grpc++",
1248 "grpc",
1249 "gpr"
1250 ]
1251 },
1252 {
1253 "name": "interop_server",
1254 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001255 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001256 "c++": true,
1257 "src": [
nnoble72309c62014-12-12 11:42:26 -08001258 "test/cpp/interop/empty.proto",
1259 "test/cpp/interop/messages.proto",
1260 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001261 "test/cpp/interop/server.cc"
1262 ],
1263 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001264 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001265 "grpc_test_util",
1266 "grpc++",
1267 "grpc",
1268 "gpr"
1269 ]
1270 },
1271 {
1272 "name": "interop_client",
1273 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001274 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001275 "c++": true,
1276 "src": [
nnoble72309c62014-12-12 11:42:26 -08001277 "test/cpp/interop/empty.proto",
1278 "test/cpp/interop/messages.proto",
1279 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001280 "test/cpp/interop/client.cc"
1281 ],
1282 "deps": [
nnoble72309c62014-12-12 11:42:26 -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": "end2end_test",
1292 "build": "test",
1293 "c++": true,
1294 "src": [
1295 "test/cpp/end2end/end2end_test.cc"
1296 ],
1297 "deps": [
1298 "grpc_test_util",
1299 "grpc++",
1300 "grpc",
1301 "gpr"
1302 ]
1303 },
1304 {
yangg59dfc902014-12-19 14:00:14 -08001305 "name": "channel_arguments_test",
1306 "build": "test",
1307 "c++": true,
1308 "src": [
1309 "test/cpp/client/channel_arguments_test.cc"
1310 ],
1311 "deps": [
1312 "grpc++",
1313 "grpc"
1314 ]
1315 },
1316 {
ctiller8919f602014-12-10 10:19:42 -08001317 "name": "alarm_test",
1318 "build": "test",
1319 "src": [
1320 "test/core/iomgr/alarm_test.c"
1321 ],
1322 "deps": [
1323 "grpc_test_util",
1324 "grpc",
1325 "gpr"
1326 ]
1327 },
1328 {
1329 "name": "time_test",
1330 "build": "test",
1331 "src": [
1332 "test/core/support/time_test.c"
1333 ],
1334 "deps": [
1335 "grpc_test_util",
1336 "grpc",
1337 "gpr"
1338 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001339 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001340 ]
1341}