Skip to content

Commit fd0be49

Browse files
author
Brent Fulgham
committed
Unreviewed build change after r83945.
New 'PlatformPathCairo.cpp' was not added to the WinCairo build. * WebCore.vcproj/WebCore.vcproj: Add missing file to WinCairo build. Exclude for standard Apple build. Canonical link: https://commits.webkit.org/73785@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84044 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 774d483 commit fd0be49

2 files changed

Lines changed: 81 additions & 0 deletions

File tree

Source/WebCore/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2011-04-15 Brent Fulgham <bfulgham@webkit.org>
2+
3+
Unreviewed build change after r83945.
4+
5+
New 'PlatformPathCairo.cpp' was not added to the WinCairo build.
6+
7+
* WebCore.vcproj/WebCore.vcproj: Add missing file to WinCairo
8+
build. Exclude for standard Apple build.
9+
110
2011-04-15 Anders Carlsson <andersca@apple.com>
211

312
Reviewed by Dan Bernstein.

Source/WebCore/WebCore.vcproj/WebCore.vcproj

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28887,6 +28887,78 @@
2888728887
/>
2888828888
</FileConfiguration>
2888928889
</File>
28890+
<File
28891+
RelativePath="..\platform\graphics\cairo\PlatformPathCairo.cpp"
28892+
>
28893+
<FileConfiguration
28894+
Name="Debug|Win32"
28895+
ExcludedFromBuild="true"
28896+
>
28897+
<Tool
28898+
Name="VCCLCompilerTool"
28899+
/>
28900+
</FileConfiguration>
28901+
<FileConfiguration
28902+
Name="Release|Win32"
28903+
ExcludedFromBuild="true"
28904+
>
28905+
<Tool
28906+
Name="VCCLCompilerTool"
28907+
/>
28908+
</FileConfiguration>
28909+
<FileConfiguration
28910+
Name="Debug_All|Win32"
28911+
ExcludedFromBuild="true"
28912+
>
28913+
<Tool
28914+
Name="VCCLCompilerTool"
28915+
/>
28916+
</FileConfiguration>
28917+
<FileConfiguration
28918+
Name="Production|Win32"
28919+
ExcludedFromBuild="true"
28920+
>
28921+
<Tool
28922+
Name="VCCLCompilerTool"
28923+
/>
28924+
</FileConfiguration>
28925+
</File>
28926+
<File
28927+
RelativePath="..\platform\graphics\cairo\PlatformPathCairo.h"
28928+
>
28929+
<FileConfiguration
28930+
Name="Debug|Win32"
28931+
ExcludedFromBuild="true"
28932+
>
28933+
<Tool
28934+
Name="VCCustomBuildTool"
28935+
/>
28936+
</FileConfiguration>
28937+
<FileConfiguration
28938+
Name="Release|Win32"
28939+
ExcludedFromBuild="true"
28940+
>
28941+
<Tool
28942+
Name="VCCustomBuildTool"
28943+
/>
28944+
</FileConfiguration>
28945+
<FileConfiguration
28946+
Name="Debug_All|Win32"
28947+
ExcludedFromBuild="true"
28948+
>
28949+
<Tool
28950+
Name="VCCustomBuildTool"
28951+
/>
28952+
</FileConfiguration>
28953+
<FileConfiguration
28954+
Name="Production|Win32"
28955+
ExcludedFromBuild="true"
28956+
>
28957+
<Tool
28958+
Name="VCCustomBuildTool"
28959+
/>
28960+
</FileConfiguration>
28961+
</File>
2889028962
<File
2889128963
RelativePath="..\platform\graphics\cairo\RefPtrCairo.cpp"
2889228964
>

0 commit comments

Comments
 (0)