Title: [150667] trunk/Source/WebCore
Revision
150667
Author
ander...@apple.com
Date
2013-05-24 16:46:04 -0700 (Fri, 24 May 2013)

Log Message

Fix Windows build.

* WebCore.vcproj/WebCore.vcproj:
* WebCore.vcxproj/WebCore.vcxproj:
* WebCore.vcxproj/WebCore.vcxproj.filters:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (150666 => 150667)


--- trunk/Source/WebCore/ChangeLog	2013-05-24 23:37:12 UTC (rev 150666)
+++ trunk/Source/WebCore/ChangeLog	2013-05-24 23:46:04 UTC (rev 150667)
@@ -1,3 +1,11 @@
+2013-05-24  Anders Carlsson  <ander...@apple.com>
+
+        Fix Windows build.
+
+        * WebCore.vcproj/WebCore.vcproj:
+        * WebCore.vcxproj/WebCore.vcxproj:
+        * WebCore.vcxproj/WebCore.vcxproj.filters:
+
 2013-05-24  Tim Horton  <timothy_hor...@apple.com>
 
         Animated GIFs don't repaint after TiledCoreAnimationDrawingArea un-suspends painting

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (150666 => 150667)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2013-05-24 23:37:12 UTC (rev 150666)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2013-05-24 23:46:04 UTC (rev 150667)
@@ -29730,14 +29730,6 @@
 				Name="cf"
 				>
 				<File
-					RelativePath="..\platform\cf\BinaryPropertyList.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\platform\cf\BinaryPropertyList.h"
-					>
-				</File>
-				<File
 					RelativePath="..\platform\cf\FileSystemCF.cpp"
 					>
 				</File>
@@ -75010,18 +75002,6 @@
 				RelativePath="..\history\PageCache.h"
 				>
 			</File>
-			<Filter
-				Name="cf"
-				>
-				<File
-					RelativePath="..\history\cf\HistoryPropertyList.cpp"
-					>
-				</File>
-				<File
-					RelativePath="..\history\cf\HistoryPropertyList.h"
-					>
-				</File>
-			</Filter>
 		</Filter>
 		<Filter
 			Name="storage"

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (150666 => 150667)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2013-05-24 23:37:12 UTC (rev 150666)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2013-05-24 23:46:04 UTC (rev 150667)
@@ -4222,7 +4222,6 @@
     <ClCompile Include="..\platform\win\WheelEventWin.cpp" />
     <ClCompile Include="..\platform\win\WidgetWin.cpp" />
     <ClCompile Include="..\platform\win\WindowMessageBroadcaster.cpp" />
-    <ClCompile Include="..\platform\cf\BinaryPropertyList.cpp" />
     <ClCompile Include="..\platform\cf\FileSystemCF.cpp" />
     <ClCompile Include="..\platform\cf\KURLCFNet.cpp" />
     <ClCompile Include="..\platform\cf\SharedBufferCF.cpp" />
@@ -10242,7 +10241,6 @@
     <ClCompile Include="..\history\CachedPage.cpp" />
     <ClCompile Include="..\history\HistoryItem.cpp" />
     <ClCompile Include="..\history\PageCache.cpp" />
-    <ClCompile Include="..\history\cf\HistoryPropertyList.cpp" />
     <ClCompile Include="..\storage\Storage.cpp" />
     <ClCompile Include="..\storage\StorageAreaImpl.cpp" />
     <ClCompile Include="..\storage\StorageAreaSync.cpp" />
@@ -11612,7 +11610,6 @@
     <ClInclude Include="..\platform\win\WindowMessageBroadcaster.h" />
     <ClInclude Include="..\platform\win\WindowMessageListener.h" />
     <ClInclude Include="..\platform\win\WindowsTouch.h" />
-    <ClInclude Include="..\platform\cf\BinaryPropertyList.h" />
     <ClInclude Include="..\platform\cf\win\CertificateCFWin.h" />
     <ClInclude Include="..\platform\graphics\BitmapImage.h" />
     <ClInclude Include="..\platform\graphics\Color.h" />
@@ -13165,7 +13162,6 @@
     <ClInclude Include="..\history\CachedPage.h" />
     <ClInclude Include="..\history\HistoryItem.h" />
     <ClInclude Include="..\history\PageCache.h" />
-    <ClInclude Include="..\history\cf\HistoryPropertyList.h" />
     <ClInclude Include="..\storage\Storage.h" />
     <ClInclude Include="..\storage\StorageArea.h" />
     <ClInclude Include="..\storage\StorageAreaImpl.h" />

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (150666 => 150667)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2013-05-24 23:37:12 UTC (rev 150666)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2013-05-24 23:46:04 UTC (rev 150667)
@@ -259,9 +259,6 @@
     <Filter Include="history">
       <UniqueIdentifier>{6f39dedf-2d3a-414e-83fe-7bf64f911cfb}</UniqueIdentifier>
     </Filter>
-    <Filter Include="history\cf">
-      <UniqueIdentifier>{99868b4c-8965-4d92-bddf-31bd5cf62812}</UniqueIdentifier>
-    </Filter>
     <Filter Include="storage">
       <UniqueIdentifier>{e5121f0f-9548-4aa4-b23c-23d197118a0d}</UniqueIdentifier>
     </Filter>
@@ -4890,9 +4887,6 @@
     <ClCompile Include="..\history\PageCache.cpp">
       <Filter>history</Filter>
     </ClCompile>
-    <ClCompile Include="..\history\cf\HistoryPropertyList.cpp">
-      <Filter>history\cf</Filter>
-    </ClCompile>
     <ClCompile Include="..\storage\Storage.cpp">
       <Filter>storage</Filter>
     </ClCompile>
@@ -5184,9 +5178,6 @@
     <ClCompile Include="..\platform\cf\SharedBufferCF.cpp">
       <Filter>platform\cf</Filter>
     </ClCompile>
-    <ClCompile Include="..\platform\cf\BinaryPropertyList.cpp">
-      <Filter>platform\cf</Filter>
-    </ClCompile>
     <ClCompile Include="..\platform\cf\FileSystemCF.cpp">
       <Filter>platform\cf</Filter>
     </ClCompile>
@@ -12138,9 +12129,6 @@
     <ClInclude Include="..\history\PageCache.h">
       <Filter>history</Filter>
     </ClInclude>
-    <ClInclude Include="..\history\cf\HistoryPropertyList.h">
-      <Filter>history\cf</Filter>
-    </ClInclude>
     <ClInclude Include="..\storage\Storage.h">
       <Filter>storage</Filter>
     </ClInclude>
@@ -12691,9 +12679,6 @@
     <ClInclude Include="..\svg\SVGAnimatedTypeAnimator.h">
       <Filter>rendering\svg</Filter>
     </ClInclude>
-    <ClInclude Include="..\platform\cf\BinaryPropertyList.h">
-      <Filter>platform\cf</Filter>
-    </ClInclude>
     <ClInclude Include="..\platform\cf\win\CertificateCFWin.h">
       <Filter>platform\cf\win</Filter>
     </ClInclude>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to