aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2018-03-26 14:34:57 -0700
committerGravatar GitHub <noreply@github.com>2018-03-26 14:34:57 -0700
commitbd6bdf93279a39a8cd92978fd7c9d14eccd98fc2 (patch)
tree8f4b5ddc1080ccc3060827e0c61bc58395d7f5f4 /grpc.gyp
parent4e7e4925501d6fa28f2295f650699d0d1e51aa2d (diff)
parentee2ad09dceca4a215ddab2d50b293f4bf58a52c6 (diff)
Merge pull request #13290 from apolcyn/cares_address_sorting_master_c
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 957bb06f33..36b89f3bd2 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': [