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

Side by Side Diff: chrome/test/unit/unittests.vcproj

Issue 115930: Clean-up temporary files/folders in firefox importer tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/file_test_utils.cc ('k') | no next file » | 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="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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 </References> 155 </References>
156 <Files> 156 <Files>
157 <Filter 157 <Filter
158 Name="test_infrastructure" 158 Name="test_infrastructure"
159 > 159 >
160 <File 160 <File
161 RelativePath=".\chrome_test_suite.h" 161 RelativePath=".\chrome_test_suite.h"
162 > 162 >
163 </File> 163 </File>
164 <File 164 <File
165 RelativePath="..\file_test_utils.cc"
166 >
167 </File>
168 <File
169 RelativePath="..\file_test_utils.h"
170 >
171 </File>
172 <File
165 RelativePath="..\in_process_browser_test.cc" 173 RelativePath="..\in_process_browser_test.cc"
166 > 174 >
167 </File> 175 </File>
168 <File 176 <File
169 RelativePath="..\in_process_browser_test.h" 177 RelativePath="..\in_process_browser_test.h"
170 > 178 >
171 </File> 179 </File>
172 <File 180 <File
173 RelativePath="..\..\common\ipc_test_sink.cc" 181 RelativePath="..\..\common\ipc_test_sink.cc"
174 > 182 >
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 ObjectFile="$(IntDir)\$(InputNam e)1.obj" 1189 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
1182 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc" 1190 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
1183 /> 1191 />
1184 </FileConfiguration> 1192 </FileConfiguration>
1185 </File> 1193 </File>
1186 </Filter> 1194 </Filter>
1187 </Files> 1195 </Files>
1188 <Globals> 1196 <Globals>
1189 </Globals> 1197 </Globals>
1190 </VisualStudioProject> 1198 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/file_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698