build.json 34 KB

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