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

Side by Side Diff: chrome/test/interactive_ui/interactive_ui.vcproj

Issue 27122: Another attempt at landing the new browser focus interactive ui tests (Closed) Base URL: svn://chrome-svn/chrome/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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/in_process_browser_test.cc ('k') | chrome/test/ui_test_utils.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="interactive_ui_tests" 5 Name="interactive_ui_tests"
6 ProjectGUID="{018D4F38-6272-448F-A864-976DA09F05D0}" 6 ProjectGUID="{018D4F38-6272-448F-A864-976DA09F05D0}"
7 RootNamespace="manual_ui" 7 RootNamespace="manual_ui"
8 > 8 >
9 <Platforms> 9 <Platforms>
10 <Platform 10 <Platform
11 Name="Win32" 11 Name="Win32"
12 /> 12 />
13 </Platforms> 13 </Platforms>
14 <ToolFiles> 14 <ToolFiles>
15 <ToolFile
16 RelativePath="..\..\tools\build\win\version.rules"
17 />
15 </ToolFiles> 18 </ToolFiles>
16 <Configurations> 19 <Configurations>
17 <Configuration 20 <Configuration
18 Name="Debug|Win32" 21 Name="Debug|Win32"
22 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
19 ConfigurationType="1" 23 ConfigurationType="1"
20 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;..\..\tools\build\win\precompiled_wt l.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\l ibpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops; $(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\bui ld\using_libxml.vsprops;..\..\..\third_party\icu38\build\using_icu.vsprops;$(Sol utionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using_hunspel l.vsprops" 24 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;..\..\tools\build\win\precompiled_wt l.vsprops;..\..\tools\build\win\unit_test.vsprops;$(SolutionDir)..\third_party\l ibpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops; $(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libxml\bui ld\using_libxml.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vspro ps;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using _hunspell.vsprops;..\..\installer\util\using_util.vsprops;..\..\..\third_party\n papi\using_npapi.vsprops"
21 > 25 >
22 <Tool 26 <Tool
23 Name="VCPreBuildEventTool" 27 Name="VCPreBuildEventTool"
24 /> 28 />
25 <Tool 29 <Tool
26 Name="VCCustomBuildTool" 30 Name="VCCustomBuildTool"
27 /> 31 />
28 <Tool 32 <Tool
33 Name="Version"
34 />
35 <Tool
29 Name="VCXMLDataGeneratorTool" 36 Name="VCXMLDataGeneratorTool"
30 /> 37 />
31 <Tool 38 <Tool
32 Name="VCWebServiceProxyGeneratorTool" 39 Name="VCWebServiceProxyGeneratorTool"
33 /> 40 />
34 <Tool 41 <Tool
35 Name="VCMIDLTool" 42 Name="VCMIDLTool"
36 /> 43 />
37 <Tool 44 <Tool
38 Name="VCCLCompilerTool" 45 Name="VCCLCompilerTool"
39 /> 46 />
40 <Tool 47 <Tool
41 Name="VCManagedResourceCompilerTool" 48 Name="VCManagedResourceCompilerTool"
42 /> 49 />
43 <Tool 50 <Tool
44 Name="VCResourceCompilerTool" 51 Name="VCResourceCompilerTool"
52 AdditionalIncludeDirectories="$(SolutionDir)..;& quot;$(IntDir)&quot;;&quot;$(IntDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(In tDir)\..\&quot;"
45 /> 53 />
46 <Tool 54 <Tool
47 Name="VCPreLinkEventTool" 55 Name="VCPreLinkEventTool"
48 /> 56 />
49 <Tool 57 <Tool
50 Name="VCLinkerTool" 58 Name="VCLinkerTool"
59 AdditionalDependencies="winmm.lib"
51 /> 60 />
52 <Tool 61 <Tool
53 Name="VCALinkTool" 62 Name="VCALinkTool"
54 /> 63 />
55 <Tool 64 <Tool
56 Name="VCManifestTool" 65 Name="VCManifestTool"
57 /> 66 />
58 <Tool 67 <Tool
59 Name="VCXDCMakeTool" 68 Name="VCXDCMakeTool"
60 /> 69 />
61 <Tool 70 <Tool
62 Name="VCBscMakeTool" 71 Name="VCBscMakeTool"
63 /> 72 />
64 <Tool 73 <Tool
65 Name="VCFxCopTool" 74 Name="VCFxCopTool"
66 /> 75 />
67 <Tool 76 <Tool
68 Name="VCAppVerifierTool" 77 Name="VCAppVerifierTool"
69 /> 78 />
70 <Tool 79 <Tool
71 Name="VCWebDeploymentTool" 80 Name="VCWebDeploymentTool"
72 /> 81 />
73 <Tool 82 <Tool
74 Name="VCPostBuildEventTool" 83 Name="VCPostBuildEventTool"
75 /> 84 />
76 </Configuration> 85 </Configuration>
77 <Configuration 86 <Configuration
78 Name="Release|Win32" 87 Name="Release|Win32"
79 ConfigurationType="1" 88 ConfigurationType="1"
80 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;..\..\tools\build\win\unit_test.vs props;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\ third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(S olutionDir)..\third_party\libxml\build\using_libxml.vsprops;..\..\..\third_party \icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops;..\. .\third_party\hunspell\using_hunspell.vsprops" 89 » » » InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;..\..\tools\build\win\unit_test.vs props;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\ third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(S olutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\thi rd_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vspr ops;..\..\third_party\hunspell\using_hunspell.vsprops;..\..\installer\util\using _util.vsprops;..\..\..\third_party\npapi\using_npapi.vsprops"
81 > 90 >
82 <Tool 91 <Tool
83 Name="VCPreBuildEventTool" 92 Name="VCPreBuildEventTool"
84 /> 93 />
85 <Tool 94 <Tool
86 Name="VCCustomBuildTool" 95 Name="VCCustomBuildTool"
87 /> 96 />
88 <Tool 97 <Tool
98 Name="Version"
99 />
100 <Tool
89 Name="VCXMLDataGeneratorTool" 101 Name="VCXMLDataGeneratorTool"
90 /> 102 />
91 <Tool 103 <Tool
92 Name="VCWebServiceProxyGeneratorTool" 104 Name="VCWebServiceProxyGeneratorTool"
93 /> 105 />
94 <Tool 106 <Tool
95 Name="VCMIDLTool" 107 Name="VCMIDLTool"
96 /> 108 />
97 <Tool 109 <Tool
98 Name="VCCLCompilerTool" 110 Name="VCCLCompilerTool"
99 /> 111 />
100 <Tool 112 <Tool
101 Name="VCManagedResourceCompilerTool" 113 Name="VCManagedResourceCompilerTool"
102 /> 114 />
103 <Tool 115 <Tool
104 Name="VCResourceCompilerTool" 116 Name="VCResourceCompilerTool"
117 AdditionalIncludeDirectories="$(SolutionDir)..;& quot;$(IntDir)&quot;;&quot;$(IntDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(In tDir)\..\&quot;"
105 /> 118 />
106 <Tool 119 <Tool
107 Name="VCPreLinkEventTool" 120 Name="VCPreLinkEventTool"
108 /> 121 />
109 <Tool 122 <Tool
110 Name="VCLinkerTool" 123 Name="VCLinkerTool"
111 AdditionalDependencies="winmm.lib" 124 AdditionalDependencies="winmm.lib"
112 /> 125 />
113 <Tool 126 <Tool
114 Name="VCALinkTool" 127 Name="VCALinkTool"
(...skipping 21 matching lines...) Expand all
136 /> 149 />
137 </Configuration> 150 </Configuration>
138 </Configurations> 151 </Configurations>
139 <References> 152 <References>
140 </References> 153 </References>
141 <Files> 154 <Files>
142 <Filter 155 <Filter
143 Name="Common" 156 Name="Common"
144 > 157 >
145 <File 158 <File
159 RelativePath="..\in_process_browser_test.cc"
160 >
161 </File>
162 <File
163 RelativePath="..\in_process_browser_test.h"
164 >
165 </File>
166 <File
146 RelativePath="..\ui\npapi_test_helper.cc" 167 RelativePath="..\ui\npapi_test_helper.cc"
147 > 168 >
148 </File> 169 </File>
149 <File 170 <File
150 RelativePath="..\ui\npapi_test_helper.h" 171 RelativePath="..\ui\npapi_test_helper.h"
151 > 172 >
152 </File> 173 </File>
153 <File 174 <File
154 RelativePath="..\..\tools\build\win\precompiled_ wtl.cc" 175 RelativePath="..\..\tools\build\win\precompiled_ wtl.cc"
155 > 176 >
(...skipping 28 matching lines...) Expand all
184 </File> 205 </File>
185 <File 206 <File
186 RelativePath="..\ui\ui_test.h" 207 RelativePath="..\ui\ui_test.h"
187 > 208 >
188 </File> 209 </File>
189 <File 210 <File
190 RelativePath="..\ui\ui_test_suite.cc" 211 RelativePath="..\ui\ui_test_suite.cc"
191 > 212 >
192 </File> 213 </File>
193 <File 214 <File
215 RelativePath="..\ui_test_utils.cc"
216 >
217 </File>
218 <File
219 RelativePath="..\ui_test_utils.h"
220 >
221 </File>
222 <File
194 RelativePath=".\view_event_test_base.cc" 223 RelativePath=".\view_event_test_base.cc"
195 > 224 >
196 </File> 225 </File>
197 <File 226 <File
198 RelativePath=".\view_event_test_base.h" 227 RelativePath=".\view_event_test_base.h"
199 > 228 >
200 </File> 229 </File>
201 </Filter> 230 </Filter>
202 <Filter 231 <Filter
232 Name="resources"
233 >
234 <File
235 RelativePath="..\..\..\webkit\glue\resources\ali asb.cur"
236 >
237 </File>
238 <File
239 RelativePath="$(OutDir)\grit_derived_sources\bro wser_resources.rc"
240 >
241 </File>
242 <File
243 RelativePath="..\..\..\webkit\glue\resources\cel l.cur"
244 >
245 </File>
246 <File
247 RelativePath="..\..\app\chrome_dll.rc"
248 >
249 </File>
250 <File
251 RelativePath="..\..\app\chrome_dll_resource.h"
252 >
253 </File>
254 <File
255 RelativePath="..\..\app\chrome_dll_version.rc.ve rsion"
256 >
257 </File>
258 <File
259 RelativePath="..\..\..\webkit\glue\resources\col _resize.cur"
260 >
261 </File>
262 <File
263 RelativePath="$(OutDir)\grit_derived_sources\com mon_resources.rc"
264 >
265 </File>
266 <File
267 RelativePath="..\..\..\webkit\glue\resources\cop y.cur"
268 >
269 </File>
270 <File
271 RelativePath="$(OutDir)\grit_derived_sources\deb ugger_resources.rc"
272 >
273 </File>
274 <File
275 RelativePath="$(OutDir)\grit_derived_sources\net _resources.rc"
276 >
277 </File>
278 <File
279 RelativePath="$(OutDir)\grit_derived_sources\ren derer_resources.rc"
280 >
281 </File>
282 <File
283 RelativePath="..\data\resource.h"
284 >
285 </File>
286 <File
287 RelativePath="..\data\resource.rc"
288 >
289 </File>
290 <File
291 RelativePath="..\..\..\webkit\glue\resources\row _resize.cur"
292 >
293 </File>
294 <File
295 RelativePath="..\..\..\webkit\glue\resources\ver tical_text.cur"
296 >
297 </File>
298 <File
299 RelativePath="$(OutDir)\grit_derived_sources\web kit_resources.rc"
300 >
301 </File>
302 <File
303 RelativePath="..\..\..\webkit\glue\resources\zoo m_in.cur"
304 >
305 </File>
306 <File
307 RelativePath="..\..\..\webkit\glue\resources\zoo m_out.cur"
308 >
309 </File>
310 </Filter>
311 <Filter
203 Name="TestBookmarkBarView" 312 Name="TestBookmarkBarView"
204 > 313 >
205 <File 314 <File
206 RelativePath="..\..\browser\views\bookmark_bar_v iew_test.cc" 315 RelativePath="..\..\browser\views\bookmark_bar_v iew_test.cc"
207 > 316 >
208 </File> 317 </File>
209 </Filter> 318 </Filter>
210 <Filter 319 <Filter
211 Name="TestFindInPage" 320 Name="TestFindInPage"
212 > 321 >
(...skipping 27 matching lines...) Expand all
240 > 349 >
241 <File 350 <File
242 RelativePath=".\npapi_interactive_test.cc" 351 RelativePath=".\npapi_interactive_test.cc"
243 > 352 >
244 </File> 353 </File>
245 </Filter> 354 </Filter>
246 </Files> 355 </Files>
247 <Globals> 356 <Globals>
248 </Globals> 357 </Globals>
249 </VisualStudioProject> 358 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/test/in_process_browser_test.cc ('k') | chrome/test/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698