1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 'nsSVGFilterInstance.h',
11 'nsSVGForeignObjectFrame.h',
12 'nsSVGIntegrationUtils.h',
18 'nsCSSFilterInstance.cpp',
19 'nsFilterInstance.cpp',
21 'nsSVGClipPathFrame.cpp',
22 'nsSVGContainerFrame.cpp',
24 'nsSVGFilterFrame.cpp',
25 'nsSVGFilterInstance.cpp',
26 'nsSVGForeignObjectFrame.cpp',
27 'nsSVGGenericContainerFrame.cpp',
29 'nsSVGGradientFrame.cpp',
30 'nsSVGImageFrame.cpp',
31 'nsSVGInnerSVGFrame.cpp',
32 'nsSVGIntegrationUtils.cpp',
33 'nsSVGMarkerFrame.cpp',
35 'nsSVGOuterSVGFrame.cpp',
36 'nsSVGPaintServerFrame.cpp',
37 'nsSVGPathGeometryFrame.cpp',
38 'nsSVGPatternFrame.cpp',
40 'nsSVGSwitchFrame.cpp',
43 'SVGFEContainerFrame.cpp',
44 'SVGFEImageFrame.cpp',
46 'SVGFEUnstyledLeafFrame.cpp',
51 FAIL_ON_WARNINGS = True
55 '../../content/base/src',
56 '../../content/svg/content/src',