Title: [224229] trunk/Source/WebKit
Revision
224229
Author
commit-qu...@webkit.org
Date
2017-10-31 07:45:50 -0700 (Tue, 31 Oct 2017)

Log Message

Unreviewed, rolling out r223884.
https://bugs.webkit.org/show_bug.cgi?id=179055

It broke GTK+ make distcheck (Requested by KaL on #webkit).

Reverted changeset:

"[GTK][WPE] generate-forwarding-headers.pl should also scan
derived sources in WebKit framework"
https://bugs.webkit.org/show_bug.cgi?id=178579
https://trac.webkit.org/changeset/223884

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (224228 => 224229)


--- trunk/Source/WebKit/ChangeLog	2017-10-31 10:01:18 UTC (rev 224228)
+++ trunk/Source/WebKit/ChangeLog	2017-10-31 14:45:50 UTC (rev 224229)
@@ -1,3 +1,17 @@
+2017-10-31  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, rolling out r223884.
+        https://bugs.webkit.org/show_bug.cgi?id=179055
+
+        It broke GTK+ make distcheck (Requested by KaL on #webkit).
+
+        Reverted changeset:
+
+        "[GTK][WPE] generate-forwarding-headers.pl should also scan
+        derived sources in WebKit framework"
+        https://bugs.webkit.org/show_bug.cgi?id=178579
+        https://trac.webkit.org/changeset/223884
+
 2017-10-30  Fujii Hironori  <hironori.fu...@sony.com>
 
         Use LazyNeverDestroyed instead of DEFINE_GLOBAL for XMLNames, HTMLNames, MathMLNames and SVGNames

Modified: trunk/Source/WebKit/PlatformGTK.cmake (224228 => 224229)


--- trunk/Source/WebKit/PlatformGTK.cmake	2017-10-31 10:01:18 UTC (rev 224228)
+++ trunk/Source/WebKit/PlatformGTK.cmake	2017-10-31 14:45:50 UTC (rev 224229)
@@ -1303,8 +1303,7 @@
 )
 
 add_custom_target(WebKit-forwarding-headers
-    DEPENDS ${WebKit_DERIVED_SOURCES}
-    COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/Scripts/generate-forwarding-headers.pl --include-path ${WEBKIT_DIR} --include-path ${DERIVED_SOURCES_WEBKIT_DIR} --output ${FORWARDING_HEADERS_DIR} --platform gtk --platform soup
+    COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/Scripts/generate-forwarding-headers.pl --include-path ${WEBKIT_DIR} --output ${FORWARDING_HEADERS_DIR} --platform gtk --platform soup
 )
 
 # These symbolic link allows includes like #include <webkit2/WebkitWebView.h> which simulates installed headers.

Modified: trunk/Source/WebKit/PlatformWPE.cmake (224228 => 224229)


--- trunk/Source/WebKit/PlatformWPE.cmake	2017-10-31 10:01:18 UTC (rev 224228)
+++ trunk/Source/WebKit/PlatformWPE.cmake	2017-10-31 14:45:50 UTC (rev 224229)
@@ -20,8 +20,7 @@
 set(WebKit_USE_PREFIX_HEADER ON)
 
 add_custom_target(webkitwpe-forwarding-headers
-    DEPENDS ${WebKit_DERIVED_SOURCES}
-    COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/Scripts/generate-forwarding-headers.pl --include-path ${WEBKIT_DIR} --include-path ${DERIVED_SOURCES_WEBKIT_DIR} --output ${FORWARDING_HEADERS_DIR} --platform wpe --platform soup
+    COMMAND ${PERL_EXECUTABLE} ${WEBKIT_DIR}/Scripts/generate-forwarding-headers.pl --include-path ${WEBKIT_DIR} --output ${FORWARDING_HEADERS_DIR} --platform wpe --platform soup
 )
 
  # These symbolic link allows includes like #include <wpe/WebkitWebView.h> which simulates installed headers.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to