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

Unified Diff: trunk/src/net/net.gyp

Issue 268863002: Revert 268019 "Add hpack_fuzz_wrapper to chromium_builder_asan." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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 | « trunk/src/build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/net/net.gyp
===================================================================
--- trunk/src/net/net.gyp (revision 268023)
+++ trunk/src/net/net.gyp (working copy)
@@ -1093,39 +1093,6 @@
'msvs_disabled_warnings': [4267, ],
},
{
- 'target_name': 'hpack_example_generator',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- 'net',
- ],
- 'sources': [
- 'spdy/fuzzing/hpack_example_generator.cc',
- ],
- },
- {
- 'target_name': 'hpack_fuzz_mutator',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- 'net',
- ],
- 'sources': [
- 'spdy/fuzzing/hpack_fuzz_mutator.cc',
- ],
- },
- {
- 'target_name': 'hpack_fuzz_wrapper',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- 'net',
- ],
- 'sources': [
- 'spdy/fuzzing/hpack_fuzz_wrapper.cc',
- ],
- },
- {
'target_name': 'net_watcher',
'type': 'executable',
'dependencies': [
@@ -1383,6 +1350,39 @@
'tools/quic/quic_server_bin.cc',
],
},
+ {
+ 'target_name': 'hpack_example_generator',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'net',
+ ],
+ 'sources': [
+ 'spdy/fuzzing/hpack_example_generator.cc',
+ ],
+ },
+ {
+ 'target_name': 'hpack_fuzz_mutator',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'net',
+ ],
+ 'sources': [
+ 'spdy/fuzzing/hpack_fuzz_mutator.cc',
+ ],
+ },
+ {
+ 'target_name': 'hpack_fuzz_wrapper',
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'net',
+ ],
+ 'sources': [
+ 'spdy/fuzzing/hpack_fuzz_wrapper.cc',
+ ],
+ }
]
}],
['OS=="android"', {
« no previous file with comments | « trunk/src/build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698