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

Unified Diff: net/net.gyp

Issue 10701050: net: Implement canceling of all async operations in FileStream. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 11d3e86b07f00901f5f03d6bda001ed6900b5ad8..8e26bb0ccddb8be8f994692c6e1dfbbf02fea95e 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -134,17 +134,17 @@
'base/expiring_cache.h',
'base/file_stream.cc',
'base/file_stream.h',
+ 'base/file_stream_context.cc',
+ 'base/file_stream_context.h',
+ 'base/file_stream_context_posix.cc',
+ 'base/file_stream_context_win.cc',
'base/file_stream_metrics.cc',
'base/file_stream_metrics.h',
'base/file_stream_metrics_posix.cc',
'base/file_stream_metrics_win.cc',
'base/file_stream_net_log_parameters.cc',
'base/file_stream_net_log_parameters.h',
- 'base/file_stream_posix.cc',
- 'base/file_stream_posix.h',
'base/file_stream_whence.h',
- 'base/file_stream_win.cc',
- 'base/file_stream_win.h',
'base/filter.cc',
'base/filter.h',
'base/gzip_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698