Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: chrome/common/common.vcproj

Issue 118028: Implements a Zip() utility function. Refactor existing (Closed)
Patch Set: Attempt to get rietveld to recognize copies Created 11 years, 6 months 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
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="common" 5 Name="common"
6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}" 6 ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}"
7 RootNamespace="common" 7 RootNamespace="common"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 </File> 739 </File>
740 <File 740 <File
741 RelativePath=".\transport_dib.h" 741 RelativePath=".\transport_dib.h"
742 > 742 >
743 </File> 743 </File>
744 <File 744 <File
745 RelativePath=".\transport_dib_win.cc" 745 RelativePath=".\transport_dib_win.cc"
746 > 746 >
747 </File> 747 </File>
748 <File 748 <File
749 RelativePath=".\unzip.cc"
750 >
751 </File>
752 <File
753 RelativePath=".\unzip.h"
754 >
755 </File>
756 <File
757 RelativePath=".\url_constants.cc" 749 RelativePath=".\url_constants.cc"
758 > 750 >
759 </File> 751 </File>
760 <File 752 <File
761 RelativePath=".\url_constants.h" 753 RelativePath=".\url_constants.h"
762 > 754 >
763 </File> 755 </File>
764 <File 756 <File
765 RelativePath=".\visitedlink_common.cc" 757 RelativePath=".\visitedlink_common.cc"
766 > 758 >
(...skipping 15 matching lines...) Expand all
782 > 774 >
783 </File> 775 </File>
784 <File 776 <File
785 RelativePath=".\worker_thread_ticker.cc" 777 RelativePath=".\worker_thread_ticker.cc"
786 > 778 >
787 </File> 779 </File>
788 <File 780 <File
789 RelativePath=".\worker_thread_ticker.h" 781 RelativePath=".\worker_thread_ticker.h"
790 > 782 >
791 </File> 783 </File>
784 <File
785 RelativePath=".\zip.cc"
786 >
787 </File>
788 <File
789 RelativePath=".\zip.h"
790 >
791 </File>
792 </Files> 792 </Files>
793 <Globals> 793 <Globals>
794 </Globals> 794 </Globals>
795 </VisualStudioProject> 795 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698