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

Side by Side Diff: net/build/net.vcproj

Issue 14183: Disk cache: move eviction code to a separate file.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/disk_cache/backend_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="net" 5 Name="net"
6 ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}" 6 ProjectGUID="{326E9795-E760-410A-B69A-3F79DB3F5243}"
7 RootNamespace="net" 7 RootNamespace="net"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 </File> 898 </File>
899 <File 899 <File
900 RelativePath="..\disk_cache\entry_impl.h" 900 RelativePath="..\disk_cache\entry_impl.h"
901 > 901 >
902 </File> 902 </File>
903 <File 903 <File
904 RelativePath="..\disk_cache\errors.h" 904 RelativePath="..\disk_cache\errors.h"
905 > 905 >
906 </File> 906 </File>
907 <File 907 <File
908 RelativePath="..\disk_cache\eviction.cc"
909 >
910 </File>
911 <File
912 RelativePath="..\disk_cache\eviction.h"
913 >
914 </File>
915 <File
908 RelativePath="..\disk_cache\file.h" 916 RelativePath="..\disk_cache\file.h"
909 > 917 >
910 </File> 918 </File>
911 <File 919 <File
912 RelativePath="..\disk_cache\file_block.h" 920 RelativePath="..\disk_cache\file_block.h"
913 > 921 >
914 </File> 922 </File>
915 <File 923 <File
916 RelativePath="..\disk_cache\file_lock.cc" 924 RelativePath="..\disk_cache\file_lock.cc"
917 > 925 >
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 </File> 1050 </File>
1043 <File 1051 <File
1044 RelativePath="..\proxy\proxy_service.h" 1052 RelativePath="..\proxy\proxy_service.h"
1045 > 1053 >
1046 </File> 1054 </File>
1047 </Filter> 1055 </Filter>
1048 </Files> 1056 </Files>
1049 <Globals> 1057 <Globals>
1050 </Globals> 1058 </Globals>
1051 </VisualStudioProject> 1059 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | net/disk_cache/backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698