blob: e0bf28063596ad52f38c6a303d98bc79b14a6d87 [file] [log] [blame]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001{
2 "settings": {
3 "#": "The public version number of the library.",
4 "version": {
5 "major": 0,
6 "minor": 8,
7 "micro": 0,
8 "build": 0
9 }
10 },
nnoblec87b1c52015-01-05 17:15:18 -080011 "filegroups": [
12 {
13 "name": "grpc_base",
14 "src": [
15 "src/core/channel/call_op_string.c",
16 "src/core/channel/census_filter.c",
17 "src/core/channel/channel_args.c",
18 "src/core/channel/channel_stack.c",
19 "src/core/channel/child_channel.c",
20 "src/core/channel/client_channel.c",
21 "src/core/channel/client_setup.c",
22 "src/core/channel/connected_channel.c",
23 "src/core/channel/http_client_filter.c",
24 "src/core/channel/http_filter.c",
25 "src/core/channel/http_server_filter.c",
26 "src/core/channel/metadata_buffer.c",
27 "src/core/channel/noop_filter.c",
28 "src/core/compression/algorithm.c",
29 "src/core/compression/message_compress.c",
30 "src/core/httpcli/format_request.c",
31 "src/core/httpcli/httpcli.c",
32 "src/core/httpcli/httpcli_security_context.c",
33 "src/core/httpcli/parser.c",
34 "src/core/iomgr/alarm.c",
35 "src/core/iomgr/alarm_heap.c",
36 "src/core/iomgr/endpoint.c",
37 "src/core/iomgr/endpoint_pair_posix.c",
38 "src/core/iomgr/iomgr_libevent.c",
39 "src/core/iomgr/iomgr_libevent_use_threads.c",
40 "src/core/iomgr/pollset.c",
41 "src/core/iomgr/resolve_address_posix.c",
42 "src/core/iomgr/sockaddr_utils.c",
43 "src/core/iomgr/socket_utils_common_posix.c",
44 "src/core/iomgr/socket_utils_linux.c",
45 "src/core/iomgr/socket_utils_posix.c",
46 "src/core/iomgr/tcp_client_posix.c",
47 "src/core/iomgr/tcp_posix.c",
48 "src/core/iomgr/tcp_server_posix.c",
49 "src/core/iomgr/time_averaged_stats.c",
50 "src/core/statistics/census_init.c",
51 "src/core/statistics/census_log.c",
52 "src/core/statistics/census_rpc_stats.c",
53 "src/core/statistics/census_tracing.c",
54 "src/core/statistics/hash_table.c",
55 "src/core/statistics/window_stats.c",
56 "src/core/surface/byte_buffer.c",
57 "src/core/surface/byte_buffer_reader.c",
58 "src/core/surface/call.c",
59 "src/core/surface/channel.c",
60 "src/core/surface/channel_create.c",
61 "src/core/surface/client.c",
62 "src/core/surface/completion_queue.c",
63 "src/core/surface/event_string.c",
64 "src/core/surface/init.c",
65 "src/core/surface/lame_client.c",
66 "src/core/surface/secure_channel_create.c",
67 "src/core/surface/secure_server_create.c",
68 "src/core/surface/server.c",
69 "src/core/surface/server_chttp2.c",
70 "src/core/surface/server_create.c",
71 "src/core/transport/chttp2/alpn.c",
72 "src/core/transport/chttp2/bin_encoder.c",
73 "src/core/transport/chttp2/frame_data.c",
74 "src/core/transport/chttp2/frame_goaway.c",
75 "src/core/transport/chttp2/frame_ping.c",
76 "src/core/transport/chttp2/frame_rst_stream.c",
77 "src/core/transport/chttp2/frame_settings.c",
78 "src/core/transport/chttp2/frame_window_update.c",
79 "src/core/transport/chttp2/hpack_parser.c",
80 "src/core/transport/chttp2/hpack_table.c",
81 "src/core/transport/chttp2/huffsyms.c",
82 "src/core/transport/chttp2/status_conversion.c",
83 "src/core/transport/chttp2/stream_encoder.c",
84 "src/core/transport/chttp2/stream_map.c",
85 "src/core/transport/chttp2/timeout_encoding.c",
86 "src/core/transport/chttp2_transport.c",
87 "src/core/transport/chttp2/varint.c",
88 "src/core/transport/metadata.c",
89 "src/core/transport/stream_op.c",
90 "src/core/transport/transport.c",
91 "third_party/cJSON/cJSON.c"
92 ],
93 "public_headers": [
94 "include/grpc/byte_buffer.h",
95 "include/grpc/byte_buffer_reader.h",
96 "include/grpc/grpc.h",
97 "include/grpc/status.h"
98 ],
99 "headers": [
100 "src/core/channel/census_filter.h",
101 "src/core/channel/channel_args.h",
102 "src/core/channel/channel_stack.h",
103 "src/core/channel/child_channel.h",
104 "src/core/channel/client_channel.h",
105 "src/core/channel/client_setup.h",
106 "src/core/channel/connected_channel.h",
107 "src/core/channel/http_client_filter.h",
108 "src/core/channel/http_filter.h",
109 "src/core/channel/http_server_filter.h",
110 "src/core/channel/metadata_buffer.h",
111 "src/core/channel/noop_filter.h",
112 "src/core/compression/algorithm.h",
113 "src/core/compression/message_compress.h",
114 "src/core/httpcli/format_request.h",
115 "src/core/httpcli/httpcli.h",
116 "src/core/httpcli/httpcli_security_context.h",
117 "src/core/httpcli/parser.h",
118 "src/core/iomgr/alarm.h",
119 "src/core/iomgr/alarm_heap.h",
120 "src/core/iomgr/alarm_internal.h",
121 "src/core/iomgr/endpoint.h",
122 "src/core/iomgr/endpoint_pair.h",
123 "src/core/iomgr/iomgr_completion_queue_interface.h",
124 "src/core/iomgr/iomgr.h",
125 "src/core/iomgr/iomgr_libevent.h",
126 "src/core/iomgr/pollset.h",
127 "src/core/iomgr/resolve_address.h",
128 "src/core/iomgr/sockaddr.h",
129 "src/core/iomgr/sockaddr_posix.h",
130 "src/core/iomgr/sockaddr_utils.h",
131 "src/core/iomgr/sockaddr_win32.h",
132 "src/core/iomgr/socket_utils_posix.h",
133 "src/core/iomgr/tcp_client.h",
134 "src/core/iomgr/tcp_posix.h",
135 "src/core/iomgr/tcp_server.h",
136 "src/core/iomgr/time_averaged_stats.h",
137 "src/core/statistics/census_interface.h",
138 "src/core/statistics/census_log.h",
139 "src/core/statistics/census_rpc_stats.h",
140 "src/core/statistics/hash_table.h",
141 "src/core/statistics/window_stats.h",
142 "src/core/surface/call.h",
143 "src/core/surface/channel.h",
144 "src/core/surface/client.h",
145 "src/core/surface/completion_queue.h",
146 "src/core/surface/event_string.h",
147 "src/core/surface/lame_client.h",
148 "src/core/surface/server.h",
149 "src/core/surface/surface_trace.h",
150 "src/core/transport/chttp2/bin_encoder.h",
151 "src/core/transport/chttp2/frame_data.h",
152 "src/core/transport/chttp2/frame_goaway.h",
153 "src/core/transport/chttp2/frame.h",
154 "src/core/transport/chttp2/frame_ping.h",
155 "src/core/transport/chttp2/frame_rst_stream.h",
156 "src/core/transport/chttp2/frame_settings.h",
157 "src/core/transport/chttp2/frame_window_update.h",
158 "src/core/transport/chttp2/hpack_parser.h",
159 "src/core/transport/chttp2/hpack_table.h",
160 "src/core/transport/chttp2/http2_errors.h",
161 "src/core/transport/chttp2/huffsyms.h",
162 "src/core/transport/chttp2/status_conversion.h",
163 "src/core/transport/chttp2/stream_encoder.h",
164 "src/core/transport/chttp2/stream_map.h",
165 "src/core/transport/chttp2/timeout_encoding.h",
166 "src/core/transport/chttp2_transport.h",
167 "src/core/transport/chttp2/varint.h",
168 "src/core/transport/metadata.h",
169 "src/core/transport/stream_op.h",
170 "src/core/transport/transport.h",
171 "src/core/transport/transport_impl.h"
172 ]
173 }
174 ],
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800175 "libs": [
176 {
177 "name": "gpr",
178 "build": "all",
179 "secure": false,
jtattermusch97fb3f62014-12-08 15:13:41 -0800180 "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800181 "src": [
182 "src/core/support/alloc.c",
183 "src/core/support/cancellable.c",
184 "src/core/support/cmdline.c",
ctillerd94ad102014-12-23 08:53:43 -0800185 "src/core/support/cpu_linux.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800186 "src/core/support/cpu_posix.c",
187 "src/core/support/histogram.c",
188 "src/core/support/host_port.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800189 "src/core/support/log_android.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800190 "src/core/support/log.c",
191 "src/core/support/log_linux.c",
192 "src/core/support/log_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800193 "src/core/support/log_win32.c",
194 "src/core/support/murmur_hash.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800195 "src/core/support/slice_buffer.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800196 "src/core/support/slice.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800197 "src/core/support/string.c",
198 "src/core/support/string_posix.c",
nnoble0c475f02014-12-05 15:37:39 -0800199 "src/core/support/string_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800200 "src/core/support/sync.c",
201 "src/core/support/sync_posix.c",
jtattermusch98bffb72014-12-09 12:47:19 -0800202 "src/core/support/sync_win32.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800203 "src/core/support/thd_posix.c",
204 "src/core/support/thd_win32.c",
205 "src/core/support/time.c",
206 "src/core/support/time_posix.c",
207 "src/core/support/time_win32.c"
208 ],
209 "public_headers": [
210 "include/grpc/support/alloc.h",
211 "include/grpc/support/atm_gcc_atomic.h",
212 "include/grpc/support/atm_gcc_sync.h",
213 "include/grpc/support/atm.h",
214 "include/grpc/support/atm_win32.h",
215 "include/grpc/support/cancellable_platform.h",
216 "include/grpc/support/cmdline.h",
217 "include/grpc/support/histogram.h",
218 "include/grpc/support/host_port.h",
219 "include/grpc/support/log.h",
220 "include/grpc/support/port_platform.h",
221 "include/grpc/support/slice_buffer.h",
222 "include/grpc/support/slice.h",
223 "include/grpc/support/string.h",
224 "include/grpc/support/sync_generic.h",
225 "include/grpc/support/sync.h",
226 "include/grpc/support/sync_posix.h",
227 "include/grpc/support/sync_win32.h",
228 "include/grpc/support/thd.h",
229 "include/grpc/support/thd_posix.h",
230 "include/grpc/support/thd_win32.h",
231 "include/grpc/support/time.h",
232 "include/grpc/support/time_posix.h",
233 "include/grpc/support/time_win32.h",
234 "include/grpc/support/useful.h"
235 ],
236 "headers": [
237 "src/core/support/cpu.h",
238 "src/core/support/murmur_hash.h",
239 "src/core/support/thd_internal.h"
240 ]
241 },
242 {
243 "name": "grpc",
244 "build": "all",
245 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800246 "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
nnoble20e2e3f2014-12-16 15:37:57 -0800247 "baselib": true,
nnoblec87b1c52015-01-05 17:15:18 -0800248 "filegroups": [
249 "grpc_base"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800250 ],
251 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800252 "src/core/security/auth.c",
jboeufbefd2652014-12-12 15:39:47 -0800253 "src/core/security/base64.c",
ctiller18b49ab2014-12-09 14:39:16 -0800254 "src/core/security/credentials.c",
255 "src/core/security/google_root_certs.c",
jboeufbefd2652014-12-12 15:39:47 -0800256 "src/core/security/json_token.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800257 "src/core/security/secure_endpoint.c",
ctiller18b49ab2014-12-09 14:39:16 -0800258 "src/core/security/secure_transport_setup.c",
259 "src/core/security/security_context.c",
260 "src/core/security/server_secure_chttp2.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800261 "src/core/tsi/fake_transport_security.c",
262 "src/core/tsi/ssl_transport_security.c",
nnoblec87b1c52015-01-05 17:15:18 -0800263 "src/core/tsi/transport_security.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800264 ],
265 "public_headers": [
nnoblec87b1c52015-01-05 17:15:18 -0800266 "include/grpc/grpc_security.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800267 ],
268 "headers": [
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800269 "src/core/security/auth.h",
jboeufbefd2652014-12-12 15:39:47 -0800270 "src/core/security/base64.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800271 "src/core/security/credentials.h",
272 "src/core/security/google_root_certs.h",
jboeufbefd2652014-12-12 15:39:47 -0800273 "src/core/security/json_token.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800274 "src/core/security/secure_transport_setup.h",
275 "src/core/security/security_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800276 "src/core/tsi/fake_transport_security.h",
277 "src/core/tsi/ssl_transport_security.h",
278 "src/core/tsi/transport_security.h",
279 "src/core/tsi/transport_security_interface.h",
280 "src/core/tsi/transport_security_test_lib.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800281 ],
282 "deps": [
283 "gpr"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800284 ]
285 },
286 {
nnoblec87b1c52015-01-05 17:15:18 -0800287 "name": "grpc_unsecure",
288 "build": "all",
289 "secure": false,
290 "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}",
291 "baselib": true,
292 "filegroups": [
293 "grpc_base"
294 ],
295 "deps": [
296 "gpr"
297 ]
298 },
299 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800300 "name": "grpc_test_util",
301 "build": "private",
jtattermusch97fb3f62014-12-08 15:13:41 -0800302 "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800303 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800304 "test/core/end2end/cq_verifier.c",
chenw97fd9e52014-12-19 17:12:36 -0800305 "test/core/end2end/data/test_root_cert.c",
306 "test/core/end2end/data/prod_roots_certs.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800307 "test/core/end2end/data/server1_cert.c",
308 "test/core/end2end/data/server1_key.c",
309 "test/core/iomgr/endpoint_tests.c",
310 "test/core/statistics/census_log_tests.c",
311 "test/core/transport/transport_end2end_tests.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800312 "test/core/util/grpc_profiler.c",
313 "test/core/util/parse_hexstring.c",
jtattermusch97fb3f62014-12-08 15:13:41 -0800314 "test/core/util/port_posix.c",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800315 "test/core/util/slice_splitter.c",
ctiller2bbb6c42014-12-17 09:44:44 -0800316 "test/core/util/test_config.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800317 ]
318 },
319 {
320 "name": "grpc++",
321 "build": "all",
322 "c++": true,
323 "secure": true,
jtattermusch97fb3f62014-12-08 15:13:41 -0800324 "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800325 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -0800326 "src/cpp/client/channel.cc",
yangg59dfc902014-12-19 14:00:14 -0800327 "src/cpp/client/channel_arguments.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800328 "src/cpp/client/client_context.cc",
329 "src/cpp/client/create_channel.cc",
vpai80b6d012014-12-17 11:47:32 -0800330 "src/cpp/client/credentials.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800331 "src/cpp/client/internal_stub.cc",
332 "src/cpp/proto/proto_utils.cc",
333 "src/cpp/rpc_method.cc",
334 "src/cpp/server/async_server.cc",
335 "src/cpp/server/async_server_context.cc",
336 "src/cpp/server/completion_queue.cc",
337 "src/cpp/server/server_builder.cc",
yanggfd2f3ac2014-12-17 16:46:06 -0800338 "src/cpp/server/server_context_impl.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800339 "src/cpp/server/server.cc",
340 "src/cpp/server/server_rpc_handler.cc",
vpai80b6d012014-12-17 11:47:32 -0800341 "src/cpp/server/server_credentials.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800342 "src/cpp/server/thread_pool.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800343 "src/cpp/stream/stream_context.cc",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800344 "src/cpp/util/status.cc",
ctiller2bbb6c42014-12-17 09:44:44 -0800345 "src/cpp/util/time.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800346 ],
347 "public_headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800348 "include/grpc++/async_server_context.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800349 "include/grpc++/async_server.h",
yangg59dfc902014-12-19 14:00:14 -0800350 "include/grpc++/channel_arguments.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800351 "include/grpc++/channel_interface.h",
352 "include/grpc++/client_context.h",
353 "include/grpc++/completion_queue.h",
354 "include/grpc++/config.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800355 "include/grpc++/create_channel.h",
vpai80b6d012014-12-17 11:47:32 -0800356 "include/grpc++/credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800357 "include/grpc++/server_builder.h",
yanggfd2f3ac2014-12-17 16:46:06 -0800358 "include/grpc++/server_context.h",
vpai80b6d012014-12-17 11:47:32 -0800359 "include/grpc++/server_credentials.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800360 "include/grpc++/server.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800361 "include/grpc++/status.h",
362 "include/grpc++/stream_context_interface.h",
vpai80b6d012014-12-17 11:47:32 -0800363 "include/grpc++/stream.h"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800364 ],
365 "headers": [
ctiller2bbb6c42014-12-17 09:44:44 -0800366 "src/cpp/client/channel.h",
367 "src/cpp/client/internal_stub.h",
368 "src/cpp/proto/proto_utils.h",
369 "src/cpp/rpc_method.h",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800370 "src/cpp/server/rpc_service_method.h",
371 "src/cpp/server/server_rpc_handler.h",
372 "src/cpp/server/thread_pool.h",
373 "src/cpp/stream/stream_context.h",
ctiller2bbb6c42014-12-17 09:44:44 -0800374 "src/cpp/util/time.h"
nnoble5b7f32a2014-12-22 08:12:44 -0800375 ],
376 "deps": [
377 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800378 ]
379 },
380 {
381 "name": "grpc++_test_util",
382 "build": "test",
383 "src": [
nnoble72309c62014-12-12 11:42:26 -0800384 "test/cpp/util/echo.proto",
yangg59dfc902014-12-19 14:00:14 -0800385 "test/cpp/util/create_test_channel.cc",
nnoble4cb93712014-12-17 14:18:08 -0800386 "test/cpp/end2end/async_test_server.cc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800387 ],
388 "c++": true
389 }
390 ],
391 "targets": [
392 {
393 "name": "gen_hpack_tables",
394 "build": "tool",
395 "src": [
396 "src/core/transport/chttp2/gen_hpack_tables.c"
397 ],
398 "deps": [
399 "grpc_test_util",
nnoble0c475f02014-12-05 15:37:39 -0800400 "gpr",
401 "grpc"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800402 ]
403 },
nnobleebebb7e2014-12-10 16:31:01 -0800404
405 {
406 "name": "cpp_plugin",
407 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800408 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800409 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800410 "src": [
411 "src/compiler/cpp_plugin.cpp",
412 "src/compiler/cpp_generator.cpp"
413 ],
414 "headers": [
415 "src/compiler/cpp_generator.h",
416 "src/compiler/cpp_generator_helpers.h"
417 ],
418 "deps": []
419 },
420 {
421 "name": "ruby_plugin",
422 "build": "protoc",
nnoblec78b3402014-12-11 16:06:57 -0800423 "c++": true,
nnoble69ac39f2014-12-12 15:43:38 -0800424 "secure": false,
nnobleebebb7e2014-12-10 16:31:01 -0800425 "src": [
426 "src/compiler/ruby_plugin.cpp",
427 "src/compiler/ruby_generator.cpp"
428 ],
429 "headers": [
430 "src/compiler/cpp_generator.h",
431 "src/compiler/cpp_generator_helpers-inl.h",
432 "src/compiler/cpp_generator_map-inl.h",
433 "src/compiler/cpp_generator_string-inl.h"
434 ],
435 "deps": []
436 },
437
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800438 {
439 "name": "grpc_byte_buffer_reader_test",
440 "build": "test",
441 "src": [
442 "test/core/surface/byte_buffer_reader_test.c"
443 ],
444 "deps": [
445 "grpc_test_util",
446 "grpc",
447 "gpr"
448 ]
449 },
450 {
451 "name": "gpr_cancellable_test",
452 "build": "test",
453 "src": [
454 "test/core/support/cancellable_test.c"
455 ],
456 "deps": [
457 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800458 "gpr"
459 ]
460 },
461 {
462 "name": "gpr_log_test",
463 "build": "test",
464 "src": [
465 "test/core/support/log_test.c"
466 ],
467 "deps": [
468 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800469 "gpr"
470 ]
471 },
472 {
ctiller5e04b132014-12-15 09:24:43 -0800473 "name": "gpr_useful_test",
474 "build": "test",
475 "src": [
476 "test/core/support/useful_test.c"
477 ],
478 "deps": [
479 "grpc_test_util",
480 "gpr"
481 ]
482 },
483 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800484 "name": "gpr_cmdline_test",
485 "build": "test",
486 "src": [
487 "test/core/support/cmdline_test.c"
488 ],
489 "deps": [
490 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800491 "gpr"
492 ]
493 },
494 {
495 "name": "gpr_histogram_test",
496 "build": "test",
497 "src": [
498 "test/core/support/histogram_test.c"
499 ],
500 "deps": [
501 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800502 "gpr"
503 ]
504 },
505 {
506 "name": "gpr_host_port_test",
507 "build": "test",
508 "src": [
509 "test/core/support/host_port_test.c"
510 ],
511 "deps": [
512 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800513 "gpr"
514 ]
515 },
516 {
517 "name": "gpr_slice_buffer_test",
518 "build": "test",
519 "src": [
520 "test/core/support/slice_buffer_test.c"
521 ],
522 "deps": [
523 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800524 "gpr"
525 ]
526 },
527 {
528 "name": "gpr_slice_test",
529 "build": "test",
530 "src": [
531 "test/core/support/slice_test.c"
532 ],
533 "deps": [
534 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800535 "gpr"
536 ]
537 },
538 {
539 "name": "gpr_string_test",
540 "build": "test",
541 "src": [
542 "test/core/support/string_test.c"
543 ],
544 "deps": [
545 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800546 "gpr"
547 ]
548 },
549 {
550 "name": "gpr_sync_test",
551 "build": "test",
552 "src": [
553 "test/core/support/sync_test.c"
554 ],
555 "deps": [
556 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800557 "gpr"
558 ]
559 },
560 {
561 "name": "gpr_thd_test",
562 "build": "test",
563 "src": [
564 "test/core/support/thd_test.c"
565 ],
566 "deps": [
567 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800568 "gpr"
569 ]
570 },
571 {
572 "name": "gpr_time_test",
573 "build": "test",
574 "src": [
575 "test/core/support/time_test.c"
576 ],
577 "deps": [
578 "grpc_test_util",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800579 "gpr"
580 ]
581 },
582 {
583 "name": "murmur_hash_test",
584 "build": "test",
585 "src": [
586 "test/core/support/murmur_hash_test.c"
587 ],
588 "deps": [
589 "grpc_test_util",
590 "grpc",
591 "gpr"
592 ]
593 },
594 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800595 "name": "grpc_stream_op_test",
596 "build": "test",
597 "src": [
598 "test/core/transport/stream_op_test.c"
599 ],
600 "deps": [
601 "grpc_test_util",
602 "grpc",
603 "gpr"
604 ]
605 },
606 {
nnoble0c475f02014-12-05 15:37:39 -0800607 "name": "alpn_test",
608 "build": "test",
609 "src": [
610 "test/core/transport/chttp2/alpn_test.c"
611 ],
612 "deps": [
613 "grpc_test_util",
614 "grpc",
615 "gpr"
616 ]
617 },
618 {
ctillerc1ddffb2014-12-15 13:08:18 -0800619 "name": "time_averaged_stats_test",
620 "build": "test",
621 "src": [
622 "test/core/iomgr/time_averaged_stats_test.c"
623 ],
624 "deps": [
625 "grpc_test_util",
626 "grpc",
627 "gpr"
628 ]
629 },
630 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800631 "name": "chttp2_stream_encoder_test",
632 "build": "test",
633 "src": [
634 "test/core/transport/chttp2/stream_encoder_test.c"
635 ],
636 "deps": [
637 "grpc_test_util",
638 "grpc",
639 "gpr"
640 ]
641 },
642 {
643 "name": "hpack_table_test",
644 "build": "test",
645 "src": [
646 "test/core/transport/chttp2/hpack_table_test.c"
647 ],
648 "deps": [
649 "grpc_test_util",
650 "grpc",
651 "gpr"
652 ]
653 },
654 {
655 "name": "chttp2_stream_map_test",
656 "build": "test",
657 "src": [
658 "test/core/transport/chttp2/stream_map_test.c"
659 ],
660 "deps": [
661 "grpc_test_util",
662 "grpc",
663 "gpr"
664 ]
665 },
666 {
667 "name": "hpack_parser_test",
668 "build": "test",
669 "src": [
670 "test/core/transport/chttp2/hpack_parser_test.c"
671 ],
672 "deps": [
673 "grpc_test_util",
674 "grpc",
675 "gpr"
676 ]
677 },
678 {
679 "name": "transport_metadata_test",
680 "build": "test",
681 "src": [
682 "test/core/transport/metadata_test.c"
683 ],
684 "deps": [
685 "grpc_test_util",
686 "grpc",
687 "gpr"
688 ]
689 },
690 {
691 "name": "chttp2_status_conversion_test",
692 "build": "test",
693 "src": [
694 "test/core/transport/chttp2/status_conversion_test.c"
695 ],
696 "deps": [
697 "grpc_test_util",
698 "grpc",
699 "gpr"
700 ]
701 },
702 {
703 "name": "chttp2_transport_end2end_test",
704 "build": "test",
705 "src": [
706 "test/core/transport/chttp2_transport_end2end_test.c"
707 ],
708 "deps": [
709 "grpc_test_util",
710 "grpc",
711 "gpr"
712 ]
713 },
714 {
ctiller18b49ab2014-12-09 14:39:16 -0800715 "name": "tcp_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800716 "build": "test",
717 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800718 "test/core/iomgr/tcp_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800719 ],
720 "deps": [
721 "grpc_test_util",
722 "grpc",
723 "gpr"
724 ]
725 },
726 {
nnoble0c475f02014-12-05 15:37:39 -0800727 "name": "dualstack_socket_test",
728 "build": "test",
729 "src": [
730 "test/core/end2end/dualstack_socket_test.c"
731 ],
732 "deps": [
733 "grpc_test_util",
734 "grpc",
735 "gpr"
736 ]
737 },
738 {
739 "name": "no_server_test",
740 "build": "test",
741 "src": [
742 "test/core/end2end/no_server_test.c"
743 ],
744 "deps": [
745 "grpc_test_util",
746 "grpc",
747 "gpr"
748 ]
749 },
750 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800751 "name": "resolve_address_test",
752 "build": "test",
753 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800754 "test/core/iomgr/resolve_address_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": "sockaddr_utils_test",
nnoble0c475f02014-12-05 15:37:39 -0800764 "build": "test",
765 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800766 "test/core/iomgr/sockaddr_utils_test.c"
nnoble0c475f02014-12-05 15:37:39 -0800767 ],
768 "deps": [
769 "grpc_test_util",
770 "grpc",
771 "gpr"
772 ]
773 },
774 {
ctiller18b49ab2014-12-09 14:39:16 -0800775 "name": "tcp_server_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_server_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800779 ],
780 "deps": [
781 "grpc_test_util",
782 "grpc",
783 "gpr"
784 ]
785 },
786 {
ctiller18b49ab2014-12-09 14:39:16 -0800787 "name": "tcp_client_posix_test",
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800788 "build": "test",
789 "src": [
ctiller18b49ab2014-12-09 14:39:16 -0800790 "test/core/iomgr/tcp_client_posix_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800791 ],
792 "deps": [
793 "grpc_test_util",
794 "grpc",
795 "gpr"
796 ]
797 },
798 {
799 "name": "grpc_channel_stack_test",
800 "build": "test",
801 "src": [
802 "test/core/channel/channel_stack_test.c"
803 ],
804 "deps": [
805 "grpc_test_util",
806 "grpc",
807 "gpr"
808 ]
809 },
810 {
811 "name": "metadata_buffer_test",
812 "build": "test",
813 "src": [
814 "test/core/channel/metadata_buffer_test.c"
815 ],
816 "deps": [
817 "grpc_test_util",
818 "grpc",
819 "gpr"
820 ]
821 },
822 {
823 "name": "grpc_completion_queue_test",
824 "build": "test",
825 "src": [
826 "test/core/surface/completion_queue_test.c"
827 ],
828 "deps": [
829 "grpc_test_util",
830 "grpc",
831 "gpr"
832 ]
833 },
834 {
835 "name": "grpc_completion_queue_benchmark",
836 "build": "benchmark",
837 "src": [
838 "test/core/surface/completion_queue_benchmark.c"
839 ],
840 "deps": [
841 "grpc_test_util",
842 "grpc",
843 "gpr"
844 ]
845 },
846 {
847 "name": "census_window_stats_test",
848 "build": "test",
849 "src": [
850 "test/core/statistics/window_stats_test.c"
851 ],
852 "deps": [
853 "grpc_test_util",
854 "grpc",
855 "gpr"
856 ]
857 },
858 {
859 "name": "census_statistics_quick_test",
860 "build": "test",
861 "src": [
862 "test/core/statistics/quick_test.c"
863 ],
864 "deps": [
865 "grpc_test_util",
866 "grpc",
867 "gpr"
868 ]
869 },
870 {
aveitch482a5be2014-12-15 10:25:12 -0800871 "name": "census_statistics_small_log_test",
872 "build": "test",
873 "src": [
874 "test/core/statistics/small_log_test.c"
875 ],
876 "deps": [
877 "grpc_test_util",
878 "grpc",
879 "gpr"
880 ]
881 },
882 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -0800883 "name": "census_statistics_performance_test",
884 "build": "test",
885 "src": [
886 "test/core/statistics/performance_test.c"
887 ],
888 "deps": [
889 "grpc_test_util",
890 "grpc",
891 "gpr"
892 ]
893 },
894 {
895 "name": "census_statistics_multiple_writers_test",
896 "build": "test",
897 "src": [
898 "test/core/statistics/multiple_writers_test.c"
899 ],
900 "deps": [
901 "grpc_test_util",
902 "grpc",
903 "gpr"
904 ]
905 },
906 {
907 "name": "census_statistics_multiple_writers_circular_buffer_test",
908 "build": "test",
909 "src": [
910 "test/core/statistics/multiple_writers_circular_buffer_test.c"
911 ],
912 "deps": [
913 "grpc_test_util",
914 "grpc",
915 "gpr"
916 ]
917 },
918 {
919 "name": "census_stub_test",
920 "build": "test",
921 "src": [
922 "test/core/statistics/census_stub_test.c"
923 ],
924 "deps": [
925 "grpc_test_util",
926 "grpc",
927 "gpr"
928 ]
929 },
930 {
931 "name": "census_hash_table_test",
932 "build": "test",
933 "src": [
934 "test/core/statistics/hash_table_test.c"
935 ],
936 "deps": [
937 "grpc_test_util",
938 "grpc",
939 "gpr"
940 ]
941 },
942 {
943 "name": "fling_server",
944 "build": "test",
945 "run": false,
946 "src": [
947 "test/core/fling/server.c"
948 ],
949 "deps": [
950 "grpc_test_util",
951 "grpc",
952 "gpr"
953 ]
954 },
955 {
956 "name": "fling_client",
957 "build": "test",
958 "run": false,
959 "src": [
960 "test/core/fling/client.c"
961 ],
962 "deps": [
963 "grpc_test_util",
964 "grpc",
965 "gpr"
966 ]
967 },
968 {
969 "name": "fling_test",
970 "build": "test",
971 "src": [
972 "test/core/fling/fling_test.c"
973 ],
974 "deps": [
975 "grpc_test_util",
976 "grpc",
977 "gpr"
978 ]
979 },
980 {
981 "name": "echo_server",
982 "build": "test",
983 "run": false,
984 "src": [
985 "test/core/echo/server.c"
986 ],
987 "deps": [
988 "grpc_test_util",
989 "grpc",
990 "gpr"
991 ]
992 },
993 {
994 "name": "echo_client",
995 "build": "test",
996 "run": false,
997 "src": [
998 "test/core/echo/client.c"
999 ],
1000 "deps": [
1001 "grpc_test_util",
1002 "grpc",
1003 "gpr"
1004 ]
1005 },
1006 {
1007 "name": "echo_test",
1008 "build": "test",
1009 "src": [
1010 "test/core/echo/echo_test.c"
1011 ],
1012 "deps": [
1013 "grpc_test_util",
1014 "grpc",
1015 "gpr"
1016 ]
1017 },
1018 {
1019 "name": "low_level_ping_pong_benchmark",
1020 "build": "benchmark",
1021 "src": [
1022 "test/core/network_benchmarks/low_level_ping_pong.c"
1023 ],
1024 "deps": [
1025 "grpc_test_util",
1026 "grpc",
1027 "gpr"
1028 ]
1029 },
1030 {
1031 "name": "message_compress_test",
1032 "build": "test",
1033 "src": [
1034 "test/core/compression/message_compress_test.c"
1035 ],
1036 "deps": [
1037 "grpc_test_util",
1038 "grpc",
1039 "gpr"
1040 ]
1041 },
nnoble0c475f02014-12-05 15:37:39 -08001042 {
1043 "name": "bin_encoder_test",
1044 "build": "test",
1045 "src": [
1046 "test/core/transport/chttp2/bin_encoder_test.c"
1047 ],
1048 "deps": [
1049 "grpc_test_util",
1050 "grpc",
1051 "gpr"
1052 ]
1053 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001054 {
1055 "name": "secure_endpoint_test",
1056 "build": "test",
1057 "src": [
ctiller2bbb6c42014-12-17 09:44:44 -08001058 "test/core/security/secure_endpoint_test.c"
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001059 ],
1060 "deps": [
1061 "grpc_test_util",
1062 "grpc",
1063 "gpr"
1064 ]
1065 },
1066 {
1067 "name": "httpcli_format_request_test",
1068 "build": "test",
1069 "src": [
1070 "test/core/httpcli/format_request_test.c"
1071 ],
1072 "deps": [
1073 "grpc_test_util",
1074 "grpc",
1075 "gpr"
1076 ]
1077 },
1078 {
1079 "name": "httpcli_parser_test",
1080 "build": "test",
1081 "src": [
1082 "test/core/httpcli/parser_test.c"
1083 ],
1084 "deps": [
1085 "grpc_test_util",
1086 "grpc",
1087 "gpr"
1088 ]
1089 },
1090 {
1091 "name": "httpcli_test",
1092 "build": "test",
1093 "src": [
1094 "test/core/httpcli/httpcli_test.c"
1095 ],
1096 "deps": [
1097 "grpc_test_util",
1098 "grpc",
1099 "gpr"
1100 ]
1101 },
1102 {
1103 "name": "grpc_credentials_test",
1104 "build": "test",
1105 "src": [
1106 "test/core/security/credentials_test.c"
1107 ],
1108 "deps": [
1109 "grpc_test_util",
1110 "grpc",
1111 "gpr"
1112 ]
1113 },
1114 {
jboeuf1a809c02014-12-19 15:44:30 -08001115 "name": "grpc_fetch_oauth2",
1116 "build": "tool",
1117 "src": [
1118 "test/core/security/fetch_oauth2.c"
1119 ],
1120 "deps": [
1121 "grpc_test_util",
1122 "grpc",
1123 "gpr"
1124 ]
1125 },
1126 {
jboeufbefd2652014-12-12 15:39:47 -08001127 "name": "grpc_base64_test",
1128 "build": "test",
1129 "src": [
1130 "test/core/security/base64_test.c"
1131 ],
1132 "deps": [
1133 "grpc_test_util",
1134 "grpc",
1135 "gpr"
1136 ]
1137 },
1138 {
1139 "name": "grpc_json_token_test",
1140 "build": "test",
1141 "src": [
1142 "test/core/security/json_token_test.c"
1143 ],
1144 "deps": [
1145 "grpc_test_util",
1146 "grpc",
1147 "gpr"
1148 ]
1149 },
1150 {
ctiller8919f602014-12-10 10:19:42 -08001151 "name": "timeout_encoding_test",
1152 "build": "test",
1153 "src": [
1154 "test/core/transport/chttp2/timeout_encoding_test.c"
1155 ],
1156 "deps": [
1157 "grpc_test_util",
1158 "grpc",
1159 "gpr"
1160 ]
1161 },
1162 {
1163 "name": "fd_posix_test",
1164 "build": "test",
1165 "src": [
1166 "test/core/iomgr/fd_posix_test.c"
1167 ],
1168 "deps": [
1169 "grpc_test_util",
1170 "grpc",
1171 "gpr"
1172 ]
1173 },
1174 {
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001175 "name": "fling_stream_test",
1176 "build": "test",
1177 "src": [
1178 "test/core/fling/fling_stream_test.c"
1179 ],
1180 "deps": [
1181 "grpc_test_util",
1182 "grpc",
1183 "gpr"
1184 ]
1185 },
1186 {
1187 "name": "lame_client_test",
1188 "build": "test",
1189 "src": [
1190 "test/core/surface/lame_client_test.c"
1191 ],
1192 "deps": [
1193 "grpc_test_util",
1194 "grpc",
1195 "gpr"
1196 ]
1197 },
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001198 {
1199 "name": "thread_pool_test",
1200 "build": "test",
1201 "c++": true,
1202 "src": [
1203 "test/cpp/server/thread_pool_test.cc"
1204 ],
1205 "deps": [
1206 "grpc_test_util",
1207 "grpc++",
1208 "grpc",
1209 "gpr"
1210 ]
1211 },
1212 {
1213 "name": "status_test",
1214 "build": "test",
1215 "c++": true,
1216 "src": [
1217 "test/cpp/util/status_test.cc"
1218 ],
1219 "deps": [
1220 "grpc_test_util",
1221 "grpc++",
1222 "grpc",
1223 "gpr"
1224 ]
ctiller8919f602014-12-10 10:19:42 -08001225 },
1226 {
1227 "name": "sync_client_async_server_test",
1228 "build": "test",
1229 "c++": true,
1230 "src": [
1231 "test/cpp/end2end/sync_client_async_server_test.cc"
1232 ],
1233 "deps": [
1234 "grpc_test_util",
1235 "grpc++",
1236 "grpc",
1237 "gpr"
1238 ]
1239 },
1240 {
1241 "name": "qps_client",
1242 "build": "test",
1243 "c++": true,
1244 "src": [
vpai80b6d012014-12-17 11:47:32 -08001245 "test/cpp/interop/empty.proto",
1246 "test/cpp/interop/messages.proto",
1247 "test/cpp/interop/test.proto",
1248 "test/cpp/qps/client.cc"
ctiller8919f602014-12-10 10:19:42 -08001249 ],
1250 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001251 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001252 "grpc_test_util",
1253 "grpc++",
1254 "grpc",
1255 "gpr"
1256 ]
1257 },
1258 {
1259 "name": "qps_server",
1260 "build": "test",
1261 "c++": true,
1262 "src": [
vpai80b6d012014-12-17 11:47:32 -08001263 "test/cpp/interop/empty.proto",
1264 "test/cpp/interop/messages.proto",
1265 "test/cpp/interop/test.proto",
1266 "test/cpp/qps/server.cc"
ctiller8919f602014-12-10 10:19:42 -08001267 ],
1268 "deps": [
vpai80b6d012014-12-17 11:47:32 -08001269 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001270 "grpc_test_util",
1271 "grpc++",
1272 "grpc",
1273 "gpr"
1274 ]
1275 },
1276 {
1277 "name": "interop_server",
1278 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001279 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001280 "c++": true,
1281 "src": [
nnoble72309c62014-12-12 11:42:26 -08001282 "test/cpp/interop/empty.proto",
1283 "test/cpp/interop/messages.proto",
1284 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001285 "test/cpp/interop/server.cc"
1286 ],
1287 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001288 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001289 "grpc_test_util",
1290 "grpc++",
1291 "grpc",
1292 "gpr"
1293 ]
1294 },
1295 {
1296 "name": "interop_client",
1297 "build": "test",
nnoble72309c62014-12-12 11:42:26 -08001298 "run": false,
ctiller8919f602014-12-10 10:19:42 -08001299 "c++": true,
1300 "src": [
nnoble72309c62014-12-12 11:42:26 -08001301 "test/cpp/interop/empty.proto",
1302 "test/cpp/interop/messages.proto",
1303 "test/cpp/interop/test.proto",
ctiller8919f602014-12-10 10:19:42 -08001304 "test/cpp/interop/client.cc"
1305 ],
1306 "deps": [
nnoble72309c62014-12-12 11:42:26 -08001307 "grpc++_test_util",
ctiller8919f602014-12-10 10:19:42 -08001308 "grpc_test_util",
1309 "grpc++",
1310 "grpc",
1311 "gpr"
1312 ]
1313 },
1314 {
1315 "name": "end2end_test",
1316 "build": "test",
1317 "c++": true,
1318 "src": [
1319 "test/cpp/end2end/end2end_test.cc"
1320 ],
1321 "deps": [
1322 "grpc_test_util",
1323 "grpc++",
1324 "grpc",
1325 "gpr"
1326 ]
1327 },
1328 {
yangg59dfc902014-12-19 14:00:14 -08001329 "name": "channel_arguments_test",
1330 "build": "test",
1331 "c++": true,
1332 "src": [
1333 "test/cpp/client/channel_arguments_test.cc"
1334 ],
1335 "deps": [
1336 "grpc++",
1337 "grpc"
1338 ]
1339 },
1340 {
ctiller8919f602014-12-10 10:19:42 -08001341 "name": "alarm_test",
1342 "build": "test",
1343 "src": [
1344 "test/core/iomgr/alarm_test.c"
1345 ],
1346 "deps": [
1347 "grpc_test_util",
1348 "grpc",
1349 "gpr"
1350 ]
1351 },
1352 {
ctiller3bf466f2014-12-19 16:21:57 -08001353 "name": "alarm_list_test",
1354 "build": "test",
1355 "src": [
1356 "test/core/iomgr/alarm_list_test.c"
1357 ],
1358 "deps": [
1359 "grpc_test_util",
1360 "grpc",
1361 "gpr"
1362 ]
1363 },
1364 {
1365 "name": "alarm_heap_test",
1366 "build": "test",
1367 "src": [
1368 "test/core/iomgr/alarm_heap_test.c"
1369 ],
1370 "deps": [
1371 "grpc_test_util",
1372 "grpc",
1373 "gpr"
1374 ]
1375 },
1376 {
ctiller8919f602014-12-10 10:19:42 -08001377 "name": "time_test",
1378 "build": "test",
1379 "src": [
1380 "test/core/support/time_test.c"
1381 ],
1382 "deps": [
1383 "grpc_test_util",
1384 "grpc",
1385 "gpr"
1386 ]
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001387 }
Nicolas Nobleb7ebd3b2014-11-26 16:33:03 -08001388 ]
1389}