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

Side by Side Diff: chrome/test/unit/unittests.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="unit_tests" 5 Name="unit_tests"
6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}" 6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}"
7 RootNamespace="unit_tests" 7 RootNamespace="unit_tests"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 </File> 1067 </File>
1068 <File 1068 <File
1069 RelativePath="..\..\common\resource_dispatcher_u nittest.cc" 1069 RelativePath="..\..\common\resource_dispatcher_u nittest.cc"
1070 > 1070 >
1071 </File> 1071 </File>
1072 <File 1072 <File
1073 RelativePath="..\..\common\time_format_unittest. cc" 1073 RelativePath="..\..\common\time_format_unittest. cc"
1074 > 1074 >
1075 </File> 1075 </File>
1076 <File 1076 <File
1077 RelativePath="..\..\common\unzip_unittest.cc"
1078 >
1079 </File>
1080 <File
1081 RelativePath="..\..\common\extensions\user_scrip t_unittest.cc" 1077 RelativePath="..\..\common\extensions\user_scrip t_unittest.cc"
1082 > 1078 >
1083 </File> 1079 </File>
1084 <File 1080 <File
1085 RelativePath="..\..\common\worker_thread_ticker_ unittest.cc" 1081 RelativePath="..\..\common\worker_thread_ticker_ unittest.cc"
1086 > 1082 >
1087 </File> 1083 </File>
1084 <File
1085 RelativePath="..\..\common\zip_unittest.cc"
1086 >
1087 </File>
1088 </Filter> 1088 </Filter>
1089 <Filter 1089 <Filter
1090 Name="views" 1090 Name="views"
1091 > 1091 >
1092 <File 1092 <File
1093 RelativePath="..\..\..\views\focus\focus_manager _unittest.cc" 1093 RelativePath="..\..\..\views\focus\focus_manager _unittest.cc"
1094 > 1094 >
1095 </File> 1095 </File>
1096 <File 1096 <File
1097 RelativePath="..\..\..\views\grid_layout_unittes t.cc" 1097 RelativePath="..\..\..\views\grid_layout_unittes t.cc"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 ObjectFile="$(IntDir)\$(InputNam e)1.obj" 1181 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
1182 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc" 1182 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
1183 /> 1183 />
1184 </FileConfiguration> 1184 </FileConfiguration>
1185 </File> 1185 </File>
1186 </Filter> 1186 </Filter>
1187 </Files> 1187 </Files>
1188 <Globals> 1188 <Globals>
1189 </Globals> 1189 </Globals>
1190 </VisualStudioProject> 1190 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698