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

Side by Side Diff: webkit/activex_shim/activex_shim.vcproj

Issue 62089: Moving activex shim to gyp. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « webkit/activex_shim/activex_shim.gyp ('k') | webkit/activex_shim_dll/activex_shim_dll.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="activex_shim"
6 ProjectGUID="{F4F4BCAA-EA59-445C-A119-3E6C29647A51}"
7 RootNamespace="activex_shim"
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 ConfigurationType="4"
21 InheritedPropertySheets="$(SolutionDir)..\build\debug.vs props;.\activex_shim.vsprops"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCXMLDataGeneratorTool"
31 />
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 PreprocessorDefinitions="TRACK_INTERFACE"
41 />
42 <Tool
43 Name="VCManagedResourceCompilerTool"
44 />
45 <Tool
46 Name="VCResourceCompilerTool"
47 />
48 <Tool
49 Name="VCPreLinkEventTool"
50 />
51 <Tool
52 Name="VCLibrarianTool"
53 />
54 <Tool
55 Name="VCALinkTool"
56 />
57 <Tool
58 Name="VCXDCMakeTool"
59 />
60 <Tool
61 Name="VCBscMakeTool"
62 />
63 <Tool
64 Name="VCFxCopTool"
65 />
66 <Tool
67 Name="VCPostBuildEventTool"
68 />
69 </Configuration>
70 <Configuration
71 Name="Release|Win32"
72 ConfigurationType="4"
73 InheritedPropertySheets="$(SolutionDir)..\build\release. vsprops;.\activex_shim.vsprops"
74 >
75 <Tool
76 Name="VCPreBuildEventTool"
77 />
78 <Tool
79 Name="VCCustomBuildTool"
80 />
81 <Tool
82 Name="VCXMLDataGeneratorTool"
83 />
84 <Tool
85 Name="VCWebServiceProxyGeneratorTool"
86 />
87 <Tool
88 Name="VCMIDLTool"
89 />
90 <Tool
91 Name="VCCLCompilerTool"
92 />
93 <Tool
94 Name="VCManagedResourceCompilerTool"
95 />
96 <Tool
97 Name="VCResourceCompilerTool"
98 />
99 <Tool
100 Name="VCPreLinkEventTool"
101 />
102 <Tool
103 Name="VCLibrarianTool"
104 />
105 <Tool
106 Name="VCALinkTool"
107 />
108 <Tool
109 Name="VCXDCMakeTool"
110 />
111 <Tool
112 Name="VCBscMakeTool"
113 />
114 <Tool
115 Name="VCFxCopTool"
116 />
117 <Tool
118 Name="VCPostBuildEventTool"
119 />
120 </Configuration>
121 </Configurations>
122 <References>
123 </References>
124 <Files>
125 <File
126 RelativePath=".\activex_plugin.cc"
127 >
128 </File>
129 <File
130 RelativePath=".\activex_plugin.h"
131 >
132 </File>
133 <File
134 RelativePath=".\activex_shared.cc"
135 >
136 </File>
137 <File
138 RelativePath=".\activex_shared.h"
139 >
140 </File>
141 <File
142 RelativePath=".\activex_util.cc"
143 >
144 </File>
145 <File
146 RelativePath=".\activex_util.h"
147 >
148 </File>
149 <File
150 RelativePath=".\dispatch_object.cc"
151 >
152 </File>
153 <File
154 RelativePath=".\dispatch_object.h"
155 >
156 </File>
157 <File
158 RelativePath=".\ihtmldocument_impl.h"
159 >
160 </File>
161 <File
162 RelativePath=".\iwebbrowser_impl.h"
163 >
164 </File>
165 <File
166 RelativePath=".\npn_scripting.cc"
167 >
168 </File>
169 <File
170 RelativePath=".\npn_scripting.h"
171 >
172 </File>
173 <File
174 RelativePath=".\npp_impl.cc"
175 >
176 </File>
177 <File
178 RelativePath=".\npp_impl.h"
179 >
180 </File>
181 <File
182 RelativePath=".\README"
183 >
184 </File>
185 <File
186 RelativePath=".\web_activex_container.cc"
187 >
188 </File>
189 <File
190 RelativePath=".\web_activex_container.h"
191 >
192 </File>
193 <File
194 RelativePath=".\web_activex_site.cc"
195 >
196 </File>
197 <File
198 RelativePath=".\web_activex_site.h"
199 >
200 </File>
201 </Files>
202 <Globals>
203 </Globals>
204 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/activex_shim/activex_shim.gyp ('k') | webkit/activex_shim_dll/activex_shim_dll.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698