From 690dde672a877083e29ee5af0b8252697aa48fa0 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 18 Oct 2017 00:20:33 -0700 Subject: Add address sorting submodule for use in c-ares wrapper --- grpc.gyp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'grpc.gyp') diff --git a/grpc.gyp b/grpc.gyp index 1bdebe0019..6a0be20460 100644 --- a/grpc.gyp +++ b/grpc.gyp @@ -156,6 +156,17 @@ ] }, 'targets': [ + { + 'target_name': 'address_sorting', + 'type': 'static_library', + 'dependencies': [ + ], + 'sources': [ + 'third_party/address_sorting/address_sorting.c', + 'third_party/address_sorting/address_sorting_posix.c', + 'third_party/address_sorting/address_sorting_windows.c', + ], + }, { 'target_name': 'alts_test_util', 'type': 'static_library', -- cgit v1.2.3