| OLD | NEW |
| 1 # ------------------------------------------------------------------- | 1 # ------------------------------------------------------------------- |
| 2 # Target file for the WebCore library | 2 # Target file for the WebCore library |
| 3 # | 3 # |
| 4 # See 'Tools/qmake/README' for an overview of the build system | 4 # See 'Tools/qmake/README' for an overview of the build system |
| 5 # ------------------------------------------------------------------- | 5 # ------------------------------------------------------------------- |
| 6 | 6 |
| 7 TEMPLATE = lib | 7 TEMPLATE = lib |
| 8 TARGET = WebCore | 8 TARGET = WebCore |
| 9 | 9 |
| 10 include(WebCore.pri) | 10 include(WebCore.pri) |
| (...skipping 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2639 storage/StorageTrackerClient.h \ | 2639 storage/StorageTrackerClient.h \ |
| 2640 svg/animation/SMILTimeContainer.h \ | 2640 svg/animation/SMILTimeContainer.h \ |
| 2641 svg/animation/SMILTime.h \ | 2641 svg/animation/SMILTime.h \ |
| 2642 svg/animation/SVGSMILElement.h \ | 2642 svg/animation/SVGSMILElement.h \ |
| 2643 svg/ColorDistance.h \ | 2643 svg/ColorDistance.h \ |
| 2644 svg/graphics/filters/SVGFEImage.h \ | 2644 svg/graphics/filters/SVGFEImage.h \ |
| 2645 svg/graphics/filters/SVGFilterBuilder.h \ | 2645 svg/graphics/filters/SVGFilterBuilder.h \ |
| 2646 svg/graphics/filters/SVGFilter.h \ | 2646 svg/graphics/filters/SVGFilter.h \ |
| 2647 svg/graphics/SVGImage.h \ | 2647 svg/graphics/SVGImage.h \ |
| 2648 svg/graphics/SVGImageCache.h \ | 2648 svg/graphics/SVGImageCache.h \ |
| 2649 svg/graphics/SVGImageForContainer.h \ |
| 2649 svg/properties/SVGAttributeToPropertyMap.h \ | 2650 svg/properties/SVGAttributeToPropertyMap.h \ |
| 2650 svg/properties/SVGAnimatedEnumerationPropertyTearOff.h \ | 2651 svg/properties/SVGAnimatedEnumerationPropertyTearOff.h \ |
| 2651 svg/properties/SVGAnimatedListPropertyTearOff.h \ | 2652 svg/properties/SVGAnimatedListPropertyTearOff.h \ |
| 2652 svg/properties/SVGAnimatedPathSegListPropertyTearOff.h \ | 2653 svg/properties/SVGAnimatedPathSegListPropertyTearOff.h \ |
| 2653 svg/properties/SVGAnimatedProperty.h \ | 2654 svg/properties/SVGAnimatedProperty.h \ |
| 2654 svg/properties/SVGAnimatedPropertyDescription.h \ | 2655 svg/properties/SVGAnimatedPropertyDescription.h \ |
| 2655 svg/properties/SVGAnimatedPropertyMacros.h \ | 2656 svg/properties/SVGAnimatedPropertyMacros.h \ |
| 2656 svg/properties/SVGAnimatedPropertyTearOff.h \ | 2657 svg/properties/SVGAnimatedPropertyTearOff.h \ |
| 2657 svg/properties/SVGAnimatedStaticPropertyTearOff.h \ | 2658 svg/properties/SVGAnimatedStaticPropertyTearOff.h \ |
| 2658 svg/properties/SVGAnimatedTransformListPropertyTearOff.h \ | 2659 svg/properties/SVGAnimatedTransformListPropertyTearOff.h \ |
| (...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3761 rendering/svg/SVGTextQuery.cpp \ | 3762 rendering/svg/SVGTextQuery.cpp \ |
| 3762 rendering/svg/SVGTextRunRenderingContext.cpp \ | 3763 rendering/svg/SVGTextRunRenderingContext.cpp \ |
| 3763 svg/animation/SMILTime.cpp \ | 3764 svg/animation/SMILTime.cpp \ |
| 3764 svg/animation/SMILTimeContainer.cpp \ | 3765 svg/animation/SMILTimeContainer.cpp \ |
| 3765 svg/animation/SVGSMILElement.cpp \ | 3766 svg/animation/SVGSMILElement.cpp \ |
| 3766 svg/graphics/filters/SVGFEImage.cpp \ | 3767 svg/graphics/filters/SVGFEImage.cpp \ |
| 3767 svg/graphics/filters/SVGFilter.cpp \ | 3768 svg/graphics/filters/SVGFilter.cpp \ |
| 3768 svg/graphics/filters/SVGFilterBuilder.cpp \ | 3769 svg/graphics/filters/SVGFilterBuilder.cpp \ |
| 3769 svg/graphics/SVGImage.cpp \ | 3770 svg/graphics/SVGImage.cpp \ |
| 3770 svg/graphics/SVGImageCache.cpp \ | 3771 svg/graphics/SVGImageCache.cpp \ |
| 3772 svg/graphics/SVGImageForContainer.cpp \ |
| 3771 svg/properties/SVGAttributeToPropertyMap.cpp \ | 3773 svg/properties/SVGAttributeToPropertyMap.cpp \ |
| 3772 svg/properties/SVGPathSegListPropertyTearOff.cpp \ | 3774 svg/properties/SVGPathSegListPropertyTearOff.cpp \ |
| 3773 svg/SVGDocumentExtensions.cpp \ | 3775 svg/SVGDocumentExtensions.cpp \ |
| 3774 svg/ColorDistance.cpp \ | 3776 svg/ColorDistance.cpp \ |
| 3775 svg/SVGAElement.cpp \ | 3777 svg/SVGAElement.cpp \ |
| 3776 svg/SVGAltGlyphDefElement.cpp \ | 3778 svg/SVGAltGlyphDefElement.cpp \ |
| 3777 svg/SVGAltGlyphElement.cpp \ | 3779 svg/SVGAltGlyphElement.cpp \ |
| 3778 svg/SVGAltGlyphItemElement.cpp \ | 3780 svg/SVGAltGlyphItemElement.cpp \ |
| 3779 svg/SVGAngle.cpp \ | 3781 svg/SVGAngle.cpp \ |
| 3780 svg/SVGAnimateColorElement.cpp \ | 3782 svg/SVGAnimateColorElement.cpp \ |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4257 ALL_IN_ONE_SOURCES += \ | 4259 ALL_IN_ONE_SOURCES += \ |
| 4258 dom/DOMAllInOne.cpp | 4260 dom/DOMAllInOne.cpp |
| 4259 } | 4261 } |
| 4260 | 4262 |
| 4261 # These do not compile at the moment: | 4263 # These do not compile at the moment: |
| 4262 # css/MediaAllInOne.cpp | 4264 # css/MediaAllInOne.cpp |
| 4263 # css/CSSAllInOne.cpp | 4265 # css/CSSAllInOne.cpp |
| 4264 | 4266 |
| 4265 # Make sure the derived sources are built | 4267 # Make sure the derived sources are built |
| 4266 include(DerivedSources.pri) | 4268 include(DerivedSources.pri) |
| OLD | NEW |