build.json 40 KB

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