[webkit-changes] [WebKit/WebKit] 5149f3: [CMake] Remove AppleWin build

Don Olmstead noreply at github.com
Thu Feb 9 06:19:46 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5149f37a4ba25cd2e56bffe804b55a0370c36c55
      https://github.com/WebKit/WebKit/commit/5149f37a4ba25cd2e56bffe804b55a0370c36c55
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M CMakeLists.txt
    M Source/JavaScriptCore/CMakeLists.txt
    M Source/JavaScriptCore/PlatformWin.cmake
    M Source/JavaScriptCore/shell/PlatformWin.cmake
    M Source/WTF/CMakeLists.txt
    M Source/WTF/wtf/CMakeLists.txt
    M Source/WTF/wtf/PlatformWin.cmake
    M Source/WebCore/CMakeLists.txt
    R Source/WebCore/PAL/pal/PlatformAppleWin.cmake
    M Source/WebCore/PAL/pal/PlatformWin.cmake
    R Source/WebCore/PAL/pal/PlatformWinCairo.cmake
    R Source/WebCore/PlatformAppleWin.cmake
    M Source/WebCore/PlatformWin.cmake
    R Source/WebCore/PlatformWinCairo.cmake
    M Source/WebDriver/CMakeLists.txt
    M Source/WebInspectorUI/CMakeLists.txt
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/PlatformWin.cmake
    M Source/WebKitLegacy/CMakeLists.txt
    M Source/WebKitLegacy/PlatformWin.cmake
    R Source/WebKitLegacy/win/WebKitQuartzCoreAdditions/CMakeLists.txt
    R Source/cmake/OptionsAppleWin.cmake
    M Source/cmake/OptionsWin.cmake
    M Source/cmake/OptionsWinCairo.cmake
    M Source/cmake/WebKitCommon.cmake
    M Source/cmake/WebKitFindPackage.cmake
    R Source/cmake/target/PAL.cmake
    R Source/cmake/target/TargetJavaScriptCore.cmake
    R Source/cmake/target/TargetWTF.cmake
    R Source/cmake/target/WebCore.cmake
    M Tools/DumpRenderTree/PlatformWin.cmake
    M Tools/ImageDiff/PlatformWin.cmake
    M Tools/MiniBrowser/win/CMakeLists.txt
    M Tools/Scripts/webkitdirs.pm
    M Tools/TestWebKitAPI/PlatformWin.cmake
    R WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR
    R WebKitLibraries/win/tools/scripts/VERSION
    R WebKitLibraries/win/tools/scripts/auto-version.pl
    R WebKitLibraries/win/tools/scripts/feature-defines.pl
    R WebKitLibraries/win/tools/scripts/version-stamp.pl

  Log Message:
  -----------
  [CMake] Remove AppleWin build
https://bugs.webkit.org/show_bug.cgi?id=251895

Reviewed by Brent Fulgham.

Remove AppleWin build completely. Merge any WinCairo specific build
definitions into the general definition.

Sets WinCairo as the default Windows port in build-webkit.

* CMakeLists.txt:
* Source/JavaScriptCore/CMakeLists.txt:
* Source/JavaScriptCore/PlatformWin.cmake:
* Source/JavaScriptCore/shell/PlatformWin.cmake:
* Source/WTF/CMakeLists.txt:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/PlatformWin.cmake:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/PAL/pal/PlatformAppleWin.cmake: Removed.
* Source/WebCore/PAL/pal/PlatformWin.cmake:
* Source/WebCore/PAL/pal/PlatformWinCairo.cmake: Removed.
* Source/WebCore/PlatformAppleWin.cmake: Removed.
* Source/WebCore/PlatformWin.cmake:
* Source/WebCore/PlatformWinCairo.cmake: Removed.
* Source/WebDriver/CMakeLists.txt:
* Source/WebInspectorUI/CMakeLists.txt:
* Source/WebKitLegacy/CMakeLists.txt:
* Source/WebKitLegacy/PlatformWin.cmake:
* Source/WebKitLegacy/win/WebKitQuartzCoreAdditions/CMakeLists.txt: Removed.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/PlatformWin.cmake:
* Source/cmake/OptionsAppleWin.cmake: Removed.
* Source/cmake/OptionsWin.cmake:
* Source/cmake/OptionsWinCairo.cmake:
* Source/cmake/WebKitCommon.cmake:
* Source/cmake/WebKitFindPackage.cmake:
* Source/cmake/target/PAL.cmake: Removed.
* Source/cmake/target/TargetJavaScriptCore.cmake: Removed.
* Source/cmake/target/TargetWTF.cmake: Removed.
* Source/cmake/target/WebCore.cmake: Removed.
* Tools/DumpRenderTree/PlatformWin.cmake:
* Tools/ImageDiff/PlatformWin.cmake:
* Tools/MiniBrowser/win/CMakeLists.txt:
* Tools/Scripts/webkitdirs.pm:
* Tools/TestWebKitAPI/PlatformWin.cmake:
* WebKitLibraries/win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
* WebKitLibraries/win/tools/scripts/VERSION: Removed.
* WebKitLibraries/win/tools/scripts/auto-version.pl: Removed.
* WebKitLibraries/win/tools/scripts/feature-defines.pl: Removed.
* WebKitLibraries/win/tools/scripts/version-stamp.pl: Removed.

Canonical link: https://commits.webkit.org/260060@main




More information about the webkit-changes mailing list