Title: [154783] trunk/Source/WebCore
- Revision
- 154783
- Author
- [email protected]
- Date
- 2013-08-28 15:49:17 -0700 (Wed, 28 Aug 2013)
Log Message
[WinCairo] Unreviewed build fix.
* WebCore.vcxproj/WebCore.vcxproj: Don't exclude the full screen
window from the build.
* WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (154782 => 154783)
--- trunk/Source/WebCore/ChangeLog 2013-08-28 22:44:23 UTC (rev 154782)
+++ trunk/Source/WebCore/ChangeLog 2013-08-28 22:49:17 UTC (rev 154783)
@@ -1,3 +1,11 @@
+2013-08-28 Brent Fulgham <[email protected]>
+
+ [WinCairo] Unreviewed build fix.
+
+ * WebCore.vcxproj/WebCore.vcxproj: Don't exclude the full screen
+ window from the build.
+ * WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.
+
2013-08-28 Benjamin Poulain <[email protected]>
Fix the build after r154780
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (154782 => 154783)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2013-08-28 22:44:23 UTC (rev 154782)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj 2013-08-28 22:49:17 UTC (rev 154783)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="DebugSuffix|Win32">
@@ -7762,9 +7762,7 @@
<ClCompile Include="..\platform\graphics\win\IntRectWin.cpp" />
<ClCompile Include="..\platform\graphics\win\IntSizeWin.cpp" />
<ClCompile Include="..\platform\graphics\win\MediaPlayerPrivateFullscreenWindow.cpp">
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'">true</ExcludedFromBuild>
- <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\platform\graphics\win\MediaPlayerPrivateQuickTimeVisualContext.cpp">
@@ -21412,4 +21410,4 @@
<ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
</ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (154782 => 154783)
--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters 2013-08-28 22:44:23 UTC (rev 154782)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters 2013-08-28 22:49:17 UTC (rev 154783)
@@ -14835,6 +14835,9 @@
<ClInclude Include="..\rendering\style\StyleCachedImageSet.h">
<Filter>rendering\style</Filter>
</ClInclude>
+ <ClInclude Include="..\dom\ChildIterator.h" />
+ <ClInclude Include="..\dom\DescendantIterator.h" />
+ <ClInclude Include="..\dom\DescendantIteratorAssertions.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\css\CSSGrammar.y.in">
@@ -15784,4 +15787,4 @@
<Filter>plugins\win</Filter>
</MASM>
</ItemGroup>
-</Project>
+</Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes