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

Side by Side Diff: chrome_frame/test/ChromeTab_UnitTests.vcproj

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="chrometab_unittests"
6 ProjectGUID="{BA08FE92-567D-4411-B344-17ADAECA2B5A}"
7 RootNamespace="ChromeTab_UnitTests"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\..\chrome\$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="1"
23 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\skia\using_skia.vsp rops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDi r)..\third_party\libxslt\build\using_libxslt.vsprops;..\..\testing\using_gtest.v sprops;$(SolutionDir)..\chrome\third_party\wtl\using_wtl.vsprops;.\chrometab_uni ttests.vsprops"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
44 MinimalRebuild="true"
45 BasicRuntimeChecks="3"
46 RuntimeLibrary="1"
47 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 Detect64BitPortabilityProblems="false"
50 DebugInformationFormat="4"
51 />
52 <Tool
53 Name="VCManagedResourceCompilerTool"
54 />
55 <Tool
56 Name="VCResourceCompilerTool"
57 />
58 <Tool
59 Name="VCPreLinkEventTool"
60 />
61 <Tool
62 Name="VCLinkerTool"
63 LinkIncremental="2"
64 GenerateDebugInformation="true"
65 SubSystem="1"
66 TargetMachine="1"
67 />
68 <Tool
69 Name="VCALinkTool"
70 />
71 <Tool
72 Name="VCManifestTool"
73 />
74 <Tool
75 Name="VCXDCMakeTool"
76 />
77 <Tool
78 Name="VCBscMakeTool"
79 />
80 <Tool
81 Name="VCFxCopTool"
82 />
83 <Tool
84 Name="VCAppVerifierTool"
85 />
86 <Tool
87 Name="VCPostBuildEventTool"
88 />
89 </Configuration>
90 <Configuration
91 Name="Release|Win32"
92 OutputDirectory="..\..\chrome\$(ConfigurationName)"
93 IntermediateDirectory="$(ConfigurationName)"
94 ConfigurationType="1"
95 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\lib xml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_ libxslt.vsprops;..\..\testing\using_gtest.vsprops;$(SolutionDir)..\chrome\third_ party\wtl\using_wtl.vsprops;$(SolutionDir)..\build\release.vsprops;.\chrometab_u nittests.vsprops"
96 UseOfATL="1"
97 ATLMinimizesCRunTimeLibraryUsage="false"
98 WholeProgramOptimization="1"
99 >
100 <Tool
101 Name="VCPreBuildEventTool"
102 />
103 <Tool
104 Name="VCCustomBuildTool"
105 />
106 <Tool
107 Name="VCXMLDataGeneratorTool"
108 />
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
111 />
112 <Tool
113 Name="VCMIDLTool"
114 />
115 <Tool
116 Name="VCCLCompilerTool"
117 Optimization="2"
118 OmitFramePointers="false"
119 WholeProgramOptimization="false"
120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
121 StringPooling="true"
122 BasicRuntimeChecks="0"
123 RuntimeLibrary="0"
124 UsePrecompiledHeader="0"
125 WarningLevel="3"
126 Detect64BitPortabilityProblems="false"
127 DebugInformationFormat="3"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 LinkIncremental="1"
141 AdditionalLibraryDirectories="$(ConfigurationNam e)\lib;"
142 IgnoreDefaultLibraryNames=""
143 GenerateDebugInformation="true"
144 SubSystem="1"
145 OptimizeReferences="2"
146 EnableCOMDATFolding="2"
147 OptimizeForWindows98="1"
148 TargetMachine="1"
149 />
150 <Tool
151 Name="VCALinkTool"
152 />
153 <Tool
154 Name="VCManifestTool"
155 />
156 <Tool
157 Name="VCXDCMakeTool"
158 />
159 <Tool
160 Name="VCBscMakeTool"
161 />
162 <Tool
163 Name="VCFxCopTool"
164 />
165 <Tool
166 Name="VCAppVerifierTool"
167 />
168 <Tool
169 Name="VCPostBuildEventTool"
170 />
171 </Configuration>
172 </Configurations>
173 <References>
174 </References>
175 <Files>
176 <Filter
177 Name="Source Files"
178 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF} "
180 >
181 <Filter
182 Name="Common"
183 >
184 <File
185 RelativePath=".\cf_test_utils.cc"
186 >
187 </File>
188 <File
189 RelativePath=".\cf_test_utils.h"
190 >
191 </File>
192 <File
193 RelativePath=".\chrometab_unittests.h"
194 >
195 </File>
196 <File
197 RelativePath=".\run_all_unittests.cc"
198 >
199 </File>
200 <File
201 RelativePath="..\..\base\test_suite.h"
202 >
203 </File>
204 <File
205 RelativePath="..\test_utils.cc"
206 >
207 </File>
208 <File
209 RelativePath="..\test_utils.h"
210 >
211 </File>
212 </Filter>
213 <Filter
214 Name="Tests"
215 >
216 <File
217 RelativePath="..\chrome_frame_automation .cc"
218 >
219 </File>
220 <File
221 RelativePath=".\chrometab_unittests.cc"
222 >
223 </File>
224 <File
225 RelativePath="..\com_message_event.cc"
226 >
227 </File>
228 <File
229 RelativePath=".\com_message_event_unitte st.cc"
230 >
231 </File>
232 <File
233 RelativePath=".\function_stub_unittest.c c"
234 >
235 </File>
236 <File
237 RelativePath=".\html_util_unittests.cc"
238 >
239 </File>
240 <File
241 RelativePath="..\html_utils.cc"
242 >
243 </File>
244 <File
245 RelativePath=".\icu_stubs_unittests.cc"
246 >
247 </File>
248 <File
249 RelativePath=".\util_unittests.cc"
250 >
251 </File>
252 <File
253 RelativePath="..\utils.cc"
254 >
255 </File>
256 </Filter>
257 </Filter>
258 <Filter
259 Name="Header Files"
260 Filter="h;hpp;hxx;hm;inl;inc;xsd"
261 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB} "
262 >
263 </Filter>
264 <Filter
265 Name="Resource Files"
266 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg; jpe;resx;tiff;tif;png;wav"
267 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01} "
268 >
269 </Filter>
270 </Files>
271 <Globals>
272 </Globals>
273 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome_frame/sync_msg_reply_dispatcher.cc ('k') | chrome_frame/test/chrome_frame_automation_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698