aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/binding.gyp.template
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 /templates/binding.gyp.template
parent3b73161380a2457ba29ef0200eb73f9ee7e6dce4 (diff)
Node: Don't depend on cares npm package
Diffstat (limited to 'templates/binding.gyp.template')
-rw-r--r--templates/binding.gyp.template7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/binding.gyp.template b/templates/binding.gyp.template
index a2e8c58892..062900de14 100644
--- a/templates/binding.gyp.template
+++ b/templates/binding.gyp.template
@@ -264,13 +264,6 @@
}]
],
'targets': [
- <%
- for lib in libs:
- if 'grpc' in lib.transitive_deps or lib.name == 'grpc':
- lib.deps.append('node_modules/cares/deps/cares/cares.gyp:cares')
- for module in node_modules:
- module.deps.append('node_modules/cares/deps/cares/cares.gyp:cares')
- %>
% for module in node_modules:
% for lib in libs:
% if lib.name in module.transitive_deps and lib.name not in ('boringssl', 'z'):