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

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

Issue 58008: Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h... (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
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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 </File> 659 </File>
660 <File 660 <File
661 RelativePath=".\webkit_glue.cc" 661 RelativePath=".\webkit_glue.cc"
662 > 662 >
663 </File> 663 </File>
664 <File 664 <File
665 RelativePath=".\webkit_glue.h" 665 RelativePath=".\webkit_glue.h"
666 > 666 >
667 </File> 667 </File>
668 <File 668 <File
669 RelativePath=".\webkit_glue_win.cc"
670 >
671 </File>
672 <File
673 RelativePath=".\webkitclient_impl.cc" 669 RelativePath=".\webkitclient_impl.cc"
674 > 670 >
675 </File> 671 </File>
676 <File 672 <File
677 RelativePath=".\webkitclient_impl.h" 673 RelativePath=".\webkitclient_impl.h"
678 > 674 >
679 </File> 675 </File>
680 <File 676 <File
681 RelativePath=".\webmediaplayer_impl.cc" 677 RelativePath=".\webmediaplayer_impl.cc"
682 > 678 >
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 <File 967 <File
972 RelativePath=".\devtools\js\net_agent.js " 968 RelativePath=".\devtools\js\net_agent.js "
973 > 969 >
974 </File> 970 </File>
975 </Filter> 971 </Filter>
976 </Filter> 972 </Filter>
977 </Files> 973 </Files>
978 <Globals> 974 <Globals>
979 </Globals> 975 </Globals>
980 </VisualStudioProject> 976 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698