diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 16:40:26 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 16:40:26 +0000 |
commit | 6f2f3f65836819ab463cc5d533b4a3dbc4ae3641 (patch) | |
tree | cace5009654f88c6ab7e8db3c342b66df39320e4 /net/net.gyp | |
parent | 45882f5f16b32fc9ce0e33390d63db073da9275f (diff) | |
download | chromium_src-6f2f3f65836819ab463cc5d533b4a3dbc4ae3641.zip chromium_src-6f2f3f65836819ab463cc5d533b4a3dbc4ae3641.tar.gz chromium_src-6f2f3f65836819ab463cc5d533b4a3dbc4ae3641.tar.bz2 |
Remove hresolv
I added this when I first started working on Chrome, and never use it. It's a command line utility to issue DNS commands.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6320014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/net.gyp b/net/net.gyp index 7dedb46..1ab1371 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1301,17 +1301,6 @@ ], }, { - 'target_name': 'hresolv', - 'type': 'executable', - 'dependencies': [ - 'net_base', - ], - 'msvs_guid': 'FF1BAC48-D326-4CB4-96DA-8B03DE23ED6E', - 'sources': [ - 'tools/hresolv/hresolv.cc', - ], - }, - { 'target_name': 'dnssec_chain_verify', 'type': 'executable', 'dependencies': [ |