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

Unified Diff: net/BUILD.gn

Issue 2716393002: Deprecate hpack_table_size flag, remove dead code. (Closed)
Patch Set: Created 3 years, 10 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 | « BUILD.gn ('k') | net/spdy/fuzzing/hpack_fuzz_mutator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 74953f2d4579a8e9bd63c268e1ce1bec4d213385..8c4009f16395a33d3d4d1a8e9becee9d7bfafd78 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2699,38 +2699,6 @@ if (!is_ios && !is_android) {
]
}
- executable("hpack_fuzz_mutator") {
- testonly = true
- sources = [
- "spdy/fuzzing/hpack_fuzz_mutator.cc",
- ]
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
- deps = [
- ":net",
- "//base",
- "//build/config/sanitizers:deps",
- "//build/win:default_exe_manifest",
- ]
- }
-
- executable("hpack_fuzz_wrapper") {
- testonly = true
- sources = [
- "spdy/fuzzing/hpack_fuzz_wrapper.cc",
- ]
-
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
- deps = [
- ":net",
- "//base",
- "//build/config/sanitizers:deps",
- "//build/win:default_exe_manifest",
- ]
- }
-
if (use_v8_in_net) {
executable("net_watcher") {
testonly = true
« no previous file with comments | « BUILD.gn ('k') | net/spdy/fuzzing/hpack_fuzz_mutator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698