Bumping manifests a=b2g-bump
[gecko.git] / layout / svg / moz.build
blob11583c864a9c532f42a6b4ce69869139889bcea9
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/.
7 EXPORTS += [
8     'nsFilterInstance.h',
9     'nsSVGEffects.h',
10     'nsSVGFilterInstance.h',
11     'nsSVGForeignObjectFrame.h',
12     'nsSVGIntegrationUtils.h',
13     'nsSVGUtils.h',
14     'SVGImageContext.h',
17 UNIFIED_SOURCES += [
18     'nsCSSFilterInstance.cpp',
19     'nsFilterInstance.cpp',
20     'nsSVGAFrame.cpp',
21     'nsSVGClipPathFrame.cpp',
22     'nsSVGContainerFrame.cpp',
23     'nsSVGEffects.cpp',
24     'nsSVGFilterFrame.cpp',
25     'nsSVGFilterInstance.cpp',
26     'nsSVGForeignObjectFrame.cpp',
27     'nsSVGGenericContainerFrame.cpp',
28     'nsSVGGFrame.cpp',
29     'nsSVGGradientFrame.cpp',
30     'nsSVGImageFrame.cpp',
31     'nsSVGInnerSVGFrame.cpp',
32     'nsSVGIntegrationUtils.cpp',
33     'nsSVGMarkerFrame.cpp',
34     'nsSVGMaskFrame.cpp',
35     'nsSVGOuterSVGFrame.cpp',
36     'nsSVGPaintServerFrame.cpp',
37     'nsSVGPathGeometryFrame.cpp',
38     'nsSVGPatternFrame.cpp',
39     'nsSVGStopFrame.cpp',
40     'nsSVGSwitchFrame.cpp',
41     'nsSVGUseFrame.cpp',
42     'nsSVGUtils.cpp',
43     'SVGFEContainerFrame.cpp',
44     'SVGFEImageFrame.cpp',
45     'SVGFELeafFrame.cpp',
46     'SVGFEUnstyledLeafFrame.cpp',
47     'SVGTextFrame.cpp',
48     'SVGViewFrame.cpp',
51 FAIL_ON_WARNINGS = True
53 FINAL_LIBRARY = 'xul'
54 LOCAL_INCLUDES += [
55     '../../content/base/src',
56     '../../content/svg/content/src',
57     '../../widget',
58     '../base',
59     '../generic',
60     '../style',
61     '../xul',
64 RESOURCE_FILES += [
65     'svg.css',