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

Side by Side Diff: base/build/base.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 | « base/base_lib.scons ('k') | base/platform_file.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="base" 5 Name="base"
6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}" 6 ProjectGUID="{1832A374-8A74-4F9E-B536-69A699B3E165}"
7 RootNamespace="base" 7 RootNamespace="base"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 </File> 523 </File>
524 <File 524 <File
525 RelativePath="..\pickle.cc" 525 RelativePath="..\pickle.cc"
526 > 526 >
527 </File> 527 </File>
528 <File 528 <File
529 RelativePath="..\pickle.h" 529 RelativePath="..\pickle.h"
530 > 530 >
531 </File> 531 </File>
532 <File 532 <File
533 RelativePath="..\platform_file.h"
534 >
535 </File>
536 <File
537 RelativePath="..\platform_file_win.cc"
538 >
539 </File>
540 <File
533 RelativePath="..\platform_thread.h" 541 RelativePath="..\platform_thread.h"
534 > 542 >
535 </File> 543 </File>
536 <File 544 <File
537 RelativePath="..\platform_thread_win.cc" 545 RelativePath="..\platform_thread_win.cc"
538 > 546 >
539 </File> 547 </File>
540 <File 548 <File
541 RelativePath="..\port.h" 549 RelativePath="..\port.h"
542 > 550 >
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 > 914 >
907 </File> 915 </File>
908 <File 916 <File
909 RelativePath="..\worker_pool.h" 917 RelativePath="..\worker_pool.h"
910 > 918 >
911 </File> 919 </File>
912 </Files> 920 </Files>
913 <Globals> 921 <Globals>
914 </Globals> 922 </Globals>
915 </VisualStudioProject> 923 </VisualStudioProject>
OLDNEW
« no previous file with comments | « base/base_lib.scons ('k') | base/platform_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698