blob: 1db8dc4d7abcdc4d0b2da045fe58732031a69bcf [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",
ctillerd94ad102014-12-23 08:53:43 -080021 "src/core/support/cpu_linux.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080022 "src/core/support/cpu_posix.c",
23 "src/core/support/histogram.c",
24 "src/core/support/host_port.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080025 "src/core/support/log_android.c",
ctiller2bbb6c42014-12-17 09:44:44 -080026 "src/core/support/log.c",
27 "src/core/support/log_linux.c",
28 "src/core/support/log_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080029 "src/core/support/log_win32.c",
30 "src/core/support/murmur_hash.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080031 "src/core/support/slice_buffer.c",
ctiller2bbb6c42014-12-17 09:44:44 -080032 "src/core/support/slice.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080033 "src/core/support/string.c",
34 "src/core/support/string_posix.c",
nnoble0c475f02014-12-05 15:37:39 -080035 "src/core/support/string_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080036 "src/core/support/sync.c",
37 "src/core/support/sync_posix.c",
jtattermusch98bffb72014-12-09 12:47:19 -080038 "src/core/support/sync_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080039 "src/core/support/thd_posix.c",
40 "src/core/support/thd_win32.c",
41 "src/core/support/time.c",
42 "src/core/support/time_posix.c",
43 "src/core/support/time_win32.c"
44 ],
45 "public_headers": [
46 "include/grpc/support/alloc.h",
47 "include/grpc/support/atm_gcc_atomic.h",
48 "include/grpc/support/atm_gcc_sync.h",
49 "include/grpc/support/atm.h",
50 "include/grpc/support/atm_win32.h",
51 "include/grpc/support/cancellable_platform.h",
52 "include/grpc/support/cmdline.h",
53 "include/grpc/support/histogram.h",
54 "include/grpc/support/host_port.h",
55 "include/grpc/support/log.h",
56 "include/grpc/support/port_platform.h",
57 "include/grpc/support/slice_buffer.h",
58 "include/grpc/support/slice.h",
59 "include/grpc/support/string.h",
60 "include/grpc/support/sync_generic.h",
61 "include/grpc/support/sync.h",
62 "include/grpc/support/sync_posix.h",
63 "include/grpc/support/sync_win32.h",
64 "include/grpc/support/thd.h",
65 "include/grpc/support/thd_posix.h",
66 "include/grpc/support/thd_win32.h",
67 "include/grpc/support/time.h",
68 "include/grpc/support/time_posix.h",
69 "include/grpc/support/time_win32.h",
70 "include/grpc/support/useful.h"
71 ],
72 "headers": [
73 "src/core/support/cpu.h",
74 "src/core/support/murmur_hash.h",
75 "src/core/support/thd_internal.h"
76 ]
77 },
78 {
79 "name": "grpc",
80 "build": "all",
81 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -080082 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
nnoble20e2e3f2014-12-16 15:37:57 -080083 "baselib": true,
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -080084 "alternates": [
85 {
86 "name": "grpc_unsecure",
87 "properties": [
88 {
89 "name": "secure",
90 "value": false
91 }
92 ],
93 "exclude_res": [
94 "^src/core/security/",
95 "^src/core/tsi/"
96 ]
97 }
98 ],
99 "src": [
100 "src/core/channel/call_op_string.c",
101 "src/core/channel/census_filter.c",
102 "src/core/channel/channel_args.c",
103 "src/core/channel/channel_stack.c",
ctiller82e275f2014-12-12 08:43:28 -0800104 "src/core/channel/child_channel.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800105 "src/core/channel/client_channel.c",
106 "src/core/channel/client_setup.c",
107 "src/core/channel/connected_channel.c",
108 "src/core/channel/http_client_filter.c",
109 "src/core/channel/http_filter.c",
110 "src/core/channel/http_server_filter.c",
111 "src/core/channel/metadata_buffer.c",
112 "src/core/channel/noop_filter.c",
113 "src/core/compression/algorithm.c",
114 "src/core/compression/message_compress.c",
ctiller18b49ab2014-12-09 14:39:16 -0800115 "src/core/httpcli/format_request.c",
116 "src/core/httpcli/httpcli.c",
117 "src/core/httpcli/httpcli_security_context.c",
118 "src/core/httpcli/parser.c",
ctiller52103932014-12-20 09:07:32 -0800119 "src/core/iomgr/alarm.c",
120 "src/core/iomgr/alarm_heap.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800121 "src/core/iomgr/endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800122 "src/core/iomgr/endpoint_pair_posix.c",
123 "src/core/iomgr/iomgr_libevent.c",
124 "src/core/iomgr/iomgr_libevent_use_threads.c",
ctillerd79b4862014-12-17 16:36:59 -0800125 "src/core/iomgr/pollset.c",
ctiller18b49ab2014-12-09 14:39:16 -0800126 "src/core/iomgr/resolve_address_posix.c",
127 "src/core/iomgr/sockaddr_utils.c",
128 "src/core/iomgr/socket_utils_common_posix.c",
129 "src/core/iomgr/socket_utils_linux.c",
130 "src/core/iomgr/socket_utils_posix.c",
131 "src/core/iomgr/tcp_client_posix.c",
132 "src/core/iomgr/tcp_posix.c",
133 "src/core/iomgr/tcp_server_posix.c",
ctillerc1ddffb2014-12-15 13:08:18 -0800134 "src/core/iomgr/time_averaged_stats.c",
ctiller18b49ab2014-12-09 14:39:16 -0800135 "src/core/security/auth.c",
jboeufbefd2652014-12-12 15:39:47 -0800136 "src/core/security/base64.c",
ctiller18b49ab2014-12-09 14:39:16 -0800137 "src/core/security/credentials.c",
138 "src/core/security/google_root_certs.c",
jboeufbefd2652014-12-12 15:39:47 -0800139 "src/core/security/json_token.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800140 "src/core/security/secure_endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800141 "src/core/security/secure_transport_setup.c",
142 "src/core/security/security_context.c",
143 "src/core/security/server_secure_chttp2.c",
144 "src/core/statistics/census_init.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800145 "src/core/statistics/census_log.c",
ctiller18b49ab2014-12-09 14:39:16 -0800146 "src/core/statistics/census_rpc_stats.c",
147 "src/core/statistics/census_tracing.c",
148 "src/core/statistics/hash_table.c",
ctiller18b49ab2014-12-09 14:39:16 -0800149 "src/core/statistics/window_stats.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800150 "src/core/surface/byte_buffer.c",
151 "src/core/surface/byte_buffer_reader.c",
152 "src/core/surface/call.c",
153 "src/core/surface/channel.c",
154 "src/core/surface/channel_create.c",
155 "src/core/surface/client.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800156 "src/core/surface/completion_queue.c",
157 "src/core/surface/event_string.c",
158 "src/core/surface/init.c",
ctiller18b49ab2014-12-09 14:39:16 -0800159 "src/core/surface/lame_client.c",
160 "src/core/surface/secure_channel_create.c",
161 "src/core/surface/secure_server_create.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800162 "src/core/surface/server.c",
163 "src/core/surface/server_chttp2.c",
164 "src/core/surface/server_create.c",
nnoble0c475f02014-12-05 15:37:39 -0800165 "src/core/transport/chttp2/alpn.c",
166 "src/core/transport/chttp2/bin_encoder.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800167 "src/core/transport/chttp2/frame_data.c",
nnoble0c475f02014-12-05 15:37:39 -0800168 "src/core/transport/chttp2/frame_goaway.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800169 "src/core/transport/chttp2/frame_ping.c",
170 "src/core/transport/chttp2/frame_rst_stream.c",
171 "src/core/transport/chttp2/frame_settings.c",
172 "src/core/transport/chttp2/frame_window_update.c",
173 "src/core/transport/chttp2/hpack_parser.c",
174 "src/core/transport/chttp2/hpack_table.c",
nnoble0c475f02014-12-05 15:37:39 -0800175 "src/core/transport/chttp2/huffsyms.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800176 "src/core/transport/chttp2/status_conversion.c",
177 "src/core/transport/chttp2/stream_encoder.c",
178 "src/core/transport/chttp2/stream_map.c",
179 "src/core/transport/chttp2/timeout_encoding.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800180 "src/core/transport/chttp2_transport.c",
ctiller18b49ab2014-12-09 14:39:16 -0800181 "src/core/transport/chttp2/varint.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800182 "src/core/transport/metadata.c",
183 "src/core/transport/stream_op.c",
184 "src/core/transport/transport.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800185 "src/core/tsi/fake_transport_security.c",
186 "src/core/tsi/ssl_transport_security.c",
ctiller18b49ab2014-12-09 14:39:16 -0800187 "src/core/tsi/transport_security.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800188 "third_party/cJSON/cJSON.c"
189 ],
190 "public_headers": [
191 "include/grpc/byte_buffer.h",
192 "include/grpc/byte_buffer_reader.h",
193 "include/grpc/grpc.h",
194 "include/grpc/grpc_security.h",
195 "include/grpc/status.h"
196 ],
197 "headers": [
198 "src/core/channel/census_filter.h",
199 "src/core/channel/channel_args.h",
200 "src/core/channel/channel_stack.h",
ctiller82e275f2014-12-12 08:43:28 -0800201 "src/core/channel/child_channel.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800202 "src/core/channel/client_channel.h",
203 "src/core/channel/client_setup.h",
204 "src/core/channel/connected_channel.h",
205 "src/core/channel/http_client_filter.h",
206 "src/core/channel/http_filter.h",
207 "src/core/channel/http_server_filter.h",
208 "src/core/channel/metadata_buffer.h",
209 "src/core/channel/noop_filter.h",
210 "src/core/compression/algorithm.h",
211 "src/core/compression/message_compress.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800212 "src/core/httpcli/format_request.h",
213 "src/core/httpcli/httpcli.h",
214 "src/core/httpcli/httpcli_security_context.h",
215 "src/core/httpcli/parser.h",
ctiller18b49ab2014-12-09 14:39:16 -0800216 "src/core/iomgr/alarm.h",
ctiller52103932014-12-20 09:07:32 -0800217 "src/core/iomgr/alarm_heap.h",
218 "src/core/iomgr/alarm_internal.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800219 "src/core/iomgr/endpoint.h",
ctiller18b49ab2014-12-09 14:39:16 -0800220 "src/core/iomgr/endpoint_pair.h",
221 "src/core/iomgr/iomgr_completion_queue_interface.h",
222 "src/core/iomgr/iomgr.h",
223 "src/core/iomgr/iomgr_libevent.h",
ctillerd79b4862014-12-17 16:36:59 -0800224 "src/core/iomgr/pollset.h",
ctiller18b49ab2014-12-09 14:39:16 -0800225 "src/core/iomgr/resolve_address.h",
226 "src/core/iomgr/sockaddr.h",
227 "src/core/iomgr/sockaddr_posix.h",
228 "src/core/iomgr/sockaddr_utils.h",
229 "src/core/iomgr/sockaddr_win32.h",
230 "src/core/iomgr/socket_utils_posix.h",
231 "src/core/iomgr/tcp_client.h",
232 "src/core/iomgr/tcp_posix.h",
233 "src/core/iomgr/tcp_server.h",
ctillerc1ddffb2014-12-15 13:08:18 -0800234 "src/core/iomgr/time_averaged_stats.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800235 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800236 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800237 "src/core/security/credentials.h",
238 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800239 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800240 "src/core/security/secure_transport_setup.h",
241 "src/core/security/security_context.h",
242 "src/core/statistics/census_interface.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800243 "src/core/statistics/census_log.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800244 "src/core/statistics/census_rpc_stats.h",
245 "src/core/statistics/hash_table.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800246 "src/core/statistics/window_stats.h",
247 "src/core/surface/call.h",
248 "src/core/surface/channel.h",
249 "src/core/surface/client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800250 "src/core/surface/completion_queue.h",
251 "src/core/surface/event_string.h",
ctiller18b49ab2014-12-09 14:39:16 -0800252 "src/core/surface/lame_client.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800253 "src/core/surface/server.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800254 "src/core/surface/surface_trace.h",
nnoble0c475f02014-12-05 15:37:39 -0800255 "src/core/transport/chttp2/bin_encoder.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800256 "src/core/transport/chttp2/frame_data.h",
nnoble0c475f02014-12-05 15:37:39 -0800257 "src/core/transport/chttp2/frame_goaway.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800258 "src/core/transport/chttp2/frame.h",
259 "src/core/transport/chttp2/frame_ping.h",
260 "src/core/transport/chttp2/frame_rst_stream.h",
261 "src/core/transport/chttp2/frame_settings.h",
262 "src/core/transport/chttp2/frame_window_update.h",
263 "src/core/transport/chttp2/hpack_parser.h",
264 "src/core/transport/chttp2/hpack_table.h",
265 "src/core/transport/chttp2/http2_errors.h",
ctiller18b49ab2014-12-09 14:39:16 -0800266 "src/core/transport/chttp2/huffsyms.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800267 "src/core/transport/chttp2/status_conversion.h",
268 "src/core/transport/chttp2/stream_encoder.h",
269 "src/core/transport/chttp2/stream_map.h",
270 "src/core/transport/chttp2/timeout_encoding.h",
271 "src/core/transport/chttp2_transport.h",
272 "src/core/transport/chttp2/varint.h",
273 "src/core/transport/metadata.h",
274 "src/core/transport/stream_op.h",
275 "src/core/transport/transport.h",
276 "src/core/transport/transport_impl.h",
277 "src/core/tsi/fake_transport_security.h",
278 "src/core/tsi/ssl_transport_security.h",
279 "src/core/tsi/transport_security.h",
280 "src/core/tsi/transport_security_interface.h",
281 "src/core/tsi/transport_security_test_lib.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800282 ],
283 "deps": [
284 "gpr"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800285 ]
286 },
287 {
288 "name": "grpc_test_util",
289 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800290 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800291 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800292 "test/core/end2end/cq_verifier.c",
chenw97fd9e52014-12-19 17:12:36 -0800293 "test/core/end2end/data/test_root_cert.c",
294 "test/core/end2end/data/prod_roots_certs.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800295 "test/core/end2end/data/server1_cert.c",
296 "test/core/end2end/data/server1_key.c",
297 "test/core/iomgr/endpoint_tests.c",
298 "test/core/statistics/census_log_tests.c",
299 "test/core/transport/transport_end2end_tests.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800300 "test/core/util/grpc_profiler.c",
301 "test/core/util/parse_hexstring.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800302 "test/core/util/port_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800303 "test/core/util/slice_splitter.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800304 "test/core/util/test_config.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800305 ]
306 },
307 {
308 "name": "grpc++",
309 "build": "all",
310 "c++": true,
311 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800312 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800313 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800314 "src/cpp/client/channel.cc",
yangg59dfc902014-12-19 14:00:14 -0800315 "src/cpp/client/channel_arguments.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800316 "src/cpp/client/client_context.cc",
317 "src/cpp/client/create_channel.cc",
vpai80b6d012014-12-17 11:47:32 -0800318 "src/cpp/client/credentials.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800319 "src/cpp/client/internal_stub.cc",
320 "src/cpp/proto/proto_utils.cc",
321 "src/cpp/rpc_method.cc",
322 "src/cpp/server/async_server.cc",
323 "src/cpp/server/async_server_context.cc",
324 "src/cpp/server/completion_queue.cc",
325 "src/cpp/server/server_builder.cc",
yanggfd2f3ac2014-12-17 16:46:06 -0800326 "src/cpp/server/server_context_impl.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800327 "src/cpp/server/server.cc",
328 "src/cpp/server/server_rpc_handler.cc",
vpai80b6d012014-12-17 11:47:32 -0800329 "src/cpp/server/server_credentials.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800330 "src/cpp/server/thread_pool.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800331 "src/cpp/stream/stream_context.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800332 "src/cpp/util/status.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800333 "src/cpp/util/time.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800334 ],
335 "public_headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800336 "include/grpc++/async_server_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800337 "include/grpc++/async_server.h",
yangg59dfc902014-12-19 14:00:14 -0800338 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800339 "include/grpc++/channel_interface.h",
340 "include/grpc++/client_context.h",
341 "include/grpc++/completion_queue.h",
342 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800343 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800344 "include/grpc++/credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800345 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800346 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800347 "include/grpc++/server_credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800348 "include/grpc++/server.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800349 "include/grpc++/status.h",
350 "include/grpc++/stream_context_interface.h",
vpai80b6d012014-12-17 11:47:32 -0800351 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800352 ],
353 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800354 "src/cpp/client/channel.h",
355 "src/cpp/client/internal_stub.h",
356 "src/cpp/proto/proto_utils.h",
357 "src/cpp/rpc_method.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800358 "src/cpp/server/rpc_service_method.h",
359 "src/cpp/server/server_rpc_handler.h",
360 "src/cpp/server/thread_pool.h",
361 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800362 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800363 ],
364 "deps": [
365 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800366 ]
367 },
368 {
369 "name": "grpc++_test_util",
370 "build": "test",
371 "src": [
nnoble72309c62014-12-12 11:42:26 -0800372 "test/cpp/util/echo.proto",
yangg59dfc902014-12-19 14:00:14 -0800373 "test/cpp/util/create_test_channel.cc",
nnoble4cb93712014-12-17 14:18:08 -0800374 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800375 ],
376 "c++": true
377 }
378 ],
379 "targets": [
380 {
381 "name": "gen_hpack_tables",
382 "build": "tool",
383 "src": [
384 "src/core/transport/chttp2/gen_hpack_tables.c"
385 ],
386 "deps": [
387 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800388 "gpr",
389 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800390 ]
391 },
nnobleebebb7e2014-12-10 16:31:01 -0800392
393 {
394 "name": "cpp_plugin",
395 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800396 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800397 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800398 "src": [
399 "src/compiler/cpp_plugin.cpp",
400 "src/compiler/cpp_generator.cpp"
401 ],
402 "headers": [
403 "src/compiler/cpp_generator.h",
404 "src/compiler/cpp_generator_helpers.h"
405 ],
406 "deps": []
407 },
408 {
409 "name": "ruby_plugin",
410 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800411 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800412 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800413 "src": [
414 "src/compiler/ruby_plugin.cpp",
415 "src/compiler/ruby_generator.cpp"
416 ],
417 "headers": [
418 "src/compiler/cpp_generator.h",
419 "src/compiler/cpp_generator_helpers-inl.h",
420 "src/compiler/cpp_generator_map-inl.h",
421 "src/compiler/cpp_generator_string-inl.h"
422 ],
423 "deps": []
424 },
425
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800426 {
427 "name": "grpc_byte_buffer_reader_test",
428 "build": "test",
429 "src": [
430 "test/core/surface/byte_buffer_reader_test.c"
431 ],
432 "deps": [
433 "grpc_test_util",
434 "grpc",
435 "gpr"
436 ]
437 },
438 {
439 "name": "gpr_cancellable_test",
440 "build": "test",
441 "src": [
442 "test/core/support/cancellable_test.c"
443 ],
444 "deps": [
445 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800446 "gpr"
447 ]
448 },
449 {
450 "name": "gpr_log_test",
451 "build": "test",
452 "src": [
453 "test/core/support/log_test.c"
454 ],
455 "deps": [
456 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800457 "gpr"
458 ]
459 },
460 {
ctiller5e04b132014-12-15 09:24:43 -0800461 "name": "gpr_useful_test",
462 "build": "test",
463 "src": [
464 "test/core/support/useful_test.c"
465 ],
466 "deps": [
467 "grpc_test_util",
468 "gpr"
469 ]
470 },
471 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800472 "name": "gpr_cmdline_test",
473 "build": "test",
474 "src": [
475 "test/core/support/cmdline_test.c"
476 ],
477 "deps": [
478 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800479 "gpr"
480 ]
481 },
482 {
483 "name": "gpr_histogram_test",
484 "build": "test",
485 "src": [
486 "test/core/support/histogram_test.c"
487 ],
488 "deps": [
489 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800490 "gpr"
491 ]
492 },
493 {
494 "name": "gpr_host_port_test",
495 "build": "test",
496 "src": [
497 "test/core/support/host_port_test.c"
498 ],
499 "deps": [
500 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800501 "gpr"
502 ]
503 },
504 {
505 "name": "gpr_slice_buffer_test",
506 "build": "test",
507 "src": [
508 "test/core/support/slice_buffer_test.c"
509 ],
510 "deps": [
511 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800512 "gpr"
513 ]
514 },
515 {
516 "name": "gpr_slice_test",
517 "build": "test",
518 "src": [
519 "test/core/support/slice_test.c"
520 ],
521 "deps": [
522 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800523 "gpr"
524 ]
525 },
526 {
527 "name": "gpr_string_test",
528 "build": "test",
529 "src": [
530 "test/core/support/string_test.c"
531 ],
532 "deps": [
533 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800534 "gpr"
535 ]
536 },
537 {
538 "name": "gpr_sync_test",
539 "build": "test",
540 "src": [
541 "test/core/support/sync_test.c"
542 ],
543 "deps": [
544 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800545 "gpr"
546 ]
547 },
548 {
549 "name": "gpr_thd_test",
550 "build": "test",
551 "src": [
552 "test/core/support/thd_test.c"
553 ],
554 "deps": [
555 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800556 "gpr"
557 ]
558 },
559 {
560 "name": "gpr_time_test",
561 "build": "test",
562 "src": [
563 "test/core/support/time_test.c"
564 ],
565 "deps": [
566 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800567 "gpr"
568 ]
569 },
570 {
571 "name": "murmur_hash_test",
572 "build": "test",
573 "src": [
574 "test/core/support/murmur_hash_test.c"
575 ],
576 "deps": [
577 "grpc_test_util",
578 "grpc",
579 "gpr"
580 ]
581 },
582 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800583 "name": "grpc_stream_op_test",
584 "build": "test",
585 "src": [
586 "test/core/transport/stream_op_test.c"
587 ],
588 "deps": [
589 "grpc_test_util",
590 "grpc",
591 "gpr"
592 ]
593 },
594 {
nnoble0c475f02014-12-05 15:37:39 -0800595 "name": "alpn_test",
596 "build": "test",
597 "src": [
598 "test/core/transport/chttp2/alpn_test.c"
599 ],
600 "deps": [
601 "grpc_test_util",
602 "grpc",
603 "gpr"
604 ]
605 },
606 {
ctillerc1ddffb2014-12-15 13:08:18 -0800607 "name": "time_averaged_stats_test",
608 "build": "test",
609 "src": [
610 "test/core/iomgr/time_averaged_stats_test.c"
611 ],
612 "deps": [
613 "grpc_test_util",
614 "grpc",
615 "gpr"
616 ]
617 },
618 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800619 "name": "chttp2_stream_encoder_test",
620 "build": "test",
621 "src": [
622 "test/core/transport/chttp2/stream_encoder_test.c"
623 ],
624 "deps": [
625 "grpc_test_util",
626 "grpc",
627 "gpr"
628 ]
629 },
630 {
631 "name": "hpack_table_test",
632 "build": "test",
633 "src": [
634 "test/core/transport/chttp2/hpack_table_test.c"
635 ],
636 "deps": [
637 "grpc_test_util",
638 "grpc",
639 "gpr"
640 ]
641 },
642 {
643 "name": "chttp2_stream_map_test",
644 "build": "test",
645 "src": [
646 "test/core/transport/chttp2/stream_map_test.c"
647 ],
648 "deps": [
649 "grpc_test_util",
650 "grpc",
651 "gpr"
652 ]
653 },
654 {
655 "name": "hpack_parser_test",
656 "build": "test",
657 "src": [
658 "test/core/transport/chttp2/hpack_parser_test.c"
659 ],
660 "deps": [
661 "grpc_test_util",
662 "grpc",
663 "gpr"
664 ]
665 },
666 {
667 "name": "transport_metadata_test",
668 "build": "test",
669 "src": [
670 "test/core/transport/metadata_test.c"
671 ],
672 "deps": [
673 "grpc_test_util",
674 "grpc",
675 "gpr"
676 ]
677 },
678 {
679 "name": "chttp2_status_conversion_test",
680 "build": "test",
681 "src": [
682 "test/core/transport/chttp2/status_conversion_test.c"
683 ],
684 "deps": [
685 "grpc_test_util",
686 "grpc",
687 "gpr"
688 ]
689 },
690 {
691 "name": "chttp2_transport_end2end_test",
692 "build": "test",
693 "src": [
694 "test/core/transport/chttp2_transport_end2end_test.c"
695 ],
696 "deps": [
697 "grpc_test_util",
698 "grpc",
699 "gpr"
700 ]
701 },
702 {
ctiller18b49ab2014-12-09 14:39:16 -0800703 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800704 "build": "test",
705 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800706 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800707 ],
708 "deps": [
709 "grpc_test_util",
710 "grpc",
711 "gpr"
712 ]
713 },
714 {
nnoble0c475f02014-12-05 15:37:39 -0800715 "name": "dualstack_socket_test",
716 "build": "test",
717 "src": [
718 "test/core/end2end/dualstack_socket_test.c"
719 ],
720 "deps": [
721 "grpc_test_util",
722 "grpc",
723 "gpr"
724 ]
725 },
726 {
727 "name": "no_server_test",
728 "build": "test",
729 "src": [
730 "test/core/end2end/no_server_test.c"
731 ],
732 "deps": [
733 "grpc_test_util",
734 "grpc",
735 "gpr"
736 ]
737 },
738 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800739 "name": "resolve_address_test",
740 "build": "test",
741 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800742 "test/core/iomgr/resolve_address_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800743 ],
744 "deps": [
745 "grpc_test_util",
746 "grpc",
747 "gpr"
748 ]
749 },
750 {
ctiller18b49ab2014-12-09 14:39:16 -0800751 "name": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800752 "build": "test",
753 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800754 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800755 ],
756 "deps": [
757 "grpc_test_util",
758 "grpc",
759 "gpr"
760 ]
761 },
762 {
ctiller18b49ab2014-12-09 14:39:16 -0800763 "name": "tcp_server_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_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800767 ],
768 "deps": [
769 "grpc_test_util",
770 "grpc",
771 "gpr"
772 ]
773 },
774 {
ctiller18b49ab2014-12-09 14:39:16 -0800775 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800776 "build": "test",
777 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800778 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800779 ],
780 "deps": [
781 "grpc_test_util",
782 "grpc",
783 "gpr"
784 ]
785 },
786 {
787 "name": "grpc_channel_stack_test",
788 "build": "test",
789 "src": [
790 "test/core/channel/channel_stack_test.c"
791 ],
792 "deps": [
793 "grpc_test_util",
794 "grpc",
795 "gpr"
796 ]
797 },
798 {
799 "name": "metadata_buffer_test",
800 "build": "test",
801 "src": [
802 "test/core/channel/metadata_buffer_test.c"
803 ],
804 "deps": [
805 "grpc_test_util",
806 "grpc",
807 "gpr"
808 ]
809 },
810 {
811 "name": "grpc_completion_queue_test",
812 "build": "test",
813 "src": [
814 "test/core/surface/completion_queue_test.c"
815 ],
816 "deps": [
817 "grpc_test_util",
818 "grpc",
819 "gpr"
820 ]
821 },
822 {
823 "name": "grpc_completion_queue_benchmark",
824 "build": "benchmark",
825 "src": [
826 "test/core/surface/completion_queue_benchmark.c"
827 ],
828 "deps": [
829 "grpc_test_util",
830 "grpc",
831 "gpr"
832 ]
833 },
834 {
835 "name": "census_window_stats_test",
836 "build": "test",
837 "src": [
838 "test/core/statistics/window_stats_test.c"
839 ],
840 "deps": [
841 "grpc_test_util",
842 "grpc",
843 "gpr"
844 ]
845 },
846 {
847 "name": "census_statistics_quick_test",
848 "build": "test",
849 "src": [
850 "test/core/statistics/quick_test.c"
851 ],
852 "deps": [
853 "grpc_test_util",
854 "grpc",
855 "gpr"
856 ]
857 },
858 {
aveitch482a5be2014-12-15 10:25:12 -0800859 "name": "census_statistics_small_log_test",
860 "build": "test",
861 "src": [
862 "test/core/statistics/small_log_test.c"
863 ],
864 "deps": [
865 "grpc_test_util",
866 "grpc",
867 "gpr"
868 ]
869 },
870 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800871 "name": "census_statistics_performance_test",
872 "build": "test",
873 "src": [
874 "test/core/statistics/performance_test.c"
875 ],
876 "deps": [
877 "grpc_test_util",
878 "grpc",
879 "gpr"
880 ]
881 },
882 {
883 "name": "census_statistics_multiple_writers_test",
884 "build": "test",
885 "src": [
886 "test/core/statistics/multiple_writers_test.c"
887 ],
888 "deps": [
889 "grpc_test_util",
890 "grpc",
891 "gpr"
892 ]
893 },
894 {
895 "name": "census_statistics_multiple_writers_circular_buffer_test",
896 "build": "test",
897 "src": [
898 "test/core/statistics/multiple_writers_circular_buffer_test.c"
899 ],
900 "deps": [
901 "grpc_test_util",
902 "grpc",
903 "gpr"
904 ]
905 },
906 {
907 "name": "census_stub_test",
908 "build": "test",
909 "src": [
910 "test/core/statistics/census_stub_test.c"
911 ],
912 "deps": [
913 "grpc_test_util",
914 "grpc",
915 "gpr"
916 ]
917 },
918 {
919 "name": "census_hash_table_test",
920 "build": "test",
921 "src": [
922 "test/core/statistics/hash_table_test.c"
923 ],
924 "deps": [
925 "grpc_test_util",
926 "grpc",
927 "gpr"
928 ]
929 },
930 {
931 "name": "fling_server",
932 "build": "test",
933 "run": false,
934 "src": [
935 "test/core/fling/server.c"
936 ],
937 "deps": [
938 "grpc_test_util",
939 "grpc",
940 "gpr"
941 ]
942 },
943 {
944 "name": "fling_client",
945 "build": "test",
946 "run": false,
947 "src": [
948 "test/core/fling/client.c"
949 ],
950 "deps": [
951 "grpc_test_util",
952 "grpc",
953 "gpr"
954 ]
955 },
956 {
957 "name": "fling_test",
958 "build": "test",
959 "src": [
960 "test/core/fling/fling_test.c"
961 ],
962 "deps": [
963 "grpc_test_util",
964 "grpc",
965 "gpr"
966 ]
967 },
968 {
969 "name": "echo_server",
970 "build": "test",
971 "run": false,
972 "src": [
973 "test/core/echo/server.c"
974 ],
975 "deps": [
976 "grpc_test_util",
977 "grpc",
978 "gpr"
979 ]
980 },
981 {
982 "name": "echo_client",
983 "build": "test",
984 "run": false,
985 "src": [
986 "test/core/echo/client.c"
987 ],
988 "deps": [
989 "grpc_test_util",
990 "grpc",
991 "gpr"
992 ]
993 },
994 {
995 "name": "echo_test",
996 "build": "test",
997 "src": [
998 "test/core/echo/echo_test.c"
999 ],
1000 "deps": [
1001 "grpc_test_util",
1002 "grpc",
1003 "gpr"
1004 ]
1005 },
1006 {
1007 "name": "low_level_ping_pong_benchmark",
1008 "build": "benchmark",
1009 "src": [
1010 "test/core/network_benchmarks/low_level_ping_pong.c"
1011 ],
1012 "deps": [
1013 "grpc_test_util",
1014 "grpc",
1015 "gpr"
1016 ]
1017 },
1018 {
1019 "name": "message_compress_test",
1020 "build": "test",
1021 "src": [
1022 "test/core/compression/message_compress_test.c"
1023 ],
1024 "deps": [
1025 "grpc_test_util",
1026 "grpc",
1027 "gpr"
1028 ]
1029 },
nnoble0c475f02014-12-05 15:37:39 -08001030 {
1031 "name": "bin_encoder_test",
1032 "build": "test",
1033 "src": [
1034 "test/core/transport/chttp2/bin_encoder_test.c"
1035 ],
1036 "deps": [
1037 "grpc_test_util",
1038 "grpc",
1039 "gpr"
1040 ]
1041 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001042 {
1043 "name": "secure_endpoint_test",
1044 "build": "test",
1045 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001046 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001047 ],
1048 "deps": [
1049 "grpc_test_util",
1050 "grpc",
1051 "gpr"
1052 ]
1053 },
1054 {
1055 "name": "httpcli_format_request_test",
1056 "build": "test",
1057 "src": [
1058 "test/core/httpcli/format_request_test.c"
1059 ],
1060 "deps": [
1061 "grpc_test_util",
1062 "grpc",
1063 "gpr"
1064 ]
1065 },
1066 {
1067 "name": "httpcli_parser_test",
1068 "build": "test",
1069 "src": [
1070 "test/core/httpcli/parser_test.c"
1071 ],
1072 "deps": [
1073 "grpc_test_util",
1074 "grpc",
1075 "gpr"
1076 ]
1077 },
1078 {
1079 "name": "httpcli_test",
1080 "build": "test",
1081 "src": [
1082 "test/core/httpcli/httpcli_test.c"
1083 ],
1084 "deps": [
1085 "grpc_test_util",
1086 "grpc",
1087 "gpr"
1088 ]
1089 },
1090 {
1091 "name": "grpc_credentials_test",
1092 "build": "test",
1093 "src": [
1094 "test/core/security/credentials_test.c"
1095 ],
1096 "deps": [
1097 "grpc_test_util",
1098 "grpc",
1099 "gpr"
1100 ]
1101 },
1102 {
jboeuf1a809c02014-12-19 15:44:30 -08001103 "name": "grpc_fetch_oauth2",
1104 "build": "tool",
1105 "src": [
1106 "test/core/security/fetch_oauth2.c"
1107 ],
1108 "deps": [
1109 "grpc_test_util",
1110 "grpc",
1111 "gpr"
1112 ]
1113 },
1114 {
jboeufbefd2652014-12-12 15:39:47 -08001115 "name": "grpc_base64_test",
1116 "build": "test",
1117 "src": [
1118 "test/core/security/base64_test.c"
1119 ],
1120 "deps": [
1121 "grpc_test_util",
1122 "grpc",
1123 "gpr"
1124 ]
1125 },
1126 {
1127 "name": "grpc_json_token_test",
1128 "build": "test",
1129 "src": [
1130 "test/core/security/json_token_test.c"
1131 ],
1132 "deps": [
1133 "grpc_test_util",
1134 "grpc",
1135 "gpr"
1136 ]
1137 },
1138 {
ctiller8919f602014-12-10 10:19:42 -08001139 "name": "timeout_encoding_test",
1140 "build": "test",
1141 "src": [
1142 "test/core/transport/chttp2/timeout_encoding_test.c"
1143 ],
1144 "deps": [
1145 "grpc_test_util",
1146 "grpc",
1147 "gpr"
1148 ]
1149 },
1150 {
1151 "name": "fd_posix_test",
1152 "build": "test",
1153 "src": [
1154 "test/core/iomgr/fd_posix_test.c"
1155 ],
1156 "deps": [
1157 "grpc_test_util",
1158 "grpc",
1159 "gpr"
1160 ]
1161 },
1162 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001163 "name": "fling_stream_test",
1164 "build": "test",
1165 "src": [
1166 "test/core/fling/fling_stream_test.c"
1167 ],
1168 "deps": [
1169 "grpc_test_util",
1170 "grpc",
1171 "gpr"
1172 ]
1173 },
1174 {
1175 "name": "lame_client_test",
1176 "build": "test",
1177 "src": [
1178 "test/core/surface/lame_client_test.c"
1179 ],
1180 "deps": [
1181 "grpc_test_util",
1182 "grpc",
1183 "gpr"
1184 ]
1185 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001186 {
1187 "name": "thread_pool_test",
1188 "build": "test",
1189 "c++": true,
1190 "src": [
1191 "test/cpp/server/thread_pool_test.cc"
1192 ],
1193 "deps": [
1194 "grpc_test_util",
1195 "grpc++",
1196 "grpc",
1197 "gpr"
1198 ]
1199 },
1200 {
1201 "name": "status_test",
1202 "build": "test",
1203 "c++": true,
1204 "src": [
1205 "test/cpp/util/status_test.cc"
1206 ],
1207 "deps": [
1208 "grpc_test_util",
1209 "grpc++",
1210 "grpc",
1211 "gpr"
1212 ]
ctiller8919f602014-12-10 10:19:42 -08001213 },
1214 {
1215 "name": "sync_client_async_server_test",
1216 "build": "test",
1217 "c++": true,
1218 "src": [
1219 "test/cpp/end2end/sync_client_async_server_test.cc"
1220 ],
1221 "deps": [
1222 "grpc_test_util",
1223 "grpc++",
1224 "grpc",
1225 "gpr"
1226 ]
1227 },
1228 {
1229 "name": "qps_client",
1230 "build": "test",
1231 "c++": true,
1232 "src": [
vpai80b6d012014-12-17 11:47:32 -08001233 "test/cpp/interop/empty.proto",
1234 "test/cpp/interop/messages.proto",
1235 "test/cpp/interop/test.proto",
1236 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001237 ],
1238 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001239 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001240 "grpc_test_util",
1241 "grpc++",
1242 "grpc",
1243 "gpr"
1244 ]
1245 },
1246 {
1247 "name": "qps_server",
1248 "build": "test",
1249 "c++": true,
1250 "src": [
vpai80b6d012014-12-17 11:47:32 -08001251 "test/cpp/interop/empty.proto",
1252 "test/cpp/interop/messages.proto",
1253 "test/cpp/interop/test.proto",
1254 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001255 ],
1256 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001257 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001258 "grpc_test_util",
1259 "grpc++",
1260 "grpc",
1261 "gpr"
1262 ]
1263 },
1264 {
1265 "name": "interop_server",
1266 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001267 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001268 "c++": true,
1269 "src": [
nnoble72309c62014-12-12 11:42:26 -08001270 "test/cpp/interop/empty.proto",
1271 "test/cpp/interop/messages.proto",
1272 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001273 "test/cpp/interop/server.cc"
1274 ],
1275 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001276 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001277 "grpc_test_util",
1278 "grpc++",
1279 "grpc",
1280 "gpr"
1281 ]
1282 },
1283 {
1284 "name": "interop_client",
1285 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001286 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001287 "c++": true,
1288 "src": [
nnoble72309c62014-12-12 11:42:26 -08001289 "test/cpp/interop/empty.proto",
1290 "test/cpp/interop/messages.proto",
1291 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001292 "test/cpp/interop/client.cc"
1293 ],
1294 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001295 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001296 "grpc_test_util",
1297 "grpc++",
1298 "grpc",
1299 "gpr"
1300 ]
1301 },
1302 {
1303 "name": "end2end_test",
1304 "build": "test",
1305 "c++": true,
1306 "src": [
1307 "test/cpp/end2end/end2end_test.cc"
1308 ],
1309 "deps": [
1310 "grpc_test_util",
1311 "grpc++",
1312 "grpc",
1313 "gpr"
1314 ]
1315 },
1316 {
yangg59dfc902014-12-19 14:00:14 -08001317 "name": "channel_arguments_test",
1318 "build": "test",
1319 "c++": true,
1320 "src": [
1321 "test/cpp/client/channel_arguments_test.cc"
1322 ],
1323 "deps": [
1324 "grpc++",
1325 "grpc"
1326 ]
1327 },
1328 {
ctiller8919f602014-12-10 10:19:42 -08001329 "name": "alarm_test",
1330 "build": "test",
1331 "src": [
1332 "test/core/iomgr/alarm_test.c"
1333 ],
1334 "deps": [
1335 "grpc_test_util",
1336 "grpc",
1337 "gpr"
1338 ]
1339 },
1340 {
ctiller3bf466f2014-12-19 16:21:57 -08001341 "name": "alarm_list_test",
1342 "build": "test",
1343 "src": [
1344 "test/core/iomgr/alarm_list_test.c"
1345 ],
1346 "deps": [
1347 "grpc_test_util",
1348 "grpc",
1349 "gpr"
1350 ]
1351 },
1352 {
1353 "name": "alarm_heap_test",
1354 "build": "test",
1355 "src": [
1356 "test/core/iomgr/alarm_heap_test.c"
1357 ],
1358 "deps": [
1359 "grpc_test_util",
1360 "grpc",
1361 "gpr"
1362 ]
1363 },
1364 {
ctiller8919f602014-12-10 10:19:42 -08001365 "name": "time_test",
1366 "build": "test",
1367 "src": [
1368 "test/core/support/time_test.c"
1369 ],
1370 "deps": [
1371 "grpc_test_util",
1372 "grpc",
1373 "gpr"
1374 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001375 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001376 ]
1377}