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

Unified Diff: 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 | « no previous file | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index a325e9fa58ae53ea8fad8a94b96db64857cb9b56..1c9bb954acc172fdc2c56d5fd2b2375273cbb6ae 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -235,8 +235,6 @@ group("both_gn_and_gyp") {
"//gpu/khronos_glcts_support:khronos_glcts_test",
"//jingle:jingle_unittests",
"//net:hpack_example_generator",
- "//net:hpack_fuzz_mutator",
- "//net:hpack_fuzz_wrapper",
"//ppapi:ppapi_unittests",
"//ppapi/examples/2d",
"//ppapi/examples/audio",
@@ -1044,7 +1042,6 @@ if (!is_ios && !is_android && !is_chromecast) {
if (!is_win) {
deps += [
"//net:dns_fuzz_stub",
- "//net:hpack_fuzz_wrapper",
"//skia:filter_fuzz_stub",
]
}
« no previous file with comments | « no previous file | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698