build.json 39 KB

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