michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: EXPORTS += [ michael@0: 'nsFilterInstance.h', michael@0: 'nsSVGEffects.h', michael@0: 'nsSVGFilterInstance.h', michael@0: 'nsSVGForeignObjectFrame.h', michael@0: 'nsSVGIntegrationUtils.h', michael@0: 'nsSVGUtils.h', michael@0: 'SVGImageContext.h', michael@0: ] michael@0: michael@0: UNIFIED_SOURCES += [ michael@0: 'nsFilterInstance.cpp', michael@0: 'nsSVGAFrame.cpp', michael@0: 'nsSVGClipPathFrame.cpp', michael@0: 'nsSVGContainerFrame.cpp', michael@0: 'nsSVGEffects.cpp', michael@0: 'nsSVGFilterFrame.cpp', michael@0: 'nsSVGFilterInstance.cpp', michael@0: 'nsSVGForeignObjectFrame.cpp', michael@0: 'nsSVGGenericContainerFrame.cpp', michael@0: 'nsSVGGFrame.cpp', michael@0: 'nsSVGGradientFrame.cpp', michael@0: 'nsSVGImageFrame.cpp', michael@0: 'nsSVGInnerSVGFrame.cpp', michael@0: 'nsSVGIntegrationUtils.cpp', michael@0: 'nsSVGMarkerFrame.cpp', michael@0: 'nsSVGMaskFrame.cpp', michael@0: 'nsSVGOuterSVGFrame.cpp', michael@0: 'nsSVGPaintServerFrame.cpp', michael@0: 'nsSVGPathGeometryFrame.cpp', michael@0: 'nsSVGPatternFrame.cpp', michael@0: 'nsSVGStopFrame.cpp', michael@0: 'nsSVGSwitchFrame.cpp', michael@0: 'nsSVGUseFrame.cpp', michael@0: 'nsSVGUtils.cpp', michael@0: 'SVGFEContainerFrame.cpp', michael@0: 'SVGFEImageFrame.cpp', michael@0: 'SVGFELeafFrame.cpp', michael@0: 'SVGFEUnstyledLeafFrame.cpp', michael@0: 'SVGTextFrame.cpp', michael@0: 'SVGViewFrame.cpp', michael@0: ] michael@0: michael@0: FAIL_ON_WARNINGS = True michael@0: michael@0: FINAL_LIBRARY = 'gklayout' michael@0: LOCAL_INCLUDES += [ michael@0: '../../content/base/src', michael@0: '../../content/svg/content/src', michael@0: '../../widget', michael@0: '../base', michael@0: '../generic', michael@0: '../style', michael@0: '../xul', michael@0: ] michael@0: michael@0: RESOURCE_FILES += [ michael@0: 'svg.css', michael@0: ] michael@0: