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

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

Issue 11244: Move PlatformCanvas and PlatformDevice from base/gfx to webkit/port. I left h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 </File> 1059 </File>
1060 <File 1060 <File
1061 RelativePath="..\..\port\platfor m\graphics\chromium\MediaPlayerPrivateChromium.h" 1061 RelativePath="..\..\port\platfor m\graphics\chromium\MediaPlayerPrivateChromium.h"
1062 > 1062 >
1063 </File> 1063 </File>
1064 <File 1064 <File
1065 RelativePath="..\..\port\platfor m\graphics\chromium\PlatformIcon.h" 1065 RelativePath="..\..\port\platfor m\graphics\chromium\PlatformIcon.h"
1066 > 1066 >
1067 </File> 1067 </File>
1068 </Filter> 1068 </Filter>
1069 <Filter
1070 Name="skia"
1071 >
1072 <Filter
1073 Name="public"
1074 >
1075 <File
1076 RelativePath="..\..\port \platform\graphics\skia\public\BitmapPlatformDevice.h"
1077 >
1078 </File>
1079 <File
1080 RelativePath="..\..\port \platform\graphics\skia\public\BitmapPlatformDeviceWin.cpp"
1081 >
1082 </File>
1083 <File
1084 RelativePath="..\..\port \platform\graphics\skia\public\BitmapPlatformDeviceWin.h"
1085 >
1086 </File>
1087 <File
1088 RelativePath="..\..\port \platform\graphics\skia\public\PlatformCanvas.h"
1089 >
1090 </File>
1091 <File
1092 RelativePath="..\..\port \platform\graphics\skia\public\PlatformCanvasWin.cpp"
1093 >
1094 </File>
1095 <File
1096 RelativePath="..\..\port \platform\graphics\skia\public\PlatformCanvasWin.h"
1097 >
1098 </File>
1099 <File
1100 RelativePath="..\..\port \platform\graphics\skia\public\PlatformDevice.h"
1101 >
1102 </File>
1103 <File
1104 RelativePath="..\..\port \platform\graphics\skia\public\PlatformDeviceWin.cpp"
1105 >
1106 </File>
1107 <File
1108 RelativePath="..\..\port \platform\graphics\skia\public\PlatformDeviceWin.h"
1109 >
1110 </File>
1111 <File
1112 RelativePath="..\..\port \platform\graphics\skia\public\VectorCanvas.cpp"
1113 >
1114 </File>
1115 <File
1116 RelativePath="..\..\port \platform\graphics\skia\public\VectorCanvas.h"
1117 >
1118 </File>
1119 <File
1120 RelativePath="..\..\port \platform\graphics\skia\public\VectorDevice.cpp"
1121 >
1122 </File>
1123 <File
1124 RelativePath="..\..\port \platform\graphics\skia\public\VectorDevice.h"
1125 >
1126 </File>
1127 </Filter>
1128 </Filter>
1069 </Filter> 1129 </Filter>
1070 <Filter 1130 <Filter
1071 Name="image-decoders" 1131 Name="image-decoders"
1072 > 1132 >
1073 <File 1133 <File
1074 RelativePath="..\..\port\platform\image- decoders\ImageDecoder.h" 1134 RelativePath="..\..\port\platform\image- decoders\ImageDecoder.h"
1075 > 1135 >
1076 </File> 1136 </File>
1077 <Filter 1137 <Filter
1078 Name="bmp" 1138 Name="bmp"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 </File> 1317 </File>
1258 <File 1318 <File
1259 RelativePath="..\..\port\history\CachedPage.cpp" 1319 RelativePath="..\..\port\history\CachedPage.cpp"
1260 > 1320 >
1261 </File> 1321 </File>
1262 </Filter> 1322 </Filter>
1263 </Files> 1323 </Files>
1264 <Globals> 1324 <Globals>
1265 </Globals> 1325 </Globals>
1266 </VisualStudioProject> 1326 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/SConscript.port ('k') | webkit/port/platform/graphics/skia/public/BitmapPlatformDevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698