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

Side by Side Diff: chrome/renderer/renderer.vcproj

Issue 27222: Chrome side to implement WebMimeRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
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="renderer" 5 Name="renderer"
6 ProjectGUID="{9301A569-5D2B-4D11-9332-B1E30AEACB8D}" 6 ProjectGUID="{9301A569-5D2B-4D11-9332-B1E30AEACB8D}"
7 RootNamespace="renderer" 7 RootNamespace="renderer"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 </File> 335 </File>
336 <File 336 <File
337 RelativePath=".\renderer_main_platform_delegate.h" 337 RelativePath=".\renderer_main_platform_delegate.h"
338 > 338 >
339 </File> 339 </File>
340 <File 340 <File
341 RelativePath=".\renderer_main_platform_delegate_win.cc" 341 RelativePath=".\renderer_main_platform_delegate_win.cc"
342 > 342 >
343 </File> 343 </File>
344 <File 344 <File
345 RelativePath=".\renderer_webkitclient_impl.cc"
346 >
347 </File>
348 <File
349 RelativePath=".\renderer_webkitclient_impl.h"
350 >
351 </File>
352 <File
345 RelativePath=".\user_script_slave.cc" 353 RelativePath=".\user_script_slave.cc"
346 > 354 >
347 </File> 355 </File>
348 <File 356 <File
349 RelativePath=".\user_script_slave.h" 357 RelativePath=".\user_script_slave.h"
350 > 358 >
351 </File> 359 </File>
352 <File 360 <File
353 RelativePath=".\visitedlink_slave.cc" 361 RelativePath=".\visitedlink_slave.cc"
354 > 362 >
(...skipping 15 matching lines...) Expand all
370 > 378 >
371 </File> 379 </File>
372 <File 380 <File
373 RelativePath=".\webplugin_delegate_proxy.h" 381 RelativePath=".\webplugin_delegate_proxy.h"
374 > 382 >
375 </File> 383 </File>
376 </Files> 384 </Files>
377 <Globals> 385 <Globals>
378 </Globals> 386 </Globals>
379 </VisualStudioProject> 387 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698