<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[211338] trunk/Source/WebCore</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/211338">211338</a></dd>
<dt>Author</dt> <dd>mitz@apple.com</dd>
<dt>Date</dt> <dd>2017-01-28 10:05:17 -0800 (Sat, 28 Jan 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Xcode] Clean up PAL and WebCore’s build settings a little
https://bugs.webkit.org/show_bug.cgi?id=167292

Reviewed by Sam Weinig.

Source/WebCore:

* Configurations/Base.xcconfig: Simplified the definition of
  GCC_WARN_64_TO_32_BIT_CONVERSION, removed the unused build setting PREBINDING, removed
  a duplicate definition of GCC_GENERATE_DEBUGGING_SYMBOLS, and removed definitions specific
  to OS X versions that are no longer supported.

* Configurations/DebugRelease.xcconfig: Removed definitions specific to OS X versions
  that are no longer supported.

Source/WebCore/PAL:

* ChangeLog: Created this file.

* Configurations/Base.xcconfig: Simplified the definition of
  GCC_WARN_64_TO_32_BIT_CONVERSION, removed the unused build setting PREBINDING, removed
  a duplicate definition of GCC_GENERATE_DEBUGGING_SYMBOLS, and removed definitions specific
  to OS X versions that are no longer supported.

* Configurations/DebugRelease.xcconfig: Removed definitions specific to OS X versions
  that are no longer supported.

* Configurations/PAL.xcconfig: Removed header search paths that do not exist or do not
  make sense. Simplified the definitions of INSTALL_PATH and SKIP_INSTALL. Removed the
  unusued build settings PRODUCT_BUNDLE_IDENTIFIER and
  WK_PREFIXED_IPHONEOS_DEPLOYMENT_TARGET. Removed the redundant definition of
  EXECUTABLE_PREFIX.

