|
Lines 655-660
WebCore/WebCore.xcodeproj/project.pbxproj_sec1
|
| 655 |
498391590F1E776900C23782 /* WebKitCSSMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 498391560F1E776900C23782 /* WebKitCSSMatrix.h */; }; |
655 |
498391590F1E776900C23782 /* WebKitCSSMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 498391560F1E776900C23782 /* WebKitCSSMatrix.h */; }; |
| 656 |
498391630F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 498391610F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.cpp */; }; |
656 |
498391630F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 498391610F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.cpp */; }; |
| 657 |
498391640F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 498391620F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.h */; }; |
657 |
498391640F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = 498391620F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.h */; }; |
|
|
658 |
49D5DC2B0F423A73008F20FD /* Matrix3DTransformOperation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D5DC270F423A73008F20FD /* Matrix3DTransformOperation.cpp */; }; |
| 659 |
49D5DC2C0F423A73008F20FD /* Matrix3DTransformOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D5DC280F423A73008F20FD /* Matrix3DTransformOperation.h */; }; |
| 660 |
49D5DC2D0F423A73008F20FD /* PerspectiveTransformOperation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49D5DC290F423A73008F20FD /* PerspectiveTransformOperation.cpp */; }; |
| 661 |
49D5DC2E0F423A73008F20FD /* PerspectiveTransformOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 49D5DC2A0F423A73008F20FD /* PerspectiveTransformOperation.h */; }; |
| 658 |
49E911C30EF86D47009D0CAF /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49E911B30EF86D47009D0CAF /* TransformationMatrix.cpp */; }; |
662 |
49E911C30EF86D47009D0CAF /* TransformationMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49E911B30EF86D47009D0CAF /* TransformationMatrix.cpp */; }; |
| 659 |
49E911C40EF86D47009D0CAF /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E911B40EF86D47009D0CAF /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
663 |
49E911C40EF86D47009D0CAF /* TransformationMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E911B40EF86D47009D0CAF /* TransformationMatrix.h */; settings = {ATTRIBUTES = (Private, ); }; }; |
| 660 |
49E911C50EF86D47009D0CAF /* IdentityTransformOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E911B50EF86D47009D0CAF /* IdentityTransformOperation.h */; }; |
664 |
49E911C50EF86D47009D0CAF /* IdentityTransformOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E911B50EF86D47009D0CAF /* IdentityTransformOperation.h */; }; |
|
Lines 5579-5584
WebCore/WebCore.xcodeproj/project.pbxproj_sec2
|
| 5579 |
498391570F1E776900C23782 /* WebKitCSSMatrix.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebKitCSSMatrix.idl; sourceTree = "<group>"; }; |
5583 |
498391570F1E776900C23782 /* WebKitCSSMatrix.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebKitCSSMatrix.idl; sourceTree = "<group>"; }; |
| 5580 |
498391610F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebKitCSSMatrixConstructor.cpp; sourceTree = "<group>"; }; |
5584 |
498391610F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebKitCSSMatrixConstructor.cpp; sourceTree = "<group>"; }; |
| 5581 |
498391620F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebKitCSSMatrixConstructor.h; sourceTree = "<group>"; }; |
5585 |
498391620F1E8EE100C23782 /* JSWebKitCSSMatrixConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebKitCSSMatrixConstructor.h; sourceTree = "<group>"; }; |
|
|
5586 |
49D5DC270F423A73008F20FD /* Matrix3DTransformOperation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Matrix3DTransformOperation.cpp; path = transforms/Matrix3DTransformOperation.cpp; sourceTree = "<group>"; }; |
| 5587 |
49D5DC280F423A73008F20FD /* Matrix3DTransformOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Matrix3DTransformOperation.h; path = transforms/Matrix3DTransformOperation.h; sourceTree = "<group>"; }; |
| 5588 |
49D5DC290F423A73008F20FD /* PerspectiveTransformOperation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PerspectiveTransformOperation.cpp; path = transforms/PerspectiveTransformOperation.cpp; sourceTree = "<group>"; }; |
| 5589 |
49D5DC2A0F423A73008F20FD /* PerspectiveTransformOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PerspectiveTransformOperation.h; path = transforms/PerspectiveTransformOperation.h; sourceTree = "<group>"; }; |
| 5582 |
49E911B30EF86D47009D0CAF /* TransformationMatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = transforms/TransformationMatrix.cpp; sourceTree = "<group>"; }; |
5590 |
49E911B30EF86D47009D0CAF /* TransformationMatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TransformationMatrix.cpp; path = transforms/TransformationMatrix.cpp; sourceTree = "<group>"; }; |
| 5583 |
49E911B40EF86D47009D0CAF /* TransformationMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TransformationMatrix.h; path = transforms/TransformationMatrix.h; sourceTree = "<group>"; }; |
5591 |
49E911B40EF86D47009D0CAF /* TransformationMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TransformationMatrix.h; path = transforms/TransformationMatrix.h; sourceTree = "<group>"; }; |
| 5584 |
49E911B50EF86D47009D0CAF /* IdentityTransformOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IdentityTransformOperation.h; path = transforms/IdentityTransformOperation.h; sourceTree = "<group>"; }; |
5592 |
49E911B50EF86D47009D0CAF /* IdentityTransformOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IdentityTransformOperation.h; path = transforms/IdentityTransformOperation.h; sourceTree = "<group>"; }; |
|
Lines 9732-9737
WebCore/WebCore.xcodeproj/project.pbxproj_sec3
|
| 9732 |
49E911B20EF86D27009D0CAF /* transforms */ = { |
9740 |
49E911B20EF86D27009D0CAF /* transforms */ = { |
| 9733 |
isa = PBXGroup; |
9741 |
isa = PBXGroup; |
| 9734 |
children = ( |
9742 |
children = ( |
|
|
9743 |
49D5DC270F423A73008F20FD /* Matrix3DTransformOperation.cpp */, |
| 9744 |
49D5DC280F423A73008F20FD /* Matrix3DTransformOperation.h */, |
| 9745 |
49D5DC290F423A73008F20FD /* PerspectiveTransformOperation.cpp */, |
| 9746 |
49D5DC2A0F423A73008F20FD /* PerspectiveTransformOperation.h */, |
| 9735 |
49E911B50EF86D47009D0CAF /* IdentityTransformOperation.h */, |
9747 |
49E911B50EF86D47009D0CAF /* IdentityTransformOperation.h */, |
| 9736 |
49E911B60EF86D47009D0CAF /* MatrixTransformOperation.cpp */, |
9748 |
49E911B60EF86D47009D0CAF /* MatrixTransformOperation.cpp */, |
| 9737 |
49E911B70EF86D47009D0CAF /* MatrixTransformOperation.h */, |
9749 |
49E911B70EF86D47009D0CAF /* MatrixTransformOperation.h */, |
|
Lines 16757-16762
WebCore/WebCore.xcodeproj/project.pbxproj_sec4
|
| 16757 |
2E3AC84E0F3D06D100633F04 /* WorkerContextProxy.h in Headers */, |
16769 |
2E3AC84E0F3D06D100633F04 /* WorkerContextProxy.h in Headers */, |
| 16758 |
2E3AC8500F3D06F700633F04 /* WorkerObjectProxy.h in Headers */, |
16770 |
2E3AC8500F3D06F700633F04 /* WorkerObjectProxy.h in Headers */, |
| 16759 |
A883DF280F3D045D00F19BF6 /* VisibleSelection.h in Headers */, |
16771 |
A883DF280F3D045D00F19BF6 /* VisibleSelection.h in Headers */, |
|
|
16772 |
49D5DC2C0F423A73008F20FD /* Matrix3DTransformOperation.h in Headers */, |
| 16773 |
49D5DC2E0F423A73008F20FD /* PerspectiveTransformOperation.h in Headers */, |
| 16760 |
); |
16774 |
); |
| 16761 |
runOnlyForDeploymentPostprocessing = 0; |
16775 |
runOnlyForDeploymentPostprocessing = 0; |
| 16762 |
}; |
16776 |
}; |
|
Lines 18743-18748
WebCore/WebCore.xcodeproj/project.pbxproj_sec5
|
| 18743 |
BCC065870F3CE2A700CD2D87 /* JSClientRect.cpp in Sources */, |
18757 |
BCC065870F3CE2A700CD2D87 /* JSClientRect.cpp in Sources */, |
| 18744 |
BCC065890F3CE2A700CD2D87 /* JSClientRectList.cpp in Sources */, |
18758 |
BCC065890F3CE2A700CD2D87 /* JSClientRectList.cpp in Sources */, |
| 18745 |
A883DF270F3D045D00F19BF6 /* VisibleSelection.cpp in Sources */, |
18759 |
A883DF270F3D045D00F19BF6 /* VisibleSelection.cpp in Sources */, |
|
|
18760 |
49D5DC2B0F423A73008F20FD /* Matrix3DTransformOperation.cpp in Sources */, |
| 18761 |
49D5DC2D0F423A73008F20FD /* PerspectiveTransformOperation.cpp in Sources */, |
| 18746 |
); |
18762 |
); |
| 18747 |
runOnlyForDeploymentPostprocessing = 0; |
18763 |
runOnlyForDeploymentPostprocessing = 0; |
| 18748 |
}; |
18764 |
}; |