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

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

Issue 8843: Add write and read/write support to FileStream (renamed from FileInputStream)... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 | « net/base/upload_data_stream.cc ('k') | net/build/net_unittests.vcproj » ('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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 </File> 262 </File>
263 <File 263 <File
264 RelativePath="..\base\ev_root_ca_metadata.cc" 264 RelativePath="..\base\ev_root_ca_metadata.cc"
265 > 265 >
266 </File> 266 </File>
267 <File 267 <File
268 RelativePath="..\base\ev_root_ca_metadata.h" 268 RelativePath="..\base\ev_root_ca_metadata.h"
269 > 269 >
270 </File> 270 </File>
271 <File 271 <File
272 » » » » RelativePath="..\base\file_input_stream.h" 272 » » » » RelativePath="..\base\file_stream.h"
273 > 273 >
274 </File> 274 </File>
275 <File 275 <File
276 » » » » RelativePath="..\base\file_input_stream_win.cc" 276 » » » » RelativePath="..\base\file_stream_win.cc"
277 > 277 >
278 </File> 278 </File>
279 <File 279 <File
280 RelativePath="..\base\filter.cc" 280 RelativePath="..\base\filter.cc"
281 > 281 >
282 </File> 282 </File>
283 <File 283 <File
284 RelativePath="..\base\filter.h" 284 RelativePath="..\base\filter.h"
285 > 285 >
286 </File> 286 </File>
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 </File> 946 </File>
947 <File 947 <File
948 RelativePath="..\disk_cache\mem_rankings.cc" 948 RelativePath="..\disk_cache\mem_rankings.cc"
949 > 949 >
950 </File> 950 </File>
951 <File 951 <File
952 RelativePath="..\disk_cache\mem_rankings.h" 952 RelativePath="..\disk_cache\mem_rankings.h"
953 > 953 >
954 </File> 954 </File>
955 <File 955 <File
956 RelativePath="..\disk_cache\os_file.h"
957 >
958 </File>
959 <File
960 RelativePath="..\disk_cache\os_file_win.cc"
961 >
962 </File>
963 <File
964 RelativePath="..\disk_cache\rankings.cc" 956 RelativePath="..\disk_cache\rankings.cc"
965 > 957 >
966 </File> 958 </File>
967 <File 959 <File
968 RelativePath="..\disk_cache\rankings.h" 960 RelativePath="..\disk_cache\rankings.h"
969 > 961 >
970 </File> 962 </File>
971 <File 963 <File
972 RelativePath="..\disk_cache\stats.cc" 964 RelativePath="..\disk_cache\stats.cc"
973 > 965 >
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 </File> 1022 </File>
1031 <File 1023 <File
1032 RelativePath="..\proxy\proxy_service.h" 1024 RelativePath="..\proxy\proxy_service.h"
1033 > 1025 >
1034 </File> 1026 </File>
1035 </Filter> 1027 </Filter>
1036 </Files> 1028 </Files>
1037 <Globals> 1029 <Globals>
1038 </Globals> 1030 </Globals>
1039 </VisualStudioProject> 1031 </VisualStudioProject>
OLDNEW
« no previous file with comments | « net/base/upload_data_stream.cc ('k') | net/build/net_unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698