Title: [176852] trunk/Source/WTF
Revision
176852
Author
[email protected]
Date
2014-12-05 10:46:56 -0800 (Fri, 05 Dec 2014)

Log Message

[WinCairo] WTF project is missing a GStreamer source file.
https://bugs.webkit.org/show_bug.cgi?id=139296

Patch by [email protected] <[email protected]> on 2014-12-05
Reviewed by Philippe Normand.

The WTF project file is missing a GStreamer source file,
causing a link error when compiling with GStreamer enabled.

* WTF.vcxproj/WTF.vcxproj:
* WTF.vcxproj/WTF.vcxproj.filters:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (176851 => 176852)


--- trunk/Source/WTF/ChangeLog	2014-12-05 18:38:27 UTC (rev 176851)
+++ trunk/Source/WTF/ChangeLog	2014-12-05 18:46:56 UTC (rev 176852)
@@ -1,3 +1,16 @@
+2014-12-05  [email protected]  <[email protected]>
+
+        [WinCairo] WTF project is missing a GStreamer source file.
+        https://bugs.webkit.org/show_bug.cgi?id=139296
+
+        Reviewed by Philippe Normand.
+
+        The WTF project file is missing a GStreamer source file,
+        causing a link error when compiling with GStreamer enabled.
+
+        * WTF.vcxproj/WTF.vcxproj:
+        * WTF.vcxproj/WTF.vcxproj.filters:
+
 2014-12-04  David Kilzer  <[email protected]>
 
         REGRESSION (r176683): RefCounter.h is installed outside SDKROOT

Modified: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj (176851 => 176852)


--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj	2014-12-05 18:38:27 UTC (rev 176851)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj	2014-12-05 18:46:56 UTC (rev 176852)
@@ -104,6 +104,7 @@
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|x64'">true</ExcludedFromBuild>
     </ClCompile>
+    <ClCompile Include="..\wtf\gobject\GThreadSafeMainLoopSource.cpp" />
     <ClCompile Include="..\wtf\GregorianDateTime.cpp" />
     <ClCompile Include="..\wtf\HashTable.cpp" />
     <ClCompile Include="..\wtf\MainThread.cpp" />
@@ -207,6 +208,7 @@
     <ClInclude Include="..\wtf\gobject\GMainLoopSource.h" />
     <ClInclude Include="..\wtf\gobject\GMutexLocker.h" />
     <ClInclude Include="..\wtf\gobject\GRefPtr.h" />
+    <ClInclude Include="..\wtf\gobject\GThreadSafeMainLoopSource.h" />
     <ClInclude Include="..\wtf\gobject\GTypedefs.h" />
     <ClInclude Include="..\wtf\gobject\GUniquePtr.h" />
     <ClInclude Include="..\wtf\GregorianDateTime.h" />
@@ -773,4 +775,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file

Modified: trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters (176851 => 176852)


--- trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters	2014-12-05 18:38:27 UTC (rev 176851)
+++ trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters	2014-12-05 18:46:56 UTC (rev 176852)
@@ -249,6 +249,9 @@
     <ClCompile Include="..\wtf\FastBitVector.cpp">
       <Filter>wtf</Filter>
     </ClCompile>
+    <ClCompile Include="..\wtf\gobject\GThreadSafeMainLoopSource.cpp">
+      <Filter>wtf\gobject</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\wtf\dtoa\utils.h">
@@ -717,9 +720,12 @@
     <ClInclude Include="..\wtf\HashMethod.h">
       <Filter>wtf</Filter>
     </ClInclude>
+    <ClInclude Include="..\wtf\gobject\GThreadSafeMainLoopSource.h">
+      <Filter>wtf\gobject</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="WTFPostBuild.cmd" />
     <None Include="WTFPreBuild.cmd" />
   </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