Title: [294913] branches/safari-7614.1.15-branch
Revision
294913
Author
alanc...@apple.com
Date
2022-05-26 17:05:37 -0700 (Thu, 26 May 2022)

Log Message

Cherry-pick r294897. rdar://problem/93984643

    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/_javascript_Core/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

Modified Paths

Diff

Modified: branches/safari-7614.1.15-branch/PerformanceTests/MediaTime/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/PerformanceTests/MediaTime/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/PerformanceTests/MediaTime/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/_javascript_Core/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/_javascript_Core/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/_javascript_Core/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/ThirdParty/ANGLE/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/ThirdParty/ANGLE/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/ThirdParty/ANGLE/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/ThirdParty/gtest/xcode/Config/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/ThirdParty/gtest/xcode/Config/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/ThirdParty/gtest/xcode/Config/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/ThirdParty/libwebrtc/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/ThirdParty/libwebrtc/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/ThirdParty/libwebrtc/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/WTF/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/WTF/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/WTF/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/WebCore/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/WebCore/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/WebCore/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/WebCore/PAL/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/WebCore/PAL/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/WebCore/PAL/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/WebGPU/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/WebGPU/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/WebGPU/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/WebInspectorUI/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/WebInspectorUI/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/WebInspectorUI/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/WebKit/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/WebKit/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/WebKit/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/WebKitLegacy/mac/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/WebKitLegacy/mac/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/WebKitLegacy/mac/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Source/bmalloc/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Source/bmalloc/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Source/bmalloc/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/ContentExtensionTester/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/ContentExtensionTester/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/ContentExtensionTester/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/DumpRenderTree/mac/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/DumpRenderTree/mac/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/DumpRenderTree/mac/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/ImageDiff/cg/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/ImageDiff/cg/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/ImageDiff/cg/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/MiniBrowser/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/MiniBrowser/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/MiniBrowser/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/MobileMiniBrowser/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/MobileMiniBrowser/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/MobileMiniBrowser/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/TestWebKitAPI/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/TestWebKitAPI/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/TestWebKitAPI/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/WebEditingTester/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/WebEditingTester/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/WebEditingTester/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/WebKitTestRunner/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/WebKitTestRunner/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/WebKitTestRunner/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));

Modified: branches/safari-7614.1.15-branch/Tools/lldb/lldbWebKitTester/Configurations/SDKVariant.xcconfig (294912 => 294913)


--- branches/safari-7614.1.15-branch/Tools/lldb/lldbWebKitTester/Configurations/SDKVariant.xcconfig	2022-05-27 00:01:47 UTC (rev 294912)
+++ branches/safari-7614.1.15-branch/Tools/lldb/lldbWebKitTester/Configurations/SDKVariant.xcconfig	2022-05-27 00:05:37 UTC (rev 294913)
@@ -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)));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to