Changeset 238318 in webkit


Ignore:
Timestamp:
Nov 16, 2018 3:52:20 PM (5 years ago)
Author:
Michael Catanzaro
Message:

[GTK][WPE] Add "WebKitDeviceInfoPermissionRequest.h" into webkit2.h
https://bugs.webkit.org/show_bug.cgi?id=191744
<rdar://problem/46125461>

Unreviewed, install the file.

  • PlatformGTK.cmake:
  • PlatformWPE.cmake:
Location:
trunk/Source/WebKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r238306 r238318  
     12018-11-16  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [GTK][WPE] Add "WebKitDeviceInfoPermissionRequest.h" into webkit2.h
     4        https://bugs.webkit.org/show_bug.cgi?id=191744
     5        <rdar://problem/46125461>
     6
     7        Unreviewed, install the file.
     8
     9        * PlatformGTK.cmake:
     10        * PlatformWPE.cmake:
     11
    1122018-11-16  Zalan Bujtas  <zalan@apple.com>
    213
  • trunk/Source/WebKit/PlatformGTK.cmake

    r237107 r238318  
    7272    ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitCookieManager.h
    7373    ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitDefines.h
     74    ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitDeviceInfoPermissionRequest.h
    7475    ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitDownload.h
    7576    ${WEBKIT_DIR}/UIProcess/API/gtk/WebKitEditingCommands.h
  • trunk/Source/WebKit/PlatformWPE.cmake

    r237772 r238318  
    106106    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitCookieManager.h
    107107    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitDefines.h
     108    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitDeviceInfoPermissionRequest.h
    108109    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitDownload.h
    109110    ${WEBKIT_DIR}/UIProcess/API/wpe/WebKitEditingCommands.h
Note: See TracChangeset for help on using the changeset viewer.