build.json 42 KB

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