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

Unified Diff: net/BUILD.gn

Issue 2820573004: Remove the code to store and load QUIC server configs in the disk cache. (Closed)
Patch Set: Fix 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 1c06639bc61288c5d37bbef4f5068f95ccb105bc..0c33989de3a04f9f86ca04cf69a0b18ae1de0723 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -788,8 +788,6 @@ component("net") {
"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",
@@ -4325,7 +4323,6 @@ test("net_unittests") {
"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