aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-10-18 00:20:33 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-03-20 23:51:19 -0700
commit690dde672a877083e29ee5af0b8252697aa48fa0 (patch)
treea801580cf12ad6655cd45e695c11a45ded9b67b5 /grpc.gyp
parent8327acd9a23d80e979eb890b71a53966c3509a6d (diff)
Add address sorting submodule for use in c-ares wrapper
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 1bdebe0019..6a0be20460 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -157,6 +157,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',
'dependencies': [