Title: [201864] trunk/Source/WebCore
Revision
201864
Author
calva...@igalia.com
Date
2016-06-09 08:14:41 -0700 (Thu, 09 Jun 2016)

Log Message

Unreviewed, fixing compilation issue with WebRTC

The code dependencies of the SDP processor were not right.

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (201863 => 201864)


--- trunk/Source/WebCore/ChangeLog	2016-06-09 14:54:50 UTC (rev 201863)
+++ trunk/Source/WebCore/ChangeLog	2016-06-09 15:14:41 UTC (rev 201864)
@@ -1,3 +1,11 @@
+2016-06-09  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
+        Unreviewed, fixing compilation issue with WebRTC
+
+        The code dependencies of the SDP processor were not right.
+
+        * PlatformGTK.cmake:
+
 2016-06-09  Frederic Wang  <fw...@igalia.com>
 
         Introduce MathOperator::Type

Modified: trunk/Source/WebCore/PlatformGTK.cmake (201863 => 201864)


--- trunk/Source/WebCore/PlatformGTK.cmake	2016-06-09 14:54:50 UTC (rev 201863)
+++ trunk/Source/WebCore/PlatformGTK.cmake	2016-06-09 15:14:41 UTC (rev 201864)
@@ -248,7 +248,7 @@
 set(WebCore_USER_AGENT_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/gtk/RenderThemeGtk.cpp)
 
 set(WebCore_SDP_PROCESSOR_SCRIPTS ${WEBCORE_DIR}/Modules/mediastream/sdp.js)
-set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/gtk/SDPProcessorScriptResource.cpp)
+set(WebCore_SDP_PROCESSOR_SCRIPTS_DEPENDENCIES ${WEBCORE_DIR}/platform/mediastream/gtk/SDPProcessorScriptResourceGtk.cpp)
 
 list(APPEND WebCore_LIBRARIES
     ${ATK_LIBRARIES}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to