[Webkit-unassigned] [Bug 201156] Update ANGLE

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 12 17:02:35 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201156

--- Comment #33 from Alex Christensen <achristensen at apple.com> ---
Removing the new Copy Files phase fixed it:

Index: Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj
===================================================================
--- Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj     (revision 249792)
+++ Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj     (working copy)
@@ -709,7 +709,6 @@
                A3694FC623202C5200A83D8F /* BuiltinsWorkaroundGLSL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A3694FC423202C5100A83D8F /* BuiltinsWorkaroundGLSL.cpp */; };
                A3694FC723202C5200A83D8F /* BuiltinsWorkaroundGLSL.h in Headers */ = {isa = PBXBuildFile; fileRef = A3694FC523202C5200A83D8F /* BuiltinsWorkaroundGLSL.h */; };
                A3E827A9230CAE2C00E76682 /* commit.h in Headers */ = {isa = PBXBuildFile; fileRef = A3E827A8230CAE2C00E76682 /* commit.h */; };
-               A3E827AA230CAE3C00E76682 /* commit.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = A3E827A8230CAE2C00E76682 /* commit.h */; };
                FB39D76E120110FC00088E69 /* ShaderLang.h in Headers */ = {isa = PBXBuildFile; fileRef = FB39D2BF1200F3E600088E69 /* ShaderLang.h */; settings = {ATTRIBUTES = (Public, ); }; };
 /* End PBXBuildFile section */

@@ -749,16 +748,6 @@
                        );
                        runOnlyForDeploymentPostprocessing = 1;
                };
-               A3E827A7230CADE300E76682 /* CopyFiles */ = {
-                       isa = PBXCopyFilesBuildPhase;
-                       buildActionMask = 2147483647;
-                       dstPath = "$(DERIVED_FILE_DIR)/include/id";
-                       dstSubfolderSpec = 0;
-                       files = (
-                               A3E827AA230CAE3C00E76682 /* commit.h in CopyFiles */,
-                       );
-                       runOnlyForDeploymentPostprocessing = 0;
-               };
 /* End PBXCopyFilesBuildPhase section */

 /* Begin PBXFileReference section */
@@ -2901,7 +2890,6 @@
                        buildPhases = (
                                FB39D77B1201110C00088E69 /* Headers */,
                                A3E827AB230CAF7700E76682 /* ShellScript */,
-                               A3E827A7230CADE300E76682 /* CopyFiles */,
                                FB39D0CE1200F0E300088E69 /* Sources */,
                                FB39D0CF1200F0E300088E69 /* Frameworks */,
                                312BDB0B15FECAB00097EBC7 /* CopyFiles */,
Index: Source/ThirdParty/ANGLE/src/common/version.h
===================================================================
--- Source/ThirdParty/ANGLE/src/common/version.h        (revision 249792)
+++ Source/ThirdParty/ANGLE/src/common/version.h        (working copy)
@@ -7,7 +7,7 @@
 #ifndef COMMON_VERSION_H_
 #define COMMON_VERSION_H_

-#include "id/commit.h"
+#include "commit.h"

 #define ANGLE_MAJOR_VERSION 2
 #define ANGLE_MINOR_VERSION 1

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190913/5af8aaa1/attachment-0001.html>


More information about the webkit-unassigned mailing list