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

Unified Diff: components/cronet/android/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: Move StaleHostResolver into cronet Created 4 years, 6 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
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 2d013b696c348e82808515c2b4ef2c935707b0b5..309228a2bdf1bf5ae57b5dea85bc13dcb3eb6d7f 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -153,6 +153,8 @@ template("cronet_static_tmpl") {
"//components/cronet/android/wrapped_channel_upload_element_reader.h",
"//components/cronet/histogram_manager.cc",
"//components/cronet/histogram_manager.h",
+ "//components/cronet/stale_host_resolver.cc",
+ "//components/cronet/stale_host_resolver.h",
"//components/cronet/url_request_context_config.cc",
"//components/cronet/url_request_context_config.h",
]

Powered by Google App Engine
This is Rietveld 408576698