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

Unified Diff: net/net.gyp

Issue 7646025: Detect file system errors during downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Clang problem by moving MockFileStream method bodies to a cc file. Created 9 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 182d81bf02186cdad1240cfac08c23cebefa2e6f..e2af0777a597f490812d2f72c84d9faf9158932a 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1241,6 +1241,8 @@
'base/cookie_monster_store_test.h',
'base/cookie_store_test_helpers.cc',
'base/cookie_store_test_helpers.h',
+ 'base/mock_file_stream.h',
+ 'base/mock_file_stream.cc',
'base/mock_host_resolver.cc',
'base/mock_host_resolver.h',
'base/net_test_suite.cc',
« chrome/browser/download/download_manager_unittest.cc ('K') | « net/base/mock_file_stream.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698