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

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

Issue 11568: Move skia extensions from the port to skia/ext. (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 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 </File> 1227 </File>
1228 <File 1228 <File
1229 RelativePath="..\..\port\platfor m\graphics\chromium\MediaPlayerPrivateChromium.h" 1229 RelativePath="..\..\port\platfor m\graphics\chromium\MediaPlayerPrivateChromium.h"
1230 > 1230 >
1231 </File> 1231 </File>
1232 <File 1232 <File
1233 RelativePath="..\..\port\platfor m\graphics\chromium\PlatformIcon.h" 1233 RelativePath="..\..\port\platfor m\graphics\chromium\PlatformIcon.h"
1234 > 1234 >
1235 </File> 1235 </File>
1236 </Filter> 1236 </Filter>
1237 <Filter
1238 Name="skia"
1239 >
1240 <Filter
1241 Name="public"
1242 >
1243 <File
1244 RelativePath="..\..\port \platform\graphics\skia\public\BitmapPlatformDevice.h"
1245 >
1246 </File>
1247 <File
1248 RelativePath="..\..\port \platform\graphics\skia\public\BitmapPlatformDeviceWin.cpp"
1249 >
1250 </File>
1251 <File
1252 RelativePath="..\..\port \platform\graphics\skia\public\BitmapPlatformDeviceWin.h"
1253 >
1254 </File>
1255 <File
1256 RelativePath="..\..\port \platform\graphics\skia\public\PlatformCanvas.h"
1257 >
1258 </File>
1259 <File
1260 RelativePath="..\..\port \platform\graphics\skia\public\PlatformCanvasWin.cpp"
1261 >
1262 </File>
1263 <File
1264 RelativePath="..\..\port \platform\graphics\skia\public\PlatformCanvasWin.h"
1265 >
1266 </File>
1267 <File
1268 RelativePath="..\..\port \platform\graphics\skia\public\PlatformDevice.h"
1269 >
1270 </File>
1271 <File
1272 RelativePath="..\..\port \platform\graphics\skia\public\PlatformDeviceWin.cpp"
1273 >
1274 </File>
1275 <File
1276 RelativePath="..\..\port \platform\graphics\skia\public\PlatformDeviceWin.h"
1277 >
1278 </File>
1279 <File
1280 RelativePath="..\..\port \platform\graphics\skia\public\VectorCanvas.cpp"
1281 >
1282 </File>
1283 <File
1284 RelativePath="..\..\port \platform\graphics\skia\public\VectorCanvas.h"
1285 >
1286 </File>
1287 <File
1288 RelativePath="..\..\port \platform\graphics\skia\public\VectorDevice.cpp"
1289 >
1290 </File>
1291 <File
1292 RelativePath="..\..\port \platform\graphics\skia\public\VectorDevice.h"
1293 >
1294 </File>
1295 </Filter>
1296 </Filter>
1297 </Filter> 1237 </Filter>
1298 <Filter 1238 <Filter
1299 Name="image-decoders" 1239 Name="image-decoders"
1300 > 1240 >
1301 <File 1241 <File
1302 RelativePath="..\..\port\platform\image- decoders\ImageDecoder.h" 1242 RelativePath="..\..\port\platform\image- decoders\ImageDecoder.h"
1303 > 1243 >
1304 </File> 1244 </File>
1305 <Filter 1245 <Filter
1306 Name="bmp" 1246 Name="bmp"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 </File> 1425 </File>
1486 <File 1426 <File
1487 RelativePath="..\..\port\history\CachedPage.cpp" 1427 RelativePath="..\..\port\history\CachedPage.cpp"
1488 > 1428 >
1489 </File> 1429 </File>
1490 </Filter> 1430 </Filter>
1491 </Files> 1431 </Files>
1492 <Globals> 1432 <Globals>
1493 </Globals> 1433 </Globals>
1494 </VisualStudioProject> 1434 </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