Title: [226670] trunk/Tools
- Revision
- 226670
- Author
- [email protected]
- Date
- 2018-01-09 18:37:05 -0800 (Tue, 09 Jan 2018)
Log Message
[Xcode] Use the Apple Internal SDK if available when building ImageDiff
https://bugs.webkit.org/show_bug.cgi?id=181459
Reviewed by Dan Bernstein.
* ImageDiff/cg/Configurations/Base.xcconfig:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (226669 => 226670)
--- trunk/Tools/ChangeLog 2018-01-10 01:34:56 UTC (rev 226669)
+++ trunk/Tools/ChangeLog 2018-01-10 02:37:05 UTC (rev 226670)
@@ -1,3 +1,12 @@
+2018-01-09 Andy Estes <[email protected]>
+
+ [Xcode] Use the Apple Internal SDK if available when building ImageDiff
+ https://bugs.webkit.org/show_bug.cgi?id=181459
+
+ Reviewed by Dan Bernstein.
+
+ * ImageDiff/cg/Configurations/Base.xcconfig:
+
2018-01-09 Myles C. Maxfield <[email protected]>
font-display:fallback can cause a visual flash (which is supposed to be impossible)
Modified: trunk/Tools/ImageDiff/cg/Configurations/Base.xcconfig (226669 => 226670)
--- trunk/Tools/ImageDiff/cg/Configurations/Base.xcconfig 2018-01-10 01:34:56 UTC (rev 226669)
+++ trunk/Tools/ImageDiff/cg/Configurations/Base.xcconfig 2018-01-10 02:37:05 UTC (rev 226670)
@@ -19,8 +19,15 @@
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+#include "../../../../../Internal/Configurations/HaveInternalSDK.xcconfig"
+
+USE_INTERNAL_SDK = $(USE_INTERNAL_SDK_$(CONFIGURATION));
+USE_INTERNAL_SDK_Production = YES;
+USE_INTERNAL_SDK_Debug = $(HAVE_INTERNAL_SDK);
+USE_INTERNAL_SDK_Release = $(HAVE_INTERNAL_SDK);
+
CLANG_CXX_LANGUAGE_STANDARD = gnu++14;
CLANG_CXX_LIBRARY = libc++;
CLANG_WARN_CXX0X_EXTENSIONS = NO;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes