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

Side by Side Diff: skia/skia.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
« no previous file with comments | « skia/ext/vector_device.cc ('k') | webkit/SConscript.port » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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="skia" 5 Name="skia"
6 ProjectGUID="{CD9CA56E-4E94-444C-87D4-58CA1E6F300D}" 6 ProjectGUID="{CD9CA56E-4E94-444C-87D4-58CA1E6F300D}"
7 RootNamespace="skia" 7 RootNamespace="skia"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 </File> 1298 </File>
1299 <File 1299 <File
1300 RelativePath=".\picture\SkPictureRecord.cpp" 1300 RelativePath=".\picture\SkPictureRecord.cpp"
1301 > 1301 >
1302 </File> 1302 </File>
1303 <File 1303 <File
1304 RelativePath=".\picture\SkPictureRecord.h" 1304 RelativePath=".\picture\SkPictureRecord.h"
1305 > 1305 >
1306 </File> 1306 </File>
1307 </Filter> 1307 </Filter>
1308 <Filter
1309 Name="ext"
1310 >
1311 <File
1312 RelativePath=".\ext\bitmap_platform_device.h"
1313 >
1314 </File>
1315 <File
1316 RelativePath=".\ext\bitmap_platform_device_win.c c"
1317 >
1318 </File>
1319 <File
1320 RelativePath=".\ext\bitmap_platform_device_win.h "
1321 >
1322 </File>
1323 <File
1324 RelativePath=".\ext\platform_canvas.h"
1325 >
1326 </File>
1327 <File
1328 RelativePath=".\ext\platform_canvas_win.cc"
1329 >
1330 </File>
1331 <File
1332 RelativePath=".\ext\platform_canvas_win.h"
1333 >
1334 </File>
1335 <File
1336 RelativePath=".\ext\platform_device.h"
1337 >
1338 </File>
1339 <File
1340 RelativePath=".\ext\platform_device_win.cc"
1341 >
1342 </File>
1343 <File
1344 RelativePath=".\ext\platform_device_win.h"
1345 >
1346 </File>
1347 <File
1348 RelativePath=".\ext\vector_canvas.cc"
1349 >
1350 </File>
1351 <File
1352 RelativePath=".\ext\vector_canvas.h"
1353 >
1354 </File>
1355 <File
1356 RelativePath=".\ext\vector_device.cc"
1357 >
1358 </File>
1359 <File
1360 RelativePath=".\ext\vector_device.h"
1361 >
1362 </File>
1363 </Filter>
1308 <File 1364 <File
1309 RelativePath=".\precompiled.cc" 1365 RelativePath=".\precompiled.cc"
1310 > 1366 >
1311 <FileConfiguration 1367 <FileConfiguration
1312 Name="Debug|Win32" 1368 Name="Debug|Win32"
1313 > 1369 >
1314 <Tool 1370 <Tool
1315 Name="VCCLCompilerTool" 1371 Name="VCCLCompilerTool"
1316 UsePrecompiledHeader="1" 1372 UsePrecompiledHeader="1"
1317 /> 1373 />
1318 </FileConfiguration> 1374 </FileConfiguration>
1319 <FileConfiguration 1375 <FileConfiguration
1320 Name="Release|Win32" 1376 Name="Release|Win32"
1321 ExcludedFromBuild="true" 1377 ExcludedFromBuild="true"
1322 > 1378 >
1323 <Tool 1379 <Tool
1324 Name="VCCLCompilerTool" 1380 Name="VCCLCompilerTool"
1325 /> 1381 />
1326 </FileConfiguration> 1382 </FileConfiguration>
1327 </File> 1383 </File>
1328 </Files> 1384 </Files>
1329 <Globals> 1385 <Globals>
1330 </Globals> 1386 </Globals>
1331 </VisualStudioProject> 1387 </VisualStudioProject>
OLDNEW
« no previous file with comments | « skia/ext/vector_device.cc ('k') | webkit/SConscript.port » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698