Title: [176015] trunk/Tools
Revision
176015
Author
[email protected]
Date
2014-11-12 03:25:16 -0800 (Wed, 12 Nov 2014)

Log Message

Unreviewed. Fix GTK+ clean build after r175930.

Partial rollout of r175930 to not build the new unit test that
broke clean builds in GTK+ port.

* TestWebKitAPI/PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (176014 => 176015)


--- trunk/Tools/ChangeLog	2014-11-12 08:51:34 UTC (rev 176014)
+++ trunk/Tools/ChangeLog	2014-11-12 11:25:16 UTC (rev 176015)
@@ -1,3 +1,12 @@
+2014-11-12  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix GTK+ clean build after r175930.
+
+        Partial rollout of r175930 to not build the new unit test that
+        broke clean builds in GTK+ port.
+
+        * TestWebKitAPI/PlatformGTK.cmake:
+
 2014-09-01  Philippe Normand  <[email protected]>
 
         [WK2] UserMediaClient support

Modified: trunk/Tools/TestWebKitAPI/PlatformGTK.cmake (176014 => 176015)


--- trunk/Tools/TestWebKitAPI/PlatformGTK.cmake	2014-11-12 08:51:34 UTC (rev 176014)
+++ trunk/Tools/TestWebKitAPI/PlatformGTK.cmake	2014-11-12 11:25:16 UTC (rev 176015)
@@ -109,14 +109,12 @@
 
 set(TestWebCoreGtk_SOURCES
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/gtk/UserAgentQuirks.cpp
-    ${DERIVED_SOURCES_WEBCORE_DIR}/UserAgentScriptsData.cpp
 )
 
 add_executable(TestWebCore
     ${test_main_SOURCES}
     ${TestWebCoreGtk_SOURCES}
     ${TESTWEBKITAPI_DIR}/TestsController.cpp
-    ${TESTWEBKITAPI_DIR}/Tests/WebCore/CSSParser.cpp
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/LayoutUnit.cpp
     ${TESTWEBKITAPI_DIR}/Tests/WebCore/URL.cpp
 )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to