Title: [237772] trunk/Source/WebKit
Revision
237772
Author
[email protected]
Date
2018-11-03 07:29:44 -0700 (Sat, 03 Nov 2018)

Log Message

[WPE] Add the WebKitVersion.h header
https://bugs.webkit.org/show_bug.cgi?id=191015
<rdar://problem/45647211>

Reviewed by Michael Catanzaro.

* PlatformWPE.cmake: Install the generated header as well.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (237771 => 237772)


--- trunk/Source/WebKit/ChangeLog	2018-11-03 14:04:11 UTC (rev 237771)
+++ trunk/Source/WebKit/ChangeLog	2018-11-03 14:29:44 UTC (rev 237772)
@@ -1,3 +1,13 @@
+2018-11-03  Philippe Normand  <[email protected]>
+
+        [WPE] Add the WebKitVersion.h header
+        https://bugs.webkit.org/show_bug.cgi?id=191015
+        <rdar://problem/45647211>
+
+        Reviewed by Michael Catanzaro.
+
+        * PlatformWPE.cmake: Install the generated header as well.
+
 2018-11-02  Alex Christensen  <[email protected]>
 
         Unreviewed, rolling out r237761.

Modified: trunk/Source/WebKit/PlatformWPE.cmake (237771 => 237772)


--- trunk/Source/WebKit/PlatformWPE.cmake	2018-11-03 14:04:11 UTC (rev 237771)
+++ trunk/Source/WebKit/PlatformWPE.cmake	2018-11-03 14:29:44 UTC (rev 237772)
@@ -93,6 +93,7 @@
 
 set(WPE_API_INSTALLED_HEADERS
     ${DERIVED_SOURCES_WPE_API_DIR}/WebKitEnumTypes.h
+    ${DERIVED_SOURCES_WPE_API_DIR}/WebKitVersion.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitApplicationInfo.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitAuthenticationRequest.h
     ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitAutomationSession.h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to