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

Side by Side Diff: chrome/test/browser/browser_tests_dll.vcproj

Issue 99097: Adding browser tests, for which the DLL is unloaded after each test (take 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/chrome.sln ('k') | chrome/test/browser/browser_tests_launcher.cc » ('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="browser_tests_dll" 5 Name="browser_tests_dll"
6 ProjectGUID="{D7589D0D-304E-4589-85A4-153B7D84B07F}" 6 ProjectGUID="{D7589D0D-304E-4589-85A4-153B7D84B07F}"
7 RootNamespace="browser_tests_dll" 7 RootNamespace="browser_tests_dll"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 RelativePath="..\..\tools\build\win\precompiled_ wtl.cc" 169 RelativePath="..\..\tools\build\win\precompiled_ wtl.cc"
170 > 170 >
171 <FileConfiguration 171 <FileConfiguration
172 Name="Debug|Win32" 172 Name="Debug|Win32"
173 > 173 >
174 <Tool 174 <Tool
175 Name="VCCLCompilerTool" 175 Name="VCCLCompilerTool"
176 UsePrecompiledHeader="1" 176 UsePrecompiledHeader="1"
177 /> 177 />
178 </FileConfiguration> 178 </FileConfiguration>
179 <FileConfiguration
180 Name="Release|Win32"
181 >
182 <Tool
183 Name="VCCLCompilerTool"
184 UsePrecompiledHeader="1"
185 />
186 </FileConfiguration>
179 </File> 187 </File>
180 <File 188 <File
181 RelativePath="..\..\tools\build\win\precompiled_ wtl.h" 189 RelativePath="..\..\tools\build\win\precompiled_ wtl.h"
182 > 190 >
183 </File> 191 </File>
184 <File 192 <File
185 RelativePath=".\run_all_unittests.cc" 193 RelativePath=".\run_all_unittests.cc"
186 > 194 >
187 </File> 195 </File>
188 <File 196 <File
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 > 295 >
288 <File 296 <File
289 RelativePath="..\..\browser\views\find_bar_win_b rowsertest.cc" 297 RelativePath="..\..\browser\views\find_bar_win_b rowsertest.cc"
290 > 298 >
291 </File> 299 </File>
292 </Filter> 300 </Filter>
293 </Files> 301 </Files>
294 <Globals> 302 <Globals>
295 </Globals> 303 </Globals>
296 </VisualStudioProject> 304 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/chrome.sln ('k') | chrome/test/browser/browser_tests_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698