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