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

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: Add integration test, rebase, format, &c. Created 4 years, 5 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 6992d613c319c2b07fe9880e386e09021664904e..8358344df023394e4dc30d91d20a00b16909f84a 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -171,6 +171,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",
]
@@ -692,6 +694,7 @@ test("cronet_unittests") {
"//components/cronet/android/cert/cert_verifier_cache_serializer_unittest.cc",
"//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",
]

Powered by Google App Engine
This is Rietveld 408576698