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

Unified Diff: net/BUILD.gn

Issue 1984723002: Support setReadTimeout in CronetHttpURLConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 389ffbb9f86f56b1d882de9852eb81342966ef33..fad5ab211660021012b810cbf261aef683e2b8d3 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -590,6 +590,10 @@ source_set("test_support") {
"test/url_request/ssl_certificate_error_job.h",
"test/url_request/url_request_failed_job.cc",
"test/url_request/url_request_failed_job.h",
+ "test/url_request/url_request_hanging_connect_job.cc",
+ "test/url_request/url_request_hanging_connect_job.h",
+ "test/url_request/url_request_hanging_read_job.cc",
+ "test/url_request/url_request_hanging_read_job.h",
"test/url_request/url_request_mock_data_job.cc",
"test/url_request/url_request_mock_data_job.h",
"test/url_request/url_request_slow_download_job.cc",

Powered by Google App Engine
This is Rietveld 408576698