summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 21:17:16 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 21:17:16 +0000
commit2168a720764a1a223b3ebae4bdc748b83784320c (patch)
treebf74eaa6bf2c2d6f00c71a0685fffc960a9c602c /net
parente05294e5feca88329e5d795bc927da82cd97656a (diff)
downloadchromium_src-2168a720764a1a223b3ebae4bdc748b83784320c.zip
chromium_src-2168a720764a1a223b3ebae4bdc748b83784320c.tar.gz
chromium_src-2168a720764a1a223b3ebae4bdc748b83784320c.tar.bz2
Fix the scons build (file name change).
TBR=rvargas git-svn-id: svn://svn.chromium.org/chrome/trunk/src@962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/SConscript6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/SConscript b/net/SConscript
index bf603ab..2e12a13 100644
--- a/net/SConscript
+++ b/net/SConscript
@@ -94,10 +94,8 @@ if env['PLATFORM'] == 'win32':
'disk_cache/backend_impl.cc',
'disk_cache/block_files.cc',
'disk_cache/entry_impl.cc',
- 'disk_cache/file.cc',
'disk_cache/file_lock.cc',
'disk_cache/hash.cc',
- 'disk_cache/mapped_file.cc',
'disk_cache/mem_backend_impl.cc',
'disk_cache/mem_entry_impl.cc',
'disk_cache/mem_rankings.cc',
@@ -144,6 +142,8 @@ if env['PLATFORM'] == 'win32':
)
input_files.extend([
'disk_cache/cache_util_win.cc',
+ 'disk_cache/file_win.cc',
+ 'disk_cache/mapped_file_win.cc',
'disk_cache/os_file_win.cc',
])
@@ -152,6 +152,8 @@ if env['PLATFORM'] in ('darwin', 'posix'):
# Not quite ready for these, they still pull in net_util.h which
# includes <windows.h>.
#'disk_cache/cache_util_posix.cc',
+ #'disk_cache/file_win.cc_posix',
+ #'disk_cache/mapped_file_posix.cc',
#'disk_cache/os_file_posix.cc',
])