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

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: 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 904fb4fc99a38fd921c714c01419e6d36a1e6589..8f23d1df8727f5d072997d71448ceac601e65692 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1693,6 +1693,17 @@
'tools/crl_set_dump/crl_set_dump.cc',
],
},
+ {
+ 'target_name': 'dns_fuzz_stub',
+ 'type': 'executable',
+ 'dependencies': [
+ 'net',
+ '../base/base.gyp:base',
+ ],
+ '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