diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 18:30:22 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 18:30:22 +0000 |
commit | 408d35f5f5c316b2f8df12be606a8ff8921ba5ca (patch) | |
tree | 44323772354a63ac53bb48997523abf37707ef1e /net/build/net.vcproj | |
parent | 9fa3c108d312d6664c51f02f203bc60fd4750156 (diff) | |
download | chromium_src-408d35f5f5c316b2f8df12be606a8ff8921ba5ca.zip chromium_src-408d35f5f5c316b2f8df12be606a8ff8921ba5ca.tar.gz chromium_src-408d35f5f5c316b2f8df12be606a8ff8921ba5ca.tar.bz2 |
Move remaining OS dependent bits from the main logic on the disk cache.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build/net.vcproj')
-rw-r--r-- | net/build/net.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 4a2064b..47f34cd 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -761,6 +761,14 @@ > </File> <File + RelativePath="..\disk_cache\cache_util.h" + > + </File> + <File + RelativePath="..\disk_cache\cache_util_win.cc" + > + </File> + <File RelativePath="..\disk_cache\disk_cache.h" > </File> @@ -841,6 +849,14 @@ > </File> <File + RelativePath="..\disk_cache\os_file.h" + > + </File> + <File + RelativePath="..\disk_cache\os_file_win.cc" + > + </File> + <File RelativePath="..\disk_cache\rankings.cc" > </File> |