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

Unified Diff: net/BUILD.gn

Issue 2898983006: Fix and refactor HttpServerPropertiesImpl's alternative services brokenness expiration behavior (Closed)
Patch Set: Added checks for contents of expired_alt_svcs_ in BrokenAlternativeServicesTest 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
« no previous file with comments | « no previous file | net/http/broken_alternative_services.h » ('j') | net/http/broken_alternative_services.h » ('J')
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 01c56f4445816d2fce8b097c03323a6195ad0ddd..044e400c2f7222a25e5004971cdd9657d98d9e54 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -792,6 +792,8 @@ component("net") {
"http/bidirectional_stream_impl.h",
"http/bidirectional_stream_request_info.cc",
"http/bidirectional_stream_request_info.h",
+ "http/broken_alternative_services.cc",
+ "http/broken_alternative_services.h",
"http/des.cc",
"http/des.h",
"http/failing_http_transaction_factory.cc",
@@ -4425,6 +4427,7 @@ test("net_unittests") {
"ftp/ftp_network_transaction_unittest.cc",
"ftp/ftp_util_unittest.cc",
"http/bidirectional_stream_unittest.cc",
+ "http/broken_alternative_services_unittest.cc",
"http/des_unittest.cc",
"http/http_auth_cache_unittest.cc",
"http/http_auth_challenge_tokenizer_unittest.cc",
« no previous file with comments | « no previous file | net/http/broken_alternative_services.h » ('j') | net/http/broken_alternative_services.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698