Changeset 223129 in webkit


Ignore:
Timestamp:
Oct 10, 2017 5:02:27 AM (7 years ago)
Author:
Adrian Perez de Castro
Message:

[WPE] GLib API headers WebKitScriptDialog.h and WebKitFileChooserRequest.h are not installed
https://bugs.webkit.org/show_bug.cgi?id=178104

Reviewed by Žan Doberšek.

  • PlatformWPE.cmake: Add missing header paths to the WPE_API_INSTALLED_HEADERS variable.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223128 r223129  
     12017-10-10  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE] GLib API headers WebKitScriptDialog.h and WebKitFileChooserRequest.h are not installed
     4        https://bugs.webkit.org/show_bug.cgi?id=178104
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * PlatformWPE.cmake: Add missing header paths to the WPE_API_INSTALLED_HEADERS variable.
     9
    1102017-10-10  Adrian Perez de Castro  <aperez@igalia.com>
    211
  • trunk/Source/WebKit/PlatformWPE.cmake

    r223128 r223129  
    301301    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitError.h
    302302    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFaviconDatabase.h
     303    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFileChooserRequest.h
    303304    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFindController.h
    304305    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitFormSubmissionRequest.h
     
    317318    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitPolicyDecision.h
    318319    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitResponsePolicyDecision.h
     320    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitScriptDialog.h
    319321    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitSecurityManager.h
    320322    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitSecurityOrigin.h
Note: See TracChangeset for help on using the changeset viewer.