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

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

Issue 4057: Adds MSAA/IAccessible exposure of web content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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
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="Glue" 5 Name="Glue"
6 ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}" 6 ProjectGUID="{C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09}"
7 RootNamespace="glue" 7 RootNamespace="glue"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 </File> 362 </File>
363 <File 363 <File
364 RelativePath="..\..\glue\feed_preview.cc" 364 RelativePath="..\..\glue\feed_preview.cc"
365 > 365 >
366 </File> 366 </File>
367 <File 367 <File
368 RelativePath="..\..\glue\feed_preview.h" 368 RelativePath="..\..\glue\feed_preview.h"
369 > 369 >
370 </File> 370 </File>
371 <File 371 <File
372 RelativePath="..\..\glue\glue_accessibility.cc"
373 >
374 </File>
375 <File
376 RelativePath="..\..\glue\glue_accessibility.h"
377 >
378 </File>
379 <File
372 RelativePath="..\..\glue\glue_serialize.cc" 380 RelativePath="..\..\glue\glue_serialize.cc"
373 > 381 >
374 </File> 382 </File>
375 <File 383 <File
376 RelativePath="..\..\glue\glue_serialize.h" 384 RelativePath="..\..\glue\glue_serialize.h"
377 > 385 >
378 </File> 386 </File>
379 <File 387 <File
380 RelativePath="..\..\glue\glue_util.cc" 388 RelativePath="..\..\glue\glue_util.cc"
381 > 389 >
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 </File> 678 </File>
671 <File 679 <File
672 RelativePath="..\..\glue\plugins\webplugin_deleg ate_impl.h" 680 RelativePath="..\..\glue\plugins\webplugin_deleg ate_impl.h"
673 > 681 >
674 </File> 682 </File>
675 </Filter> 683 </Filter>
676 </Files> 684 </Files>
677 <Globals> 685 <Globals>
678 </Globals> 686 </Globals>
679 </VisualStudioProject> 687 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698