Title: [210040] trunk/Source/ThirdParty/ANGLE
Revision
210040
Author
timothy_hor...@apple.com
Date
2016-12-20 15:31:10 -0800 (Tue, 20 Dec 2016)

Log Message

Remove an ANGLE Markdown file from the ANGLE target
https://bugs.webkit.org/show_bug.cgi?id=166279

Reviewed by Alex Christensen.

* ANGLE.xcodeproj/project.pbxproj:
We don't need to build this, it's not source code.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj (210039 => 210040)


--- trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj	2016-12-20 23:07:06 UTC (rev 210039)
+++ trunk/Source/ThirdParty/ANGLE/ANGLE.xcodeproj/project.pbxproj	2016-12-20 23:31:10 UTC (rev 210040)
@@ -254,7 +254,6 @@
 		5CB3011D1DE39F1A00D2C405 /* ContextGL.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB300E81DE39F1A00D2C405 /* ContextGL.h */; };
 		5CB3011E1DE39F1A00D2C405 /* DisplayGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CB300E91DE39F1A00D2C405 /* DisplayGL.cpp */; };
 		5CB3011F1DE39F1A00D2C405 /* DisplayGL.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB300EA1DE39F1A00D2C405 /* DisplayGL.h */; };
-		5CB301201DE39F1A00D2C405 /* FeatureSupportGL.md in Sources */ = {isa = PBXBuildFile; fileRef = 5CB300EC1DE39F1A00D2C405 /* FeatureSupportGL.md */; };
 		5CB301211DE39F1A00D2C405 /* FenceNVGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CB300ED1DE39F1A00D2C405 /* FenceNVGL.cpp */; };
 		5CB301221DE39F1A00D2C405 /* FenceNVGL.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CB300EE1DE39F1A00D2C405 /* FenceNVGL.h */; };
 		5CB301231DE39F1A00D2C405 /* FenceSyncGL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5CB300EF1DE39F1A00D2C405 /* FenceSyncGL.cpp */; };
@@ -1955,7 +1954,6 @@
 				5CCD81B11DBFEA5C006066B8 /* ExpandIntegerPowExpressions.cpp in Sources */,
 				72309A58183C27F300370B93 /* ExpressionParser.cpp in Sources */,
 				5C315D021CC5B6DA00776697 /* ExtensionGLSL.cpp in Sources */,
-				5CB301201DE39F1A00D2C405 /* FeatureSupportGL.md in Sources */,
 				5C1DBDEE1B0438D300235552 /* Fence.cpp in Sources */,
 				5CB301211DE39F1A00D2C405 /* FenceNVGL.cpp in Sources */,
 				5CB301231DE39F1A00D2C405 /* FenceSyncGL.cpp in Sources */,

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (210039 => 210040)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2016-12-20 23:07:06 UTC (rev 210039)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2016-12-20 23:31:10 UTC (rev 210040)
@@ -1,3 +1,13 @@
+2016-12-20  Tim Horton  <timothy_hor...@apple.com>
+
+        Remove an ANGLE Markdown file from the ANGLE target
+        https://bugs.webkit.org/show_bug.cgi?id=166279
+
+        Reviewed by Alex Christensen.
+
+        * ANGLE.xcodeproj/project.pbxproj:
+        We don't need to build this, it's not source code.
+
 2016-12-15  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         Sort Xcode project files
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to