Chromium Code Reviews| Index: chrome/test/ui/ui_tests.vcproj |
| =================================================================== |
| --- chrome/test/ui/ui_tests.vcproj (revision 10924) |
| +++ chrome/test/ui/ui_tests.vcproj (working copy) |
| @@ -1,10 +1,11 @@ |
| <?xml version="1.0" encoding="Windows-1252"?> |
| <VisualStudioProject |
| ProjectType="Visual C++" |
| - Version="8.00" |
| + Version="9.00" |
| Name="ui_tests" |
| ProjectGUID="{76235B67-1C27-4627-8A33-4B2E1EF93EDE}" |
| RootNamespace="ui_tests" |
| + TargetFrameworkVersion="131072" |
| > |
| <Platforms> |
| <Platform |
| @@ -50,6 +51,8 @@ |
| <Tool |
| Name="VCLinkerTool" |
| AdditionalDependencies="winmm.lib" |
| + RandomizedBaseAddress="1" |
| + DataExecutionPrevention="0" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| @@ -70,9 +73,6 @@ |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| - Name="VCWebDeploymentTool" |
| - /> |
| - <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| @@ -112,6 +112,8 @@ |
| <Tool |
| Name="VCLinkerTool" |
| AdditionalDependencies="winmm.lib" |
| + RandomizedBaseAddress="1" |
| + DataExecutionPrevention="0" |
| /> |
| <Tool |
| Name="VCALinkTool" |
| @@ -132,9 +134,6 @@ |
| Name="VCAppVerifierTool" |
| /> |
| <Tool |
| - Name="VCWebDeploymentTool" |
| - /> |
| - <Tool |
| Name="VCPostBuildEventTool" |
| /> |
| </Configuration> |
| @@ -259,14 +258,6 @@ |
| </File> |
| </Filter> |
| <Filter |
| - Name="TestCache" |
| - > |
| - <File |
| - RelativePath="..\..\common\net\cache_uitest.cc" |
| - > |
| - </File> |
| - </Filter> |
| - <Filter |
| Name="TestSanity" |
| > |
| <File |
| @@ -542,6 +533,22 @@ |
| > |
| </File> |
| </Filter> |
| + <Filter |
| + Name="TestBrowserEncoding" |
| + > |
| + <File |
| + RelativePath="..\..\browser\browser_encoding_uitest.cc" |
| + > |
|
Johnny(Jianning) Ding
2009/03/09 12:31:46
only needs to add browser_encoding_uitest.cc in th
|
| + </File> |
| + <Filter |
| + Name="TestCache" |
| + > |
| + <File |
| + RelativePath="..\..\common\net\cache_uitest.cc" |
| + > |
| + </File> |
| + </Filter> |
| + </Filter> |
| </Files> |
| <Globals> |
| </Globals> |