Title: [227715] trunk
Revision
227715
Author
[email protected]
Date
2018-01-27 09:50:55 -0800 (Sat, 27 Jan 2018)

Log Message

HaveInternalSDK includes should be "#include?"
https://bugs.webkit.org/show_bug.cgi?id=179670

Source/ThirdParty:

* gtest/xcode/Config/General.xcconfig:

Source/ThirdParty/ANGLE:

* Configurations/Base.xcconfig:

Source/ThirdParty/libwebrtc:

* Configurations/Base.xcconfig:

Source/WebCore/PAL:

* Configurations/Base.xcconfig:

Source/WebKitLegacy/mac:

* Configurations/Base.xcconfig:

Tools:

* DumpRenderTree/mac/Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (227714 => 227715)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,3 +1,10 @@
+2018-01-27  Dan Bernstein  <[email protected]>
+
+        HaveInternalSDK includes should be "#include?"
+        https://bugs.webkit.org/show_bug.cgi?id=179670
+
+        * Configurations/Base.xcconfig:
+
 2018-01-18  Dan Bernstein  <[email protected]>
 
         [Xcode] Streamline and future-proof target-macOS-version-dependent build setting definitions

Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (227714 => 227715)


--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,4 +1,4 @@
-#include "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
 
 USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
 USE_INTERNAL_SDK_Production = YES;

Modified: trunk/Source/ThirdParty/ChangeLog (227714 => 227715)


--- trunk/Source/ThirdParty/ChangeLog	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/ThirdParty/ChangeLog	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,3 +1,10 @@
+2018-01-27  Dan Bernstein  <[email protected]>
+
+        HaveInternalSDK includes should be "#include?"
+        https://bugs.webkit.org/show_bug.cgi?id=179670
+
+        * gtest/xcode/Config/General.xcconfig:
+
 2018-01-18  Sergio Villar Senin  <[email protected]>
 
         [WebVR] Add OpenVR to the tree and to the build

Modified: trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig (227714 => 227715)


--- trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/General.xcconfig	2018-01-27 17:50:55 UTC (rev 227715)
@@ -7,7 +7,7 @@
 //  http://code.google.com/p/google-toolbox-for-mac/
 //
 
-#include "../../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
 
 USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
 USE_INTERNAL_SDK_Production = YES;

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (227714 => 227715)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,3 +1,10 @@
+2018-01-27  Dan Bernstein  <[email protected]>
+
+        HaveInternalSDK includes should be "#include?"
+        https://bugs.webkit.org/show_bug.cgi?id=179670
+
+        * Configurations/Base.xcconfig:
+
 2018-01-26  Youenn Fablet  <[email protected]>
 
         Disable VCP for MacOS

Modified: trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig (227714 => 227715)


--- trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,4 +1,4 @@
-#include "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
 
 USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
 USE_INTERNAL_SDK_Production = YES;

Modified: trunk/Source/WebCore/PAL/ChangeLog (227714 => 227715)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,3 +1,10 @@
+2018-01-27  Dan Bernstein  <[email protected]>
+
+        HaveInternalSDK includes should be "#include?"
+        https://bugs.webkit.org/show_bug.cgi?id=179670
+
+        * Configurations/Base.xcconfig:
+
 2018-01-24  Alex Christensen  <[email protected]>
 
         Fix Windows build after r227552

Modified: trunk/Source/WebCore/PAL/Configurations/Base.xcconfig (227714 => 227715)


--- trunk/Source/WebCore/PAL/Configurations/Base.xcconfig	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/WebCore/PAL/Configurations/Base.xcconfig	2018-01-27 17:50:55 UTC (rev 227715)
@@ -21,7 +21,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
-#include "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
 
 USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
 USE_INTERNAL_SDK_Production = YES;

Modified: trunk/Source/WebKitLegacy/mac/ChangeLog (227714 => 227715)


--- trunk/Source/WebKitLegacy/mac/ChangeLog	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/WebKitLegacy/mac/ChangeLog	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,3 +1,10 @@
+2018-01-27  Dan Bernstein  <[email protected]>
+
+        HaveInternalSDK includes should be "#include?"
+        https://bugs.webkit.org/show_bug.cgi?id=179670
+
+        * Configurations/Base.xcconfig:
+
 2018-01-24  Alex Christensen  <[email protected]>
 
         Remove unused QTKit preference

Modified: trunk/Source/WebKitLegacy/mac/Configurations/Base.xcconfig (227714 => 227715)


--- trunk/Source/WebKitLegacy/mac/Configurations/Base.xcconfig	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Source/WebKitLegacy/mac/Configurations/Base.xcconfig	2018-01-27 17:50:55 UTC (rev 227715)
@@ -21,7 +21,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#include "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
 
 USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
 USE_INTERNAL_SDK_Production = YES;

Modified: trunk/Tools/ChangeLog (227714 => 227715)


--- trunk/Tools/ChangeLog	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Tools/ChangeLog	2018-01-27 17:50:55 UTC (rev 227715)
@@ -1,3 +1,10 @@
+2018-01-27  Dan Bernstein  <[email protected]>
+
+        HaveInternalSDK includes should be "#include?"
+        https://bugs.webkit.org/show_bug.cgi?id=179670
+
+        * DumpRenderTree/mac/Configurations/Base.xcconfig:
+
 2018-01-26  Chris Dumez  <[email protected]>
 
         Make sure service worker code does not launch a StorageProcess unnecessarily

Modified: trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig (227714 => 227715)


--- trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2018-01-27 09:26:18 UTC (rev 227714)
+++ trunk/Tools/DumpRenderTree/mac/Configurations/Base.xcconfig	2018-01-27 17:50:55 UTC (rev 227715)
@@ -21,7 +21,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
-#include "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+#include? "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
 
 USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
 USE_INTERNAL_SDK_Production = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to