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

Side by Side Diff: webkit/build/WebKit/WebKit.vcproj

Issue 93116: Chrome side of using WebPluginListBuilder.... (Closed) Base URL: svn://svn.chromium.org/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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/chromium_bridge_impl.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="WebKit" 5 Name="WebKit"
6 ProjectGUID="{5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65}" 6 ProjectGUID="{5ECEC9E5-8F23-47B6-93E0-C3B328B3BE65}"
7 RootNamespace="WebKit" 7 RootNamespace="WebKit"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 </File> 177 </File>
178 <File 178 <File
179 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebKit.h" 179 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebKit.h"
180 > 180 >
181 </File> 181 </File>
182 <File 182 <File
183 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebKitClient.h" 183 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebKitClient.h"
184 > 184 >
185 </File> 185 </File>
186 <File 186 <File
187 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebPluginListBuilder.h"
188 >
189 </File>
190 <File
187 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebPoint.h" 191 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebPoint.h"
188 > 192 >
189 </File> 193 </File>
190 <File 194 <File
191 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebRect.h" 195 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebRect.h"
192 > 196 >
193 </File> 197 </File>
194 <File 198 <File
195 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebScriptSource.h" 199 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\public\WebScriptSource.h"
196 > 200 >
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 </File> 277 </File>
274 <File 278 <File
275 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebKit.cpp" 279 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebKit.cpp"
276 > 280 >
277 </File> 281 </File>
278 <File 282 <File
279 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebKitPrivate.h" 283 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebKitPrivate.h"
280 > 284 >
281 </File> 285 </File>
282 <File 286 <File
287 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebPluginListBuilderImpl.cpp"
288 >
289 </File>
290 <File
291 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebPluginListBuilderImpl.h"
292 >
293 </File>
294 <File
283 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebString.cpp" 295 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebString.cpp"
284 > 296 >
285 </File> 297 </File>
286 <File 298 <File
287 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebURL.cpp" 299 RelativePath="..\..\..\third_party\WebKi t\WebKit\chromium\src\WebURL.cpp"
288 > 300 >
289 </File> 301 </File>
290 <Filter 302 <Filter
291 Name="win" 303 Name="win"
292 > 304 >
293 <File 305 <File
294 RelativePath="..\..\..\third_par ty\WebKit\WebKit\chromium\src\win\WebInputEventFactory.cpp" 306 RelativePath="..\..\..\third_par ty\WebKit\WebKit\chromium\src\win\WebInputEventFactory.cpp"
295 > 307 >
296 </File> 308 </File>
297 <File 309 <File
298 RelativePath="..\..\..\third_par ty\WebKit\WebKit\chromium\src\win\WebScreenInfoFactory.cpp" 310 RelativePath="..\..\..\third_par ty\WebKit\WebKit\chromium\src\win\WebScreenInfoFactory.cpp"
299 > 311 >
300 </File> 312 </File>
301 </Filter> 313 </Filter>
302 </Filter> 314 </Filter>
303 </Filter> 315 </Filter>
304 </Files> 316 </Files>
305 <Globals> 317 <Globals>
306 </Globals> 318 </Globals>
307 </VisualStudioProject> 319 </VisualStudioProject>
OLDNEW
« no previous file with comments | « chrome/common/render_messages.h ('k') | webkit/glue/chromium_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698