Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Define WK_NOT_NO in SDKVariant.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=240963 rdar://problem/93984643 Reviewed by Alexey Proskuryakov. Provide a definition of `WK_NOT_NO = YES`, so that the `$(WK_NOT_$(SOME_BUILD_SETTING))` construction can be relied upon to produce a result of YES if the original build setting has a value of NO, which shouldn't be handled substantially different from an empty string. * PerformanceTests/MediaTime/Configurations/SDKVariant.xcconfig: * Source/JavaScriptCore/Configurations/SDKVariant.xcconfig: * Source/ThirdParty/ANGLE/Configurations/SDKVariant.xcconfig: * Source/ThirdParty/gtest/xcode/Config/SDKVariant.xcconfig: * Source/ThirdParty/libwebrtc/Configurations/SDKVariant.xcconfig: * Source/WTF/Configurations/SDKVariant.xcconfig: * Source/WebCore/Configurations/SDKVariant.xcconfig: * Source/WebCore/PAL/Configurations/SDKVariant.xcconfig: * Source/WebGPU/Configurations/SDKVariant.xcconfig: * Source/WebInspectorUI/Configurations/SDKVariant.xcconfig: * Source/WebKit/Configurations/SDKVariant.xcconfig: * Source/WebKitLegacy/mac/Configurations/SDKVariant.xcconfig: * Source/bmalloc/Configurations/SDKVariant.xcconfig: * Tools/ContentExtensionTester/Configurations/SDKVariant.xcconfig: * Tools/DumpRenderTree/mac/Configurations/SDKVariant.xcconfig: * Tools/ImageDiff/cg/Configurations/SDKVariant.xcconfig: * Tools/MiniBrowser/Configurations/SDKVariant.xcconfig: * Tools/MobileMiniBrowser/Configurations/SDKVariant.xcconfig: * Tools/TestWebKitAPI/Configurations/SDKVariant.xcconfig: * Tools/WebEditingTester/Configurations/SDKVariant.xcconfig: * Tools/WebKitTestRunner/Configurations/SDKVariant.xcconfig: * Tools/lldb/lldbWebKitTester/Configurations/SDKVariant.xcconfig: Canonical link: https://commits.webkit.org/251020@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@294897 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
cfb8163
commit 7d4a7d77bd11c25c09af715f80d24379475c64bc
Showing
22 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,7 @@ | ||
|
||
WK_EMPTY_ = YES; | ||
WK_NOT_ = YES; | ||
WK_NOT_NO = YES; | ||
WK_NOT_YES = NO; | ||
|
||
WK_DEFAULT_PLATFORM_NAME = $(WK_DEFAULT_PLATFORM_NAME_$(WK_EMPTY_$(FALLBACK_PLATFORM_NAME))); | ||