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

Unified Diff: components/cronet.gypi

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 | « no previous file | components/cronet/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index 5fead387c54a3b9b99f898e42709e4b7565c4567..0bb1305ff86b7f96b7e64ffc6959b697d5844c45 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -602,9 +602,10 @@
],
'sources': [
'cronet/android/cert/cert_verifier_cache_serializer_unittest.cc',
+ 'cronet/histogram_manager_unittest.cc',
'cronet/run_all_unittests.cc',
+ 'cronet/stale_host_resolver_unittest.cc',
'cronet/url_request_context_config_unittest.cc',
- 'cronet/histogram_manager_unittest.cc',
],
},
{
@@ -830,6 +831,8 @@
'cronet/ios/cronet_c_for_grpc.cc',
'cronet/ios/cronet_environment.cc',
'cronet/ios/cronet_environment.h',
+ 'cronet/stale_host_resolver.cc',
+ 'cronet/stale_host_resolver.h',
'cronet/url_request_context_config.cc',
'cronet/url_request_context_config.h',
],
« no previous file with comments | « no previous file | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698