aboutsummaryrefslogtreecommitdiffhomepage
path: root/binding.gyp
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-04-19 13:23:06 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-04-19 13:23:06 -0700
commit633933ee0b516c31ba533fb9619b3fb39aa0d6bd (patch)
treee75f5bf84a003a74f6c6549d1d639b938887bd8d /binding.gyp
parent3b73161380a2457ba29ef0200eb73f9ee7e6dce4 (diff)
Node: Don't depend on cares npm package
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/binding.gyp b/binding.gyp
index 16334a22a7..d5942a05ce 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -569,7 +569,6 @@
}]
],
'targets': [
-
{
'cflags': [
'-std=c99',
@@ -648,7 +647,6 @@
'type': 'static_library',
'dependencies': [
'gpr',
- 'node_modules/cares/deps/cares/cares.gyp:cares',
],
'sources': [
'src/core/lib/surface/init.c',
@@ -951,7 +949,6 @@
"dependencies": [
"grpc",
"gpr",
- "node_modules/cares/deps/cares/cares.gyp:cares",
]
},
{