Title: [204864] trunk/Tools
Revision
204864
Author
achristen...@apple.com
Date
2016-08-23 15:50:12 -0700 (Tue, 23 Aug 2016)

Log Message

Fix EFL build.

* TestWebKitAPI/CMakeLists.txt:
Include new directory.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204863 => 204864)


--- trunk/Tools/ChangeLog	2016-08-23 22:48:00 UTC (rev 204863)
+++ trunk/Tools/ChangeLog	2016-08-23 22:50:12 UTC (rev 204864)
@@ -1,3 +1,10 @@
+2016-08-23  Alex Christensen  <achristen...@webkit.org>
+
+        Fix EFL build.
+
+        * TestWebKitAPI/CMakeLists.txt:
+        Include new directory.
+
 2016-08-22  Filip Pizlo  <fpi...@apple.com>
 
         Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression

Modified: trunk/Tools/TestWebKitAPI/CMakeLists.txt (204863 => 204864)


--- trunk/Tools/TestWebKitAPI/CMakeLists.txt	2016-08-23 22:48:00 UTC (rev 204863)
+++ trunk/Tools/TestWebKitAPI/CMakeLists.txt	2016-08-23 22:50:12 UTC (rev 204864)
@@ -100,6 +100,7 @@
     ${_javascript_CORE_DIR}/ForwardingHeaders
     ${THIRDPARTY_DIR}/gtest/include
     ${WEBCORE_DIR}/css
+    ${WEBCORE_DIR}/css/parser
     ${WEBCORE_DIR}/dom
     ${WEBCORE_DIR}/editing
     ${WEBCORE_DIR}/loader/cache
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to