Title: [288214] trunk
- Revision
- 288214
- Author
- achristen...@apple.com
- Date
- 2022-01-19 10:07:36 -0800 (Wed, 19 Jan 2022)
Log Message
Unreviewed, reverting r288147.
<rdar://87776311>
broke clean command line builds
Reverted changeset:
"Build WebKitSwift when building with make or build-webkit"
https://bugs.webkit.org/show_bug.cgi?id=235093
https://commits.webkit.org/r288147
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (288213 => 288214)
--- trunk/Source/WebKit/ChangeLog 2022-01-19 17:45:10 UTC (rev 288213)
+++ trunk/Source/WebKit/ChangeLog 2022-01-19 18:07:36 UTC (rev 288214)
@@ -1,3 +1,16 @@
+2022-01-19 Alex Christensen <achristen...@webkit.org>
+
+ Unreviewed, reverting r288147.
+ <rdar://87776311>
+
+ broke clean command line builds
+
+ Reverted changeset:
+
+ "Build WebKitSwift when building with make or build-webkit"
+ https://bugs.webkit.org/show_bug.cgi?id=235093
+ https://commits.webkit.org/r288147
+
2022-01-19 Youenn Fablet <you...@apple.com>
Improve computation of service worker FetchEvent.resultingClientId
Modified: trunk/Source/WebKit/Makefile (288213 => 288214)
--- trunk/Source/WebKit/Makefile 2022-01-19 17:45:10 UTC (rev 288213)
+++ trunk/Source/WebKit/Makefile 2022-01-19 18:07:36 UTC (rev 288214)
@@ -1,2 +1 @@
-export XCODE_TARGET = -target WebKit -target WebKitSwift
include ../Makefile.shared
Modified: trunk/Tools/ChangeLog (288213 => 288214)
--- trunk/Tools/ChangeLog 2022-01-19 17:45:10 UTC (rev 288213)
+++ trunk/Tools/ChangeLog 2022-01-19 18:07:36 UTC (rev 288214)
@@ -1,3 +1,16 @@
+2022-01-19 Alex Christensen <achristen...@webkit.org>
+
+ Unreviewed, reverting r288147.
+ <rdar://87776311>
+
+ broke clean command line builds
+
+ Reverted changeset:
+
+ "Build WebKitSwift when building with make or build-webkit"
+ https://bugs.webkit.org/show_bug.cgi?id=235093
+ https://commits.webkit.org/r288147
+
2022-01-18 Wenson Hsieh <wenson_hs...@apple.com>
REGRESSION (r264352): Mail compose body field does not avoid the keyboard when scrolling after focus
Modified: trunk/Tools/Scripts/build-webkit (288213 => 288214)
--- trunk/Tools/Scripts/build-webkit 2022-01-19 17:45:10 UTC (rev 288213)
+++ trunk/Tools/Scripts/build-webkit 2022-01-19 18:07:36 UTC (rev 288214)
@@ -350,12 +350,6 @@
push @local_options, XcodeCoverageSupportOptions() if $coverageSupport;
push @local_options, XcodeStaticAnalyzerOption() if $shouldRunStaticAnalyzer;
push @local_options, "WK_LTO_MODE=$ltoMode" if ($ltoMode ne "default");
-
- # FIXME: Move WebKitSwift to its own directory and remove this hack.
- if ($dir eq "Source/WebKit") {
- push @local_options, "-target", "WebKit", "-target", "WebKitSwift"
- }
-
my $projectPath = $project =~ /gtest/ ? "xcode/gtest" : $project;
$result = buildXCodeProject($projectPath, $clean, @local_options, @ARGV);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes