Title: [270748] trunk/Source/WebCore
Revision
270748
Author
[email protected]
Date
2020-12-13 07:20:52 -0800 (Sun, 13 Dec 2020)

Log Message

Add some missing Grid files to the project
https://bugs.webkit.org/show_bug.cgi?id=219831

Reviewed by Anders Carlsson.

A few Grid files were compiled, but had not been added to the project file.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (270747 => 270748)


--- trunk/Source/WebCore/ChangeLog	2020-12-13 07:03:06 UTC (rev 270747)
+++ trunk/Source/WebCore/ChangeLog	2020-12-13 15:20:52 UTC (rev 270748)
@@ -1,3 +1,14 @@
+2020-12-13  Simon Fraser  <[email protected]>
+
+        Add some missing Grid files to the project
+        https://bugs.webkit.org/show_bug.cgi?id=219831
+
+        Reviewed by Anders Carlsson.
+
+        A few Grid files were compiled, but had not been added to the project file.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
 2020-12-12  Zalan Bujtas  <[email protected]>
 
         [LFC][IFC] tabCharacter and newlineCharacter are also word separators when not preserved

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (270747 => 270748)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-12-13 07:03:06 UTC (rev 270747)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-12-13 15:20:52 UTC (rev 270748)
@@ -6145,6 +6145,10 @@
 		0FC692BE257C0F420098E3F9 /* ScrollAnimationSmooth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScrollAnimationSmooth.h; sourceTree = "<group>"; };
 		0FC692C5257D70F20098E3F9 /* DisplayLayerController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DisplayLayerController.h; sourceTree = "<group>"; };
 		0FC692C6257D70F30098E3F9 /* DisplayLayerController.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = DisplayLayerController.cpp; sourceTree = "<group>"; };
+		0FC692EA2585C9670098E3F9 /* GridBaselineAlignment.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = GridBaselineAlignment.cpp; sourceTree = "<group>"; };
+		0FC692EC2585C9680098E3F9 /* GridBaselineAlignment.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GridBaselineAlignment.h; sourceTree = "<group>"; };
+		0FC692ED2585C9690098E3F9 /* GridLayoutFunctions.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = GridLayoutFunctions.cpp; sourceTree = "<group>"; };
+		0FC692EE2585C96A0098E3F9 /* GridLayoutFunctions.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GridLayoutFunctions.h; sourceTree = "<group>"; };
 		0FCF33230F2B9715004B6795 /* ColorCG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ColorCG.cpp; sourceTree = "<group>"; };
 		0FCF332A0F2B9A25004B6795 /* WebLayer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebLayer.mm; sourceTree = "<group>"; };
 		0FCF332B0F2B9A25004B6795 /* WebLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebLayer.h; sourceTree = "<group>"; };
@@ -29566,6 +29570,10 @@
 				5597FCCB2076C06800D35BB0 /* GlyphDisplayListCache.h */,
 				E112F4701E3A85F200D6CDFD /* Grid.cpp */,
 				E112F46F1E3A85D800D6CDFD /* Grid.h */,
+				0FC692EA2585C9670098E3F9 /* GridBaselineAlignment.cpp */,
+				0FC692EC2585C9680098E3F9 /* GridBaselineAlignment.h */,
+				0FC692ED2585C9690098E3F9 /* GridLayoutFunctions.cpp */,
+				0FC692EE2585C96A0098E3F9 /* GridLayoutFunctions.h */,
 				E12DE7151E4B748700F9ACCF /* GridTrackSizingAlgorithm.cpp */,
 				E12DE7161E4B748700F9ACCF /* GridTrackSizingAlgorithm.h */,
 				CDCFABBC18C0AF19006F8450 /* HighlightData.cpp */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to