Title: [134450] trunk/Tools
Revision
134450
Author
[email protected]
Date
2012-11-13 11:21:03 -0800 (Tue, 13 Nov 2012)

Log Message

Unreviewed, rolling out r134449.
http://trac.webkit.org/changeset/134449
https://bugs.webkit.org/show_bug.cgi?id=102076

Re-rolling in the patch, it was innocent.

* TestWebKitAPI/PlatformEfl.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (134449 => 134450)


--- trunk/Tools/ChangeLog	2012-11-13 19:10:46 UTC (rev 134449)
+++ trunk/Tools/ChangeLog	2012-11-13 19:21:03 UTC (rev 134450)
@@ -1,5 +1,15 @@
 2012-11-13  Dimitri Glazkov  <[email protected]>
 
+        Unreviewed, rolling out r134449.
+        http://trac.webkit.org/changeset/134449
+        https://bugs.webkit.org/show_bug.cgi?id=102076
+
+        Re-rolling in the patch, it was innocent.
+
+        * TestWebKitAPI/PlatformEfl.cmake:
+
+2012-11-13  Dimitri Glazkov  <[email protected]>
+
         Unreviewed, rolling out r134424.
         http://trac.webkit.org/changeset/134424
         https://bugs.webkit.org/show_bug.cgi?id=102076

Modified: trunk/Tools/TestWebKitAPI/PlatformEfl.cmake (134449 => 134450)


--- trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2012-11-13 19:10:46 UTC (rev 134449)
+++ trunk/Tools/TestWebKitAPI/PlatformEfl.cmake	2012-11-13 19:21:03 UTC (rev 134450)
@@ -1,9 +1,11 @@
 ADD_CUSTOM_TARGET(forwarding-headersEflForTestWebKitAPI
+    COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${WEBKIT2_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include efl
     COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${TESTWEBKITAPI_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include efl
 )
 SET(ForwardingHeadersForTestWebKitAPI_NAME forwarding-headersEflForTestWebKitAPI)
 
 ADD_CUSTOM_TARGET(forwarding-headersSoupForTestWebKitAPI
+    COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${WEBKIT2_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include soup
     COMMAND ${PERL_EXECUTABLE} ${WEBKIT2_DIR}/Scripts/generate-forwarding-headers.pl ${TESTWEBKITAPI_DIR} ${DERIVED_SOURCES_WEBKIT2_DIR}/include soup
 )
 SET(ForwardingNetworkHeadersForTestWebKitAPI_NAME forwarding-headersSoupForTestWebKitAPI)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to