Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: net/net.gyp

Issue 428004: Command line utility to run the HostResolver. ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/tools/hresolv/hresolv.cc » ('j') | net/tools/hresolv/hresolv.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 32978)
+++ net/net.gyp (working copy)
@@ -843,6 +843,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"', {
« no previous file with comments | « no previous file | net/tools/hresolv/hresolv.cc » ('j') | net/tools/hresolv/hresolv.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698