build.json 31 KB

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