Title: [159852] trunk/Source/WebKit
Revision
159852
Author
commit-qu...@webkit.org
Date
2013-11-28 11:33:27 -0800 (Thu, 28 Nov 2013)

Log Message

Building EFL Webkit again with mediastream enabled
https://bugs.webkit.org/show_bug.cgi?id=124930

Patch by Thiago de Barros Lacerda <thiago.lace...@openbossa.org> on 2013-11-28
Reviewed by Csaba Osztrogonác.

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/WebKit/CMakeLists.txt (159851 => 159852)


--- trunk/Source/WebKit/CMakeLists.txt	2013-11-28 19:03:10 UTC (rev 159851)
+++ trunk/Source/WebKit/CMakeLists.txt	2013-11-28 19:33:27 UTC (rev 159852)
@@ -4,6 +4,7 @@
     "${WEBKIT_DIR}"
     "${WEBCORE_DIR}"
     "${WEBCORE_DIR}/Modules/filesystem"
+    "${WEBCORE_DIR}/Modules/mediastream"
     "${WEBCORE_DIR}/Modules/networkinfo"
     "${WEBCORE_DIR}/Modules/webdatabase"
     "${WEBCORE_DIR}/accessibility"
@@ -36,6 +37,7 @@
     "${WEBCORE_DIR}/platform/graphics/harfbuzz/ng"
     "${WEBCORE_DIR}/platform/graphics/opengl"
     "${WEBCORE_DIR}/platform/graphics/transforms"
+    "${WEBCORE_DIR}/platform/mediastream"
     "${WEBCORE_DIR}/platform/network"
     "${WEBCORE_DIR}/platform/sql"
     "${WEBCORE_DIR}/platform/text"

Modified: trunk/Source/WebKit/ChangeLog (159851 => 159852)


--- trunk/Source/WebKit/ChangeLog	2013-11-28 19:03:10 UTC (rev 159851)
+++ trunk/Source/WebKit/ChangeLog	2013-11-28 19:33:27 UTC (rev 159852)
@@ -1,3 +1,12 @@
+2013-11-28  Thiago de Barros Lacerda  <thiago.lace...@openbossa.org>
+
+        Building EFL Webkit again with mediastream enabled
+        https://bugs.webkit.org/show_bug.cgi?id=124930
+
+        Reviewed by Csaba Osztrogonác.
+
+        * CMakeLists.txt:
+
 2013-11-27  Sam Weinig  <s...@webkit.org>
 
         Fix the iOS build.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to