diff options
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index b0672cf..4f50133 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -849,6 +849,17 @@ 'tools/fetch/http_session.h', ], }, + { + 'target_name': 'hresolv', + 'type': 'executable', + 'dependencies': [ + 'net_base', + ], + 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E', + 'sources': [ + 'tools/hresolv/hresolv.cc', + ], + }, ], 'conditions': [ ['OS=="win"', { |