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

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

Issue 8615: Add support for transformed, stoked, shadowed, filled text. We do this by... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years 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="Port" 5 Name="Port"
6 ProjectGUID="{5597AD47-3494-4750-A235-4F9C2F864700}" 6 ProjectGUID="{5597AD47-3494-4750-A235-4F9C2F864700}"
7 RootNamespace="port" 7 RootNamespace="port"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 </File> 1081 </File>
1082 <File 1082 <File
1083 RelativePath="..\..\port\platform\graphi cs\skia\PlatformContextSkia.cpp" 1083 RelativePath="..\..\port\platform\graphi cs\skia\PlatformContextSkia.cpp"
1084 > 1084 >
1085 </File> 1085 </File>
1086 <File 1086 <File
1087 RelativePath="..\..\port\platform\graphi cs\skia\PlatformContextSkia.h" 1087 RelativePath="..\..\port\platform\graphi cs\skia\PlatformContextSkia.h"
1088 > 1088 >
1089 </File> 1089 </File>
1090 <File 1090 <File
1091 RelativePath="..\..\port\platform\graphi cs\skia\SkiaFontWin.cpp"
1092 >
1093 </File>
1094 <File
1095 RelativePath="..\..\port\platform\graphi cs\skia\SkiaFontWin.h"
1096 >
1097 </File>
1098 <File
1091 RelativePath="..\..\port\platform\graphi cs\skia\SkiaUtils.cpp" 1099 RelativePath="..\..\port\platform\graphi cs\skia\SkiaUtils.cpp"
1092 > 1100 >
1093 </File> 1101 </File>
1094 <File 1102 <File
1095 RelativePath="..\..\port\platform\graphi cs\skia\SkiaUtils.h" 1103 RelativePath="..\..\port\platform\graphi cs\skia\SkiaUtils.h"
1096 > 1104 >
1097 </File> 1105 </File>
1098 <Filter 1106 <Filter
1099 Name="svg" 1107 Name="svg"
1100 > 1108 >
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1402 > 1410 >
1403 <File 1411 <File
1404 RelativePath="..\..\port\history\CachedPage.cpp" 1412 RelativePath="..\..\port\history\CachedPage.cpp"
1405 > 1413 >
1406 </File> 1414 </File>
1407 </Filter> 1415 </Filter>
1408 </Files> 1416 </Files>
1409 <Globals> 1417 <Globals>
1410 </Globals> 1418 </Globals>
1411 </VisualStudioProject> 1419 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698