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

Unified Diff: components/cronet/ios/BUILD.gn

Issue 1898873006: Cronet: Use stale DNS cache entries experimentally. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dns_stale2
Patch Set: Resolve merge conflict. Created 4 years, 4 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
« no previous file with comments | « components/cronet/cronet_static.gypi ('k') | components/cronet/stale_host_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/BUILD.gn
diff --git a/components/cronet/ios/BUILD.gn b/components/cronet/ios/BUILD.gn
index f360d8b1f3c8425c726d8647c9a66dc85b61bb8c..ca48d5bab724ab30266adedefbeadfeb14aed20a 100644
--- a/components/cronet/ios/BUILD.gn
+++ b/components/cronet/ios/BUILD.gn
@@ -40,6 +40,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_bidirectional_stream.cc",
@@ -126,6 +128,7 @@ test("cronet_unittests") {
sources = [
"//components/cronet/histogram_manager_unittest.cc",
"//components/cronet/run_all_unittests.cc",
+ "//components/cronet/stale_host_resolver_unittest.cc",
"//components/cronet/url_request_context_config_unittest.cc",
]
« no previous file with comments | « components/cronet/cronet_static.gypi ('k') | components/cronet/stale_host_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698