Title: [144399] trunk/Source/WebCore
Revision
144399
Author
[email protected]
Date
2013-02-28 17:01:31 -0800 (Thu, 28 Feb 2013)

Log Message

Unreviewed. AppleWin VS2010 build fix.

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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144398 => 144399)


--- trunk/Source/WebCore/ChangeLog	2013-03-01 00:50:37 UTC (rev 144398)
+++ trunk/Source/WebCore/ChangeLog	2013-03-01 01:01:31 UTC (rev 144399)
@@ -68,6 +68,13 @@
 
 2013-02-28  Roger Fong  <[email protected]>
 
+        Unreviewed. AppleWin VS2010 build fix.
+
+        * WebCore.vcxproj/WebCore.vcxproj:
+        * WebCore.vcxproj/WebCore.vcxproj.filters:
+
+2013-02-28  Roger Fong  <[email protected]>
+
         Unreviewed. AppleWin Build fix.
 
         * WebCore.vcproj/WebCore.vcproj:

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (144398 => 144399)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2013-03-01 00:50:37 UTC (rev 144398)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2013-03-01 01:01:31 UTC (rev 144399)
@@ -3538,8 +3538,6 @@
     <ClCompile Include="..\platform\graphics\avfoundation\cf\MediaPlayerPrivateAVFoundationCF.cpp" />
     <ClCompile Include="..\platform\network\AuthenticationChallengeBase.cpp" />
     <ClCompile Include="..\platform\network\BlobData.cpp" />
-    <ClCompile Include="..\platform\network\BlobRegistry.cpp" />
-    <ClCompile Include="..\platform\network\BlobRegistryImpl.cpp" />
     <ClCompile Include="..\platform\network\BlobResourceHandle.cpp" />
     <ClCompile Include="..\platform\network\Credential.cpp" />
     <ClCompile Include="..\platform\network\CredentialStorage.cpp" />
@@ -11127,4 +11125,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (144398 => 144399)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2013-03-01 00:50:37 UTC (rev 144398)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2013-03-01 01:01:31 UTC (rev 144399)
@@ -3237,12 +3237,6 @@
     <ClCompile Include="..\platform\network\BlobData.cpp">
       <Filter>platform\network</Filter>
     </ClCompile>
-    <ClCompile Include="..\platform\network\BlobRegistry.cpp">
-      <Filter>platform\network</Filter>
-    </ClCompile>
-    <ClCompile Include="..\platform\network\BlobRegistryImpl.cpp">
-      <Filter>platform\network</Filter>
-    </ClCompile>
     <ClCompile Include="..\platform\network\BlobResourceHandle.cpp">
       <Filter>platform\network</Filter>
     </ClCompile>
@@ -15270,4 +15264,4 @@
       <Filter>rendering</Filter>
     </CustomBuildStep>
   </ItemGroup>
-</Project>
+</Project>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to