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

Unified Diff: net/net.gyp

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/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 19e6a22e68365ddf002801600c34bd0cc1fa1005..3fc0ef1e689b28048684acc502b53827ec5d49b1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -630,6 +630,10 @@
'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