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

Unified Diff: net/SConscript

Issue 3077: posix copydirectory implementation (Closed)
Patch Set: rebased Created 12 years, 3 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
« base/file_util_posix.cc ('K') | « base/file_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/SConscript
diff --git a/net/SConscript b/net/SConscript
index b735894c37e7531b05de28a401fc3fbff84e6fce..33e5d54241adb622a63b48dbe109a68df224caae 100644
--- a/net/SConscript
+++ b/net/SConscript
@@ -225,6 +225,7 @@ unittest_files = [
'base/run_all_unittests.cc',
'base/test_completion_callback_unittest.cc',
'disk_cache/addr_unittest.cc',
+ 'disk_cache/backend_unittest.cc',
'disk_cache/block_files_unittest.cc',
'disk_cache/disk_cache_test_base.cc',
'disk_cache/disk_cache_test_util.cc',
@@ -243,7 +244,6 @@ if env['PLATFORM'] == 'win32':
'base/ssl_client_socket_unittest.cc',
'base/tcp_client_socket_unittest.cc',
'base/wininet_util_unittest.cc',
- 'disk_cache/backend_unittest.cc',
'http/http_cache_unittest.cc',
'http/http_network_layer_unittest.cc',
'http/http_network_transaction_unittest.cc',
« base/file_util_posix.cc ('K') | « base/file_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698