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

Unified Diff: net/net.gyp

Issue 10386120: Utility to resolve an hostname using Chromium's code in net/dns (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Tried to address all the comments szym provided in the previous code review Created 8 years, 7 months 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/gdig/gdig.cc » ('j') | net/tools/gdig/gdig.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a78e5ed126bb71732b7fa10dbe264b1287857fd9..d728bd07cc3106a9a439b19611f8a6c0fbcc0c42 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1592,6 +1592,16 @@
'includes': [ '../build/grit_target.gypi' ],
},
{
+ 'target_name': 'gdig',
+ 'type': 'executable',
+ 'dependencies': [
+ 'net',
+ ],
+ 'sources': [
+ 'tools/gdig/gdig.cc',
+ ],
+ },
+ {
'target_name': 'fetch_client',
'type': 'executable',
'variables': { 'enable_wexit_time_destructors': 1, },
« no previous file with comments | « no previous file | net/tools/gdig/gdig.cc » ('j') | net/tools/gdig/gdig.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698