build.json 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502
  1. {
  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. "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/fd_posix.c",
  39. "src/core/iomgr/iomgr.c",
  40. "src/core/iomgr/iomgr_posix.c",
  41. "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
  42. "src/core/iomgr/pollset_posix.c",
  43. "src/core/iomgr/resolve_address_posix.c",
  44. "src/core/iomgr/sockaddr_utils.c",
  45. "src/core/iomgr/socket_utils_common_posix.c",
  46. "src/core/iomgr/socket_utils_linux.c",
  47. "src/core/iomgr/socket_utils_posix.c",
  48. "src/core/iomgr/tcp_client_posix.c",
  49. "src/core/iomgr/tcp_posix.c",
  50. "src/core/iomgr/tcp_server_posix.c",
  51. "src/core/iomgr/time_averaged_stats.c",
  52. "src/core/statistics/census_init.c",
  53. "src/core/statistics/census_log.c",
  54. "src/core/statistics/census_rpc_stats.c",
  55. "src/core/statistics/census_tracing.c",
  56. "src/core/statistics/hash_table.c",
  57. "src/core/statistics/window_stats.c",
  58. "src/core/surface/byte_buffer.c",
  59. "src/core/surface/byte_buffer_reader.c",
  60. "src/core/surface/call.c",
  61. "src/core/surface/channel.c",
  62. "src/core/surface/channel_create.c",
  63. "src/core/surface/client.c",
  64. "src/core/surface/completion_queue.c",
  65. "src/core/surface/event_string.c",
  66. "src/core/surface/init.c",
  67. "src/core/surface/lame_client.c",
  68. "src/core/surface/secure_channel_create.c",
  69. "src/core/surface/secure_server_create.c",
  70. "src/core/surface/server.c",
  71. "src/core/surface/server_chttp2.c",
  72. "src/core/surface/server_create.c",
  73. "src/core/transport/chttp2/alpn.c",
  74. "src/core/transport/chttp2/bin_encoder.c",
  75. "src/core/transport/chttp2/frame_data.c",
  76. "src/core/transport/chttp2/frame_goaway.c",
  77. "src/core/transport/chttp2/frame_ping.c",
  78. "src/core/transport/chttp2/frame_rst_stream.c",
  79. "src/core/transport/chttp2/frame_settings.c",
  80. "src/core/transport/chttp2/frame_window_update.c",
  81. "src/core/transport/chttp2/hpack_parser.c",
  82. "src/core/transport/chttp2/hpack_table.c",
  83. "src/core/transport/chttp2/huffsyms.c",
  84. "src/core/transport/chttp2/status_conversion.c",
  85. "src/core/transport/chttp2/stream_encoder.c",
  86. "src/core/transport/chttp2/stream_map.c",
  87. "src/core/transport/chttp2/timeout_encoding.c",
  88. "src/core/transport/chttp2/varint.c",
  89. "src/core/transport/chttp2_transport.c",
  90. "src/core/transport/metadata.c",
  91. "src/core/transport/stream_op.c",
  92. "src/core/transport/transport.c",
  93. "third_party/cJSON/cJSON.c"
  94. ],
  95. "public_headers": [
  96. "include/grpc/byte_buffer.h",
  97. "include/grpc/byte_buffer_reader.h",
  98. "include/grpc/grpc.h",
  99. "include/grpc/status.h"
  100. ],
  101. "headers": [
  102. "src/core/channel/census_filter.h",
  103. "src/core/channel/channel_args.h",
  104. "src/core/channel/channel_stack.h",
  105. "src/core/channel/child_channel.h",
  106. "src/core/channel/client_channel.h",
  107. "src/core/channel/client_setup.h",
  108. "src/core/channel/connected_channel.h",
  109. "src/core/channel/http_client_filter.h",
  110. "src/core/channel/http_filter.h",
  111. "src/core/channel/http_server_filter.h",
  112. "src/core/channel/metadata_buffer.h",
  113. "src/core/channel/noop_filter.h",
  114. "src/core/compression/algorithm.h",
  115. "src/core/compression/message_compress.h",
  116. "src/core/httpcli/format_request.h",
  117. "src/core/httpcli/httpcli.h",
  118. "src/core/httpcli/httpcli_security_context.h",
  119. "src/core/httpcli/parser.h",
  120. "src/core/iomgr/alarm.h",
  121. "src/core/iomgr/alarm_heap.h",
  122. "src/core/iomgr/alarm_internal.h",
  123. "src/core/iomgr/endpoint.h",
  124. "src/core/iomgr/endpoint_pair.h",
  125. "src/core/iomgr/fd_posix.h",
  126. "src/core/iomgr/iomgr.h",
  127. "src/core/iomgr/iomgr_internal.h",
  128. "src/core/iomgr/iomgr_posix.h",
  129. "src/core/iomgr/pollset.h",
  130. "src/core/iomgr/pollset_posix.h",
  131. "src/core/iomgr/resolve_address.h",
  132. "src/core/iomgr/sockaddr.h",
  133. "src/core/iomgr/sockaddr_posix.h",
  134. "src/core/iomgr/sockaddr_utils.h",
  135. "src/core/iomgr/sockaddr_win32.h",
  136. "src/core/iomgr/socket_utils_posix.h",
  137. "src/core/iomgr/tcp_client.h",
  138. "src/core/iomgr/tcp_posix.h",
  139. "src/core/iomgr/tcp_server.h",
  140. "src/core/iomgr/time_averaged_stats.h",
  141. "src/core/statistics/census_interface.h",
  142. "src/core/statistics/census_log.h",
  143. "src/core/statistics/census_rpc_stats.h",
  144. "src/core/statistics/census_tracing.h",
  145. "src/core/statistics/hash_table.h",
  146. "src/core/statistics/window_stats.h",
  147. "src/core/surface/call.h",
  148. "src/core/surface/channel.h",
  149. "src/core/surface/client.h",
  150. "src/core/surface/completion_queue.h",
  151. "src/core/surface/event_string.h",
  152. "src/core/surface/lame_client.h",
  153. "src/core/surface/server.h",
  154. "src/core/surface/surface_trace.h",
  155. "src/core/transport/chttp2/bin_encoder.h",
  156. "src/core/transport/chttp2/frame.h",
  157. "src/core/transport/chttp2/frame_data.h",
  158. "src/core/transport/chttp2/frame_goaway.h",
  159. "src/core/transport/chttp2/frame_ping.h",
  160. "src/core/transport/chttp2/frame_rst_stream.h",
  161. "src/core/transport/chttp2/frame_settings.h",
  162. "src/core/transport/chttp2/frame_window_update.h",
  163. "src/core/transport/chttp2/hpack_parser.h",
  164. "src/core/transport/chttp2/hpack_table.h",
  165. "src/core/transport/chttp2/http2_errors.h",
  166. "src/core/transport/chttp2/huffsyms.h",
  167. "src/core/transport/chttp2/status_conversion.h",
  168. "src/core/transport/chttp2/stream_encoder.h",
  169. "src/core/transport/chttp2/stream_map.h",
  170. "src/core/transport/chttp2/timeout_encoding.h",
  171. "src/core/transport/chttp2/varint.h",
  172. "src/core/transport/chttp2_transport.h",
  173. "src/core/transport/metadata.h",
  174. "src/core/transport/stream_op.h",
  175. "src/core/transport/transport.h",
  176. "src/core/transport/transport_impl.h"
  177. ]
  178. }
  179. ],
  180. "libs": [
  181. {
  182. "name": "gpr",
  183. "build": "all",
  184. "secure": false,
  185. "vs_project_guid": "{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}",
  186. "src": [
  187. "src/core/support/alloc.c",
  188. "src/core/support/cancellable.c",
  189. "src/core/support/cmdline.c",
  190. "src/core/support/cpu_linux.c",
  191. "src/core/support/cpu_posix.c",
  192. "src/core/support/histogram.c",
  193. "src/core/support/host_port.c",
  194. "src/core/support/log_android.c",
  195. "src/core/support/log.c",
  196. "src/core/support/log_linux.c",
  197. "src/core/support/log_posix.c",
  198. "src/core/support/log_win32.c",
  199. "src/core/support/murmur_hash.c",
  200. "src/core/support/slice_buffer.c",
  201. "src/core/support/slice.c",
  202. "src/core/support/string.c",
  203. "src/core/support/string_posix.c",
  204. "src/core/support/string_win32.c",
  205. "src/core/support/sync.c",
  206. "src/core/support/sync_posix.c",
  207. "src/core/support/sync_win32.c",
  208. "src/core/support/thd_posix.c",
  209. "src/core/support/thd_win32.c",
  210. "src/core/support/time.c",
  211. "src/core/support/time_posix.c",
  212. "src/core/support/time_win32.c"
  213. ],
  214. "public_headers": [
  215. "include/grpc/support/alloc.h",
  216. "include/grpc/support/atm_gcc_atomic.h",
  217. "include/grpc/support/atm_gcc_sync.h",
  218. "include/grpc/support/atm.h",
  219. "include/grpc/support/atm_win32.h",
  220. "include/grpc/support/cancellable_platform.h",
  221. "include/grpc/support/cmdline.h",
  222. "include/grpc/support/histogram.h",
  223. "include/grpc/support/host_port.h",
  224. "include/grpc/support/log.h",
  225. "include/grpc/support/port_platform.h",
  226. "include/grpc/support/slice_buffer.h",
  227. "include/grpc/support/slice.h",
  228. "include/grpc/support/string.h",
  229. "include/grpc/support/sync_generic.h",
  230. "include/grpc/support/sync.h",
  231. "include/grpc/support/sync_posix.h",
  232. "include/grpc/support/sync_win32.h",
  233. "include/grpc/support/thd.h",
  234. "include/grpc/support/thd_posix.h",
  235. "include/grpc/support/thd_win32.h",
  236. "include/grpc/support/time.h",
  237. "include/grpc/support/time_posix.h",
  238. "include/grpc/support/time_win32.h",
  239. "include/grpc/support/useful.h"
  240. ],
  241. "headers": [
  242. "src/core/support/cpu.h",
  243. "src/core/support/murmur_hash.h",
  244. "src/core/support/thd_internal.h"
  245. ]
  246. },
  247. {
  248. "name": "grpc",
  249. "build": "all",
  250. "secure": true,
  251. "vs_project_guid": "{29D16885-7228-4C31-81ED-5F9187C7F2A9}",
  252. "baselib": true,
  253. "filegroups": [
  254. "grpc_base"
  255. ],
  256. "src": [
  257. "src/core/security/auth.c",
  258. "src/core/security/base64.c",
  259. "src/core/security/credentials.c",
  260. "src/core/security/factories.c",
  261. "src/core/security/google_root_certs.c",
  262. "src/core/security/json_token.c",
  263. "src/core/security/secure_endpoint.c",
  264. "src/core/security/secure_transport_setup.c",
  265. "src/core/security/security_context.c",
  266. "src/core/security/server_secure_chttp2.c",
  267. "src/core/tsi/fake_transport_security.c",
  268. "src/core/tsi/ssl_transport_security.c",
  269. "src/core/tsi/transport_security.c"
  270. ],
  271. "public_headers": [
  272. "include/grpc/grpc_security.h"
  273. ],
  274. "headers": [
  275. "src/core/security/auth.h",
  276. "src/core/security/base64.h",
  277. "src/core/security/credentials.h",
  278. "src/core/security/google_root_certs.h",
  279. "src/core/security/json_token.h",
  280. "src/core/security/secure_transport_setup.h",
  281. "src/core/security/security_context.h",
  282. "src/core/tsi/fake_transport_security.h",
  283. "src/core/tsi/ssl_transport_security.h",
  284. "src/core/tsi/transport_security.h",
  285. "src/core/tsi/transport_security_interface.h"
  286. ],
  287. "deps": [
  288. "gpr"
  289. ]
  290. },
  291. {
  292. "name": "grpc_unsecure",
  293. "build": "all",
  294. "secure": false,
  295. "vs_project_guid": "{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}",
  296. "baselib": true,
  297. "filegroups": [
  298. "grpc_base"
  299. ],
  300. "deps": [
  301. "gpr"
  302. ]
  303. },
  304. {
  305. "name": "gpr_test_util",
  306. "build": "private",
  307. "vs_project_guid": "{EAB0A629-17A9-44DB-B5FF-E91A721FE037}",
  308. "src": [
  309. "test/core/util/test_config.c"
  310. ]
  311. },
  312. {
  313. "name": "grpc_test_util",
  314. "build": "private",
  315. "vs_project_guid": "{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}",
  316. "src": [
  317. "test/core/end2end/cq_verifier.c",
  318. "test/core/end2end/data/test_root_cert.c",
  319. "test/core/end2end/data/prod_roots_certs.c",
  320. "test/core/end2end/data/server1_cert.c",
  321. "test/core/end2end/data/server1_key.c",
  322. "test/core/iomgr/endpoint_tests.c",
  323. "test/core/statistics/census_log_tests.c",
  324. "test/core/transport/transport_end2end_tests.c",
  325. "test/core/util/grpc_profiler.c",
  326. "test/core/util/port_posix.c",
  327. "test/core/util/parse_hexstring.c",
  328. "test/core/util/slice_splitter.c"
  329. ]
  330. },
  331. {
  332. "name": "grpc++",
  333. "build": "all",
  334. "c++": true,
  335. "secure": true,
  336. "vs_project_guid": "{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}",
  337. "src": [
  338. "src/cpp/client/channel.cc",
  339. "src/cpp/client/channel_arguments.cc",
  340. "src/cpp/client/client_context.cc",
  341. "src/cpp/client/create_channel.cc",
  342. "src/cpp/client/credentials.cc",
  343. "src/cpp/client/internal_stub.cc",
  344. "src/cpp/proto/proto_utils.cc",
  345. "src/cpp/common/rpc_method.cc",
  346. "src/cpp/server/async_server.cc",
  347. "src/cpp/server/async_server_context.cc",
  348. "src/cpp/server/completion_queue.cc",
  349. "src/cpp/server/server_builder.cc",
  350. "src/cpp/server/server_context_impl.cc",
  351. "src/cpp/server/server.cc",
  352. "src/cpp/server/server_rpc_handler.cc",
  353. "src/cpp/server/server_credentials.cc",
  354. "src/cpp/server/thread_pool.cc",
  355. "src/cpp/stream/stream_context.cc",
  356. "src/cpp/util/status.cc",
  357. "src/cpp/util/time.cc"
  358. ],
  359. "public_headers": [
  360. "include/grpc++/async_server_context.h",
  361. "include/grpc++/async_server.h",
  362. "include/grpc++/channel_arguments.h",
  363. "include/grpc++/channel_interface.h",
  364. "include/grpc++/client_context.h",
  365. "include/grpc++/completion_queue.h",
  366. "include/grpc++/config.h",
  367. "include/grpc++/create_channel.h",
  368. "include/grpc++/credentials.h",
  369. "include/grpc++/impl/internal_stub.h",
  370. "include/grpc++/impl/rpc_method.h",
  371. "include/grpc++/impl/rpc_service_method.h",
  372. "include/grpc++/server_builder.h",
  373. "include/grpc++/server_context.h",
  374. "include/grpc++/server_credentials.h",
  375. "include/grpc++/server.h",
  376. "include/grpc++/status.h",
  377. "include/grpc++/stream_context_interface.h",
  378. "include/grpc++/stream.h"
  379. ],
  380. "headers": [
  381. "src/cpp/client/channel.h",
  382. "src/cpp/proto/proto_utils.h",
  383. "src/cpp/server/server_rpc_handler.h",
  384. "src/cpp/server/thread_pool.h",
  385. "src/cpp/stream/stream_context.h",
  386. "src/cpp/util/time.h"
  387. ],
  388. "deps": [
  389. "grpc"
  390. ]
  391. },
  392. {
  393. "name": "grpc++_test_util",
  394. "build": "private",
  395. "src": [
  396. "test/cpp/util/messages.proto",
  397. "test/cpp/util/echo.proto",
  398. "test/cpp/util/echo_duplicate.proto",
  399. "test/cpp/util/create_test_channel.cc",
  400. "test/cpp/end2end/async_test_server.cc"
  401. ],
  402. "c++": true
  403. }
  404. ],
  405. "targets": [
  406. {
  407. "name": "gen_hpack_tables",
  408. "build": "tool",
  409. "src": [
  410. "src/core/transport/chttp2/gen_hpack_tables.c"
  411. ],
  412. "deps": [
  413. "grpc_test_util",
  414. "gpr",
  415. "grpc"
  416. ]
  417. },
  418. {
  419. "name": "cpp_plugin",
  420. "build": "protoc",
  421. "c++": true,
  422. "secure": false,
  423. "src": [
  424. "src/compiler/cpp_plugin.cc",
  425. "src/compiler/cpp_generator.cc"
  426. ],
  427. "headers": [
  428. "src/compiler/cpp_generator.h",
  429. "src/compiler/cpp_generator_helpers.h"
  430. ],
  431. "deps": []
  432. },
  433. {
  434. "name": "ruby_plugin",
  435. "build": "protoc",
  436. "c++": true,
  437. "secure": false,
  438. "src": [
  439. "src/compiler/ruby_plugin.cc",
  440. "src/compiler/ruby_generator.cc"
  441. ],
  442. "headers": [
  443. "src/compiler/cpp_generator.h",
  444. "src/compiler/cpp_generator_helpers-inl.h",
  445. "src/compiler/cpp_generator_map-inl.h",
  446. "src/compiler/cpp_generator_string-inl.h"
  447. ],
  448. "deps": []
  449. },
  450. {
  451. "name": "grpc_byte_buffer_reader_test",
  452. "build": "test",
  453. "src": [
  454. "test/core/surface/byte_buffer_reader_test.c"
  455. ],
  456. "deps": [
  457. "grpc_test_util",
  458. "grpc",
  459. "gpr_test_util",
  460. "gpr"
  461. ]
  462. },
  463. {
  464. "name": "gpr_cancellable_test",
  465. "build": "test",
  466. "src": [
  467. "test/core/support/cancellable_test.c"
  468. ],
  469. "deps": [
  470. "gpr_test_util",
  471. "gpr"
  472. ]
  473. },
  474. {
  475. "name": "gpr_log_test",
  476. "build": "test",
  477. "src": [
  478. "test/core/support/log_test.c"
  479. ],
  480. "deps": [
  481. "gpr_test_util",
  482. "gpr"
  483. ]
  484. },
  485. {
  486. "name": "gpr_useful_test",
  487. "build": "test",
  488. "src": [
  489. "test/core/support/useful_test.c"
  490. ],
  491. "deps": [
  492. "gpr_test_util",
  493. "gpr"
  494. ]
  495. },
  496. {
  497. "name": "gpr_cmdline_test",
  498. "build": "test",
  499. "src": [
  500. "test/core/support/cmdline_test.c"
  501. ],
  502. "deps": [
  503. "gpr_test_util",
  504. "gpr"
  505. ]
  506. },
  507. {
  508. "name": "gpr_histogram_test",
  509. "build": "test",
  510. "src": [
  511. "test/core/support/histogram_test.c"
  512. ],
  513. "deps": [
  514. "gpr_test_util",
  515. "gpr"
  516. ]
  517. },
  518. {
  519. "name": "gpr_host_port_test",
  520. "build": "test",
  521. "src": [
  522. "test/core/support/host_port_test.c"
  523. ],
  524. "deps": [
  525. "gpr_test_util",
  526. "gpr"
  527. ]
  528. },
  529. {
  530. "name": "gpr_slice_buffer_test",
  531. "build": "test",
  532. "src": [
  533. "test/core/support/slice_buffer_test.c"
  534. ],
  535. "deps": [
  536. "gpr_test_util",
  537. "gpr"
  538. ]
  539. },
  540. {
  541. "name": "gpr_slice_test",
  542. "build": "test",
  543. "src": [
  544. "test/core/support/slice_test.c"
  545. ],
  546. "deps": [
  547. "gpr_test_util",
  548. "gpr"
  549. ]
  550. },
  551. {
  552. "name": "gpr_string_test",
  553. "build": "test",
  554. "src": [
  555. "test/core/support/string_test.c"
  556. ],
  557. "deps": [
  558. "gpr_test_util",
  559. "gpr"
  560. ]
  561. },
  562. {
  563. "name": "gpr_sync_test",
  564. "build": "test",
  565. "src": [
  566. "test/core/support/sync_test.c"
  567. ],
  568. "deps": [
  569. "gpr_test_util",
  570. "gpr"
  571. ]
  572. },
  573. {
  574. "name": "gpr_thd_test",
  575. "build": "test",
  576. "src": [
  577. "test/core/support/thd_test.c"
  578. ],
  579. "deps": [
  580. "gpr_test_util",
  581. "gpr"
  582. ]
  583. },
  584. {
  585. "name": "gpr_time_test",
  586. "build": "test",
  587. "src": [
  588. "test/core/support/time_test.c"
  589. ],
  590. "deps": [
  591. "gpr_test_util",
  592. "gpr"
  593. ]
  594. },
  595. {
  596. "name": "murmur_hash_test",
  597. "build": "test",
  598. "src": [
  599. "test/core/support/murmur_hash_test.c"
  600. ],
  601. "deps": [
  602. "gpr_test_util",
  603. "gpr"
  604. ]
  605. },
  606. {
  607. "name": "grpc_stream_op_test",
  608. "build": "test",
  609. "src": [
  610. "test/core/transport/stream_op_test.c"
  611. ],
  612. "deps": [
  613. "grpc_test_util",
  614. "grpc",
  615. "gpr_test_util",
  616. "gpr"
  617. ]
  618. },
  619. {
  620. "name": "alpn_test",
  621. "build": "test",
  622. "src": [
  623. "test/core/transport/chttp2/alpn_test.c"
  624. ],
  625. "deps": [
  626. "grpc_test_util",
  627. "grpc",
  628. "gpr_test_util",
  629. "gpr"
  630. ]
  631. },
  632. {
  633. "name": "time_averaged_stats_test",
  634. "build": "test",
  635. "src": [
  636. "test/core/iomgr/time_averaged_stats_test.c"
  637. ],
  638. "deps": [
  639. "grpc_test_util",
  640. "grpc",
  641. "gpr_test_util",
  642. "gpr"
  643. ]
  644. },
  645. {
  646. "name": "chttp2_stream_encoder_test",
  647. "build": "test",
  648. "src": [
  649. "test/core/transport/chttp2/stream_encoder_test.c"
  650. ],
  651. "deps": [
  652. "grpc_test_util",
  653. "grpc",
  654. "gpr_test_util",
  655. "gpr"
  656. ]
  657. },
  658. {
  659. "name": "hpack_table_test",
  660. "build": "test",
  661. "src": [
  662. "test/core/transport/chttp2/hpack_table_test.c"
  663. ],
  664. "deps": [
  665. "grpc_test_util",
  666. "grpc",
  667. "gpr_test_util",
  668. "gpr"
  669. ]
  670. },
  671. {
  672. "name": "chttp2_stream_map_test",
  673. "build": "test",
  674. "src": [
  675. "test/core/transport/chttp2/stream_map_test.c"
  676. ],
  677. "deps": [
  678. "grpc_test_util",
  679. "grpc",
  680. "gpr_test_util",
  681. "gpr"
  682. ]
  683. },
  684. {
  685. "name": "hpack_parser_test",
  686. "build": "test",
  687. "src": [
  688. "test/core/transport/chttp2/hpack_parser_test.c"
  689. ],
  690. "deps": [
  691. "grpc_test_util",
  692. "grpc",
  693. "gpr_test_util",
  694. "gpr"
  695. ]
  696. },
  697. {
  698. "name": "transport_metadata_test",
  699. "build": "test",
  700. "src": [
  701. "test/core/transport/metadata_test.c"
  702. ],
  703. "deps": [
  704. "grpc_test_util",
  705. "grpc",
  706. "gpr_test_util",
  707. "gpr"
  708. ]
  709. },
  710. {
  711. "name": "chttp2_status_conversion_test",
  712. "build": "test",
  713. "src": [
  714. "test/core/transport/chttp2/status_conversion_test.c"
  715. ],
  716. "deps": [
  717. "grpc_test_util",
  718. "grpc",
  719. "gpr_test_util",
  720. "gpr"
  721. ]
  722. },
  723. {
  724. "name": "chttp2_transport_end2end_test",
  725. "build": "test",
  726. "src": [
  727. "test/core/transport/chttp2_transport_end2end_test.c"
  728. ],
  729. "deps": [
  730. "grpc_test_util",
  731. "grpc",
  732. "gpr_test_util",
  733. "gpr"
  734. ]
  735. },
  736. {
  737. "name": "tcp_posix_test",
  738. "build": "test",
  739. "src": [
  740. "test/core/iomgr/tcp_posix_test.c"
  741. ],
  742. "deps": [
  743. "grpc_test_util",
  744. "grpc",
  745. "gpr_test_util",
  746. "gpr"
  747. ]
  748. },
  749. {
  750. "name": "dualstack_socket_test",
  751. "build": "test",
  752. "src": [
  753. "test/core/end2end/dualstack_socket_test.c"
  754. ],
  755. "deps": [
  756. "grpc_test_util",
  757. "grpc",
  758. "gpr_test_util",
  759. "gpr"
  760. ]
  761. },
  762. {
  763. "name": "no_server_test",
  764. "build": "test",
  765. "src": [
  766. "test/core/end2end/no_server_test.c"
  767. ],
  768. "deps": [
  769. "grpc_test_util",
  770. "grpc",
  771. "gpr_test_util",
  772. "gpr"
  773. ]
  774. },
  775. {
  776. "name": "resolve_address_test",
  777. "build": "test",
  778. "src": [
  779. "test/core/iomgr/resolve_address_test.c"
  780. ],
  781. "deps": [
  782. "grpc_test_util",
  783. "grpc",
  784. "gpr_test_util",
  785. "gpr"
  786. ]
  787. },
  788. {
  789. "name": "sockaddr_utils_test",
  790. "build": "test",
  791. "src": [
  792. "test/core/iomgr/sockaddr_utils_test.c"
  793. ],
  794. "deps": [
  795. "grpc_test_util",
  796. "grpc",
  797. "gpr_test_util",
  798. "gpr"
  799. ]
  800. },
  801. {
  802. "name": "tcp_server_posix_test",
  803. "build": "test",
  804. "src": [
  805. "test/core/iomgr/tcp_server_posix_test.c"
  806. ],
  807. "deps": [
  808. "grpc_test_util",
  809. "grpc",
  810. "gpr_test_util",
  811. "gpr"
  812. ]
  813. },
  814. {
  815. "name": "tcp_client_posix_test",
  816. "build": "test",
  817. "src": [
  818. "test/core/iomgr/tcp_client_posix_test.c"
  819. ],
  820. "deps": [
  821. "grpc_test_util",
  822. "grpc",
  823. "gpr_test_util",
  824. "gpr"
  825. ]
  826. },
  827. {
  828. "name": "grpc_channel_stack_test",
  829. "build": "test",
  830. "src": [
  831. "test/core/channel/channel_stack_test.c"
  832. ],
  833. "deps": [
  834. "grpc_test_util",
  835. "grpc",
  836. "gpr_test_util",
  837. "gpr"
  838. ]
  839. },
  840. {
  841. "name": "metadata_buffer_test",
  842. "build": "test",
  843. "src": [
  844. "test/core/channel/metadata_buffer_test.c"
  845. ],
  846. "deps": [
  847. "grpc_test_util",
  848. "grpc",
  849. "gpr_test_util",
  850. "gpr"
  851. ]
  852. },
  853. {
  854. "name": "grpc_completion_queue_test",
  855. "build": "test",
  856. "src": [
  857. "test/core/surface/completion_queue_test.c"
  858. ],
  859. "deps": [
  860. "grpc_test_util",
  861. "grpc",
  862. "gpr_test_util",
  863. "gpr"
  864. ]
  865. },
  866. {
  867. "name": "grpc_completion_queue_benchmark",
  868. "build": "benchmark",
  869. "src": [
  870. "test/core/surface/completion_queue_benchmark.c"
  871. ],
  872. "deps": [
  873. "grpc_test_util",
  874. "grpc",
  875. "gpr_test_util",
  876. "gpr"
  877. ]
  878. },
  879. {
  880. "name": "census_trace_store_test",
  881. "build": "executable",
  882. "src": [
  883. "test/core/statistics/trace_test.c"
  884. ],
  885. "deps": [
  886. "grpc_test_util",
  887. "grpc",
  888. "gpr_test_util",
  889. "gpr"
  890. ]
  891. },
  892. {
  893. "name": "census_stats_store_test",
  894. "build": "executable",
  895. "src": [
  896. "test/core/statistics/rpc_stats_test.c"
  897. ],
  898. "deps": [
  899. "grpc_test_util",
  900. "grpc",
  901. "gpr_test_util",
  902. "gpr"
  903. ]
  904. },
  905. {
  906. "name": "census_window_stats_test",
  907. "build": "test",
  908. "src": [
  909. "test/core/statistics/window_stats_test.c"
  910. ],
  911. "deps": [
  912. "grpc_test_util",
  913. "grpc",
  914. "gpr_test_util",
  915. "gpr"
  916. ]
  917. },
  918. {
  919. "name": "census_statistics_quick_test",
  920. "build": "test",
  921. "src": [
  922. "test/core/statistics/quick_test.c"
  923. ],
  924. "deps": [
  925. "grpc_test_util",
  926. "grpc",
  927. "gpr_test_util",
  928. "gpr"
  929. ]
  930. },
  931. {
  932. "name": "census_statistics_small_log_test",
  933. "build": "test",
  934. "src": [
  935. "test/core/statistics/small_log_test.c"
  936. ],
  937. "deps": [
  938. "grpc_test_util",
  939. "grpc",
  940. "gpr_test_util",
  941. "gpr"
  942. ]
  943. },
  944. {
  945. "name": "census_statistics_performance_test",
  946. "build": "test",
  947. "src": [
  948. "test/core/statistics/performance_test.c"
  949. ],
  950. "deps": [
  951. "grpc_test_util",
  952. "grpc",
  953. "gpr_test_util",
  954. "gpr"
  955. ]
  956. },
  957. {
  958. "name": "census_statistics_multiple_writers_test",
  959. "build": "test",
  960. "src": [
  961. "test/core/statistics/multiple_writers_test.c"
  962. ],
  963. "deps": [
  964. "grpc_test_util",
  965. "grpc",
  966. "gpr_test_util",
  967. "gpr"
  968. ]
  969. },
  970. {
  971. "name": "census_statistics_multiple_writers_circular_buffer_test",
  972. "build": "test",
  973. "src": [
  974. "test/core/statistics/multiple_writers_circular_buffer_test.c"
  975. ],
  976. "deps": [
  977. "grpc_test_util",
  978. "grpc",
  979. "gpr_test_util",
  980. "gpr"
  981. ]
  982. },
  983. {
  984. "name": "census_stub_test",
  985. "build": "test",
  986. "src": [
  987. "test/core/statistics/census_stub_test.c"
  988. ],
  989. "deps": [
  990. "grpc_test_util",
  991. "grpc",
  992. "gpr_test_util",
  993. "gpr"
  994. ]
  995. },
  996. {
  997. "name": "census_hash_table_test",
  998. "build": "test",
  999. "src": [
  1000. "test/core/statistics/hash_table_test.c"
  1001. ],
  1002. "deps": [
  1003. "grpc_test_util",
  1004. "grpc",
  1005. "gpr_test_util",
  1006. "gpr"
  1007. ]
  1008. },
  1009. {
  1010. "name": "fling_server",
  1011. "build": "test",
  1012. "run": false,
  1013. "src": [
  1014. "test/core/fling/server.c"
  1015. ],
  1016. "deps": [
  1017. "grpc_test_util",
  1018. "grpc",
  1019. "gpr_test_util",
  1020. "gpr"
  1021. ]
  1022. },
  1023. {
  1024. "name": "fling_client",
  1025. "build": "test",
  1026. "run": false,
  1027. "src": [
  1028. "test/core/fling/client.c"
  1029. ],
  1030. "deps": [
  1031. "grpc_test_util",
  1032. "grpc",
  1033. "gpr_test_util",
  1034. "gpr"
  1035. ]
  1036. },
  1037. {
  1038. "name": "fling_test",
  1039. "build": "test",
  1040. "src": [
  1041. "test/core/fling/fling_test.c"
  1042. ],
  1043. "deps": [
  1044. "grpc_test_util",
  1045. "grpc",
  1046. "gpr_test_util",
  1047. "gpr"
  1048. ]
  1049. },
  1050. {
  1051. "name": "echo_server",
  1052. "build": "test",
  1053. "run": false,
  1054. "src": [
  1055. "test/core/echo/server.c"
  1056. ],
  1057. "deps": [
  1058. "grpc_test_util",
  1059. "grpc",
  1060. "gpr_test_util",
  1061. "gpr"
  1062. ]
  1063. },
  1064. {
  1065. "name": "echo_client",
  1066. "build": "test",
  1067. "run": false,
  1068. "src": [
  1069. "test/core/echo/client.c"
  1070. ],
  1071. "deps": [
  1072. "grpc_test_util",
  1073. "grpc",
  1074. "gpr_test_util",
  1075. "gpr"
  1076. ]
  1077. },
  1078. {
  1079. "name": "echo_test",
  1080. "build": "test",
  1081. "src": [
  1082. "test/core/echo/echo_test.c"
  1083. ],
  1084. "deps": [
  1085. "grpc_test_util",
  1086. "grpc",
  1087. "gpr_test_util",
  1088. "gpr"
  1089. ]
  1090. },
  1091. {
  1092. "name": "low_level_ping_pong_benchmark",
  1093. "build": "benchmark",
  1094. "src": [
  1095. "test/core/network_benchmarks/low_level_ping_pong.c"
  1096. ],
  1097. "deps": [
  1098. "grpc_test_util",
  1099. "grpc",
  1100. "gpr_test_util",
  1101. "gpr"
  1102. ]
  1103. },
  1104. {
  1105. "name": "message_compress_test",
  1106. "build": "test",
  1107. "src": [
  1108. "test/core/compression/message_compress_test.c"
  1109. ],
  1110. "deps": [
  1111. "grpc_test_util",
  1112. "grpc",
  1113. "gpr_test_util",
  1114. "gpr"
  1115. ]
  1116. },
  1117. {
  1118. "name": "bin_encoder_test",
  1119. "build": "test",
  1120. "src": [
  1121. "test/core/transport/chttp2/bin_encoder_test.c"
  1122. ],
  1123. "deps": [
  1124. "grpc_test_util",
  1125. "grpc",
  1126. "gpr_test_util",
  1127. "gpr"
  1128. ]
  1129. },
  1130. {
  1131. "name": "secure_endpoint_test",
  1132. "build": "test",
  1133. "src": [
  1134. "test/core/security/secure_endpoint_test.c"
  1135. ],
  1136. "deps": [
  1137. "grpc_test_util",
  1138. "grpc",
  1139. "gpr_test_util",
  1140. "gpr"
  1141. ]
  1142. },
  1143. {
  1144. "name": "httpcli_format_request_test",
  1145. "build": "test",
  1146. "src": [
  1147. "test/core/httpcli/format_request_test.c"
  1148. ],
  1149. "deps": [
  1150. "grpc_test_util",
  1151. "grpc",
  1152. "gpr_test_util",
  1153. "gpr"
  1154. ]
  1155. },
  1156. {
  1157. "name": "httpcli_parser_test",
  1158. "build": "test",
  1159. "src": [
  1160. "test/core/httpcli/parser_test.c"
  1161. ],
  1162. "deps": [
  1163. "grpc_test_util",
  1164. "grpc",
  1165. "gpr_test_util",
  1166. "gpr"
  1167. ]
  1168. },
  1169. {
  1170. "name": "httpcli_test",
  1171. "build": "test",
  1172. "src": [
  1173. "test/core/httpcli/httpcli_test.c"
  1174. ],
  1175. "deps": [
  1176. "grpc_test_util",
  1177. "grpc",
  1178. "gpr_test_util",
  1179. "gpr"
  1180. ]
  1181. },
  1182. {
  1183. "name": "grpc_credentials_test",
  1184. "build": "test",
  1185. "src": [
  1186. "test/core/security/credentials_test.c"
  1187. ],
  1188. "deps": [
  1189. "grpc_test_util",
  1190. "grpc",
  1191. "gpr_test_util",
  1192. "gpr"
  1193. ]
  1194. },
  1195. {
  1196. "name": "grpc_fetch_oauth2",
  1197. "build": "tool",
  1198. "src": [
  1199. "test/core/security/fetch_oauth2.c"
  1200. ],
  1201. "deps": [
  1202. "grpc_test_util",
  1203. "grpc",
  1204. "gpr_test_util",
  1205. "gpr"
  1206. ]
  1207. },
  1208. {
  1209. "name": "grpc_base64_test",
  1210. "build": "test",
  1211. "src": [
  1212. "test/core/security/base64_test.c"
  1213. ],
  1214. "deps": [
  1215. "grpc_test_util",
  1216. "grpc",
  1217. "gpr_test_util",
  1218. "gpr"
  1219. ]
  1220. },
  1221. {
  1222. "name": "grpc_json_token_test",
  1223. "build": "test",
  1224. "src": [
  1225. "test/core/security/json_token_test.c"
  1226. ],
  1227. "deps": [
  1228. "grpc_test_util",
  1229. "grpc",
  1230. "gpr_test_util",
  1231. "gpr"
  1232. ]
  1233. },
  1234. {
  1235. "name": "timeout_encoding_test",
  1236. "build": "test",
  1237. "src": [
  1238. "test/core/transport/chttp2/timeout_encoding_test.c"
  1239. ],
  1240. "deps": [
  1241. "grpc_test_util",
  1242. "grpc",
  1243. "gpr_test_util",
  1244. "gpr"
  1245. ]
  1246. },
  1247. {
  1248. "name": "fd_posix_test",
  1249. "build": "test",
  1250. "src": [
  1251. "test/core/iomgr/fd_posix_test.c"
  1252. ],
  1253. "deps": [
  1254. "grpc_test_util",
  1255. "grpc",
  1256. "gpr_test_util",
  1257. "gpr"
  1258. ]
  1259. },
  1260. {
  1261. "name": "fling_stream_test",
  1262. "build": "test",
  1263. "src": [
  1264. "test/core/fling/fling_stream_test.c"
  1265. ],
  1266. "deps": [
  1267. "grpc_test_util",
  1268. "grpc",
  1269. "gpr_test_util",
  1270. "gpr"
  1271. ]
  1272. },
  1273. {
  1274. "name": "lame_client_test",
  1275. "build": "test",
  1276. "src": [
  1277. "test/core/surface/lame_client_test.c"
  1278. ],
  1279. "deps": [
  1280. "grpc_test_util",
  1281. "grpc",
  1282. "gpr_test_util",
  1283. "gpr"
  1284. ]
  1285. },
  1286. {
  1287. "name": "thread_pool_test",
  1288. "build": "test",
  1289. "c++": true,
  1290. "src": [
  1291. "test/cpp/server/thread_pool_test.cc"
  1292. ],
  1293. "deps": [
  1294. "grpc_test_util",
  1295. "grpc++",
  1296. "grpc",
  1297. "gpr_test_util",
  1298. "gpr"
  1299. ]
  1300. },
  1301. {
  1302. "name": "status_test",
  1303. "build": "test",
  1304. "c++": true,
  1305. "src": [
  1306. "test/cpp/util/status_test.cc"
  1307. ],
  1308. "deps": [
  1309. "grpc_test_util",
  1310. "grpc++",
  1311. "grpc",
  1312. "gpr_test_util",
  1313. "gpr"
  1314. ]
  1315. },
  1316. {
  1317. "name": "sync_client_async_server_test",
  1318. "build": "test",
  1319. "c++": true,
  1320. "src": [
  1321. "test/cpp/end2end/sync_client_async_server_test.cc"
  1322. ],
  1323. "deps": [
  1324. "grpc++_test_util",
  1325. "grpc_test_util",
  1326. "grpc++",
  1327. "grpc",
  1328. "gpr_test_util",
  1329. "gpr"
  1330. ]
  1331. },
  1332. {
  1333. "name": "qps_client",
  1334. "build": "test",
  1335. "c++": true,
  1336. "src": [
  1337. "test/cpp/qps/qpstest.proto",
  1338. "test/cpp/qps/client.cc"
  1339. ],
  1340. "deps": [
  1341. "grpc++_test_util",
  1342. "grpc_test_util",
  1343. "grpc++",
  1344. "grpc",
  1345. "gpr_test_util",
  1346. "gpr"
  1347. ]
  1348. },
  1349. {
  1350. "name": "qps_server",
  1351. "build": "test",
  1352. "c++": true,
  1353. "src": [
  1354. "test/cpp/qps/qpstest.proto",
  1355. "test/cpp/qps/server.cc"
  1356. ],
  1357. "deps": [
  1358. "grpc++_test_util",
  1359. "grpc_test_util",
  1360. "grpc++",
  1361. "grpc",
  1362. "gpr_test_util",
  1363. "gpr"
  1364. ]
  1365. },
  1366. {
  1367. "name": "interop_server",
  1368. "build": "test",
  1369. "run": false,
  1370. "c++": true,
  1371. "src": [
  1372. "test/cpp/interop/empty.proto",
  1373. "test/cpp/interop/messages.proto",
  1374. "test/cpp/interop/test.proto",
  1375. "test/cpp/interop/server.cc"
  1376. ],
  1377. "deps": [
  1378. "grpc++_test_util",
  1379. "grpc_test_util",
  1380. "grpc++",
  1381. "grpc",
  1382. "gpr_test_util",
  1383. "gpr"
  1384. ]
  1385. },
  1386. {
  1387. "name": "interop_client",
  1388. "build": "test",
  1389. "run": false,
  1390. "c++": true,
  1391. "src": [
  1392. "test/cpp/interop/empty.proto",
  1393. "test/cpp/interop/messages.proto",
  1394. "test/cpp/interop/test.proto",
  1395. "test/cpp/interop/client.cc"
  1396. ],
  1397. "deps": [
  1398. "grpc++_test_util",
  1399. "grpc_test_util",
  1400. "grpc++",
  1401. "grpc",
  1402. "gpr_test_util",
  1403. "gpr"
  1404. ]
  1405. },
  1406. {
  1407. "name": "end2end_test",
  1408. "build": "test",
  1409. "c++": true,
  1410. "src": [
  1411. "test/cpp/end2end/end2end_test.cc"
  1412. ],
  1413. "deps": [
  1414. "grpc++_test_util",
  1415. "grpc_test_util",
  1416. "grpc++",
  1417. "grpc",
  1418. "gpr_test_util",
  1419. "gpr"
  1420. ]
  1421. },
  1422. {
  1423. "name": "channel_arguments_test",
  1424. "build": "test",
  1425. "c++": true,
  1426. "src": [
  1427. "test/cpp/client/channel_arguments_test.cc"
  1428. ],
  1429. "deps": [
  1430. "grpc++",
  1431. "grpc",
  1432. "gpr"
  1433. ]
  1434. },
  1435. {
  1436. "name": "credentials_test",
  1437. "build": "test",
  1438. "c++": true,
  1439. "src": [
  1440. "test/cpp/client/credentials_test.cc"
  1441. ],
  1442. "deps": [
  1443. "grpc++",
  1444. "grpc",
  1445. "gpr"
  1446. ]
  1447. },
  1448. {
  1449. "name": "alarm_test",
  1450. "build": "test",
  1451. "src": [
  1452. "test/core/iomgr/alarm_test.c"
  1453. ],
  1454. "deps": [
  1455. "grpc_test_util",
  1456. "grpc",
  1457. "gpr_test_util",
  1458. "gpr"
  1459. ]
  1460. },
  1461. {
  1462. "name": "alarm_list_test",
  1463. "build": "test",
  1464. "src": [
  1465. "test/core/iomgr/alarm_list_test.c"
  1466. ],
  1467. "deps": [
  1468. "grpc_test_util",
  1469. "grpc",
  1470. "gpr_test_util",
  1471. "gpr"
  1472. ]
  1473. },
  1474. {
  1475. "name": "alarm_heap_test",
  1476. "build": "test",
  1477. "src": [
  1478. "test/core/iomgr/alarm_heap_test.c"
  1479. ],
  1480. "deps": [
  1481. "grpc_test_util",
  1482. "grpc",
  1483. "gpr_test_util",
  1484. "gpr"
  1485. ]
  1486. },
  1487. {
  1488. "name": "time_test",
  1489. "build": "test",
  1490. "src": [
  1491. "test/core/support/time_test.c"
  1492. ],
  1493. "deps": [
  1494. "grpc_test_util",
  1495. "grpc",
  1496. "gpr_test_util",
  1497. "gpr"
  1498. ]
  1499. }
  1500. ]
  1501. }