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

Unified Diff: net/net.gyp

Issue 10441027: Stub binary for fuzzing DNS resolver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix szym's comments 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/dns_fuzz_stub/dns_fuzz_stub.cc » ('j') | net/tools/dns_fuzz_stub/dns_fuzz_stub.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 7bf527f5476fc943ced476d09d3c085baf502ef8..6fe1d86309e8a62d0fbbd169fe5248a516c379b3 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1684,6 +1684,17 @@
'tools/crl_set_dump/crl_set_dump.cc',
],
},
+ {
+ 'target_name': 'dns_fuzz_stub',
+ 'type': 'executable',
+ 'dependencies': [
+ 'net',
+ '../base/base.gyp:base',
cbentzel 2012/05/25 01:53:55 The explicit dependency on base is the same as oth
+ ],
+ 'sources': [
+ 'tools/dns_fuzz_stub/dns_fuzz_stub.cc',
+ ],
+ },
],
'conditions': [
['os_posix == 1 and OS != "mac" and OS != "android"', {
« no previous file with comments | « no previous file | net/tools/dns_fuzz_stub/dns_fuzz_stub.cc » ('j') | net/tools/dns_fuzz_stub/dns_fuzz_stub.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698