Title: [147081] trunk/Tools
- Revision
- 147081
- Author
- commit-qu...@webkit.org
- Date
- 2013-03-28 01:25:04 -0700 (Thu, 28 Mar 2013)
Log Message
[CMAKE] Build fix after r147052. Add WebKit2/Shared/Plugins to include path
https://bugs.webkit.org/show_bug.cgi?id=113484
Unreviewed build fix.
Add "WebKit2/Shared/Plugins" to include path for TestWebKitAPI, WebKitTestRunner.
Patch by Jaehun Lim <ljaehun....@samsung.com> on 2013-03-28
* TestWebKitAPI/CMakeLists.txt:
* WebKitTestRunner/CMakeLists.txt:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (147080 => 147081)
--- trunk/Tools/ChangeLog 2013-03-28 08:09:04 UTC (rev 147080)
+++ trunk/Tools/ChangeLog 2013-03-28 08:25:04 UTC (rev 147081)
@@ -1,3 +1,15 @@
+2013-03-28 Jaehun Lim <ljaehun....@samsung.com>
+
+ [CMAKE] Build fix after r147052. Add WebKit2/Shared/Plugins to include path
+ https://bugs.webkit.org/show_bug.cgi?id=113484
+
+ Unreviewed build fix.
+
+ Add "WebKit2/Shared/Plugins" to include path for TestWebKitAPI, WebKitTestRunner.
+
+ * TestWebKitAPI/CMakeLists.txt:
+ * WebKitTestRunner/CMakeLists.txt:
+
2013-03-27 Mario Sanchez Prada <mario.pr...@samsung.com>
Revision for the internal jhbuild is too old
Modified: trunk/Tools/TestWebKitAPI/CMakeLists.txt (147080 => 147081)
--- trunk/Tools/TestWebKitAPI/CMakeLists.txt 2013-03-28 08:09:04 UTC (rev 147080)
+++ trunk/Tools/TestWebKitAPI/CMakeLists.txt 2013-03-28 08:25:04 UTC (rev 147081)
@@ -16,6 +16,7 @@
${WEBCORE_DIR}/platform/network
${WEBKIT2_DIR}/Shared
${WEBKIT2_DIR}/Shared/API/c
+ ${WEBKIT2_DIR}/Shared/Plugins
${WEBKIT2_DIR}/UIProcess
${WTF_DIR}
)
Modified: trunk/Tools/WebKitTestRunner/CMakeLists.txt (147080 => 147081)
--- trunk/Tools/WebKitTestRunner/CMakeLists.txt 2013-03-28 08:09:04 UTC (rev 147080)
+++ trunk/Tools/WebKitTestRunner/CMakeLists.txt 2013-03-28 08:25:04 UTC (rev 147081)
@@ -36,6 +36,7 @@
${WEBCORE_DIR}/testing/js
${WEBKIT2_DIR}/Shared
${WEBKIT2_DIR}/Shared/API/c
+ ${WEBKIT2_DIR}/Shared/Plugins
${WEBKIT2_DIR}/UIProcess
${WEBKIT2_DIR}/UIProcess/API/C/efl
${WEBKIT2_DIR}/UIProcess/API/C/soup
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes