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