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

Side by Side 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, 9 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
« chrome/test/ui/ui_test.cc ('K') | « chrome/test/ui/ui_test.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="9.00"
5 Name="ui_tests" 5 Name="ui_tests"
6 ProjectGUID="{76235B67-1C27-4627-8A33-4B2E1EF93EDE}" 6 ProjectGUID="{76235B67-1C27-4627-8A33-4B2E1EF93EDE}"
7 RootNamespace="ui_tests" 7 RootNamespace="ui_tests"
8 TargetFrameworkVersion="131072"
8 > 9 >
9 <Platforms> 10 <Platforms>
10 <Platform 11 <Platform
11 Name="Win32" 12 Name="Win32"
12 /> 13 />
13 </Platforms> 14 </Platforms>
14 <ToolFiles> 15 <ToolFiles>
15 </ToolFiles> 16 </ToolFiles>
16 <Configurations> 17 <Configurations>
17 <Configuration 18 <Configuration
(...skipping 25 matching lines...) Expand all
43 /> 44 />
44 <Tool 45 <Tool
45 Name="VCResourceCompilerTool" 46 Name="VCResourceCompilerTool"
46 /> 47 />
47 <Tool 48 <Tool
48 Name="VCPreLinkEventTool" 49 Name="VCPreLinkEventTool"
49 /> 50 />
50 <Tool 51 <Tool
51 Name="VCLinkerTool" 52 Name="VCLinkerTool"
52 AdditionalDependencies="winmm.lib" 53 AdditionalDependencies="winmm.lib"
54 RandomizedBaseAddress="1"
55 DataExecutionPrevention="0"
53 /> 56 />
54 <Tool 57 <Tool
55 Name="VCALinkTool" 58 Name="VCALinkTool"
56 /> 59 />
57 <Tool 60 <Tool
58 Name="VCManifestTool" 61 Name="VCManifestTool"
59 /> 62 />
60 <Tool 63 <Tool
61 Name="VCXDCMakeTool" 64 Name="VCXDCMakeTool"
62 /> 65 />
63 <Tool 66 <Tool
64 Name="VCBscMakeTool" 67 Name="VCBscMakeTool"
65 /> 68 />
66 <Tool 69 <Tool
67 Name="VCFxCopTool" 70 Name="VCFxCopTool"
68 /> 71 />
69 <Tool 72 <Tool
70 Name="VCAppVerifierTool" 73 Name="VCAppVerifierTool"
71 /> 74 />
72 <Tool 75 <Tool
73 Name="VCWebDeploymentTool"
74 />
75 <Tool
76 Name="VCPostBuildEventTool" 76 Name="VCPostBuildEventTool"
77 /> 77 />
78 </Configuration> 78 </Configuration>
79 <Configuration 79 <Configuration
80 Name="Release|Win32" 80 Name="Release|Win32"
81 ConfigurationType="1" 81 ConfigurationType="1"
82 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libxm l\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_li bxslt.vsprops;..\..\tools\build\win\unit_test.vsprops;..\..\tools\build\win\ui_t est.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_part y\icu38\build\using_icu.vsprops;$(SolutionDir)\tools\build\win\js_engine.vsprops ;$(SolutionDir)..\testing\using_gtest.vsprops" 82 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libxm l\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_li bxslt.vsprops;..\..\tools\build\win\unit_test.vsprops;..\..\tools\build\win\ui_t est.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_part y\icu38\build\using_icu.vsprops;$(SolutionDir)\tools\build\win\js_engine.vsprops ;$(SolutionDir)..\testing\using_gtest.vsprops"
83 > 83 >
84 <Tool 84 <Tool
85 Name="VCPreBuildEventTool" 85 Name="VCPreBuildEventTool"
(...skipping 19 matching lines...) Expand all
105 /> 105 />
106 <Tool 106 <Tool
107 Name="VCResourceCompilerTool" 107 Name="VCResourceCompilerTool"
108 /> 108 />
109 <Tool 109 <Tool
110 Name="VCPreLinkEventTool" 110 Name="VCPreLinkEventTool"
111 /> 111 />
112 <Tool 112 <Tool
113 Name="VCLinkerTool" 113 Name="VCLinkerTool"
114 AdditionalDependencies="winmm.lib" 114 AdditionalDependencies="winmm.lib"
115 RandomizedBaseAddress="1"
116 DataExecutionPrevention="0"
115 /> 117 />
116 <Tool 118 <Tool
117 Name="VCALinkTool" 119 Name="VCALinkTool"
118 /> 120 />
119 <Tool 121 <Tool
120 Name="VCManifestTool" 122 Name="VCManifestTool"
121 /> 123 />
122 <Tool 124 <Tool
123 Name="VCXDCMakeTool" 125 Name="VCXDCMakeTool"
124 /> 126 />
125 <Tool 127 <Tool
126 Name="VCBscMakeTool" 128 Name="VCBscMakeTool"
127 /> 129 />
128 <Tool 130 <Tool
129 Name="VCFxCopTool" 131 Name="VCFxCopTool"
130 /> 132 />
131 <Tool 133 <Tool
132 Name="VCAppVerifierTool" 134 Name="VCAppVerifierTool"
133 /> 135 />
134 <Tool 136 <Tool
135 Name="VCWebDeploymentTool"
136 />
137 <Tool
138 Name="VCPostBuildEventTool" 137 Name="VCPostBuildEventTool"
139 /> 138 />
140 </Configuration> 139 </Configuration>
141 </Configurations> 140 </Configurations>
142 <References> 141 <References>
143 </References> 142 </References>
144 <Files> 143 <Files>
145 <Filter 144 <Filter
146 Name="Common" 145 Name="Common"
147 > 146 >
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 </Filter> 251 </Filter>
253 <Filter 252 <Filter
254 Name="TestIFrame" 253 Name="TestIFrame"
255 > 254 >
256 <File 255 <File
257 RelativePath="..\..\browser\iframe_uitest.cc" 256 RelativePath="..\..\browser\iframe_uitest.cc"
258 > 257 >
259 </File> 258 </File>
260 </Filter> 259 </Filter>
261 <Filter 260 <Filter
262 Name="TestCache"
263 >
264 <File
265 RelativePath="..\..\common\net\cache_uitest.cc"
266 >
267 </File>
268 </Filter>
269 <Filter
270 Name="TestSanity" 261 Name="TestSanity"
271 > 262 >
272 <File 263 <File
273 RelativePath="..\..\browser\sanity_uitest.cc" 264 RelativePath="..\..\browser\sanity_uitest.cc"
274 > 265 >
275 </File> 266 </File>
276 </Filter> 267 </Filter>
277 <Filter 268 <Filter
278 Name="TestAutomationProxy" 269 Name="TestAutomationProxy"
279 > 270 >
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 </File> 526 </File>
536 </Filter> 527 </Filter>
537 <Filter 528 <Filter
538 Name="TestHistory" 529 Name="TestHistory"
539 > 530 >
540 <File 531 <File
541 RelativePath=".\history_uitest.cc" 532 RelativePath=".\history_uitest.cc"
542 > 533 >
543 </File> 534 </File>
544 </Filter> 535 </Filter>
536 <Filter
537 Name="TestBrowserEncoding"
538 >
539 <File
540 RelativePath="..\..\browser\browser_encoding_uit est.cc"
541 >
Johnny(Jianning) Ding 2009/03/09 12:31:46 only needs to add browser_encoding_uitest.cc in th
542 </File>
543 <Filter
544 Name="TestCache"
545 >
546 <File
547 RelativePath="..\..\common\net\cache_uit est.cc"
548 >
549 </File>
550 </Filter>
551 </Filter>
545 </Files> 552 </Files>
546 <Globals> 553 <Globals>
547 </Globals> 554 </Globals>
548 </VisualStudioProject> 555 </VisualStudioProject>
OLDNEW
« 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