|
1394 | 1394 | A8FEFB0B0979F472005839FD /* RenderForeignObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8FEFB090979F472005839FD /* RenderForeignObject.cpp */; }; |
1395 | 1395 | A8FEFB310979F4F6005839FD /* SVGForeignObjectElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8FEFB2F0979F4F6005839FD /* SVGForeignObjectElement.cpp */; }; |
1396 | 1396 | A8FEFB320979F4F6005839FD /* SVGForeignObjectElement.h in Headers */ = {isa = PBXBuildFile; fileRef = A8FEFB300979F4F6005839FD /* SVGForeignObjectElement.h */; }; |
| 1397 | + AA84FC850AA0FE08007699AF /* JSSVGMetadataElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AA84FC830AA0FE08007699AF /* JSSVGMetadataElement.cpp */; }; |
| 1398 | + AA84FC860AA0FE08007699AF /* JSSVGMetadataElement.h in Headers */ = {isa = PBXBuildFile; fileRef = AA84FC840AA0FE08007699AF /* JSSVGMetadataElement.h */; }; |
| 1399 | + AAC8DAB10AA1002000DC0907 /* SVGMetadataElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AAC8DAAF0AA1002000DC0907 /* SVGMetadataElement.cpp */; }; |
| 1400 | + AAC8DAB20AA1002000DC0907 /* SVGMetadataElement.h in Headers */ = {isa = PBXBuildFile; fileRef = AAC8DAB00AA1002000DC0907 /* SVGMetadataElement.h */; }; |
1397 | 1401 | AB23A31209BBA7760067CC53 /* HTMLTextFieldInnerElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB23A31009BBA7760067CC53 /* HTMLTextFieldInnerElement.cpp */; }; |
1398 | 1402 | AB23A31309BBA7760067CC53 /* HTMLTextFieldInnerElement.h in Headers */ = {isa = PBXBuildFile; fileRef = AB23A31109BBA7760067CC53 /* HTMLTextFieldInnerElement.h */; }; |
1399 | 1403 | AB23A32709BBA7D00067CC53 /* BeforeTextInsertedEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB23A32509BBA7D00067CC53 /* BeforeTextInsertedEvent.cpp */; }; |
|
1611 | 1615 | FAE04190097596C9000540BE /* SVGImageLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = FAE0418E097596C9000540BE /* SVGImageLoader.h */; }; |
1612 | 1616 | /* End PBXBuildFile section */ |
1613 | 1617 |
|
1614 | | -/* Begin PBXBuildStyle section */ |
1615 | | - BC57BF170AA0243000A43CF1 /* Development */ = { |
1616 | | - isa = PBXBuildStyle; |
1617 | | - buildSettings = { |
1618 | | - COPY_PHASE_STRIP = NO; |
1619 | | - }; |
1620 | | - name = Development; |
1621 | | - }; |
1622 | | - BC57BF180AA0243000A43CF1 /* Deployment */ = { |
1623 | | - isa = PBXBuildStyle; |
1624 | | - buildSettings = { |
1625 | | - COPY_PHASE_STRIP = YES; |
1626 | | - }; |
1627 | | - name = Deployment; |
1628 | | - }; |
1629 | | -/* End PBXBuildStyle section */ |
1630 | | - |
1631 | 1618 | /* Begin PBXContainerItemProxy section */ |
1632 | 1619 | DD041FF009D9E3250010AF2A /* PBXContainerItemProxy */ = { |
1633 | 1620 | isa = PBXContainerItemProxy; |
|
3181 | 3168 | A8FEFB090979F472005839FD /* RenderForeignObject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RenderForeignObject.cpp; sourceTree = "<group>"; }; |
3182 | 3169 | A8FEFB2F0979F4F6005839FD /* SVGForeignObjectElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SVGForeignObjectElement.cpp; sourceTree = "<group>"; }; |
3183 | 3170 | A8FEFB300979F4F6005839FD /* SVGForeignObjectElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SVGForeignObjectElement.h; sourceTree = "<group>"; }; |
| 3171 | + AA84FC830AA0FE08007699AF /* JSSVGMetadataElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSSVGMetadataElement.cpp; sourceTree = "<group>"; }; |
| 3172 | + AA84FC840AA0FE08007699AF /* JSSVGMetadataElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSSVGMetadataElement.h; sourceTree = "<group>"; }; |
| 3173 | + AAC8DAAF0AA1002000DC0907 /* SVGMetadataElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SVGMetadataElement.cpp; sourceTree = "<group>"; }; |
| 3174 | + AAC8DAB00AA1002000DC0907 /* SVGMetadataElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SVGMetadataElement.h; sourceTree = "<group>"; }; |
3184 | 3175 | AB23A31009BBA7760067CC53 /* HTMLTextFieldInnerElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = HTMLTextFieldInnerElement.cpp; sourceTree = "<group>"; }; |
3185 | 3176 | AB23A31109BBA7760067CC53 /* HTMLTextFieldInnerElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = HTMLTextFieldInnerElement.h; sourceTree = "<group>"; }; |
3186 | 3177 | AB23A32509BBA7D00067CC53 /* BeforeTextInsertedEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BeforeTextInsertedEvent.cpp; sourceTree = "<group>"; }; |
|
3585 | 3576 | 14DFB33F0A7DF7630018F769 /* Derived Sources */ = { |
3586 | 3577 | isa = PBXGroup; |
3587 | 3578 | children = ( |
| 3579 | + AA84FC830AA0FE08007699AF /* JSSVGMetadataElement.cpp */, |
| 3580 | + AA84FC840AA0FE08007699AF /* JSSVGMetadataElement.h */, |
3588 | 3581 | 65DF31D809D1C122000BE325 /* JSAttr.cpp */, |
3589 | 3582 | 65DF31D909D1C123000BE325 /* JSAttr.h */, |
3590 | 3583 | 65DF323309D1DE65000BE325 /* JSCanvasGradient.cpp */, |
|
4550 | 4543 | A8C0F7FC089701F300BA5114 /* svg */ = { |
4551 | 4544 | isa = PBXGroup; |
4552 | 4545 | children = ( |
| 4546 | + AAC8DAAF0AA1002000DC0907 /* SVGMetadataElement.cpp */, |
| 4547 | + AAC8DAB00AA1002000DC0907 /* SVGMetadataElement.h */, |
4553 | 4548 | A884283D09308C1C00B6D461 /* DOMList.h */, |
4554 | 4549 | A8C0F7FF089701F300BA5114 /* SVGAElement.cpp */, |
4555 | 4550 | A8C0F800089701F300BA5114 /* SVGAElement.h */, |
|
6446 | 6441 | 657429190A9C2D0B00C52C97 /* SQLTransaction.h in Headers */, |
6447 | 6442 | BC837C7C0A9D0D1A006B186A /* PDFDocumentImage.h in Headers */, |
6448 | 6443 | BC837CB60A9D10FE006B186A /* GraphicsContextPlatformPrivate.h in Headers */, |
| 6444 | + AA84FC860AA0FE08007699AF /* JSSVGMetadataElement.h in Headers */, |
| 6445 | + AAC8DAB20AA1002000DC0907 /* SVGMetadataElement.h in Headers */, |
6449 | 6446 | ); |
6450 | 6447 | runOnlyForDeploymentPostprocessing = 0; |
6451 | 6448 | }; |
|
6479 | 6476 | 0867D690FE84028FC02AAC07 /* Project object */ = { |
6480 | 6477 | isa = PBXProject; |
6481 | 6478 | buildConfigurationList = 149C284308902B11008A9EFC /* Build configuration list for PBXProject "WebCore" */; |
6482 | | - buildSettings = { |
6483 | | - }; |
6484 | | - buildStyles = ( |
6485 | | - BC57BF170AA0243000A43CF1 /* Development */, |
6486 | | - BC57BF180AA0243000A43CF1 /* Deployment */, |
6487 | | - ); |
6488 | 6479 | hasScannedForEncodings = 1; |
6489 | 6480 | knownRegions = ( |
6490 | 6481 | English, |
|
7331 | 7322 | BC837C790A9D0D1A006B186A /* IntRectCG.cpp in Sources */, |
7332 | 7323 | BC837C7A0A9D0D1A006B186A /* IntSizeCG.cpp in Sources */, |
7333 | 7324 | BC837C7B0A9D0D1A006B186A /* PDFDocumentImage.cpp in Sources */, |
| 7325 | + AA84FC850AA0FE08007699AF /* JSSVGMetadataElement.cpp in Sources */, |
| 7326 | + AAC8DAB10AA1002000DC0907 /* SVGMetadataElement.cpp in Sources */, |
7334 | 7327 | ); |
7335 | 7328 | runOnlyForDeploymentPostprocessing = 0; |
7336 | 7329 | }; |
|
0 commit comments