⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 238458 in webkit


Ignore:
Timestamp:
Nov 23, 2018, 5:36:54 AM (8 years ago)
Author:
berto@igalia.com
Message:

[GTK] [WPE] Tools/Platform{GTK,WPE}.cmake files missing from the tarballs
https://bugs.webkit.org/show_bug.cgi?id=191923

Add Tools/PlatformGTK.cmake and Tools/PlatformWPE.cmake to their
respective tarballs.

Reviewed by Carlos Garcia Campos.

  • gtk/manifest.txt.in:
  • wpe/manifest.txt.in:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r238456 r238458  
     12018-11-23  Alberto Garcia  <berto@igalia.com>
     2
     3        [GTK] [WPE] Tools/Platform{GTK,WPE}.cmake files missing from the tarballs
     4        https://bugs.webkit.org/show_bug.cgi?id=191923
     5
     6        Add Tools/PlatformGTK.cmake and Tools/PlatformWPE.cmake to their
     7        respective tarballs.
     8
     9        Reviewed by Carlos Garcia Campos.
     10
     11        * gtk/manifest.txt.in:
     12        * wpe/manifest.txt.in:
     13
    1142018-11-22  Chris Dumez  <cdumez@apple.com>
    215
  • trunk/Tools/gtk/manifest.txt.in

    r237566 r238458  
    9696file CMakeLists.txt
    9797file Tools/CMakeLists.txt
     98file Tools/PlatformGTK.cmake
    9899
    99100directory ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk-${WEBKITGTK_API_VERSION}/html/webkit2gtk-${WEBKITGTK_API_VERSION} Documentation/webkit2gtk-${WEBKITGTK_API_VERSION}/html
  • trunk/Tools/wpe/manifest.txt.in

    r237566 r238458  
    9292file CMakeLists.txt
    9393file Tools/CMakeLists.txt
     94file Tools/PlatformWPE.cmake
    9495
    9596# FIXME: We are not currently generating documentation for WPE.
Note: See TracChangeset for help on using the changeset viewer.