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

Unified Diff: chrome/test/ui/ui_tests.vcproj

Issue 18417: Add a UI test for "Encoding" menu Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 10 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 side-by-side diff with in-line comments
Download patch
« chrome/test/ui/ui_test.cc ('K') | « chrome/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« chrome/test/ui/ui_test.cc ('K') | « chrome/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698