Title: [253492] tags/Safari-609.1.12/Source/ThirdParty/ANGLE
Revision
253492
Author
[email protected]
Date
2019-12-13 11:37:53 -0800 (Fri, 13 Dec 2019)

Log Message

Revert r253333. rdar://problem/57713353

Modified Paths

Diff

Modified: tags/Safari-609.1.12/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj (253491 => 253492)


--- tags/Safari-609.1.12/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj	2019-12-13 19:37:51 UTC (rev 253491)
+++ tags/Safari-609.1.12/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj	2019-12-13 19:37:53 UTC (rev 253492)
@@ -2976,7 +2976,6 @@
 				312BDB0B15FECAB00097EBC7 /* CopyFiles */,
 				312BDB0D15FECACE0097EBC7 /* CopyFiles */,
 				6E28B8742294DD8000717E69 /* ShellScript */,
-				313DE867239FFF91008FC47B /* ShellScript */,
 			);
 			buildRules = (
 				53E934DB230609D800DE060C /* PBXBuildRule */,
@@ -3017,23 +3016,6 @@
 /* End PBXProject section */
 
 /* Begin PBXShellScriptBuildPhase section */
-		313DE867239FFF91008FC47B /* ShellScript */ = {
-			isa = PBXShellScriptBuildPhase;
-			buildActionMask = 2147483647;
-			files = (
-			);
-			inputFileListPaths = (
-			);
-			inputPaths = (
-			);
-			outputFileListPaths = (
-			);
-			outputPaths = (
-			);
-			runOnlyForDeploymentPostprocessing = 0;
-			shellPath = /bin/sh;
-			shellScript = "if [ \"$DEPLOYMENT_LOCATION\" == \"YES\" ] ; then\n    # Apple-internal build.\n    output_dir=${DSTROOT}/usr/local/lib\nelse\n    # External build.\n    output_dir=${BUILT_PRODUCTS_DIR}/usr/local/lib\nfi\n\nmkdir -p $output_dir\necho \"Fake file to fool Apple's test system\" > $output_dir/libANGLE.a\n";
-		};
 		6E28B8742294DD8000717E69 /* ShellScript */ = {
 			isa = PBXShellScriptBuildPhase;
 			buildActionMask = 2147483647;

Modified: tags/Safari-609.1.12/Source/ThirdParty/ANGLE/ChangeLog (253491 => 253492)


--- tags/Safari-609.1.12/Source/ThirdParty/ANGLE/ChangeLog	2019-12-13 19:37:51 UTC (rev 253491)
+++ tags/Safari-609.1.12/Source/ThirdParty/ANGLE/ChangeLog	2019-12-13 19:37:53 UTC (rev 253492)
@@ -1,5 +1,9 @@
 2019-12-13  Alan Coon  <[email protected]>
 
+        Revert r253333. rdar://problem/57713353
+
+2019-12-13  Alan Coon  <[email protected]>
+
         Revert r253383. rdar://problem/57713353
 
 2019-12-12  Alan Coon  <[email protected]>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to