build.json 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521
  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.cpp",
  425. "src/compiler/cpp_generator.cpp"
  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.cpp",
  440. "src/compiler/ruby_generator.cpp"
  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": "go_plugin",
  452. "build": "protoc",
  453. "c++": true,
  454. "secure": false,
  455. "src": [
  456. "src/compiler/go_plugin.cpp",
  457. "src/compiler/go_generator.cpp"
  458. ],
  459. "headers": [
  460. "src/compiler/go_generator.h",
  461. "src/compiler/go_generator_helpers-inl.h",
  462. "src/compiler/go_generator_map-inl.h",
  463. "src/compiler/go_generator_string-inl.h"
  464. ],
  465. "deps": []
  466. },
  467. {
  468. "name": "grpc_byte_buffer_reader_test",
  469. "build": "test",
  470. "src": [
  471. "test/core/surface/byte_buffer_reader_test.c"
  472. ],
  473. "deps": [
  474. "grpc_test_util",
  475. "grpc",
  476. "gpr_test_util",
  477. "gpr"
  478. ]
  479. },
  480. {
  481. "name": "gpr_cancellable_test",
  482. "build": "test",
  483. "src": [
  484. "test/core/support/cancellable_test.c"
  485. ],
  486. "deps": [
  487. "gpr_test_util",
  488. "gpr"
  489. ]
  490. },
  491. {
  492. "name": "gpr_log_test",
  493. "build": "test",
  494. "src": [
  495. "test/core/support/log_test.c"
  496. ],
  497. "deps": [
  498. "gpr_test_util",
  499. "gpr"
  500. ]
  501. },
  502. {
  503. "name": "gpr_useful_test",
  504. "build": "test",
  505. "src": [
  506. "test/core/support/useful_test.c"
  507. ],
  508. "deps": [
  509. "gpr_test_util",
  510. "gpr"
  511. ]
  512. },
  513. {
  514. "name": "gpr_cmdline_test",
  515. "build": "test",
  516. "src": [
  517. "test/core/support/cmdline_test.c"
  518. ],
  519. "deps": [
  520. "gpr_test_util",
  521. "gpr"
  522. ]
  523. },
  524. {
  525. "name": "gpr_histogram_test",
  526. "build": "test",
  527. "src": [
  528. "test/core/support/histogram_test.c"
  529. ],
  530. "deps": [
  531. "gpr_test_util",
  532. "gpr"
  533. ]
  534. },
  535. {
  536. "name": "gpr_host_port_test",
  537. "build": "test",
  538. "src": [
  539. "test/core/support/host_port_test.c"
  540. ],
  541. "deps": [
  542. "gpr_test_util",
  543. "gpr"
  544. ]
  545. },
  546. {
  547. "name": "gpr_slice_buffer_test",
  548. "build": "test",
  549. "src": [
  550. "test/core/support/slice_buffer_test.c"
  551. ],
  552. "deps": [
  553. "gpr_test_util",
  554. "gpr"
  555. ]
  556. },
  557. {
  558. "name": "gpr_slice_test",
  559. "build": "test",
  560. "src": [
  561. "test/core/support/slice_test.c"
  562. ],
  563. "deps": [
  564. "gpr_test_util",
  565. "gpr"
  566. ]
  567. },
  568. {
  569. "name": "gpr_string_test",
  570. "build": "test",
  571. "src": [
  572. "test/core/support/string_test.c"
  573. ],
  574. "deps": [
  575. "gpr_test_util",
  576. "gpr"
  577. ]
  578. },
  579. {
  580. "name": "gpr_sync_test",
  581. "build": "test",
  582. "src": [
  583. "test/core/support/sync_test.c"
  584. ],
  585. "deps": [
  586. "gpr_test_util",
  587. "gpr"
  588. ]
  589. },
  590. {
  591. "name": "gpr_thd_test",
  592. "build": "test",
  593. "src": [
  594. "test/core/support/thd_test.c"
  595. ],
  596. "deps": [
  597. "gpr_test_util",
  598. "gpr"
  599. ]
  600. },
  601. {
  602. "name": "gpr_time_test",
  603. "build": "test",
  604. "src": [
  605. "test/core/support/time_test.c"
  606. ],
  607. "deps": [
  608. "gpr_test_util",
  609. "gpr"
  610. ]
  611. },
  612. {
  613. "name": "murmur_hash_test",
  614. "build": "test",
  615. "src": [
  616. "test/core/support/murmur_hash_test.c"
  617. ],
  618. "deps": [
  619. "gpr_test_util",
  620. "gpr"
  621. ]
  622. },
  623. {
  624. "name": "grpc_stream_op_test",
  625. "build": "test",
  626. "src": [
  627. "test/core/transport/stream_op_test.c"
  628. ],
  629. "deps": [
  630. "grpc_test_util",
  631. "grpc",
  632. "gpr_test_util",
  633. "gpr"
  634. ]
  635. },
  636. {
  637. "name": "alpn_test",
  638. "build": "test",
  639. "src": [
  640. "test/core/transport/chttp2/alpn_test.c"
  641. ],
  642. "deps": [
  643. "grpc_test_util",
  644. "grpc",
  645. "gpr_test_util",
  646. "gpr"
  647. ]
  648. },
  649. {
  650. "name": "time_averaged_stats_test",
  651. "build": "test",
  652. "src": [
  653. "test/core/iomgr/time_averaged_stats_test.c"
  654. ],
  655. "deps": [
  656. "grpc_test_util",
  657. "grpc",
  658. "gpr_test_util",
  659. "gpr"
  660. ]
  661. },
  662. {
  663. "name": "chttp2_stream_encoder_test",
  664. "build": "test",
  665. "src": [
  666. "test/core/transport/chttp2/stream_encoder_test.c"
  667. ],
  668. "deps": [
  669. "grpc_test_util",
  670. "grpc",
  671. "gpr_test_util",
  672. "gpr"
  673. ]
  674. },
  675. {
  676. "name": "hpack_table_test",
  677. "build": "test",
  678. "src": [
  679. "test/core/transport/chttp2/hpack_table_test.c"
  680. ],
  681. "deps": [
  682. "grpc_test_util",
  683. "grpc",
  684. "gpr_test_util",
  685. "gpr"
  686. ]
  687. },
  688. {
  689. "name": "chttp2_stream_map_test",
  690. "build": "test",
  691. "src": [
  692. "test/core/transport/chttp2/stream_map_test.c"
  693. ],
  694. "deps": [
  695. "grpc_test_util",
  696. "grpc",
  697. "gpr_test_util",
  698. "gpr"
  699. ]
  700. },
  701. {
  702. "name": "hpack_parser_test",
  703. "build": "test",
  704. "src": [
  705. "test/core/transport/chttp2/hpack_parser_test.c"
  706. ],
  707. "deps": [
  708. "grpc_test_util",
  709. "grpc",
  710. "gpr_test_util",
  711. "gpr"
  712. ]
  713. },
  714. {
  715. "name": "transport_metadata_test",
  716. "build": "test",
  717. "src": [
  718. "test/core/transport/metadata_test.c"
  719. ],
  720. "deps": [
  721. "grpc_test_util",
  722. "grpc",
  723. "gpr_test_util",
  724. "gpr"
  725. ]
  726. },
  727. {
  728. "name": "chttp2_status_conversion_test",
  729. "build": "test",
  730. "src": [
  731. "test/core/transport/chttp2/status_conversion_test.c"
  732. ],
  733. "deps": [
  734. "grpc_test_util",
  735. "grpc",
  736. "gpr_test_util",
  737. "gpr"
  738. ]
  739. },
  740. {
  741. "name": "chttp2_transport_end2end_test",
  742. "build": "test",
  743. "src": [
  744. "test/core/transport/chttp2_transport_end2end_test.c"
  745. ],
  746. "deps": [
  747. "grpc_test_util",
  748. "grpc",
  749. "gpr_test_util",
  750. "gpr"
  751. ]
  752. },
  753. {
  754. "name": "tcp_posix_test",
  755. "build": "test",
  756. "src": [
  757. "test/core/iomgr/tcp_posix_test.c"
  758. ],
  759. "deps": [
  760. "grpc_test_util",
  761. "grpc",
  762. "gpr_test_util",
  763. "gpr"
  764. ]
  765. },
  766. {
  767. "name": "dualstack_socket_test",
  768. "build": "test",
  769. "src": [
  770. "test/core/end2end/dualstack_socket_test.c"
  771. ],
  772. "deps": [
  773. "grpc_test_util",
  774. "grpc",
  775. "gpr_test_util",
  776. "gpr"
  777. ]
  778. },
  779. {
  780. "name": "no_server_test",
  781. "build": "test",
  782. "src": [
  783. "test/core/end2end/no_server_test.c"
  784. ],
  785. "deps": [
  786. "grpc_test_util",
  787. "grpc",
  788. "gpr_test_util",
  789. "gpr"
  790. ]
  791. },
  792. {
  793. "name": "resolve_address_test",
  794. "build": "test",
  795. "src": [
  796. "test/core/iomgr/resolve_address_test.c"
  797. ],
  798. "deps": [
  799. "grpc_test_util",
  800. "grpc",
  801. "gpr_test_util",
  802. "gpr"
  803. ]
  804. },
  805. {
  806. "name": "sockaddr_utils_test",
  807. "build": "test",
  808. "src": [
  809. "test/core/iomgr/sockaddr_utils_test.c"
  810. ],
  811. "deps": [
  812. "grpc_test_util",
  813. "grpc",
  814. "gpr_test_util",
  815. "gpr"
  816. ]
  817. },
  818. {
  819. "name": "tcp_server_posix_test",
  820. "build": "test",
  821. "src": [
  822. "test/core/iomgr/tcp_server_posix_test.c"
  823. ],
  824. "deps": [
  825. "grpc_test_util",
  826. "grpc",
  827. "gpr_test_util",
  828. "gpr"
  829. ]
  830. },
  831. {
  832. "name": "tcp_client_posix_test",
  833. "build": "test",
  834. "src": [
  835. "test/core/iomgr/tcp_client_posix_test.c"
  836. ],
  837. "deps": [
  838. "grpc_test_util",
  839. "grpc",
  840. "gpr_test_util",
  841. "gpr"
  842. ]
  843. },
  844. {
  845. "name": "grpc_channel_stack_test",
  846. "build": "test",
  847. "src": [
  848. "test/core/channel/channel_stack_test.c"
  849. ],
  850. "deps": [
  851. "grpc_test_util",
  852. "grpc",
  853. "gpr_test_util",
  854. "gpr"
  855. ]
  856. },
  857. {
  858. "name": "metadata_buffer_test",
  859. "build": "test",
  860. "src": [
  861. "test/core/channel/metadata_buffer_test.c"
  862. ],
  863. "deps": [
  864. "grpc_test_util",
  865. "grpc",
  866. "gpr_test_util",
  867. "gpr"
  868. ]
  869. },
  870. {
  871. "name": "grpc_completion_queue_test",
  872. "build": "test",
  873. "src": [
  874. "test/core/surface/completion_queue_test.c"
  875. ],
  876. "deps": [
  877. "grpc_test_util",
  878. "grpc",
  879. "gpr_test_util",
  880. "gpr"
  881. ]
  882. },
  883. {
  884. "name": "grpc_completion_queue_benchmark",
  885. "build": "benchmark",
  886. "src": [
  887. "test/core/surface/completion_queue_benchmark.c"
  888. ],
  889. "deps": [
  890. "grpc_test_util",
  891. "grpc",
  892. "gpr_test_util",
  893. "gpr"
  894. ]
  895. },
  896. {
  897. "name": "census_trace_store_test",
  898. "build": "executable",
  899. "src": [
  900. "test/core/statistics/trace_test.c"
  901. ],
  902. "deps": [
  903. "grpc_test_util",
  904. "grpc",
  905. "gpr_test_util",
  906. "gpr"
  907. ]
  908. },
  909. {
  910. "name": "census_stats_store_test",
  911. "build": "executable",
  912. "src": [
  913. "test/core/statistics/rpc_stats_test.c"
  914. ],
  915. "deps": [
  916. "grpc_test_util",
  917. "grpc",
  918. "gpr_test_util",
  919. "gpr"
  920. ]
  921. },
  922. {
  923. "name": "census_window_stats_test",
  924. "build": "test",
  925. "src": [
  926. "test/core/statistics/window_stats_test.c"
  927. ],
  928. "deps": [
  929. "grpc_test_util",
  930. "grpc",
  931. "gpr_test_util",
  932. "gpr"
  933. ]
  934. },
  935. {
  936. "name": "census_statistics_quick_test",
  937. "build": "test",
  938. "src": [
  939. "test/core/statistics/quick_test.c"
  940. ],
  941. "deps": [
  942. "grpc_test_util",
  943. "grpc",
  944. "gpr_test_util",
  945. "gpr"
  946. ]
  947. },
  948. {
  949. "name": "census_statistics_small_log_test",
  950. "build": "test",
  951. "src": [
  952. "test/core/statistics/small_log_test.c"
  953. ],
  954. "deps": [
  955. "grpc_test_util",
  956. "grpc",
  957. "gpr_test_util",
  958. "gpr"
  959. ]
  960. },
  961. {
  962. "name": "census_statistics_performance_test",
  963. "build": "test",
  964. "src": [
  965. "test/core/statistics/performance_test.c"
  966. ],
  967. "deps": [
  968. "grpc_test_util",
  969. "grpc",
  970. "gpr_test_util",
  971. "gpr"
  972. ]
  973. },
  974. {
  975. "name": "census_statistics_multiple_writers_test",
  976. "build": "test",
  977. "src": [
  978. "test/core/statistics/multiple_writers_test.c"
  979. ],
  980. "deps": [
  981. "grpc_test_util",
  982. "grpc",
  983. "gpr_test_util",
  984. "gpr"
  985. ]
  986. },
  987. {
  988. "name": "census_statistics_multiple_writers_circular_buffer_test",
  989. "build": "test",
  990. "src": [
  991. "test/core/statistics/multiple_writers_circular_buffer_test.c"
  992. ],
  993. "deps": [
  994. "grpc_test_util",
  995. "grpc",
  996. "gpr_test_util",
  997. "gpr"
  998. ]
  999. },
  1000. {
  1001. "name": "census_stub_test",
  1002. "build": "test",
  1003. "src": [
  1004. "test/core/statistics/census_stub_test.c"
  1005. ],
  1006. "deps": [
  1007. "grpc_test_util",
  1008. "grpc",
  1009. "gpr_test_util",
  1010. "gpr"
  1011. ]
  1012. },
  1013. {
  1014. "name": "census_hash_table_test",
  1015. "build": "test",
  1016. "src": [
  1017. "test/core/statistics/hash_table_test.c"
  1018. ],
  1019. "deps": [
  1020. "grpc_test_util",
  1021. "grpc",
  1022. "gpr_test_util",
  1023. "gpr"
  1024. ]
  1025. },
  1026. {
  1027. "name": "fling_server",
  1028. "build": "test",
  1029. "run": false,
  1030. "src": [
  1031. "test/core/fling/server.c"
  1032. ],
  1033. "deps": [
  1034. "grpc_test_util",
  1035. "grpc",
  1036. "gpr_test_util",
  1037. "gpr"
  1038. ]
  1039. },
  1040. {
  1041. "name": "fling_client",
  1042. "build": "test",
  1043. "run": false,
  1044. "src": [
  1045. "test/core/fling/client.c"
  1046. ],
  1047. "deps": [
  1048. "grpc_test_util",
  1049. "grpc",
  1050. "gpr_test_util",
  1051. "gpr"
  1052. ]
  1053. },
  1054. {
  1055. "name": "fling_test",
  1056. "build": "test",
  1057. "src": [
  1058. "test/core/fling/fling_test.c"
  1059. ],
  1060. "deps": [
  1061. "grpc_test_util",
  1062. "grpc",
  1063. "gpr_test_util",
  1064. "gpr"
  1065. ]
  1066. },
  1067. {
  1068. "name": "echo_server",
  1069. "build": "test",
  1070. "run": false,
  1071. "src": [
  1072. "test/core/echo/server.c"
  1073. ],
  1074. "deps": [
  1075. "grpc_test_util",
  1076. "grpc",
  1077. "gpr_test_util",
  1078. "gpr"
  1079. ]
  1080. },
  1081. {
  1082. "name": "echo_client",
  1083. "build": "test",
  1084. "run": false,
  1085. "src": [
  1086. "test/core/echo/client.c"
  1087. ],
  1088. "deps": [
  1089. "grpc_test_util",
  1090. "grpc",
  1091. "gpr_test_util",
  1092. "gpr"
  1093. ]
  1094. },
  1095. {
  1096. "name": "echo_test",
  1097. "build": "test",
  1098. "src": [
  1099. "test/core/echo/echo_test.c"
  1100. ],
  1101. "deps": [
  1102. "grpc_test_util",
  1103. "grpc",
  1104. "gpr_test_util",
  1105. "gpr"
  1106. ]
  1107. },
  1108. {
  1109. "name": "low_level_ping_pong_benchmark",
  1110. "build": "benchmark",
  1111. "src": [
  1112. "test/core/network_benchmarks/low_level_ping_pong.c"
  1113. ],
  1114. "deps": [
  1115. "grpc_test_util",
  1116. "grpc",
  1117. "gpr_test_util",
  1118. "gpr"
  1119. ]
  1120. },
  1121. {
  1122. "name": "message_compress_test",
  1123. "build": "test",
  1124. "src": [
  1125. "test/core/compression/message_compress_test.c"
  1126. ],
  1127. "deps": [
  1128. "grpc_test_util",
  1129. "grpc",
  1130. "gpr_test_util",
  1131. "gpr"
  1132. ]
  1133. },
  1134. {
  1135. "name": "bin_encoder_test",
  1136. "build": "test",
  1137. "src": [
  1138. "test/core/transport/chttp2/bin_encoder_test.c"
  1139. ],
  1140. "deps": [
  1141. "grpc_test_util",
  1142. "grpc",
  1143. "gpr_test_util",
  1144. "gpr"
  1145. ]
  1146. },
  1147. {
  1148. "name": "secure_endpoint_test",
  1149. "build": "test",
  1150. "src": [
  1151. "test/core/security/secure_endpoint_test.c"
  1152. ],
  1153. "deps": [
  1154. "grpc_test_util",
  1155. "grpc",
  1156. "gpr_test_util",
  1157. "gpr"
  1158. ]
  1159. },
  1160. {
  1161. "name": "httpcli_format_request_test",
  1162. "build": "test",
  1163. "src": [
  1164. "test/core/httpcli/format_request_test.c"
  1165. ],
  1166. "deps": [
  1167. "grpc_test_util",
  1168. "grpc",
  1169. "gpr_test_util",
  1170. "gpr"
  1171. ]
  1172. },
  1173. {
  1174. "name": "httpcli_parser_test",
  1175. "build": "test",
  1176. "src": [
  1177. "test/core/httpcli/parser_test.c"
  1178. ],
  1179. "deps": [
  1180. "grpc_test_util",
  1181. "grpc",
  1182. "gpr_test_util",
  1183. "gpr"
  1184. ]
  1185. },
  1186. {
  1187. "name": "httpcli_test",
  1188. "build": "test",
  1189. "src": [
  1190. "test/core/httpcli/httpcli_test.c"
  1191. ],
  1192. "deps": [
  1193. "grpc_test_util",
  1194. "grpc",
  1195. "gpr_test_util",
  1196. "gpr"
  1197. ]
  1198. },
  1199. {
  1200. "name": "grpc_credentials_test",
  1201. "build": "test",
  1202. "src": [
  1203. "test/core/security/credentials_test.c"
  1204. ],
  1205. "deps": [
  1206. "grpc_test_util",
  1207. "grpc",
  1208. "gpr_test_util",
  1209. "gpr"
  1210. ]
  1211. },
  1212. {
  1213. "name": "grpc_fetch_oauth2",
  1214. "build": "tool",
  1215. "src": [
  1216. "test/core/security/fetch_oauth2.c"
  1217. ],
  1218. "deps": [
  1219. "grpc_test_util",
  1220. "grpc",
  1221. "gpr_test_util",
  1222. "gpr"
  1223. ]
  1224. },
  1225. {
  1226. "name": "grpc_base64_test",
  1227. "build": "test",
  1228. "src": [
  1229. "test/core/security/base64_test.c"
  1230. ],
  1231. "deps": [
  1232. "grpc_test_util",
  1233. "grpc",
  1234. "gpr_test_util",
  1235. "gpr"
  1236. ]
  1237. },
  1238. {
  1239. "name": "grpc_json_token_test",
  1240. "build": "test",
  1241. "src": [
  1242. "test/core/security/json_token_test.c"
  1243. ],
  1244. "deps": [
  1245. "grpc_test_util",
  1246. "grpc",
  1247. "gpr_test_util",
  1248. "gpr"
  1249. ]
  1250. },
  1251. {
  1252. "name": "timeout_encoding_test",
  1253. "build": "test",
  1254. "src": [
  1255. "test/core/transport/chttp2/timeout_encoding_test.c"
  1256. ],
  1257. "deps": [
  1258. "grpc_test_util",
  1259. "grpc",
  1260. "gpr_test_util",
  1261. "gpr"
  1262. ]
  1263. },
  1264. {
  1265. "name": "fd_posix_test",
  1266. "build": "test",
  1267. "src": [
  1268. "test/core/iomgr/fd_posix_test.c"
  1269. ],
  1270. "deps": [
  1271. "grpc_test_util",
  1272. "grpc",
  1273. "gpr_test_util",
  1274. "gpr"
  1275. ]
  1276. },
  1277. {
  1278. "name": "fling_stream_test",
  1279. "build": "test",
  1280. "src": [
  1281. "test/core/fling/fling_stream_test.c"
  1282. ],
  1283. "deps": [
  1284. "grpc_test_util",
  1285. "grpc",
  1286. "gpr_test_util",
  1287. "gpr"
  1288. ]
  1289. },
  1290. {
  1291. "name": "lame_client_test",
  1292. "build": "test",
  1293. "src": [
  1294. "test/core/surface/lame_client_test.c"
  1295. ],
  1296. "deps": [
  1297. "grpc_test_util",
  1298. "grpc",
  1299. "gpr_test_util",
  1300. "gpr"
  1301. ]
  1302. },
  1303. {
  1304. "name": "thread_pool_test",
  1305. "build": "test",
  1306. "c++": true,
  1307. "src": [
  1308. "test/cpp/server/thread_pool_test.cc"
  1309. ],
  1310. "deps": [
  1311. "grpc_test_util",
  1312. "grpc++",
  1313. "grpc",
  1314. "gpr_test_util",
  1315. "gpr"
  1316. ]
  1317. },
  1318. {
  1319. "name": "status_test",
  1320. "build": "test",
  1321. "c++": true,
  1322. "src": [
  1323. "test/cpp/util/status_test.cc"
  1324. ],
  1325. "deps": [
  1326. "grpc_test_util",
  1327. "grpc++",
  1328. "grpc",
  1329. "gpr_test_util",
  1330. "gpr"
  1331. ]
  1332. },
  1333. {
  1334. "name": "sync_client_async_server_test",
  1335. "build": "test",
  1336. "c++": true,
  1337. "src": [
  1338. "test/cpp/end2end/sync_client_async_server_test.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_client",
  1351. "build": "test",
  1352. "c++": true,
  1353. "src": [
  1354. "test/cpp/qps/qpstest.proto",
  1355. "test/cpp/qps/client.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": "qps_server",
  1368. "build": "test",
  1369. "c++": true,
  1370. "src": [
  1371. "test/cpp/qps/qpstest.proto",
  1372. "test/cpp/qps/server.cc"
  1373. ],
  1374. "deps": [
  1375. "grpc++_test_util",
  1376. "grpc_test_util",
  1377. "grpc++",
  1378. "grpc",
  1379. "gpr_test_util",
  1380. "gpr"
  1381. ]
  1382. },
  1383. {
  1384. "name": "interop_server",
  1385. "build": "test",
  1386. "run": false,
  1387. "c++": true,
  1388. "src": [
  1389. "test/cpp/interop/empty.proto",
  1390. "test/cpp/interop/messages.proto",
  1391. "test/cpp/interop/test.proto",
  1392. "test/cpp/interop/server.cc"
  1393. ],
  1394. "deps": [
  1395. "grpc++_test_util",
  1396. "grpc_test_util",
  1397. "grpc++",
  1398. "grpc",
  1399. "gpr_test_util",
  1400. "gpr"
  1401. ]
  1402. },
  1403. {
  1404. "name": "interop_client",
  1405. "build": "test",
  1406. "run": false,
  1407. "c++": true,
  1408. "src": [
  1409. "test/cpp/interop/empty.proto",
  1410. "test/cpp/interop/messages.proto",
  1411. "test/cpp/interop/test.proto",
  1412. "test/cpp/interop/client.cc"
  1413. ],
  1414. "deps": [
  1415. "grpc++_test_util",
  1416. "grpc_test_util",
  1417. "grpc++",
  1418. "grpc",
  1419. "gpr_test_util",
  1420. "gpr"
  1421. ]
  1422. },
  1423. {
  1424. "name": "end2end_test",
  1425. "build": "test",
  1426. "c++": true,
  1427. "src": [
  1428. "test/cpp/end2end/end2end_test.cc"
  1429. ],
  1430. "deps": [
  1431. "grpc++_test_util",
  1432. "grpc_test_util",
  1433. "grpc++",
  1434. "grpc",
  1435. "gpr_test_util",
  1436. "gpr"
  1437. ]
  1438. },
  1439. {
  1440. "name": "channel_arguments_test",
  1441. "build": "test",
  1442. "c++": true,
  1443. "src": [
  1444. "test/cpp/client/channel_arguments_test.cc"
  1445. ],
  1446. "deps": [
  1447. "grpc++",
  1448. "grpc",
  1449. "gpr"
  1450. ]
  1451. },
  1452. {
  1453. "name": "credentials_test",
  1454. "build": "test",
  1455. "c++": true,
  1456. "src": [
  1457. "test/cpp/client/credentials_test.cc"
  1458. ],
  1459. "deps": [
  1460. "grpc++",
  1461. "grpc",
  1462. "gpr"
  1463. ]
  1464. },
  1465. {
  1466. "name": "alarm_test",
  1467. "build": "test",
  1468. "src": [
  1469. "test/core/iomgr/alarm_test.c"
  1470. ],
  1471. "deps": [
  1472. "grpc_test_util",
  1473. "grpc",
  1474. "gpr_test_util",
  1475. "gpr"
  1476. ]
  1477. },
  1478. {
  1479. "name": "alarm_list_test",
  1480. "build": "test",
  1481. "src": [
  1482. "test/core/iomgr/alarm_list_test.c"
  1483. ],
  1484. "deps": [
  1485. "grpc_test_util",
  1486. "grpc",
  1487. "gpr_test_util",
  1488. "gpr"
  1489. ]
  1490. },
  1491. {
  1492. "name": "alarm_heap_test",
  1493. "build": "test",
  1494. "src": [
  1495. "test/core/iomgr/alarm_heap_test.c"
  1496. ],
  1497. "deps": [
  1498. "grpc_test_util",
  1499. "grpc",
  1500. "gpr_test_util",
  1501. "gpr"
  1502. ]
  1503. },
  1504. {
  1505. "name": "time_test",
  1506. "build": "test",
  1507. "src": [
  1508. "test/core/support/time_test.c"
  1509. ],
  1510. "deps": [
  1511. "grpc_test_util",
  1512. "grpc",
  1513. "gpr_test_util",
  1514. "gpr"
  1515. ]
  1516. }
  1517. ]
  1518. }