* PAL.xcodeproj/project.pbxproj: Sorted the Configurations group.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreConfigurationsBasexcconfig">trunk/Source/WebCore/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebCoreConfigurationsDebugReleasexcconfig">trunk/Source/WebCore/Configurations/DebugRelease.xcconfig</a></li>
<li><a href="#trunkSourceWebCorePALConfigurationsBasexcconfig">trunk/Source/WebCore/PAL/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebCorePALConfigurationsDebugReleasexcconfig">trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig</a></li>
<li><a href="#trunkSourceWebCorePALConfigurationsPALxcconfig">trunk/Source/WebCore/PAL/Configurations/PAL.xcconfig</a></li>
<li><a href="#trunkSourceWebCorePALPALxcodeprojprojectpbxproj">trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebCorePALChangeLog">trunk/Source/WebCore/PAL/ChangeLog</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (211337 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2017-01-28 16:26:48 UTC (rev 211337)
+++ trunk/Source/WebCore/ChangeLog        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2017-01-28  Dan Bernstein  &lt;mitz@apple.com&gt;
+
+        [Xcode] Clean up PAL and WebCore’s build settings a little
+        https://bugs.webkit.org/show_bug.cgi?id=167292
+
+        Reviewed by Sam Weinig.
+
+        * Configurations/Base.xcconfig: Simplified the definition of
+          GCC_WARN_64_TO_32_BIT_CONVERSION, removed the unused build setting PREBINDING, removed
+          a duplicate definition of GCC_GENERATE_DEBUGGING_SYMBOLS, and removed definitions specific
+          to OS X versions that are no longer supported.
+
+        * Configurations/DebugRelease.xcconfig: Removed definitions specific to OS X versions
+          that are no longer supported.
+
</ins><span class="cx"> 2017-01-28  Zalan Bujtas  &lt;zalan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Resolve beforeChild's render tree position before calling addChildIgnoringContinuation.
</span></span></pre></div>
<a id="trunkSourceWebCoreConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (211337 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Configurations/Base.xcconfig        2017-01-28 16:26:48 UTC (rev 211337)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -61,14 +61,9 @@
</span><span class="cx"> GCC_TREAT_WARNINGS_AS_ERRORS = YES;
</span><span class="cx"> GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
</span><span class="cx"> // FIXME: &lt;http://webkit.org/b/109846&gt; WebCore should build with -Wshorten-64-to-32
</span><del>-GCC_WARN_64_TO_32_BIT_CONVERSION = $(GCC_WARN_64_TO_32_BIT_CONVERSION_$(CURRENT_ARCH));
-GCC_WARN_64_TO_32_BIT_CONVERSION_ = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_armv7 = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_armv7k = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_armv7s = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_arm64 = NO;
-GCC_WARN_64_TO_32_BIT_CONVERSION_i386 = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_x86_64 = NO;
</del><ins>+GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+GCC_WARN_64_TO_32_BIT_CONVERSION[arch=arm64] = NO;
+GCC_WARN_64_TO_32_BIT_CONVERSION[arch=x86_64] = NO;
</ins><span class="cx"> GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
</span><span class="cx"> GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
</span><span class="cx"> GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
</span><span class="lines">@@ -78,7 +73,6 @@
</span><span class="cx"> GCC_WARN_UNINITIALIZED_AUTOS = YES;
</span><span class="cx"> GCC_WARN_UNUSED_FUNCTION = YES;
</span><span class="cx"> GCC_WARN_UNUSED_VARIABLE = YES;
</span><del>-PREBINDING = NO;
</del><span class="cx"> WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough -Wno-unknown-warning-option;
</span><span class="cx"> 
</span><span class="cx"> TARGET_MAC_OS_X_VERSION_MAJOR = $(TARGET_MAC_OS_X_VERSION_MAJOR$(MACOSX_DEPLOYMENT_TARGET:suffix:identifier));
</span><span class="lines">@@ -110,10 +104,6 @@
</span><span class="cx"> DEAD_CODE_STRIPPING_normal = YES;
</span><span class="cx"> DEAD_CODE_STRIPPING = $(DEAD_CODE_STRIPPING_$(CURRENT_VARIANT));
</span><span class="cx"> 
</span><del>-GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.8*] = line-tables-only;
-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.9*] = line-tables-only;
-
</del><span class="cx"> SDKROOT = macosx.internal;
</span><span class="cx"> 
</span><span class="cx"> OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
</span></span></pre></div>
<a id="trunkSourceWebCoreConfigurationsDebugReleasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Configurations/DebugRelease.xcconfig (211337 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Configurations/DebugRelease.xcconfig        2017-01-28 16:26:48 UTC (rev 211337)
+++ trunk/Source/WebCore/Configurations/DebugRelease.xcconfig        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -38,9 +38,6 @@
</span><span class="cx"> GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
</span><span class="cx"> DEBUG_INFORMATION_FORMAT = dwarf;
</span><span class="cx"> 
</span><del>-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.8*] = default;
-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.9*] = default;
-
</del><span class="cx"> SDKROOT = $(SDKROOT_$(USE_INTERNAL_SDK));
</span><span class="cx"> SDKROOT_ = macosx;
</span><span class="cx"> SDKROOT_YES = macosx.internal;
</span></span></pre></div>
<a id="trunkSourceWebCorePALChangeLog"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/PAL/ChangeLog (0 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/PAL/ChangeLog                                (rev 0)
+++ trunk/Source/WebCore/PAL/ChangeLog        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -0,0 +1,24 @@
</span><ins>+2017-01-28  Dan Bernstein  &lt;mitz@apple.com&gt;
+
+        [Xcode] Clean up PAL and WebCore’s build settings a little
+        https://bugs.webkit.org/show_bug.cgi?id=167292
+
+        Reviewed by Sam Weinig.
+
+        * ChangeLog: Created this file.
+
+        * Configurations/Base.xcconfig: Simplified the definition of
+          GCC_WARN_64_TO_32_BIT_CONVERSION, removed the unused build setting PREBINDING, removed
+          a duplicate definition of GCC_GENERATE_DEBUGGING_SYMBOLS, and removed definitions specific
+          to OS X versions that are no longer supported.
+
+        * Configurations/DebugRelease.xcconfig: Removed definitions specific to OS X versions
+          that are no longer supported.
+
+        * Configurations/PAL.xcconfig: Removed header search paths that do not exist or do not
+          make sense. Simplified the definitions of INSTALL_PATH and SKIP_INSTALL. Removed the
+          unusued build settings PRODUCT_BUNDLE_IDENTIFIER and
+          WK_PREFIXED_IPHONEOS_DEPLOYMENT_TARGET. Removed the redundant definition of
+          EXECUTABLE_PREFIX.
+
+        * PAL.xcodeproj/project.pbxproj: Sorted the Configurations group.
</ins></span></pre></div>
<a id="trunkSourceWebCorePALConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/PAL/Configurations/Base.xcconfig (211337 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/PAL/Configurations/Base.xcconfig        2017-01-28 16:26:48 UTC (rev 211337)
+++ trunk/Source/WebCore/PAL/Configurations/Base.xcconfig        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -61,14 +61,9 @@
</span><span class="cx"> GCC_TREAT_WARNINGS_AS_ERRORS = YES;
</span><span class="cx"> GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
</span><span class="cx"> // FIXME: &lt;http://webkit.org/b/109846&gt; WebCore should build with -Wshorten-64-to-32
</span><del>-GCC_WARN_64_TO_32_BIT_CONVERSION = $(GCC_WARN_64_TO_32_BIT_CONVERSION_$(CURRENT_ARCH));
-GCC_WARN_64_TO_32_BIT_CONVERSION_ = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_armv7 = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_armv7k = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_armv7s = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_arm64 = NO;
-GCC_WARN_64_TO_32_BIT_CONVERSION_i386 = YES;
-GCC_WARN_64_TO_32_BIT_CONVERSION_x86_64 = NO;
</del><ins>+GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+GCC_WARN_64_TO_32_BIT_CONVERSION[arch=arm64] = NO;
+GCC_WARN_64_TO_32_BIT_CONVERSION[arch=x86_64] = NO;
</ins><span class="cx"> GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
</span><span class="cx"> GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
</span><span class="cx"> GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
</span><span class="lines">@@ -78,7 +73,6 @@
</span><span class="cx"> GCC_WARN_UNINITIALIZED_AUTOS = YES;
</span><span class="cx"> GCC_WARN_UNUSED_FUNCTION = YES;
</span><span class="cx"> GCC_WARN_UNUSED_VARIABLE = YES;
</span><del>-PREBINDING = NO;
</del><span class="cx"> WARNING_CFLAGS = -Wall -Wextra -Wcast-qual -Wchar-subscripts -Wextra-tokens -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings -Wexit-time-destructors -Wglobal-constructors -Wtautological-compare -Wimplicit-fallthrough -Wno-unknown-warning-option;
</span><span class="cx"> 
</span><span class="cx"> TARGET_MAC_OS_X_VERSION_MAJOR = $(TARGET_MAC_OS_X_VERSION_MAJOR$(MACOSX_DEPLOYMENT_TARGET:suffix:identifier));
</span><span class="lines">@@ -110,10 +104,6 @@
</span><span class="cx"> DEAD_CODE_STRIPPING_normal = YES;
</span><span class="cx"> DEAD_CODE_STRIPPING = $(DEAD_CODE_STRIPPING_$(CURRENT_VARIANT));
</span><span class="cx"> 
</span><del>-GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.8*] = line-tables-only;
-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.9*] = line-tables-only;
-
</del><span class="cx"> SDKROOT = macosx.internal;
</span><span class="cx"> 
</span><span class="cx"> OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
</span></span></pre></div>
<a id="trunkSourceWebCorePALConfigurationsDebugReleasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig (211337 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig        2017-01-28 16:26:48 UTC (rev 211337)
+++ trunk/Source/WebCore/PAL/Configurations/DebugRelease.xcconfig        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -38,9 +38,6 @@
</span><span class="cx"> GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = YES;
</span><span class="cx"> DEBUG_INFORMATION_FORMAT = dwarf;
</span><span class="cx"> 
</span><del>-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.8*] = default;
-CLANG_DEBUG_INFORMATION_LEVEL[sdk=macosx10.9*] = default;
-
</del><span class="cx"> SDKROOT = $(SDKROOT_$(USE_INTERNAL_SDK));
</span><span class="cx"> SDKROOT_ = macosx;
</span><span class="cx"> SDKROOT_YES = macosx.internal;
</span></span></pre></div>
<a id="trunkSourceWebCorePALConfigurationsPALxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/PAL/Configurations/PAL.xcconfig (211337 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/PAL/Configurations/PAL.xcconfig        2017-01-28 16:26:48 UTC (rev 211337)
+++ trunk/Source/WebCore/PAL/Configurations/PAL.xcconfig        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -43,16 +43,12 @@
</span><span class="cx"> OTHER_CFLAGS = $(inherited) -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Carbon.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/ApplicationServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/CoreServices.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/Quartz.framework/Frameworks -iframework $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
</span><span class="cx"> OTHER_CPLUSPLUSFLAGS = $(OTHER_CFLAGS);
</span><span class="cx"> 
</span><del>-HEADER_SEARCH_PATHS = PAL ForwardingHeaders icu /usr/include/libxslt /usr/include/libxml2 &quot;$(BUILT_PRODUCTS_DIR)/usr/local/include&quot; $(HEADER_SEARCH_PATHS);
-INSTALL_PATH = $(INSTALL_PATH_$(CONFIGURATION));
-INSTALL_PATH_Production = /usr/local/lib;
</del><ins>+HEADER_SEARCH_PATHS = &quot;$(BUILT_PRODUCTS_DIR)/usr/local/include&quot; $(inherited);
+INSTALL_PATH = /usr/local/lib;
</ins><span class="cx"> INSTALLHDRS_COPY_PHASE = YES;
</span><span class="cx"> INSTALLHDRS_SCRIPT_PHASE = YES;
</span><span class="cx"> PRODUCT_NAME = PAL;
</span><del>-PRODUCT_BUNDLE_IDENTIFIER = com.apple.$(PRODUCT_NAME:rfc1034identifier);
</del><span class="cx"> 
</span><del>-WK_PREFIXED_IPHONEOS_DEPLOYMENT_TARGET = V$(IPHONEOS_DEPLOYMENT_TARGET);
-
</del><span class="cx"> NORMAL_PRODUCTION_FRAMEWORKS_DIR[sdk=iphone*] = $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
</span><span class="cx"> NORMAL_PRODUCTION_FRAMEWORKS_DIR[sdk=macosx*] = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks;
</span><span class="cx"> 
</span><span class="lines">@@ -66,6 +62,7 @@
</span><span class="cx"> 
</span><span class="cx"> WK_EMPTY_ = YES;
</span><span class="cx"> WK_NOT_ = YES;
</span><ins>+WK_NOT_NO = YES;
</ins><span class="cx"> WK_NOT_YES = NO;
</span><span class="cx"> 
</span><span class="cx"> WK_USE_OVERRIDE_FRAMEWORKS_DIR = $(WK_NOT_$(WK_EMPTY_$(WK_OVERRIDE_FRAMEWORKS_DIR)));
</span><span class="lines">@@ -76,9 +73,4 @@
</span><span class="cx"> WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR = $(WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR_$(WK_USE_OVERRIDE_FRAMEWORKS_DIR));
</span><span class="cx"> WK_QUOTED_OVERRIDE_FRAMEWORKS_DIR_YES = &quot;$(WK_OVERRIDE_FRAMEWORKS_DIR)&quot;;
</span><span class="cx"> 
</span><del>-SKIP_INSTALL = $(SKIP_INSTALL_$(FORCE_TOOL_INSTALL));
-SKIP_INSTALL_ = YES;
-SKIP_INSTALL_NO = YES;
-SKIP_INSTALL_YES = NO;
-
-EXECUTABLE_PREFIX = lib;
</del><ins>+SKIP_INSTALL = $(WK_NOT_$(FORCE_TOOL_INSTALL));
</ins></span></pre></div>
<a id="trunkSourceWebCorePALPALxcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj (211337 => 211338)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj        2017-01-28 16:26:48 UTC (rev 211337)
+++ trunk/Source/WebCore/PAL/PAL.xcodeproj/project.pbxproj        2017-01-28 18:05:17 UTC (rev 211338)
</span><span class="lines">@@ -81,11 +81,11 @@
</span><span class="cx">                 1C09D05C1E31C73300725F18 /* Configurations */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><del>-                                1C67CEA21E32EE2600F80F2E /* Version.xcconfig */,
</del><ins>+                                1C09D0631E31EC3100725F18 /* Base.xcconfig */,
+                                1C09D0621E31EC2800725F18 /* DebugRelease.xcconfig */,
</ins><span class="cx">                                 1C67CEA11E32EDA800F80F2E /* FeatureDefines.xcconfig */,
</span><span class="cx">                                 1C09D05D1E31C77A00725F18 /* PAL.xcconfig */,
</span><del>-                                1C09D0621E31EC2800725F18 /* DebugRelease.xcconfig */,
-                                1C09D0631E31EC3100725F18 /* Base.xcconfig */,
</del><ins>+                                1C67CEA21E32EE2600F80F2E /* Version.xcconfig */,
</ins><span class="cx">                         );
</span><span class="cx">                         path = Configurations;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span></span></pre>
</div>
</div>

</body>
</html>