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

Unified Diff: net/BUILD.gn

Issue 2821053004: Revert of Remove the code to store and load QUIC server configs in the disk cache. (Closed)
Patch Set: Created 3 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 5e4b046e5caedd4fb422001082e54009bceccdfe..28477ee62f3afd246bdc466f4ea4346495454ef6 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -788,6 +788,8 @@
"http/bidirectional_stream_request_info.h",
"http/des.cc",
"http/des.h",
+ "http/disk_cache_based_quic_server_info.cc",
+ "http/disk_cache_based_quic_server_info.h",
"http/failing_http_transaction_factory.cc",
"http/failing_http_transaction_factory.h",
"http/http_auth.cc",
@@ -4322,6 +4324,7 @@
"ftp/ftp_util_unittest.cc",
"http/bidirectional_stream_unittest.cc",
"http/des_unittest.cc",
+ "http/disk_cache_based_quic_server_info_unittest.cc",
"http/http_auth_cache_unittest.cc",
"http/http_auth_challenge_tokenizer_unittest.cc",
"http/http_auth_controller_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698