| 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",
|
|
|