|
|
@ -233,6 +233,10 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
}], |
|
|
|
|
|
|
|
['OS == "win"', { |
|
|
|
|
|
|
|
'targets': [ |
|
|
|
# Only want to compile zlib under Windows |
|
|
|
# Only want to compile zlib under Windows |
|
|
|
% for module in node_modules: |
|
|
|
% for module in node_modules: |
|
|
|
% for lib in libs: |
|
|
|
% for lib in libs: |
|
|
@ -264,13 +268,6 @@ |
|
|
|
}] |
|
|
|
}] |
|
|
|
], |
|
|
|
], |
|
|
|
'targets': [ |
|
|
|
'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 module in node_modules: |
|
|
|
% for lib in libs: |
|
|
|
% for lib in libs: |
|
|
|
% if lib.name in module.transitive_deps and lib.name not in ('boringssl', 'z'): |
|
|
|
% if lib.name in module.transitive_deps and lib.name not in ('boringssl', 'z'): |
|
|
|