[webkit-changes] [WebKit/WebKit] 42faf3: [CMake] Rename WinCairo port to Win
Fujii Hironori
noreply at github.com
Thu Jul 11 21:41:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 42faf34edf5a83192feb8d9ea7cccde81fe3ad07
https://github.com/WebKit/WebKit/commit/42faf34edf5a83192feb8d9ea7cccde81fe3ad07
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-07-11 (Thu, 11 Jul 2024)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
M Source/WTF/wtf/PlatformEnable.h
A Source/WTF/wtf/PlatformEnableWin.h
R Source/WTF/wtf/PlatformEnableWinCairo.h
M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
M Source/cmake/OptionsWin.cmake
R Source/cmake/OptionsWinCairo.cmake
M Source/cmake/WebKitCommon.cmake
M Tools/Scripts/build-webkit
M Tools/Scripts/webkit-build-directory
M Tools/Scripts/webkitdirs.pm
M Tools/Scripts/webkitperl/BuildSubproject.pm
M Tools/Scripts/webkitperl/test262_unittest/test262-runner-tests.pl
M Tools/Scripts/webkitperl/webkitdirs_unittest/extractNonMacOSHostConfiguration.pl
Log Message:
-----------
[CMake] Rename WinCairo port to Win
https://bugs.webkit.org/show_bug.cgi?id=251927
Reviewed by Ross Kirsling.
Apple Windows port has gone. Rename WinCairo to Win. All scripts
should accept both --win and --wincairo switches for the transition
period.
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/PlatformEnableWin.h: Renamed from Source/WTF/wtf/PlatformEnableWinCairo.h.
* Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
* Source/cmake/OptionsWin.cmake:
* Source/cmake/OptionsWinCairo.cmake: Removed.
* Source/cmake/WebKitCommon.cmake:
* Tools/Scripts/build-webkit:
* Tools/Scripts/webkitdirs.pm:
(argumentsForConfiguration):
(extractNonMacOSHostConfiguration):
(determineConfigurationProductDir):
(determinePortName):
(isWin):
(setPathForRunningWebKitApp):
* Tools/Scripts/webkitperl/BuildSubproject.pm:
* Tools/Scripts/webkitperl/test262_unittest/test262-runner-tests.pl:
* Tools/Scripts/webkitperl/webkitdirs_unittest/extractNonMacOSHostConfiguration.pl:
Canonical link: https://commits.webkit.org/280891@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list