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

Unified Diff: net/BUILD.gn

Issue 2898983006: Fix and refactor HttpServerPropertiesImpl's alternative services brokenness expiration behavior (Closed)
Patch Set: Created 3 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 01c56f4445816d2fce8b097c03323a6195ad0ddd..e2b645843a2896dc473b1aeb53aca50d13aef966 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -830,6 +830,8 @@ component("net") {
"http/http_basic_state.h",
"http/http_basic_stream.cc",
"http/http_basic_stream.h",
+ "http/http_broken_alternative_services_manager.cc",
+ "http/http_broken_alternative_services_manager.h",
"http/http_cache.cc",
"http/http_cache.h",
"http/http_cache_lookup_manager.cc",
@@ -4443,6 +4445,7 @@ test("net_unittests") {
"http/http_auth_sspi_win_unittest.cc",
"http/http_auth_unittest.cc",
"http/http_basic_state_unittest.cc",
+ "http/http_broken_alternative_services_manager_unittest.cc",
"http/http_byte_range_unittest.cc",
"http/http_cache_lookup_manager_unittest.cc",
"http/http_cache_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698