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

Unified Diff: net/net.gyp

Issue 743713002: Cronet Fix Channel Write after Close when request is canceled after success. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and address Matt's comments. Created 6 years 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 8bfcc7b28e9e5c22ad592b073545324cf7ce9c46..2b8faade9bfa1f7d1cc7174b85007b628f40b912 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -959,6 +959,8 @@
'test/spawned_test_server/spawner_communicator.h',
'test/url_request/url_request_failed_job.cc',
'test/url_request/url_request_failed_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_mock_http_job.cc',
'test/url_request/url_request_mock_http_job.h',
'url_request/test_url_fetcher_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698