| Index: components/cronet/ios/BUILD.gn
|
| diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
|
| index be173c3bbc5127a03aa69c8ea3a5ca8fd8cfe3d9..90ea1954393914a58ffe9fe1c40e20ad6118e303 100644
|
| --- a/components/cronet/ios/BUILD.gn
|
| +++ b/components/cronet/ios/BUILD.gn
|
| @@ -37,6 +37,8 @@ source_set("cronet_sources") {
|
| sources = [
|
| "../histogram_manager.cc",
|
| "../histogram_manager.h",
|
| + "../stale_host_resolver.cc",
|
| + "../stale_host_resolver.h",
|
| "../url_request_context_config.cc",
|
| "../url_request_context_config.h",
|
| "Cronet.h",
|
|
|