Title: [192084] trunk/Tools
- Revision
- 192084
- Author
- [email protected]
- Date
- 2015-11-05 15:17:43 -0800 (Thu, 05 Nov 2015)
Log Message
Unreviewed, rolling out r192073.
https://bugs.webkit.org/show_bug.cgi?id=150962
"Broke the internal iOS build; will investigate offline"
(Requested by dydz on #webkit).
Reverted changeset:
"Teach Makefile to build LayoutTestRelay when building for iOS
Simulator"
https://bugs.webkit.org/show_bug.cgi?id=150849
http://trac.webkit.org/changeset/192073
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (192083 => 192084)
--- trunk/Tools/ChangeLog 2015-11-05 23:17:26 UTC (rev 192083)
+++ trunk/Tools/ChangeLog 2015-11-05 23:17:43 UTC (rev 192084)
@@ -1,3 +1,18 @@
+2015-11-05 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r192073.
+ https://bugs.webkit.org/show_bug.cgi?id=150962
+
+ "Broke the internal iOS build; will investigate offline"
+ (Requested by dydz on #webkit).
+
+ Reverted changeset:
+
+ "Teach Makefile to build LayoutTestRelay when building for iOS
+ Simulator"
+ https://bugs.webkit.org/show_bug.cgi?id=150849
+ http://trac.webkit.org/changeset/192073
+
2015-11-05 Daniel Bates <[email protected]>
Teach Makefile to build LayoutTestRelay when building for iOS Simulator
Modified: trunk/Tools/LayoutTestRelay/Makefile (192083 => 192084)
--- trunk/Tools/LayoutTestRelay/Makefile 2015-11-05 23:17:26 UTC (rev 192083)
+++ trunk/Tools/LayoutTestRelay/Makefile 2015-11-05 23:17:43 UTC (rev 192084)
@@ -1,15 +1,3 @@
SCRIPTS_PATH = ../Scripts
-ifneq (,$(SDKROOT))
- ifeq ($(findstring iphonesimulator,$(SDKROOT)),iphonesimulator)
- SAVED_SDK_ROOT = $(SDKROOT)
- override SDKROOT =
- endif
-endif
-
include ../../Makefile.shared
-
-ifneq (,$(SAVED_SDK_ROOT))
- override SDKROOT = $(SAVED_SDK_ROOT)
- undefine SAVED_SDK_ROOT
-endif
Modified: trunk/Tools/Makefile (192083 => 192084)
--- trunk/Tools/Makefile 2015-11-05 23:17:26 UTC (rev 192083)
+++ trunk/Tools/Makefile 2015-11-05 23:17:43 UTC (rev 192084)
@@ -4,9 +4,6 @@
ifeq (,$(findstring macosx,$(SDKROOT)))
MODULES = DumpRenderTree WebKitTestRunner ../Source/ThirdParty/gtest/xcode TestWebKitAPI
endif
- ifeq ($(findstring iphonesimulator,$(SDKROOT)),iphonesimulator)
- MODULES += LayoutTestRelay
- endif
endif
all:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes