build.json 36 KB

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