Title: [161348] trunk/Source/WebCore
Revision
161348
Author
[email protected]
Date
2014-01-06 09:37:26 -0800 (Mon, 06 Jan 2014)

Log Message

[Win] Link error.
https://bugs.webkit.org/show_bug.cgi?id=126526

Patch by [email protected] <[email protected]> on 2014-01-06
Reviewed by Brent Fulgham.

* WebCore.vcxproj/WebCore.vcxproj: Include UserActivity files in build.
* WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161347 => 161348)


--- trunk/Source/WebCore/ChangeLog	2014-01-06 17:22:39 UTC (rev 161347)
+++ trunk/Source/WebCore/ChangeLog	2014-01-06 17:37:26 UTC (rev 161348)
@@ -1,3 +1,13 @@
+2014-01-06  [email protected]  <[email protected]>
+
+        [Win] Link error.
+        https://bugs.webkit.org/show_bug.cgi?id=126526
+
+        Reviewed by Brent Fulgham.
+
+        * WebCore.vcxproj/WebCore.vcxproj: Include UserActivity files in build.
+        * WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.
+
 2014-01-06  Thiago de Barros Lacerda  <[email protected]>
 
         [Nix] Adding screenRect implementation to PlatformScreenNix

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (161347 => 161348)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2014-01-06 17:22:39 UTC (rev 161347)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2014-01-06 17:37:26 UTC (rev 161348)
@@ -7488,6 +7488,7 @@
     <ClCompile Include="..\platform\ThreadGlobalData.cpp" />
     <ClCompile Include="..\platform\ThreadTimers.cpp" />
     <ClCompile Include="..\platform\Timer.cpp" />
+    <ClCompile Include="..\platform\UserActivity.cpp" />
     <ClCompile Include="..\platform\UUID.cpp" />
     <ClCompile Include="..\platform\Widget.cpp" />
     <ClCompile Include="..\platform\win\BitmapInfo.cpp" />
@@ -19229,6 +19230,7 @@
     <ClInclude Include="..\platform\ThreadTimers.h" />
     <ClInclude Include="..\platform\Timer.h" />
     <ClInclude Include="..\platform\TreeShared.h" />
+    <ClInclude Include="..\platform\UserActivity.h" />
     <ClInclude Include="..\platform\UUID.h" />
     <ClInclude Include="..\platform\VisitedLinkStrategy.h" />
     <ClInclude Include="..\platform\Widget.h" />
@@ -21134,4 +21136,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 (161347 => 161348)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2014-01-06 17:22:39 UTC (rev 161347)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2014-01-06 17:37:26 UTC (rev 161348)
@@ -1158,6 +1158,9 @@
     <ClCompile Include="..\platform\Timer.cpp">
       <Filter>platform</Filter>
     </ClCompile>
+    <ClCompile Include="..\platform\UserActivity.cpp">
+      <Filter>platform</Filter>
+    </ClCompile>
     <ClCompile Include="..\platform\UUID.cpp">
       <Filter>platform</Filter>
     </ClCompile>
@@ -8228,6 +8231,9 @@
     <ClInclude Include="..\platform\TreeShared.h">
       <Filter>platform</Filter>
     </ClInclude>
+    <ClInclude Include="..\platform\UserActivity.h">
+      <Filter>platform</Filter>
+    </ClInclude>
     <ClInclude Include="..\platform\UUID.h">
       <Filter>platform</Filter>
     </ClInclude>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to