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

Side by Side Diff: chrome/test/unit/unittests.vcproj

Issue 16482: Refactor the render widget unittest so it can be reused to create a render vi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/renderer/render_widget_unittest.cc ('k') | webkit/glue/chrome_client_impl.h » ('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="unit_tests" 5 Name="unit_tests"
6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}" 6 ProjectGUID="{ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC}"
7 RootNamespace="unit_tests" 7 RootNamespace="unit_tests"
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 </ToolFiles> 15 </ToolFiles>
16 <Configurations> 16 <Configurations>
17 <Configuration 17 <Configuration
18 Name="Debug|Win32" 18 Name="Debug|Win32"
19 ConfigurationType="1" 19 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" 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;$(SolutionDir)..\third_party\icu38\build\using_icu.vspro ps;$(SolutionDir)..\testing\using_gtest.vsprops;..\..\third_party\hunspell\using _hunspell.vsprops;..\..\..\third_party\npapi\using_npapi.vsprops"
21 > 21 >
22 <Tool 22 <Tool
23 Name="VCPreBuildEventTool" 23 Name="VCPreBuildEventTool"
24 /> 24 />
25 <Tool 25 <Tool
26 Name="VCCustomBuildTool" 26 Name="VCCustomBuildTool"
27 /> 27 />
28 <Tool 28 <Tool
29 Name="VCXMLDataGeneratorTool" 29 Name="VCXMLDataGeneratorTool"
30 /> 30 />
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 <Tool 72 <Tool
73 Name="VCWebDeploymentTool" 73 Name="VCWebDeploymentTool"
74 /> 74 />
75 <Tool 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;..\..\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" 82 » » » 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;..\..\..\third_party\npapi \using_npapi.vsprops"
83 > 83 >
84 <Tool 84 <Tool
85 Name="VCPreBuildEventTool" 85 Name="VCPreBuildEventTool"
86 /> 86 />
87 <Tool 87 <Tool
88 Name="VCCustomBuildTool" 88 Name="VCCustomBuildTool"
89 /> 89 />
90 <Tool 90 <Tool
91 Name="VCXMLDataGeneratorTool" 91 Name="VCXMLDataGeneratorTool"
92 /> 92 />
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 RelativePath="..\..\browser\visitedlink_unittest .cc" 285 RelativePath="..\..\browser\visitedlink_unittest .cc"
286 > 286 >
287 </File> 287 </File>
288 </Filter> 288 </Filter>
289 <Filter 289 <Filter
290 Name="TestResourceDispatcher" 290 Name="TestResourceDispatcher"
291 > 291 >
292 <File 292 <File
293 RelativePath="..\..\browser\renderer_host\resour ce_dispatcher_host_unittest.cc" 293 RelativePath="..\..\browser\renderer_host\resour ce_dispatcher_host_unittest.cc"
294 > 294 >
295 <FileConfiguration
296 Name="Debug|Win32"
297 >
298 <Tool
299 Name="VCCLCompilerTool"
300 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
301 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
302 />
303 </FileConfiguration>
304 <FileConfiguration
305 Name="Release|Win32"
306 >
307 <Tool
308 Name="VCCLCompilerTool"
309 ObjectFile="$(IntDir)\$(InputNam e)1.obj"
310 XMLDocumentationFileName="$(IntD ir)\$(InputName)1.xdc"
311 />
312 </FileConfiguration>
313 </File> 295 </File>
314 <File 296 <File
315 RelativePath="..\..\common\resource_dispatcher_u nittest.cc" 297 RelativePath="..\..\common\resource_dispatcher_u nittest.cc"
316 > 298 >
317 </File> 299 </File>
318 </Filter> 300 </Filter>
319 <Filter 301 <Filter
320 Name="TestIPCMessage" 302 Name="TestIPCMessage"
321 > 303 >
322 <File 304 <File
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 <File 1024 <File
1043 RelativePath="..\..\..\googleurl\src\url_parse_u nittest.cc" 1025 RelativePath="..\..\..\googleurl\src\url_parse_u nittest.cc"
1044 > 1026 >
1045 </File> 1027 </File>
1046 <File 1028 <File
1047 RelativePath="..\..\..\googleurl\src\url_util_un ittest.cc" 1029 RelativePath="..\..\..\googleurl\src\url_util_un ittest.cc"
1048 > 1030 >
1049 </File> 1031 </File>
1050 </Filter> 1032 </Filter>
1051 <Filter 1033 <Filter
1052 » » » Name="TestRenderWidget" 1034 » » » Name="TestRenderer"
1053 > 1035 >
1054 <File 1036 <File
1037 RelativePath="..\..\renderer\mock_render_process .h"
1038 >
1039 </File>
1040 <File
1041 RelativePath="..\..\renderer\mock_render_thread. cc"
1042 >
1043 </File>
1044 <File
1045 RelativePath="..\..\renderer\mock_render_thread. h"
1046 >
1047 </File>
1048 <File
1049 RelativePath="..\..\renderer\render_view_unittes t.cc"
1050 >
1051 </File>
1052 <File
1055 RelativePath="..\..\renderer\render_widget_unitt est.cc" 1053 RelativePath="..\..\renderer\render_widget_unitt est.cc"
1056 > 1054 >
1057 </File> 1055 </File>
1058 </Filter> 1056 </Filter>
1059 <Filter 1057 <Filter
1060 Name="TestGreasemonkey" 1058 Name="TestGreasemonkey"
1061 > 1059 >
1062 <File 1060 <File
1063 RelativePath="..\..\browser\greasemonkey_master_ unittest.cc" 1061 RelativePath="..\..\browser\greasemonkey_master_ unittest.cc"
1064 > 1062 >
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 > 1095 >
1098 <File 1096 <File
1099 RelativePath="..\..\common\unzip_unittest.cc" 1097 RelativePath="..\..\common\unzip_unittest.cc"
1100 > 1098 >
1101 </File> 1099 </File>
1102 </Filter> 1100 </Filter>
1103 </Files> 1101 </Files>
1104 <Globals> 1102 <Globals>
1105 </Globals> 1103 </Globals>
1106 </VisualStudioProject> 1104 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/renderer/render_widget_unittest.cc ('k') | webkit/glue/chrome_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698